| Commit message (Expand) | Author | Age | Files | Lines |
* | swresample: Use double and float for matrixes for best quality and speed | Michael Niedermayer | 2016-09-27 | 1 | -1/+2 |
* | swresample: Skip over dither steps if dithering scale is 0 | Michael Niedermayer | 2016-08-18 | 1 | -0/+1 |
* | swresample: add exact_rational option | Muhammad Faiz | 2016-06-13 | 1 | -1/+2 |
* | all: Make header guard names consistent | Timothy Gu | 2016-01-31 | 1 | -2/+2 |
* | swresample: allow double precision beta value for the Kaiser window | Ganesh Ajjanagadde | 2015-11-08 | 1 | -2/+2 |
* | swresample/swresample_internal: add av_warn_unused_result | Ganesh Ajjanagadde | 2015-10-15 | 1 | -0/+4 |
* | lswr: Allow 64 channels internally. | Carl Eugen Hoyos | 2015-07-17 | 1 | -1/+1 |
* | swr: Remember previously set int_sample_format from user | Michael Niedermayer | 2015-06-22 | 1 | -0/+1 |
* | swresample: soxr implementation for swr_get_out_samples() | Rob Sykes | 2015-06-21 | 1 | -0/+1 |
* | swresample: Add swr_get_out_samples() | Michael Niedermayer | 2015-06-04 | 1 | -0/+2 |
* | swresample/dither: check memory allocation | Ganesh Ajjanagadde | 2015-06-03 | 1 | -1/+1 |
* | swresample: Allow reinitialization without ever setting channel layouts | Michael Niedermayer | 2015-04-12 | 1 | -0/+2 |
* | swresample: Allow reinitialization without ever setting channel counts | Michael Niedermayer | 2015-04-12 | 1 | -0/+4 |
* | 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 |