summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_pan.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add a channels field to AVFilterLink.Nicolas George2012-12-201-0/+1
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-14/+21
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-3/+3
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* af_pan: fix memleak of argMichael Niedermayer2012-10-131-9/+18
* af_pan: Fix sscanf formats to work with buggy sscanf implementationsHendrik Leppkes2012-09-151-4/+5
* amerge/astreamsync/pan: fix license boilerplate.Nicolas George2012-08-031-1/+1
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-151-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-091-2/+4
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
* lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-251-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-1/+1
* lavfi: update some deprecated functionsPaul B Mahol2012-06-161-1/+1
* pan: use ff_parse_channel_layout() instead of av_get_channel_layout().Clément Bœsch2012-05-181-6/+5
* lavfi/pan: add supported sample rates to avoid a crash.Clément Bœsch2012-05-171-0/+6
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-161-2/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-161-6/+7
* lavfi: remove audio.h include from avfilter.h.Clément Bœsch2012-05-121-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-2/+2
* 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