Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swr-test: test the new flexible buffering | Michael Niedermayer | 2012-03-25 | 1 | -1/+24 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr: revert stray hunk | Michael Niedermayer | 2012-03-25 | 1 | -5/+0 |
| | | | | | Found-by:ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr: test partial flushing | Michael Niedermayer | 2012-03-25 | 1 | -2/+25 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: drop one const, silence most const qualifer warnings. | Michael Niedermayer | 2011-12-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test_: Fix mixed declaration and statements: | Michael Niedermayer | 2011-12-03 | 1 | -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œsch | 2011-11-24 | 1 | -14/+13 |
| | |||||
* | swr: introduce a public function to customize the channel mapping. | Clément Bœsch | 2011-11-17 | 1 | -2/+2 |
| | |||||
* | swr: fix "control reaches end of non-void function" compiler warning. | Clément Bœsch | 2011-11-17 | 1 | -1/+1 |
| | |||||
* | swr: rename swr_alloc2() to swr_alloc_set_opts(). | Clément Bœsch | 2011-11-17 | 1 | -6/+6 |
| | |||||
* | ffmpeg: add -map_channel option. | Clément Bœsch | 2011-11-04 | 1 | -3/+5 |
| | | | | Based on an initial work by Baptiste Coudurier. | ||||
* | swr-test: test flushing | Michael Niedermayer | 2011-11-04 | 1 | -1/+29 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr_test: test planar audio | Michael Niedermayer | 2011-10-01 | 1 | -12/+49 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr_test: dont test samples that have not been written | Michael Niedermayer | 2011-09-29 | 1 | -2/+2 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | Add libswresample. | Michael Niedermayer | 2011-09-19 | 1 | -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> |