summaryrefslogtreecommitdiff
path: root/libavfilter/af_pan.c
Commit message (Expand)AuthorAge
* 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
* lavfi: remove audio.h include from avfilter.h.Clément Bœsch2012-05-12
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-10
* af_pan: remove dual double/int storage of gain.Nicolas George2012-02-22
* af_pan: move query_format before config_props.Nicolas George2012-02-20
* af_pan: remove the indirect function call.Nicolas George2012-02-20
* af_pan: reindent after last commit.Nicolas George2012-02-20
* af_pan: use libswr for rematrixing.Nicolas George2012-02-20
* af_pan: comment a tricky piece of code.Nicolas George2012-02-15
* pan: fix uninitialized channel_id variable.Clément Bœsch2012-02-15
* lavfi/pan: copy ref props after filtering samples.Clément Bœsch2012-02-02
* pan: drop unecessary includes.Clément Bœsch2012-01-24
* pan: move query_formats() to avoid forward declarations.Clément Bœsch2012-01-24
* pan: reindent after remap commit.Clément Bœsch2012-01-24
* pan: add channel mapping capability.Clément Bœsch2012-01-24
* pan: raise correct error when there is no param specified.Clément Bœsch2012-01-24
* lavfi: add missing periods in descriptions.Clément Bœsch2012-01-20
* lavfi: reimplement MPlayer's af_pan filter for libavfilter.Clément Bœsch2011-11-18