| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Deduplicate default audio inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/af_pan: free input frame once unneeded | Paul B Mahol | 2023-05-10 | 1 | -2/+1 |
* | avfilter/af_pan: fix leaks on error case | Paul B Mahol | 2023-05-10 | 1 | -1/+4 |
* | avfilter/af_pan: use the new swr used channel layout option | James Almer | 2023-02-19 | 1 | -1/+1 |
* | Revert "avfilter/af_pan: fix regression introduced with switch to new channel... | Paul B Mahol | 2023-02-09 | 1 | -5/+1 |
* | avfilter/af_pan: fix regression introduced with switch to new channel layout API | Paul B Mahol | 2023-02-07 | 1 | -1/+5 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -47/+27 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -3/+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 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -1/+1 |
* | avfilter/af_pan: reject expressions referencing the same channel multiple times | Marton Balint | 2018-03-29 | 1 | -0/+16 |
* | lavfi/af_pan: fix sign handling in channel coefficient parser | Michael Roitzsch | 2017-11-19 | 1 | -0/+1 |
* | avfilter: do not leak AVFrame on failed buffer allocation | Paul B Mahol | 2017-06-24 | 1 | -1/+3 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avfilter/af_pan: fix null pointer dereference on empty token | Marton Balint | 2017-02-05 | 1 | -0/+5 |
* | lavfi/pan: allow negative gain parameters also for other inputs than the firs... | Moritz Barsnick | 2016-11-24 | 1 | -3/+7 |
* | lavfi/pan: renormalize negative gain coefficients properly | Moritz Barsnick | 2016-10-11 | 1 | -1/+1 |
* | lavfi: fix typos | Moritz Barsnick | 2016-10-09 | 1 | -2/+2 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -9/+11 |
* | lavfi/af_pan: Support a maximum of 64 channels. | Carl Eugen Hoyos | 2015-07-17 | 1 | -1/+1 |
* | avfilter/af_pan: Do not use SWR_CH_MAX | Michael Niedermayer | 2014-08-10 | 1 | -5/+5 |
* | avfilter/af_pan: check if the number of channels where sucessfully set | Michael Niedermayer | 2014-08-10 | 1 | -4/+8 |
* | lavfi/pan: use extended_data instead of data. | Nicolas George | 2014-02-19 | 1 | -1/+2 |
* | lavfi/af_pan: support unknown layouts on input. | Nicolas George | 2013-11-03 | 1 | -8/+8 |
* | lavfi/af_pan: support unknown layouts on output. | Nicolas George | 2013-11-03 | 1 | -3/+7 |
* | lavfi: parsing helper for unknown channel layouts. | Nicolas George | 2013-11-03 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -1/+0 |
* | Update copyrights where my email appears with the new one. | Clément Bœsch | 2013-09-03 | 1 | -1/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | af_pan: avoid spaces before % to avoid possible issues with MSVC | Michael Niedermayer | 2013-04-12 | 1 | -9/+10 |
* | af_pan: switch to an AVOptions-based shorthand system. | Michael Niedermayer | 2013-04-12 | 1 | -4/+17 |
* | af_pan: fix parsing arguments from the example in the documentation | Серж Нискородов | 2013-04-12 | 1 | -1/+1 |
* | lavfi: always check return value of ff_get_{audio,video}_buffer() | Paul B Mahol | 2013-04-08 | 1 | -0/+2 |
* | avfilter: avoid direct access to AVFrame.channels | Michael Niedermayer | 2013-03-15 | 1 | -1/+1 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -8/+7 |
* | lavfi: add a channels field to AVFilterLink. | Nicolas George | 2012-12-20 | 1 | -0/+1 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -14/+21 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -3/+3 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | af_pan: fix memleak of arg | Michael Niedermayer | 2012-10-13 | 1 | -9/+18 |
* | af_pan: Fix sscanf formats to work with buggy sscanf implementations | Hendrik Leppkes | 2012-09-15 | 1 | -4/+5 |
* | amerge/astreamsync/pan: fix license boilerplate. | Nicolas George | 2012-08-03 | 1 | -1/+1 |
* | lavfi: decrease logging level of message showing initial parameters | Stefano Sabatini | 2012-07-15 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -2/+4 |
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -1/+1 |
* | lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h | Stefano Sabatini | 2012-06-25 | 1 | -0/+1 |