summaryrefslogtreecommitdiff
path: root/libavfilter/af_amix.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-2/+2
* avfilter/af_amix: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-17/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-4/+4
* avfilter/af_amix: Free inpads' names genericallyAndreas Rheinhardt2021-08-221-6/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-1/+1
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-3/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_amix: rename sum option to normalizePaul B Mahol2021-02-121-5/+5
* avfilter/af_amix: add sum optionPaul B Mahol2021-02-041-3/+10
* avfilter/af_amix: do not leave unset PTS for frames after first stream is overPaul B Mahol2020-09-141-1/+2
* avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt2020-08-231-15/+3
* avfilter/af_amix: Don't needlessly reallocate tableAndreas Rheinhardt2020-08-231-6/+6
* avfilter/af_amix: make weights option runtime configuredPaul B Mahol2020-04-291-20/+49
* avfilter/af_amix: unbreak FATE, increase iterator when breaking from loopPaul B Mahol2020-04-141-2/+4
* avfilter/af_amix: use av_strtod() for weightsPaul B Mahol2020-04-141-6/+7
* avfilter/af_amix: change the max range of the number of inputsLimin Wang2020-01-111-1/+1
* avfilter/af_amix: fix filtering if specified weights are negativePaul B Mahol2019-10-031-8/+8
* avfilter: forward status back in some filters that missed itPaul B Mahol2018-05-051-0/+2
* avfilter/af_amix: add weights optionPaul B Mahol2018-04-011-7/+48
* avfilter/af_amix: make use of av_asprintf()Paul B Mahol2017-11-241-3/+1
* avfilter/af_amix: do not request samples if inlink reached EOFPaul B Mahol2017-08-271-1/+2
* avfilter/af_amix: simplify const entries for duration in amix_options[]Paul B Mahol2017-08-261-3/+3
* avfilter/af_amix: switch to activatePaul B Mahol2017-08-261-80/+82
* avfilter/af_amix: check ff_insert_inpad() for failurePaul B Mahol2017-08-251-2/+5
* af_amix: Add missing error checkDerek Buitenhuis2017-07-071-0/+2
* avfilter/af_amix: fix possible hangPaul B Mahol2017-06-181-5/+5
* avfilter/af_amix: add double sample format supportPaul B Mahol2017-04-101-4/+15
* libavfilter/af_amix.c Increase sources from 32 to 1024Warblefly2017-04-091-1/+1
* avfilter/af_amix: use ff_all_channel_counts() instead of ff_all_channel_layou...Paul B Mahol2016-09-101-1/+1
* avfilter/af_amix: make independent of the channel layoutMichael Niedermayer2016-09-061-1/+1
* avfilter/af_amix: dont fail if there are no samples in output_frame()Michael Niedermayer2016-06-061-0/+3
* lavfi/af_amix: fix memory leakGanesh Ajjanagadde2015-12-091-13/+16
* lavfi/af_amix: mostly fix scheduling.Nicolas George2015-11-071-80/+62
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-3/+4
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-4/+8
* avfilter/af_amix: Use av_mallocz_array()Michael Niedermayer2015-04-061-1/+1
* lavfi: check av_strdup() return valuePaul B Mahol2015-01-061-0/+2
* avfilter/af_amix: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-181-3/+6
* libavfilter/af_amix: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet2014-09-261-1/+8
* Drop remaining unneeded != NULLMichael Niedermayer2014-08-151-2/+2
* avfilter/af_amix: Use av_mallocz_array()Michael Niedermayer2014-06-071-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
|\
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-11/+8
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer2013-05-051-2/+3
|\ \ | |/
| * avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-041-2/+3
* | Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'Michael Niedermayer2013-04-121-0/+2
|\ \ | |/