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