summaryrefslogtreecommitdiff
path: root/libavfilter/af_amix.c
Commit message (Expand)AuthorAge
* avfilter: forward status back in some filters that missed itPaul B Mahol2018-05-05
* avfilter/af_amix: add weights optionPaul B Mahol2018-04-01
* avfilter/af_amix: make use of av_asprintf()Paul B Mahol2017-11-24
* avfilter/af_amix: do not request samples if inlink reached EOFPaul B Mahol2017-08-27
* avfilter/af_amix: simplify const entries for duration in amix_options[]Paul B Mahol2017-08-26
* avfilter/af_amix: switch to activatePaul B Mahol2017-08-26
* avfilter/af_amix: check ff_insert_inpad() for failurePaul B Mahol2017-08-25
* af_amix: Add missing error checkDerek Buitenhuis2017-07-07
* avfilter/af_amix: fix possible hangPaul B Mahol2017-06-18
* avfilter/af_amix: add double sample format supportPaul B Mahol2017-04-10
* libavfilter/af_amix.c Increase sources from 32 to 1024Warblefly2017-04-09
* avfilter/af_amix: use ff_all_channel_counts() instead of ff_all_channel_layou...Paul B Mahol2016-09-10
* avfilter/af_amix: make independent of the channel layoutMichael Niedermayer2016-09-06
* avfilter/af_amix: dont fail if there are no samples in output_frame()Michael Niedermayer2016-06-06
* lavfi/af_amix: fix memory leakGanesh Ajjanagadde2015-12-09
* lavfi/af_amix: mostly fix scheduling.Nicolas George2015-11-07
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/af_amix: Use av_mallocz_array()Michael Niedermayer2015-04-06
* lavfi: check av_strdup() return valuePaul B Mahol2015-01-06
* avfilter/af_amix: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-18
* libavfilter/af_amix: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet2014-09-26
* Drop remaining unneeded != NULLMichael Niedermayer2014-08-15
* avfilter/af_amix: Use av_mallocz_array()Michael Niedermayer2014-06-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
* | Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer2013-05-05
|\|
| * avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-04
* | Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'Michael Niedermayer2013-04-12
|\|
| * lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov2013-04-11
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | Merge commit 'ac20e3ab8ed497549ee2a62754f01eee5e7a5066'Michael Niedermayer2013-04-11
|\|
| * af_amix: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-08
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* | lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* | Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a'Michael Niedermayer2012-10-10
|\|
| * af_amix: prevent memory leak on error pathJanne Grunau2012-10-09
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-18
|\|
| * lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-17
* | Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a'Michael Niedermayer2012-09-05
|\|
| * avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-04