Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-05avfilter/af_amix: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-22avfilter/af_amix: Free inpads' names genericallyAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-02-13avfilter/af_amix: rename sum option to normalizePaul B Mahol
2021-02-04avfilter/af_amix: add sum optionPaul B Mahol
2020-09-14avfilter/af_amix: do not leave unset PTS for frames after first stream is overPaul B Mahol
2020-08-24avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt
2020-08-24avfilter/af_amix: Don't needlessly reallocate tableAndreas Rheinhardt
2020-04-29avfilter/af_amix: make weights option runtime configuredPaul B Mahol
2020-04-14avfilter/af_amix: unbreak FATE, increase iterator when breaking from loopPaul B Mahol
2020-04-14avfilter/af_amix: use av_strtod() for weightsPaul B Mahol
2020-01-11avfilter/af_amix: change the max range of the number of inputsLimin Wang
2019-10-03avfilter/af_amix: fix filtering if specified weights are negativePaul B Mahol
2018-05-05avfilter: forward status back in some filters that missed itPaul B Mahol
2018-04-01avfilter/af_amix: add weights optionPaul B Mahol
2017-11-24avfilter/af_amix: make use of av_asprintf()Paul B Mahol
2017-08-27avfilter/af_amix: do not request samples if inlink reached EOFPaul B Mahol
2017-08-26avfilter/af_amix: simplify const entries for duration in amix_options[]Paul B Mahol
2017-08-26avfilter/af_amix: switch to activatePaul B Mahol
2017-08-25avfilter/af_amix: check ff_insert_inpad() for failurePaul B Mahol
2017-07-07af_amix: Add missing error checkDerek Buitenhuis
2017-06-18avfilter/af_amix: fix possible hangPaul B Mahol
2017-04-10avfilter/af_amix: add double sample format supportPaul B Mahol
2017-04-09libavfilter/af_amix.c Increase sources from 32 to 1024Warblefly
2016-09-10avfilter/af_amix: use ff_all_channel_counts() instead of ff_all_channel_layou...Paul B Mahol
2016-09-06avfilter/af_amix: make independent of the channel layoutMichael Niedermayer
2016-06-06avfilter/af_amix: dont fail if there are no samples in output_frame()Michael Niedermayer
2015-12-09lavfi/af_amix: fix memory leakGanesh Ajjanagadde
2015-11-07lavfi/af_amix: mostly fix scheduling.Nicolas George
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-04-06avfilter/af_amix: Use av_mallocz_array()Michael Niedermayer
2015-01-06lavfi: check av_strdup() return valuePaul B Mahol
2014-11-18avfilter/af_amix: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-09-27libavfilter/af_amix: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet
2014-08-16Drop remaining unneeded != NULLMichael Niedermayer
2014-06-07avfilter/af_amix: Use av_mallocz_array()Michael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-05-05Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer
2013-05-04avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun
2013-04-12Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'Michael Niedermayer