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: 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-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-08-24avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt
2017-10-21Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000'James Almer
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-03-23lavfi: Drop deprecated way of passing options for a few filtersVittorio Giovara
2016-12-10avfilter/af_channelmap: add support for unknown input channel layoutsMarton Balint
2015-12-09lavfi/af_channelmap: fix memory leakGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-04avfilter/af_channelmap: Reorder operations to avoid memleakMichael Niedermayer
2015-07-23af_channelmap: properly set the supported output channel layoutsAnton Khirnov
2015-07-23Merge commit '22ecfcd4c79cdf812fdf406525ddf0fd1f7114e4'Michael Niedermayer
2015-07-21avfilter/af_channelmap: Move ff_add_channel_layout() call to querry_format()Michael Niedermayer
2015-03-28af_channelmap: fix number of channelsMarton Balint
2015-02-18avfilter/af_channelmap: Move potential dereference after NULL check in get_ch...Michael Niedermayer
2015-01-23avfilter/af_channelmap: Check for missing argument in get_channel_idx()Michael Niedermayer
2014-09-27libavfilter/af_channelmap: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet
2014-08-02Merge commit 'f0e959481968b6d906931127237ed981b6414f6e'Michael Niedermayer
2014-08-02af_channelmap: Set the frame channel layoutLuca Barbato
2014-06-07avfilter/af_channelmap: Use av_mallocz_array()Michael Niedermayer
2014-03-16Merge commit 'e843612695007cc623813073754c651ab43021f7'Michael Niedermayer
2014-03-16af_channelmap: fix ONE_STR mapping modeAnton Khirnov
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-05-27lavfi/channelmap: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-01Merge commit 'c22263d3e813d442df8fa5f5ba8993573fe775d8'Michael Niedermayer
2013-05-01Merge commit '949c603ed9210df0e1b8e1aa82c71b93543d8071'Michael Niedermayer
2013-04-30af_channelmap: ensure the output channel layout is valid.Anton Khirnov
2013-04-30af_channelmap: remove now unnecessary gotoAnton Khirnov
2013-04-17Merge commit 'c0771a1ac6da697f86e3b10c8fe5dbc2ee92e347'Michael Niedermayer
2013-04-17Merge commit 'aafed1175df76603e94c99a7748968780d6548d2'Michael Niedermayer
2013-04-17af_channelmap: cosmetics, use an extra local variable to shorten the codeAnton Khirnov
2013-04-17af_channelmap: sanity check input channel indices in all cases.Anton Khirnov
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-11Merge commit 'ba8efac977f4276f05274947b2b67d144cbc965a'Michael Niedermayer
2013-04-10af_channelmap: fix uninitialized variable use introduced in ba8efac977f4276f0...Anton Khirnov
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09af_channelmap: switch to an AVOptions-based system.Anton Khirnov
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger