| Commit message (Expand) | Author | Age | Files | Lines |
* | swr: check return value of swr_inject_silence/drop_output. | Michael Niedermayer | 2012-05-22 | 1 | -2/+6 |
* | swr: check count argument of realloc_audio() | Michael Niedermayer | 2012-05-22 | 1 | -0/+3 |
* | swr: skip soft compensation when its disabled. | Michael Niedermayer | 2012-05-19 | 1 | -1/+1 |
* | swr: add swr_next_pts() | Michael Niedermayer | 2012-05-19 | 3 | -2/+64 |
* | swr: add swr_drop_output() | Michael Niedermayer | 2012-05-19 | 3 | -1/+38 |
* | swr: add swr_inject_silence() | Michael Niedermayer | 2012-05-19 | 2 | -1/+30 |
* | swr: Fix issue with injecting more data than can be used up in the next call. | Michael Niedermayer | 2012-05-19 | 1 | -1/+1 |
* | swr: add some asserts to resample() | Michael Niedermayer | 2012-05-19 | 1 | -0/+4 |
* | swr: add reversefill_audiodata() | Michael Niedermayer | 2012-05-19 | 1 | -0/+10 |
* | swr: fix buf_set() so it works with input == output | Michael Niedermayer | 2012-05-19 | 1 | -1/+1 |
* | swr: make literal 32 a named constant in realloc_audio() | Michael Niedermayer | 2012-05-19 | 1 | -1/+2 |
* | swr: fill_audio_data() support NULL | Michael Niedermayer | 2012-05-19 | 1 | -1/+3 |
* | swr: add swr_get_delay() to find the exact delay the swresampler introduces. | Michael Niedermayer | 2012-05-18 | 2 | -1/+34 |
* | swresample: set the default parameters to "none" | Michael Niedermayer | 2012-05-17 | 1 | -8/+8 |
* | libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ff_pack_6ch_floa... | Michael Niedermayer | 2012-05-13 | 2 | -0/+8 |
* | libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ff_pack_6ch_int3... | Michael Niedermayer | 2012-05-13 | 2 | -7/+22 |
* | libswresample: make NOP_N macro less picky on its parameters | Michael Niedermayer | 2012-05-13 | 1 | -1/+1 |
* | libswresample: Change FLOAT_TO_INT32_N to need 1 register less | Michael Niedermayer | 2012-05-13 | 1 | -4/+4 |
* | libswresample-simd: rename 6ch pack to what it is | Michael Niedermayer | 2012-05-13 | 1 | -7/+7 |
* | libswresample-simd: make the converter registers parameters | Michael Niedermayer | 2012-05-13 | 1 | -62/+65 |
* | libswresample: cosmetics | Michael Niedermayer | 2012-05-13 | 1 | -13/+11 |
* | libswresample: unaligned AVX/SSE4 float and int32 6ch pack | Michael Niedermayer | 2012-05-13 | 1 | -12/+31 |
* | libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing function. | Justin Ruggles | 2012-05-13 | 2 | -1/+97 |
* | swr: fix silence buffer for planar U8 | Michael Niedermayer | 2012-05-07 | 1 | -1/+1 |
* | swr: fix cpy() after the len was changed to be in samples. | Michael Niedermayer | 2012-05-07 | 1 | -3/+18 |
* | swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3 | Michael Niedermayer | 2012-05-06 | 2 | -3/+34 |
* | swr: audioconvert: consider mono to be planar | Michael Niedermayer | 2012-05-06 | 1 | -0/+6 |
* | swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD f... | Michael Niedermayer | 2012-05-06 | 2 | -0/+96 |
* | swr-x86-simd: create prototypes with macros, this is simpler. | Michael Niedermayer | 2012-05-06 | 1 | -23/+7 |
* | swr-x86-SIMD: 3 instructions less for stereo planar->packed s32/flt->s16 | Michael Niedermayer | 2012-05-06 | 1 | -7/+12 |
* | swr: replace the remaining 2 audio convert SIMD macros by the new ones | Michael Niedermayer | 2012-05-05 | 1 | -70/+8 |
* | swr: fix internal asm labels | Michael Niedermayer | 2012-05-05 | 1 | -4/+4 |
* | swr: fix PACK_2CH register count | Michael Niedermayer | 2012-05-05 | 1 | -1/+1 |
* | swr: replace planar->planar/packed->packed FLT<->S16/S32 SIMD by new macros | Michael Niedermayer | 2012-05-05 | 1 | -145/+47 |
* | swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2 | Michael Niedermayer | 2012-05-05 | 2 | -0/+182 |
* | swr: update calling code to support mixed packed planar SIMD | Michael Niedermayer | 2012-05-05 | 1 | -6/+10 |
* | swr: change simd len argument to be in samples instead of dst bytes. | Michael Niedermayer | 2012-05-05 | 2 | -1/+7 |
* | swr-test: allow testing a specific subset of cases | Michael Niedermayer | 2012-05-05 | 1 | -2/+11 |
* | swr: add ff_int32_to_float_a_avx | Michael Niedermayer | 2012-05-03 | 2 | -3/+15 |
* | swr-test: fix rounding error leading to NAN | Michael Niedermayer | 2012-05-03 | 1 | -0/+2 |
* | swr: automatically choose s16/flt/dbl to preserve input precision unless user... | Michael Niedermayer | 2012-05-02 | 1 | -5/+10 |
* | swr: add double precision support to the rematrix code | Michael Niedermayer | 2012-05-02 | 2 | -2/+33 |
* | swr: update double precision checks for our resampler | Michael Niedermayer | 2012-05-02 | 1 | -1/+2 |
* | swr: add lfe_mix_level | Justin Ruggles | 2012-05-02 | 3 | -0/+13 |
* | swr: update side to back mixing. | Justin Ruggles | 2012-05-02 | 1 | -2/+9 |
* | swr: add and use function pointers for rematrix | Michael Niedermayer | 2012-05-01 | 4 | -30/+29 |
* | swr: add native matrix for rematrixing | Michael Niedermayer | 2012-05-01 | 3 | -0/+28 |
* | swr: disable 1 stage convert when dither is enabled. | Michael Niedermayer | 2012-05-01 | 1 | -1/+1 |
* | swr-test: allow randomizing mode differently each run. | Michael Niedermayer | 2012-05-01 | 1 | -0/+7 |
* | swr-test: use uint_rand() for mode too | Michael Niedermayer | 2012-05-01 | 1 | -3/+3 |