| Commit message (Expand) | Author | Age | Files | Lines |
* | swresample: Add prefix to soxr_resampler | Michael Niedermayer | 2015-02-27 | 1 | -0/+2 |
* | swresample/x86/rematrix_init: Check av_malloc* return codes, forward errors | Michael Niedermayer | 2015-02-09 | 1 | -1/+1 |
* | swresample: Use int instead of enum for fields which are accessed through AVO... | Michael Niedermayer | 2015-02-02 | 1 | -4/+4 |
* | swresample_internal.h: Move struct declaration before first use. | Reimar Döffinger | 2015-01-27 | 1 | -21/+21 |
* | swr: aarch64 audio_convert and neon clobber test | Michael Niedermayer | 2014-08-27 | 1 | -0/+4 |
* | bump libpostproc and libswresample | Michael Niedermayer | 2014-08-10 | 1 | -0/+2 |
* | fix spelling errors | Andreas Cadhalpun | 2014-07-12 | 1 | -1/+1 |
* | swr: remove obsolete resample prototypes | James Almer | 2014-07-02 | 1 | -4/+0 |
* | swr: handle initial negative sample index outside DSP function. | Ronald S. Bultje | 2014-06-14 | 1 | -0/+2 |
* | swresample: Make rematrix maxvalue user settable | Michael Niedermayer | 2013-07-22 | 1 | -0/+1 |
* | swr: add native_simd_one | Michael Niedermayer | 2013-06-04 | 1 | -0/+1 |
* | swr: support a seperate output sample bits. | Michael Niedermayer | 2013-02-24 | 1 | -0/+1 |
* | swr: support first_pts | Michael Niedermayer | 2013-01-21 | 1 | -0/+2 |
* | swr: move silence buffer to context to avoid per use malloc/free | Michael Niedermayer | 2013-01-13 | 1 | -0/+1 |
* | swr: move buffer used to discard sample to context | Michael Niedermayer | 2013-01-13 | 1 | -0/+1 |
* | swr: Use a temporary buffer for dither/Noise shaping when the input is read only | Michael Niedermayer | 2013-01-10 | 1 | -0/+1 |
* | swr: mark noise data for noise shaping as const | Michael Niedermayer | 2013-01-10 | 1 | -4/+4 |
* | swr: add seperate in/out pointers to the noise shaping code | Michael Niedermayer | 2013-01-10 | 1 | -4/+4 |
* | swr: rename dither_pos to noise_pos | Michael Niedermayer | 2013-01-10 | 1 | -1/+1 |
* | swr: add noise_scale field to seperate it from the noise shaping scales | Michael Niedermayer | 2013-01-10 | 1 | -0/+1 |
* | swr: fix the noise sample type for noise shaping | Michael Niedermayer | 2013-01-09 | 1 | -1/+1 |
* | swr: split swri_dither_init() out | Michael Niedermayer | 2013-01-09 | 1 | -0/+1 |
* | swr: move dither related fields to their own context | Michael Niedermayer | 2013-01-09 | 1 | -10/+15 |
* | swr: update copyright years of a few files iam working on | Michael Niedermayer | 2013-01-09 | 1 | -1/+1 |
* | swr: Implement Noise shaping dither | Michael Niedermayer | 2013-01-09 | 1 | -0/+14 |
* | docs: add soxr documentation | Rob Sykes | 2012-12-27 | 1 | -11/+11 |
* | swr: support -async X as a simple way to do what ffmpeg -async X did | Michael Niedermayer | 2012-12-25 | 1 | -0/+1 |
* | swr: Add SOX resampler support | Rob Sykes | 2012-12-11 | 1 | -1/+3 |
* | swr: move flush into Resampler | Michael Niedermayer | 2012-12-11 | 1 | -0/+2 |
* | swr: make realloc_audio() available outside swresample.c | Michael Niedermayer | 2012-12-11 | 1 | -0/+1 |
* | swr: Add API to make resample engine selectable. | Rob Sykes | 2012-12-11 | 1 | -4/+19 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | swr: use 64bit index/len for x86_64 mix | Michael Niedermayer | 2012-10-28 | 1 | -3/+10 |
* | ARM: libswresample: NEON optimised flat float to s16 conversion | Mans Rullgard | 2012-09-24 | 1 | -0/+4 |
* | Add Dolby/DPLII downmix support to libswresample | Michael Niedermayer | 2012-09-07 | 1 | -0/+4 |
* | swr: update copyright years | Michael Niedermayer | 2012-09-07 | 1 | -1/+1 |
* | swr: resampling: add filter type and Kaiser window beta to AVOptions | Justin Ruggles | 2012-07-23 | 1 | -1/+3 |
* | swr: fix warning: passing argument 1 of s->mix_any_f from incompatible pointe... | Michael Niedermayer | 2012-07-02 | 1 | -1/+1 |
* | swr: SIMD rematrixing and SSE/AVX mix_1_1 float | Michael Niedermayer | 2012-06-12 | 1 | -0/+1 |
* | swr: add native matrix for SIMD | Michael Niedermayer | 2012-06-12 | 1 | -0/+1 |
* | swr: add function pointers for SIMD rematrixing | Michael Niedermayer | 2012-06-12 | 1 | -0/+3 |
* | swr: add all in one rematrixing function ptr | Michael Niedermayer | 2012-06-08 | 1 | -0/+4 |
* | swr: add swr_next_pts() | Michael Niedermayer | 2012-05-19 | 1 | -0/+6 |
* | swr: add swr_drop_output() | Michael Niedermayer | 2012-05-19 | 1 | -0/+1 |
* | swr: add lfe_mix_level | Justin Ruggles | 2012-05-02 | 1 | -0/+1 |
* | swr: add and use function pointers for rematrix | Michael Niedermayer | 2012-05-01 | 1 | -1/+5 |
* | swr: add native matrix for rematrixing | Michael Niedermayer | 2012-05-01 | 1 | -0/+3 |
* | swr: add sample format to AudioData | Michael Niedermayer | 2012-04-29 | 1 | -0/+1 |
* | swr: add set_audiodata_fmt() and use it to simplify code | Michael Niedermayer | 2012-04-29 | 1 | -1/+0 |
* | swr: add int16_to_int32_mmx/sse | Michael Niedermayer | 2012-04-28 | 1 | -0/+4 |