| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | swr: change sample format representation so as to maintain the planer/packed ... | Michael Niedermayer | 2012-04-28 | 1 | -1/+1 |
* | swr: pass resample parameters from the user to the resampler. | Michael Niedermayer | 2012-04-26 | 1 | -0/+4 |
* | swr: add a dither_scale parameter to tune the amplitude of the dither. | Michael Niedermayer | 2012-04-11 | 1 | -0/+1 |
* | swr: pass context to swri_get_dither() | Michael Niedermayer | 2012-04-11 | 1 | -1/+1 |
* | swr: generate more dither noise to improve quality. | Michael Niedermayer | 2012-04-11 | 1 | -0/+1 |
* | swr: fix copy & pasted comment to match the code. | Michael Niedermayer | 2012-04-10 | 1 | -1/+1 |
* | swr: add dither support. | Michael Niedermayer | 2012-04-10 | 1 | -0/+5 |
* | resample: support double precission resampling | Michael Niedermayer | 2012-04-10 | 1 | -0/+1 |
* | swr: support float & int32 in the resampler | Michael Niedermayer | 2012-04-10 | 1 | -2/+4 |
* | swr: allow flushing in multiple steps if the output is too small. | Michael Niedermayer | 2012-03-25 | 1 | -0/+1 |
* | swr: fix compilation failure with old versions of gcc. | Michael Niedermayer | 2012-03-25 | 1 | -2/+2 |
* | libswr: allow to set custom matrices. | Nicolas George | 2012-02-20 | 1 | -0/+1 |
* | swr: doxument matrix fields. | Michael Niedermayer | 2011-11-17 | 1 | -3/+3 |
* | swr: surround mixing is obviously used, fix comment. | Clément Bœsch | 2011-11-17 | 1 | -1/+1 |
* | swr: use int16_t instead of short for resampling. | Clément Bœsch | 2011-11-17 | 1 | -1/+1 |
* | swr: start doxycommenting the API. | Clément Bœsch | 2011-11-17 | 1 | -34/+41 |
* | swr: use "swri_" prefix instead of "swr_" for the private API. | Clément Bœsch | 2011-11-17 | 1 | -7/+7 |
* | swr: drop 'AV' prefix from ResampleContext. | Clément Bœsch | 2011-11-17 | 1 | -6/+6 |
* | swr: make audio convert code explicitely private. | Clément Bœsch | 2011-11-17 | 1 | -3/+3 |
* | ffmpeg: add -map_channel option. | Clément Bœsch | 2011-11-04 | 1 | -0/+2 |
* | rematrix: add parameter to tune volume | Michael Niedermayer | 2011-10-26 | 1 | -1/+1 |
* | rematrix: change type of integers from 16 to 32bit to allow increasing volume... | Michael Niedermayer | 2011-10-26 | 1 | -1/+1 |
* | swr: Fix assignment discards qualifiers from pointer target type warning. | Michael Niedermayer | 2011-10-21 | 1 | -1/+1 |
* | swr: Mark src as const in swr_resample() | Michael Niedermayer | 2011-10-21 | 1 | -1/+1 |
* | libswresample: support directly converting sampleformats and packed/planar in... | Michael Niedermayer | 2011-10-06 | 1 | -0/+1 |
* | rematrix: dont use floats for int16 code. | Michael Niedermayer | 2011-09-19 | 1 | -0/+1 |
* | Add libswresample. | Michael Niedermayer | 2011-09-19 | 1 | -0/+77 |