summaryrefslogtreecommitdiff
path: root/libavfilter/af_pan.c
Commit message (Expand)AuthorAge
* 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