summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_pan.c
Commit message (Expand)AuthorAgeFilesLines
* af_pan: remove dual double/int storage of gain.Nicolas George2012-02-221-23/+9
* af_pan: move query_format before config_props.Nicolas George2012-02-201-23/+23
* af_pan: remove the indirect function call.Nicolas George2012-02-201-16/+1
* af_pan: reindent after last commit.Nicolas George2012-02-201-23/+21
* af_pan: use libswr for rematrixing.Nicolas George2012-02-201-47/+24
* af_pan: comment a tricky piece of code.Nicolas George2012-02-151-0/+4
* pan: fix uninitialized channel_id variable.Clément Bœsch2012-02-151-1/+1
* lavfi/pan: copy ref props after filtering samples.Clément Bœsch2012-02-021-0/+4
* pan: drop unecessary includes.Clément Bœsch2012-01-241-2/+0
* pan: move query_formats() to avoid forward declarations.Clément Bœsch2012-01-241-37/+34
* pan: reindent after remap commit.Clément Bœsch2012-01-241-21/+21
* pan: add channel mapping capability.Clément Bœsch2012-01-241-6/+127
* pan: raise correct error when there is no param specified.Clément Bœsch2012-01-241-0/+6
* lavfi: add missing periods in descriptions.Clément Bœsch2012-01-201-1/+1
* lavfi: reimplement MPlayer's af_pan filter for libavfilter.Clément Bœsch2011-11-181-0/+306
OpenPOWER on IntegriCloud