aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/af_channelmap.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avfilter/af_channelmap: add some additional checks for the mappingsMarton Balint2024-03-241-11/+42
* avfilter/af_channelmap: factorize checking indexes against a channel layoutMarton Balint2024-03-241-16/+25
* avfilter/af_channelmap: disallow channel index 64Marton Balint2024-03-241-2/+2
* avfilter/af_channelmap: fix mapping if in_channel was a string but out_channe...Marton Balint2024-03-241-1/+1
* avfilter/af_channelmap: fix error message if FL source channel was missingMarton Balint2024-03-241-2/+2
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-071-6/+0
* avfilter/af_channelmap: do not override set channel layoutPaul B Mahol2023-11-251-1/+1
* avfilter: use AV_OPT_TYPE_CHLAYOUTPaul B Mahol2023-11-221-43/+16
* avfilter: Deduplicate default audio inputs/outputsAndreas Rheinhardt2023-08-071-8/+1
* avfilter: convert to new channel layout APIJames Almer2022-03-151-35/+55
* 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-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-171-1/+1
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-2/+2
* avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt2020-08-231-17/+7
* Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000'James Almer2017-10-211-7/+0
|\
| * lavfi: Drop deprecated way of passing options for a few filtersVittorio Giovara2017-03-231-7/+0
* | avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* | avfilter/af_channelmap: add support for unknown input channel layoutsMarton Balint2016-12-101-4/+4
* | lavfi/af_channelmap: fix memory leakGanesh Ajjanagadde2015-12-091-1/+10
* | avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-10/+7
* | avfilter/af_channelmap: Reorder operations to avoid memleakMichael Niedermayer2015-09-041-4/+4
* | Merge commit '22ecfcd4c79cdf812fdf406525ddf0fd1f7114e4'Michael Niedermayer2015-07-231-3/+4
|\|
| * af_channelmap: properly set the supported output channel layoutsAnton Khirnov2015-07-231-4/+4
* | avfilter/af_channelmap: Move ff_add_channel_layout() call to querry_format()Michael Niedermayer2015-07-211-2/+1
* | af_channelmap: fix number of channelsMarton Balint2015-03-281-0/+1
* | avfilter/af_channelmap: Move potential dereference after NULL check in get_ch...Michael Niedermayer2015-02-181-3/+4
* | avfilter/af_channelmap: Check for missing argument in get_channel_idx()Michael Niedermayer2015-01-231-0/+2
* | libavfilter/af_channelmap: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet2014-09-261-1/+7
* | Merge commit 'f0e959481968b6d906931127237ed981b6414f6e'Michael Niedermayer2014-08-021-0/+2
|\|
| * af_channelmap: Set the frame channel layoutLuca Barbato2014-08-021-0/+2
* | avfilter/af_channelmap: Use av_mallocz_array()Michael Niedermayer2014-06-071-1/+1
* | Merge commit 'e843612695007cc623813073754c651ab43021f7'Michael Niedermayer2014-03-161-1/+1
|\|
| * af_channelmap: fix ONE_STR mapping modeAnton Khirnov2014-03-161-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-2/+1
* | lavfi/channelmap: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-271-7/+2
* | Merge commit 'c22263d3e813d442df8fa5f5ba8993573fe775d8'Michael Niedermayer2013-05-011-0/+6
|\|
| * af_channelmap: ensure the output channel layout is valid.Anton Khirnov2013-04-301-0/+6
* | Merge commit '949c603ed9210df0e1b8e1aa82c71b93543d8071'Michael Niedermayer2013-05-011-24/+11
|\|
| * af_channelmap: remove now unnecessary gotoAnton Khirnov2013-04-301-24/+11
* | Merge commit 'c0771a1ac6da697f86e3b10c8fe5dbc2ee92e347'Michael Niedermayer2013-04-171-7/+8
|\|
| * af_channelmap: cosmetics, use an extra local variable to shorten the codeAnton Khirnov2013-04-171-7/+8
* | Merge commit 'aafed1175df76603e94c99a7748968780d6548d2'Michael Niedermayer2013-04-171-6/+15
|\|
| * af_channelmap: sanity check input channel indices in all cases.Anton Khirnov2013-04-171-6/+15