summaryrefslogtreecommitdiff
path: root/libavfilter/af_pan.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
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* 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
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter/af_pan: reject expressions referencing the same channel multiple timesMarton Balint2018-03-29
* lavfi/af_pan: fix sign handling in channel coefficient parserMichael Roitzsch2017-11-19
* avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol2017-06-24
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/af_pan: fix null pointer dereference on empty tokenMarton Balint2017-02-05
* lavfi/pan: allow negative gain parameters also for other inputs than the firs...Moritz Barsnick2016-11-24
* lavfi/pan: renormalize negative gain coefficients properlyMoritz Barsnick2016-10-11
* lavfi: fix typosMoritz Barsnick2016-10-09
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* lavfi/af_pan: Support a maximum of 64 channels.Carl Eugen Hoyos2015-07-17
* avfilter/af_pan: Do not use SWR_CH_MAXMichael Niedermayer2014-08-10
* avfilter/af_pan: check if the number of channels where sucessfully setMichael Niedermayer2014-08-10
* lavfi/pan: use extended_data instead of data.Nicolas George2014-02-19
* lavfi/af_pan: support unknown layouts on input.Nicolas George2013-11-03
* lavfi/af_pan: support unknown layouts on output.Nicolas George2013-11-03
* lavfi: parsing helper for unknown channel layouts.Nicolas George2013-11-03
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* Update copyrights where my email appears with the new one.Clément Bœsch2013-09-03
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* af_pan: avoid spaces before % to avoid possible issues with MSVCMichael Niedermayer2013-04-12
* af_pan: switch to an AVOptions-based shorthand system.Michael Niedermayer2013-04-12
* af_pan: fix parsing arguments from the example in the documentationСерж Нискородов2013-04-12
* lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol2013-04-08
* avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer2013-03-15
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi: add a channels field to AVFilterLink.Nicolas George2012-12-20
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
* af_pan: fix memleak of argMichael Niedermayer2012-10-13
* af_pan: Fix sscanf formats to work with buggy sscanf implementationsHendrik Leppkes2012-09-15
* amerge/astreamsync/pan: fix license boilerplate.Nicolas George2012-08-03
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-15
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-09
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
* lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-25
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* pan: use ff_parse_channel_layout() instead of av_get_channel_layout().Clément Bœsch2012-05-18
* lavfi/pan: add supported sample rates to avoid a crash.Clément Bœsch2012-05-17
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-16