| Commit message (Expand) | Author | Age | Files | Lines |
* | swr: support first_pts | Michael Niedermayer | 2013-01-21 | 2 | -1/+12 |
* | swr: fix "may be used uninitialized in this function" warnings | Michael Niedermayer | 2013-01-20 | 1 | -1/+2 |
* | swr/dither: fix division by 0 | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | swr: fix handling of timestamps that cause multiple drops or silence injections | Michael Niedermayer | 2013-01-13 | 1 | -1/+1 |
* | swr: limit buffer size for silence injection | Michael Niedermayer | 2013-01-13 | 1 | -0/+7 |
* | swr: limit buffer size for discarding. | Michael Niedermayer | 2013-01-13 | 1 | -5/+8 |
* | swr: move silence buffer to context to avoid per use malloc/free | Michael Niedermayer | 2013-01-13 | 2 | -9/+9 |
* | swr: move buffer used to discard sample to context | Michael Niedermayer | 2013-01-13 | 2 | -6/+6 |
* | swr: work with 4 noise shaping coeffs at a time | Michael Niedermayer | 2013-01-12 | 1 | -1/+10 |
* | swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 below | Michael Niedermayer | 2013-01-12 | 1 | -0/+1 |
* | swr: use a local variable for ns_coeffs | Michael Niedermayer | 2013-01-12 | 1 | -1/+2 |
* | swr: use local variable for ns_errors | Michael Niedermayer | 2013-01-12 | 1 | -2/+3 |
* | swr: minor simplification for the noise shaping pos update | Michael Niedermayer | 2013-01-12 | 1 | -1/+1 |
* | swr: check that allocation of in/out_convert succeeded | Michael Niedermayer | 2013-01-10 | 1 | -0/+2 |
* | swr: Use a temporary buffer for dither/Noise shaping when the input is read only | Michael Niedermayer | 2013-01-10 | 3 | -14/+20 |
* | swr: mark noise data for noise shaping as const | Michael Niedermayer | 2013-01-10 | 2 | -5/+5 |
* | swr: add seperate in/out pointers to the noise shaping code | Michael Niedermayer | 2013-01-10 | 3 | -12/+13 |
* | swr: rename dither_pos to noise_pos | Michael Niedermayer | 2013-01-10 | 3 | -8/+8 |
* | swr: scale data down in noise shaping to avoid cliping | Michael Niedermayer | 2013-01-10 | 1 | -0/+1 |
* | swr: reorder the operations in the noise shaping code | Michael Niedermayer | 2013-01-10 | 2 | -2/+4 |
* | swr: add noise_scale field to seperate it from the noise shaping scales | Michael Niedermayer | 2013-01-10 | 2 | -1/+3 |
* | swr: fix the noise sample type for noise shaping | Michael Niedermayer | 2013-01-09 | 3 | -11/+12 |
* | swr: split swri_dither_init() out | Michael Niedermayer | 2013-01-09 | 3 | -32/+51 |
* | swr: remove unused variable | Michael Niedermayer | 2013-01-09 | 1 | -1/+1 |
* | swr: move dither related fields to their own context | Michael Niedermayer | 2013-01-09 | 4 | -56/+61 |
* | swr: update copyright years of a few files iam working on | Michael Niedermayer | 2013-01-09 | 4 | -4/+4 |
* | swr: Implement Noise shaping dither | Michael Niedermayer | 2013-01-09 | 6 | -19/+369 |
* | swr: use SIMD for dithering | Michael Niedermayer | 2013-01-09 | 1 | -3/+14 |
* | swr: fix assertion failure if dither is used without the preout buffer differ... | Michael Niedermayer | 2013-01-08 | 1 | -0/+5 |
* | lswr: Improve default resampler's default parameters | Alexander Strasser | 2013-01-04 | 2 | -2/+2 |
* | lswr: improve rematrixing error message. | Nicolas George | 2012-12-31 | 1 | -1/+5 |
* | docs: add soxr documentation | Rob Sykes | 2012-12-27 | 2 | -17/+19 |
* | soxr_resample: soxr API parameter rename | Rob Sykes | 2012-12-27 | 1 | -1/+1 |
* | soxr_resample: Correct email address | Rob Sykes | 2012-12-27 | 1 | -1/+1 |
* | swr: support -async X as a simple way to do what ffmpeg -async X did | Michael Niedermayer | 2012-12-25 | 2 | -0/+11 |
* | swr/doxy: fix missing quote in code example. | Clément Bœsch | 2012-12-16 | 1 | -2/+2 |
* | audioconvert/arm: require alignment of 16 | Michael Niedermayer | 2012-12-14 | 1 | -0/+2 |
* | audioconvert: support simd code with specific alignment requirements. | Michael Niedermayer | 2012-12-14 | 2 | -1/+19 |
* | swr: Add SOX resampler support | Rob Sykes | 2012-12-11 | 6 | -4/+106 |
* | swr: add a lowpass default so that each Resampler can have its own default. | Rob Sykes | 2012-12-11 | 2 | -2/+3 |
* | swr: move flush into Resampler | Michael Niedermayer | 2012-12-11 | 3 | -18/+25 |
* | swr: make realloc_audio() available outside swresample.c | Michael Niedermayer | 2012-12-11 | 2 | -11/+12 |
* | swr: Add API to make resample engine selectable. | Rob Sykes | 2012-12-11 | 4 | -39/+87 |
* | doxy: fix swr group name | Michael Niedermayer | 2012-12-11 | 1 | -0/+1 |
* | resample: remove disabled debug code | Michael Niedermayer | 2012-12-06 | 1 | -7/+0 |
* | swr: remove unused ONE define. | Clément Bœsch | 2012-12-05 | 1 | -4/+0 |
* | lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format options | Stefano Sabatini | 2012-12-03 | 3 | -9/+9 |
* | swr: include stdint.h instead of inttypes.h. | Clément Bœsch | 2012-11-20 | 2 | -2/+2 |
* | swr: fix a few typo in the public header. | Clément Bœsch | 2012-11-20 | 1 | -5/+5 |
* | swr-doxy: elaborate on swr_get_delay() and the timebase | Michael Niedermayer | 2012-11-20 | 1 | -0/+4 |