79 Commits (f951036d3243c04d60f30e23d409a734e40e2fbc)

Author SHA1 Message Date
  Paul B Mahol 20a3c4f606 avfilter: forward status back in some filters that missed it 7 years ago
  Paul B Mahol 8dff6c2844 avfilter/af_amix: add weights option 7 years ago
  Paul B Mahol 63826a0b82 avfilter/af_amix: make use of av_asprintf() 7 years ago
  Paul B Mahol 99b6e68441 avfilter/af_amix: do not request samples if inlink reached EOF 7 years ago
  Paul B Mahol 7f5c655833 avfilter/af_amix: simplify const entries for duration in amix_options[] 7 years ago
  Paul B Mahol 15e9c4afdc avfilter/af_amix: switch to activate 7 years ago
  Paul B Mahol 1e7ce6d925 avfilter/af_amix: check ff_insert_inpad() for failure 7 years ago
  Derek Buitenhuis b198e09138 af_amix: Add missing error check 7 years ago
  Paul B Mahol 478a1949d9 avfilter/af_amix: fix possible hang 8 years ago
  Paul B Mahol 75b854adbd avfilter/af_amix: add double sample format support 8 years ago
  Warblefly 47ccefac21 libavfilter/af_amix.c Increase sources from 32 to 1024 8 years ago
  Paul B Mahol b257266ee8 avfilter/af_amix: use ff_all_channel_counts() instead of ff_all_channel_layouts() 8 years ago
  Michael Niedermayer 3a3265899b avfilter/af_amix: make independent of the channel layout 8 years ago
  Michael Niedermayer abc957e896 avfilter/af_amix: dont fail if there are no samples in output_frame() 9 years ago
  Ganesh Ajjanagadde 89bbf01978 lavfi/af_amix: fix memory leak 9 years ago
  Nicolas George a08fb3983f lavfi/af_amix: mostly fix scheduling. 9 years ago
  Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
  Paul B Mahol a0854c084e avfilter: handle error in query_formats() in bunch of filters 10 years ago
  Michael Niedermayer 34bddf443c avfilter/af_amix: Use av_mallocz_array() 10 years ago
  Paul B Mahol 145a84717b lavfi: check av_strdup() return value 10 years ago
  Michael Niedermayer aa97223f14 avfilter/af_amix: Use avpriv_float_dsp_alloc() 10 years ago
  Reynaldo H. Verdejo Pinochet a9ea79bb49 libavfilter/af_amix: avoid derreferencing possible null 10 years ago
  Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 10 years ago
  Michael Niedermayer f240740712 avfilter/af_amix: Use av_mallocz_array() 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
  Diego Biurrun 093804a93c avfilter: Add av_cold attributes to init/uninit functions 12 years ago
  Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov 7cdd737ba8 lavfi: mark filters with dynamic number of inputs or outputs with special flags 12 years ago
  Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov ac20e3ab8e af_amix: switch to an AVOptions-based system. 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Michael Niedermayer cd7febd33f lavfi: replace filter_samples by filter_frame 12 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
  Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
  Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 13 years ago
  Janne Grunau 8501c09868 af_amix: prevent memory leak on error path 12 years ago
  Mans Rullgard 1fce361d70 lavfi: replace empty input/output lists with null pointers 12 years ago
  Martin Storsjö c7b610aa0b avopt: Explicitly store float/double option defaults in .dbl 12 years ago
  Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
  Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
  Stefano Sabatini 42d621d131 lavfi: add priv class to filter definitions and flags to filter internal options 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Clément Bœsch cc650cf029 Remove "Error parsing options string [...]" messages. 12 years ago
  Anton Khirnov cd99146253 lavfi: add error handling to filter_samples(). 13 years ago
  Anton Khirnov b7558ac293 af_amix: avoid spurious EAGAIN. 13 years ago
  Anton Khirnov 54bf88e65f af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output. 13 years ago
  Anton Khirnov 428b369804 af_amix: only consider negative return codes as errors. 13 years ago
  Anton Khirnov 422008ac63 amix: fix format specifier for AVFilterLink.sample_rate. 13 years ago