summaryrefslogtreecommitdiff
path: root/libavfilter/af_amix.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_amix: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avfilter/af_amix: Free inpads' names genericallyAndreas Rheinhardt2021-08-22
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_amix: rename sum option to normalizePaul B Mahol2021-02-12
* avfilter/af_amix: add sum optionPaul B Mahol2021-02-04
* avfilter/af_amix: do not leave unset PTS for frames after first stream is overPaul B Mahol2020-09-14
* avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt2020-08-23
* avfilter/af_amix: Don't needlessly reallocate tableAndreas Rheinhardt2020-08-23
* avfilter/af_amix: make weights option runtime configuredPaul B Mahol2020-04-29
* avfilter/af_amix: unbreak FATE, increase iterator when breaking from loopPaul B Mahol2020-04-14
* avfilter/af_amix: use av_strtod() for weightsPaul B Mahol2020-04-14
* avfilter/af_amix: change the max range of the number of inputsLimin Wang2020-01-11
* avfilter/af_amix: fix filtering if specified weights are negativePaul B Mahol2019-10-03
* 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
|\|