| Commit message (Expand) | Author | Age | Files | Lines |
* | swr: add a swr_flags AVOption | Michael Niedermayer | 2012-04-11 | 1 | -0/+1 |
* | swr: add a dither_scale parameter to tune the amplitude of the dither. | Michael Niedermayer | 2012-04-11 | 3 | -1/+5 |
* | swr: pass context to swri_get_dither() | Michael Niedermayer | 2012-04-11 | 3 | -5/+5 |
* | swr: add triangular highpass dither | Michael Niedermayer | 2012-04-11 | 3 | -1/+24 |
* | swr: generate more dither noise to improve quality. | Michael Niedermayer | 2012-04-11 | 2 | -4/+9 |
* | swr: add swr_get_class() | Michael Niedermayer | 2012-04-11 | 2 | -0/+13 |
* | swr: simplify code by using av_get_bytes_per_sample() | Michael Niedermayer | 2012-04-11 | 2 | -7/+3 |
* | swr: fix copy & pasted comment to match the code. | Michael Niedermayer | 2012-04-10 | 1 | -1/+1 |
* | swr: add triangular dither support | Michael Niedermayer | 2012-04-10 | 3 | -0/+7 |
* | swr: remove unused variable | Michael Niedermayer | 2012-04-10 | 1 | -1/+1 |
* | swr: add SWR_DITHER_RECTANGULAR to AVOptions array | Michael Niedermayer | 2012-04-10 | 1 | -1/+2 |
* | swr-test: include opt.h, this is needed for changing options for testing. | Michael Niedermayer | 2012-04-10 | 1 | -0/+1 |
* | swr: use assert in swri_sum2 to check that only supported formats are used. | Michael Niedermayer | 2012-04-10 | 1 | -0/+1 |
* | swr: add dither support. | Michael Niedermayer | 2012-04-10 | 6 | -11/+98 |
* | swr: update copyright year for rematrix | Michael Niedermayer | 2012-04-10 | 1 | -1/+1 |
* | resample: support double precission resampling | Michael Niedermayer | 2012-04-10 | 2 | -0/+30 |
* | swr: support int32 and float as internal sample formats | Michael Niedermayer | 2012-04-10 | 1 | -9/+12 |
* | swr: support float & int32 in the resampler | Michael Niedermayer | 2012-04-10 | 4 | -129/+220 |
* | swr-test: Add newline to test output | Michael Niedermayer | 2012-04-10 | 1 | -1/+1 |
* | resample: update copyright years, they where incorrect. | Michael Niedermayer | 2012-04-10 | 1 | -1/+1 |
* | swr-test: remove unused variable | Michael Niedermayer | 2012-04-01 | 1 | -1/+1 |
* | swr: remove unused variable | Michael Niedermayer | 2012-04-01 | 1 | -1/+0 |
* | swr: fix pointer type warnings | Michael Niedermayer | 2012-04-01 | 1 | -2/+2 |
* | swr-test: test the new flexible buffering | Michael Niedermayer | 2012-03-25 | 1 | -1/+24 |
* | swr: realloc_audio: support packed audio buffers | Michael Niedermayer | 2012-03-25 | 1 | -1/+1 |
* | swr: More flexible and convenient buffering | Michael Niedermayer | 2012-03-25 | 2 | -41/+105 |
* | swr: fix segfault when 0 out size is used. | Michael Niedermayer | 2012-03-25 | 1 | -1/+1 |
* | swr: revert stray hunk | Michael Niedermayer | 2012-03-25 | 1 | -5/+0 |
* | resample: Fix boundary handling with fragments. | Michael Niedermayer | 2012-03-25 | 1 | -4/+4 |
* | swr: Fix partial flushing. | Michael Niedermayer | 2012-03-25 | 1 | -2/+2 |
* | swr: test partial flushing | Michael Niedermayer | 2012-03-25 | 1 | -2/+25 |
* | swr: allow flushing in multiple steps if the output is too small. | Michael Niedermayer | 2012-03-25 | 2 | -11/+15 |
* | swr: fix compilation failure with old versions of gcc. | Michael Niedermayer | 2012-03-25 | 1 | -2/+2 |
* | swr: drop SWR_CH_MAX with the next major ABI bump | Michael Niedermayer | 2012-03-24 | 1 | -0/+2 |
* | swr: dont use SWR_CH_MAX in the public function declaration. | Michael Niedermayer | 2012-03-24 | 1 | -3/+3 |
* | swr: make SwrContext a typedef. | Michael Niedermayer | 2012-03-24 | 1 | -2/+2 |
* | swresample: support up to 32 channels | Michael Niedermayer | 2012-03-24 | 1 | -2/+2 |
* | swr: check that there is enough information to do rematrixing when needed. | Michael Niedermayer | 2012-03-23 | 1 | -0/+5 |
* | cosmetics: fix some typos | Lou Logan | 2012-03-13 | 1 | -1/+1 |
* | swr: special case for empty channels in rematrix. | Nicolas George | 2012-03-07 | 1 | -0/+3 |
* | Exit ffmpeg if swr_convert() fails. | Carl Eugen Hoyos | 2012-02-27 | 1 | -1/+1 |
* | libswr: allow to set custom matrices. | Nicolas George | 2012-02-20 | 4 | -11/+57 |
* | libswresample: introduce int swr_set_compensation() instead of void swr_compe... | Marton Balint | 2012-01-09 | 2 | -6/+22 |
* | indeo4, swresample: add some missing static/const to tables. | Reimar Döffinger | 2012-01-08 | 1 | -1/+1 |
* | swr: fix swresample_version() | Michael Niedermayer | 2011-12-23 | 2 | -1/+5 |
* | libswresample.v: add swresample* for cmdutils.c | Michael Niedermayer | 2011-12-22 | 1 | -1/+1 |
* | swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100 | Michael Niedermayer | 2011-12-22 | 2 | -1/+2 |
* | swr: add swresample_version swresample_configuration and swresample_license | Michael Niedermayer | 2011-12-22 | 2 | -0/+31 |
* | swr: fix assert failure | Michael Niedermayer | 2011-12-20 | 1 | -1/+6 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -2/+0 |