| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Fix "dont" "wont" "doesnt" typos | Timothy Gu | 2013-06-29 | 1 | -2/+2 |
* | swresample/x86/audio_convert: add emms to CONV | Michael Niedermayer | 2013-06-18 | 1 | -0/+5 |
* | swresample/rematrix_template: Fix integer overflow in mix8to2 | Michael Niedermayer | 2013-06-10 | 1 | -1/+1 |
* | swresample/rematrix_template: Fix integer overflow in mix6to2 | Michael Niedermayer | 2013-06-10 | 1 | -1/+1 |
* | swr: dont treat 32 and 24 as equal in simple copy check | Michael Niedermayer | 2013-06-05 | 1 | -1/+2 |
* | swr: set scale for 32->32/24 dither | Michael Niedermayer | 2013-06-05 | 1 | -0/+1 |
* | swresample: set flags & description and add documentation for output_sample_bits | Paul B Mahol | 2013-06-04 | 1 | -1/+1 |
* | swr: Fix dithering of s16 with SIMD | Michael Niedermayer | 2013-06-04 | 1 | -1/+1 |
* | swr: add native_simd_one | Michael Niedermayer | 2013-06-04 | 3 | -0/+7 |
* | swresample/rematrix: add S32 mixing code | Michael Niedermayer | 2013-06-04 | 2 | -0/+21 |
* | wresample/rematrix_template: fix internal types | Michael Niedermayer | 2013-06-04 | 1 | -7/+7 |
* | swr/rematrix: use av_calloc() | Michael Niedermayer | 2013-04-15 | 1 | -3/+3 |
* | buildsys: only include log2_tab per library for shared builds | Michael Niedermayer | 2013-03-04 | 1 | -1/+1 |
* | soxr: libsoxr 0.1.1 support | Rob Sykes | 2013-03-01 | 1 | -0/+4 |
* | swr: make the default of nopts for first_pts actually work | Michael Niedermayer | 2013-02-25 | 1 | -1/+6 |
* | swr: support a seperate output sample bits. | Michael Niedermayer | 2013-02-24 | 3 | -0/+5 |
* | swr: add duplicate cutoff for compatibility | Michael Niedermayer | 2013-02-24 | 1 | -0/+4 |
* | swr: check channel layouts before using them. | Michael Niedermayer | 2013-02-13 | 1 | -0/+10 |
* | swr: Dont use floats for S32->S32 when possible | Michael Niedermayer | 2013-02-04 | 1 | -0/+5 |
* | swr: reorder init code to make rematrix status available earlier | Michael Niedermayer | 2013-02-04 | 1 | -27/+27 |
* | swr-test: Fix clip to 32bit | Michael Niedermayer | 2013-02-04 | 1 | -1/+1 |
* | swr/resample: fix integer overflow, add missing cast | Michael Niedermayer | 2013-02-04 | 1 | -1/+1 |
* | swr/resample: fix filter rounding and cliping for s32 | Michael Niedermayer | 2013-02-04 | 1 | -1/+1 |
* | swr/ build_filter: use av_calloc() fix buffer overflow | Michael Niedermayer | 2013-01-27 | 1 | -1/+1 |
* | swr: limit phase_shift to a less insane value. | Michael Niedermayer | 2013-01-27 | 1 | -1/+1 |
* | 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 |