Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildsys: fix rules for swresample-test | Michael Niedermayer | 2012-06-05 | 1 | -410/+0 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: allow testing a specific subset of cases | Michael Niedermayer | 2012-05-05 | 1 | -2/+11 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: fix rounding error leading to NAN | Michael Niedermayer | 2012-05-03 | 1 | -0/+2 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: allow randomizing mode differently each run. | Michael Niedermayer | 2012-05-01 | 1 | -0/+7 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: use uint_rand() for mode too | Michael Niedermayer | 2012-05-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: simplify by using uint_rand() | Michael Niedermayer | 2012-05-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: simplify prng code | Michael Niedermayer | 2012-04-27 | 1 | -4/+5 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: fix declaration statement ordering. | Michael Niedermayer | 2012-04-26 | 1 | -2/+2 |
| | | | | | | swr-test is now warning free. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: fix pointer type warnings | Michael Niedermayer | 2012-04-26 | 1 | -10/+10 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: fix unused var warnings | Michael Niedermayer | 2012-04-26 | 1 | -4/+3 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test:indent | Michael Niedermayer | 2012-04-26 | 1 | -112/+112 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: support fabrices audiogen like avr | Michael Niedermayer | 2012-04-26 | 1 | -0/+83 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: fix u8 zero point. | Michael Niedermayer | 2012-04-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: improve rounding in set() | Michael Niedermayer | 2012-04-26 | 1 | -5/+5 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: remove unneeded hack to test planar formats. | Michael Niedermayer | 2012-04-26 | 1 | -15/+15 |
| | | | | | | planar formats are now chosen like any other parameter. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: improve output | Michael Niedermayer | 2012-04-26 | 1 | -6/+4 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: print channel layout, instead of just channel counts | Michael Niedermayer | 2012-04-26 | 1 | -2/+6 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: Use randomized collision free hypercube corner enumeration to ↵ | Michael Niedermayer | 2012-04-26 | 1 | -14/+40 |
| | | | | | | | | | select tests. This way the user can specify how many or few tests should run while still providing good coverage over the whole parameter set. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: use formats array | Michael Niedermayer | 2012-04-26 | 1 | -2/+5 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: remove 0 terminator in layouts for consistency | Michael Niedermayer | 2012-04-26 | 1 | -3/+2 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: add rates tables containing a new set of sample rates. | Michael Niedermayer | 2012-04-26 | 1 | -3/+11 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: indent | Michael Niedermayer | 2012-04-26 | 1 | -14/+14 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: add sorted formats table from avr | Michael Niedermayer | 2012-04-26 | 1 | -0/+13 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: include opt.h, this is needed for changing options for testing. | Michael Niedermayer | 2012-04-10 | 1 | -0/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: Add newline to test output | Michael Niedermayer | 2012-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: remove unused variable | Michael Niedermayer | 2012-04-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | 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> |