summaryrefslogtreecommitdiff
path: root/libavfilter/af_pan.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_pan: free input frame once unneededPaul B Mahol2023-05-101-2/+1
* avfilter/af_pan: fix leaks on error casePaul B Mahol2023-05-101-1/+4
* avfilter/af_pan: use the new swr used channel layout optionJames Almer2023-02-191-1/+1
* Revert "avfilter/af_pan: fix regression introduced with switch to new channel...Paul B Mahol2023-02-091-5/+1
* avfilter/af_pan: fix regression introduced with switch to new channel layout APIPaul B Mahol2023-02-071-1/+5
* avfilter: convert to new channel layout APIJames Almer2022-03-151-47/+27
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-3/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-2/+2
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-1/+1
* avfilter/af_pan: reject expressions referencing the same channel multiple timesMarton Balint2018-03-291-0/+16
* lavfi/af_pan: fix sign handling in channel coefficient parserMichael Roitzsch2017-11-191-0/+1
* avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol2017-06-241-1/+3
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter/af_pan: fix null pointer dereference on empty tokenMarton Balint2017-02-051-0/+5
* lavfi/pan: allow negative gain parameters also for other inputs than the firs...Moritz Barsnick2016-11-241-3/+7
* lavfi/pan: renormalize negative gain coefficients properlyMoritz Barsnick2016-10-111-1/+1
* lavfi: fix typosMoritz Barsnick2016-10-091-2/+2
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-9/+11
* lavfi/af_pan: Support a maximum of 64 channels.Carl Eugen Hoyos2015-07-171-1/+1
* avfilter/af_pan: Do not use SWR_CH_MAXMichael Niedermayer2014-08-101-5/+5
* avfilter/af_pan: check if the number of channels where sucessfully setMichael Niedermayer2014-08-101-4/+8
* lavfi/pan: use extended_data instead of data.Nicolas George2014-02-191-1/+2
* lavfi/af_pan: support unknown layouts on input.Nicolas George2013-11-031-8/+8
* lavfi/af_pan: support unknown layouts on output.Nicolas George2013-11-031-3/+7
* lavfi: parsing helper for unknown channel layouts.Nicolas George2013-11-031-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-1/+0
* Update copyrights where my email appears with the new one.Clément Bœsch2013-09-031-1/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* af_pan: avoid spaces before % to avoid possible issues with MSVCMichael Niedermayer2013-04-121-9/+10
* af_pan: switch to an AVOptions-based shorthand system.Michael Niedermayer2013-04-121-4/+17
* af_pan: fix parsing arguments from the example in the documentationСерж Нискородов2013-04-121-1/+1
* lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol2013-04-081-0/+2
* avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer2013-03-151-1/+1
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-8/+7
* lavfi: add a channels field to AVFilterLink.Nicolas George2012-12-201-0/+1
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-14/+21
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-3/+3
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* af_pan: fix memleak of argMichael Niedermayer2012-10-131-9/+18
* af_pan: Fix sscanf formats to work with buggy sscanf implementationsHendrik Leppkes2012-09-151-4/+5
* amerge/astreamsync/pan: fix license boilerplate.Nicolas George2012-08-031-1/+1
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-151-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-091-2/+4
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
* lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-251-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-1/+1