| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -35/+55 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Replace AVFilterPad.needs_writable by flags | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -2/+2 |
* | avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on error | Andreas Rheinhardt | 2020-08-23 | 1 | -17/+7 |
* | Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000' | James Almer | 2017-10-21 | 1 | -7/+0 |
|\ |
|
| * | lavfi: Drop deprecated way of passing options for a few filters | Vittorio Giovara | 2017-03-23 | 1 | -7/+0 |
* | | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | | avfilter/af_channelmap: add support for unknown input channel layouts | Marton Balint | 2016-12-10 | 1 | -4/+4 |
* | | lavfi/af_channelmap: fix memory leak | Ganesh Ajjanagadde | 2015-12-09 | 1 | -1/+10 |
* | | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -10/+7 |
* | | avfilter/af_channelmap: Reorder operations to avoid memleak | Michael Niedermayer | 2015-09-04 | 1 | -4/+4 |
* | | Merge commit '22ecfcd4c79cdf812fdf406525ddf0fd1f7114e4' | Michael Niedermayer | 2015-07-23 | 1 | -3/+4 |
|\| |
|
| * | af_channelmap: properly set the supported output channel layouts | Anton Khirnov | 2015-07-23 | 1 | -4/+4 |
* | | avfilter/af_channelmap: Move ff_add_channel_layout() call to querry_format() | Michael Niedermayer | 2015-07-21 | 1 | -2/+1 |
* | | af_channelmap: fix number of channels | Marton Balint | 2015-03-28 | 1 | -0/+1 |
* | | avfilter/af_channelmap: Move potential dereference after NULL check in get_ch... | Michael Niedermayer | 2015-02-18 | 1 | -3/+4 |
* | | avfilter/af_channelmap: Check for missing argument in get_channel_idx() | Michael Niedermayer | 2015-01-23 | 1 | -0/+2 |
* | | libavfilter/af_channelmap: avoid derreferencing possible null | Reynaldo H. Verdejo Pinochet | 2014-09-26 | 1 | -1/+7 |
* | | Merge commit 'f0e959481968b6d906931127237ed981b6414f6e' | Michael Niedermayer | 2014-08-02 | 1 | -0/+2 |
|\| |
|
| * | af_channelmap: Set the frame channel layout | Luca Barbato | 2014-08-02 | 1 | -0/+2 |
* | | avfilter/af_channelmap: Use av_mallocz_array() | Michael Niedermayer | 2014-06-07 | 1 | -1/+1 |
* | | Merge commit 'e843612695007cc623813073754c651ab43021f7' | Michael Niedermayer | 2014-03-16 | 1 | -1/+1 |
|\| |
|
| * | af_channelmap: fix ONE_STR mapping mode | Anton Khirnov | 2014-03-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -2/+1 |
* | | lavfi/channelmap: make use of AVFILTER_DEFINE_CLASS | Paul B Mahol | 2013-05-27 | 1 | -7/+2 |
* | | Merge commit 'c22263d3e813d442df8fa5f5ba8993573fe775d8' | Michael Niedermayer | 2013-05-01 | 1 | -0/+6 |
|\| |
|
| * | af_channelmap: ensure the output channel layout is valid. | Anton Khirnov | 2013-04-30 | 1 | -0/+6 |
* | | Merge commit '949c603ed9210df0e1b8e1aa82c71b93543d8071' | Michael Niedermayer | 2013-05-01 | 1 | -24/+11 |
|\| |
|
| * | af_channelmap: remove now unnecessary goto | Anton Khirnov | 2013-04-30 | 1 | -24/+11 |
* | | Merge commit 'c0771a1ac6da697f86e3b10c8fe5dbc2ee92e347' | Michael Niedermayer | 2013-04-17 | 1 | -7/+8 |
|\| |
|
| * | af_channelmap: cosmetics, use an extra local variable to shorten the code | Anton Khirnov | 2013-04-17 | 1 | -7/+8 |
* | | Merge commit 'aafed1175df76603e94c99a7748968780d6548d2' | Michael Niedermayer | 2013-04-17 | 1 | -6/+15 |
|\| |
|
| * | af_channelmap: sanity check input channel indices in all cases. | Anton Khirnov | 2013-04-17 | 1 | -6/+15 |
| * | af_channelmap: fix uninitialized variable use introduced in ba8efac977f4276f0... | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
| * | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -1/+1 |
* | | Merge commit 'ba8efac977f4276f05274947b2b67d144cbc965a' | Michael Niedermayer | 2013-04-11 | 1 | -23/+19 |
|\| |
|
| * | af_channelmap: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -23/+18 |
* | | lavfi: remove remaining forgotten min/rej perms. | Clément Bœsch | 2013-03-10 | 1 | -2/+2 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -2/+2 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -2/+2 |
* | | Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830' | Michael Niedermayer | 2013-03-08 | 1 | -4/+4 |
|\| |
|
| * | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -4/+4 |