summaryrefslogtreecommitdiff
path: root/libavfilter/af_channelmap.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* 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/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-17
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt2020-08-23
* Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000'James Almer2017-10-21
|\
| * lavfi: Drop deprecated way of passing options for a few filtersVittorio Giovara2017-03-23
* | avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* | avfilter/af_channelmap: add support for unknown input channel layoutsMarton Balint2016-12-10
* | lavfi/af_channelmap: fix memory leakGanesh Ajjanagadde2015-12-09
* | avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* | avfilter/af_channelmap: Reorder operations to avoid memleakMichael Niedermayer2015-09-04
* | Merge commit '22ecfcd4c79cdf812fdf406525ddf0fd1f7114e4'Michael Niedermayer2015-07-23
|\|
| * af_channelmap: properly set the supported output channel layoutsAnton Khirnov2015-07-23
* | avfilter/af_channelmap: Move ff_add_channel_layout() call to querry_format()Michael Niedermayer2015-07-21
* | af_channelmap: fix number of channelsMarton Balint2015-03-28
* | avfilter/af_channelmap: Move potential dereference after NULL check in get_ch...Michael Niedermayer2015-02-18
* | avfilter/af_channelmap: Check for missing argument in get_channel_idx()Michael Niedermayer2015-01-23
* | libavfilter/af_channelmap: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet2014-09-26
* | Merge commit 'f0e959481968b6d906931127237ed981b6414f6e'Michael Niedermayer2014-08-02
|\|
| * af_channelmap: Set the frame channel layoutLuca Barbato2014-08-02
* | avfilter/af_channelmap: Use av_mallocz_array()Michael Niedermayer2014-06-07
* | Merge commit 'e843612695007cc623813073754c651ab43021f7'Michael Niedermayer2014-03-16
|\|
| * af_channelmap: fix ONE_STR mapping modeAnton Khirnov2014-03-16
* | 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
* | lavfi/channelmap: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-27
* | Merge commit 'c22263d3e813d442df8fa5f5ba8993573fe775d8'Michael Niedermayer2013-05-01
|\|
| * af_channelmap: ensure the output channel layout is valid.Anton Khirnov2013-04-30
* | Merge commit '949c603ed9210df0e1b8e1aa82c71b93543d8071'Michael Niedermayer2013-05-01
|\|
| * af_channelmap: remove now unnecessary gotoAnton Khirnov2013-04-30
* | Merge commit 'c0771a1ac6da697f86e3b10c8fe5dbc2ee92e347'Michael Niedermayer2013-04-17
|\|
| * af_channelmap: cosmetics, use an extra local variable to shorten the codeAnton Khirnov2013-04-17
* | Merge commit 'aafed1175df76603e94c99a7748968780d6548d2'Michael Niedermayer2013-04-17
|\|
| * af_channelmap: sanity check input channel indices in all cases.Anton Khirnov2013-04-17
| * af_channelmap: fix uninitialized variable use introduced in ba8efac977f4276f0...Anton Khirnov2013-04-09
| * 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 'ba8efac977f4276f05274947b2b67d144cbc965a'Michael Niedermayer2013-04-11
|\|
| * af_channelmap: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-10
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* | Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer2013-03-08
|\|
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07