87 Commits (ee686236cd1dcceca2ecdfe64e509a7ef977e8f0)

Author SHA1 Message Date
  Paul B Mahol 17b44f759e avfilter/af_amix: do not leave unset PTS for frames after first stream is over 5 years ago
  Andreas Rheinhardt 44e376500f avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on error 5 years ago
  Andreas Rheinhardt 27f35fd121 avfilter/af_amix: Don't needlessly reallocate table 5 years ago
  Paul B Mahol d8147c4e2d avfilter/af_amix: make weights option runtime configured 5 years ago
  Paul B Mahol 0607f1bcb0 avfilter/af_amix: unbreak FATE, increase iterator when breaking from loop 6 years ago
  Paul B Mahol 10a68ccd58 avfilter/af_amix: use av_strtod() for weights 6 years ago
  Limin Wang dd39dbf983 avfilter/af_amix: change the max range of the number of inputs 6 years ago
  Paul B Mahol d492907e78 avfilter/af_amix: fix filtering if specified weights are negative 6 years ago
  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 8 years ago
  Paul B Mahol 63826a0b82 avfilter/af_amix: make use of av_asprintf() 8 years ago
  Paul B Mahol 99b6e68441 avfilter/af_amix: do not request samples if inlink reached EOF 8 years ago
  Paul B Mahol 7f5c655833 avfilter/af_amix: simplify const entries for duration in amix_options[] 8 years ago
  Paul B Mahol 15e9c4afdc avfilter/af_amix: switch to activate 8 years ago
  Paul B Mahol 1e7ce6d925 avfilter/af_amix: check ff_insert_inpad() for failure 8 years ago
  Derek Buitenhuis b198e09138 af_amix: Add missing error check 8 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 9 years ago
  Warblefly 47ccefac21 libavfilter/af_amix.c Increase sources from 32 to 1024 9 years ago
  Paul B Mahol b257266ee8 avfilter/af_amix: use ff_all_channel_counts() instead of ff_all_channel_layouts() 9 years ago
  Michael Niedermayer 3a3265899b avfilter/af_amix: make independent of the channel layout 9 years ago
  Michael Niedermayer abc957e896 avfilter/af_amix: dont fail if there are no samples in output_frame() 10 years ago
  Ganesh Ajjanagadde 89bbf01978 lavfi/af_amix: fix memory leak 10 years ago
  Nicolas George a08fb3983f lavfi/af_amix: mostly fix scheduling. 10 years ago
  Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 10 years ago
  Paul B Mahol a0854c084e avfilter: handle error in query_formats() in bunch of filters 11 years ago
  Michael Niedermayer 34bddf443c avfilter/af_amix: Use av_mallocz_array() 11 years ago
  Paul B Mahol 145a84717b lavfi: check av_strdup() return value 11 years ago
  Michael Niedermayer aa97223f14 avfilter/af_amix: Use avpriv_float_dsp_alloc() 11 years ago
  Reynaldo H. Verdejo Pinochet a9ea79bb49 libavfilter/af_amix: avoid derreferencing possible null 11 years ago
  Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 11 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 12 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 12 years ago
  Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 12 years ago
  Diego Biurrun 093804a93c avfilter: Add av_cold attributes to init/uninit functions 13 years ago
  Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 13 years ago
  Anton Khirnov 7cdd737ba8 lavfi: mark filters with dynamic number of inputs or outputs with special flags 13 years ago
  Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 13 years ago
  Anton Khirnov ac20e3ab8e af_amix: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 13 years ago
  Michael Niedermayer cd7febd33f lavfi: replace filter_samples by filter_frame 13 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 13 years ago
  Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 13 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 13 years ago
  Mans Rullgard 1fce361d70 lavfi: replace empty input/output lists with null pointers 13 years ago
  Martin Storsjö c7b610aa0b avopt: Explicitly store float/double option defaults in .dbl 13 years ago
  Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 13 years ago
  Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 13 years ago