aboutsummaryrefslogtreecommitdiffstats
path: root/libswresample/swresample_test.c
Commit message (Collapse)AuthorAgeFilesLines
* swr-test: test the new flexible bufferingMichael Niedermayer2012-03-251-1/+24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: revert stray hunkMichael Niedermayer2012-03-251-5/+0
| | | | | Found-by:ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: test partial flushingMichael Niedermayer2012-03-251-2/+25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr-test: drop one const, silence most const qualifer warnings.Michael Niedermayer2011-12-031-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr-test_: Fix mixed declaration and statements:Michael Niedermayer2011-12-031-3/+4
| | | | | | | swresample_test.c:123:21: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] swresample_test.c:127:25: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: use native planar sample formats.Clément Bœsch2011-11-241-14/+13
|
* swr: introduce a public function to customize the channel mapping.Clément Bœsch2011-11-171-2/+2
|
* swr: fix "control reaches end of non-void function" compiler warning.Clément Bœsch2011-11-171-1/+1
|
* swr: rename swr_alloc2() to swr_alloc_set_opts().Clément Bœsch2011-11-171-6/+6
|
* ffmpeg: add -map_channel option.Clément Bœsch2011-11-041-3/+5
| | | | Based on an initial work by Baptiste Coudurier.
* swr-test: test flushingMichael Niedermayer2011-11-041-1/+29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr_test: test planar audioMichael Niedermayer2011-10-011-12/+49
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr_test: dont test samples that have not been writtenMichael Niedermayer2011-09-291-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add libswresample.Michael Niedermayer2011-09-191-0/+149
Similar to libswscale this does resampling and format convertion, just for audio instead of video. changing sampling rate, sample formats, channel layouts and sample packing all in one with a very simple public interface. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>