summaryrefslogtreecommitdiffstats
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
...
* swr: fix buf_set() so it works with input == outputMichael Niedermayer2012-05-191-1/+1
* swr: make literal 32 a named constant in realloc_audio()Michael Niedermayer2012-05-191-1/+2
* swr: fill_audio_data() support NULLMichael Niedermayer2012-05-191-1/+3
* swr: add swr_get_delay() to find the exact delay the swresampler introduces.Michael Niedermayer2012-05-182-1/+34
* swresample: set the default parameters to "none"Michael Niedermayer2012-05-171-8/+8
* libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ff_pack_6ch_floa...Michael Niedermayer2012-05-132-0/+8
* libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ff_pack_6ch_int3...Michael Niedermayer2012-05-132-7/+22
* libswresample: make NOP_N macro less picky on its parametersMichael Niedermayer2012-05-131-1/+1
* libswresample: Change FLOAT_TO_INT32_N to need 1 register lessMichael Niedermayer2012-05-131-4/+4
* libswresample-simd: rename 6ch pack to what it isMichael Niedermayer2012-05-131-7/+7
* libswresample-simd: make the converter registers parametersMichael Niedermayer2012-05-131-62/+65
* libswresample: cosmeticsMichael Niedermayer2012-05-131-13/+11
* libswresample: unaligned AVX/SSE4 float and int32 6ch packMichael Niedermayer2012-05-131-12/+31
* libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing function.Justin Ruggles2012-05-132-1/+97
* swr: fix silence buffer for planar U8Michael Niedermayer2012-05-071-1/+1
* swr: fix cpy() after the len was changed to be in samples.Michael Niedermayer2012-05-071-3/+18
* swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3Michael Niedermayer2012-05-062-3/+34
* swr: audioconvert: consider mono to be planarMichael Niedermayer2012-05-061-0/+6
* swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD f...Michael Niedermayer2012-05-062-0/+96
* swr-x86-simd: create prototypes with macros, this is simpler.Michael Niedermayer2012-05-061-23/+7
* swr-x86-SIMD: 3 instructions less for stereo planar->packed s32/flt->s16Michael Niedermayer2012-05-061-7/+12
* swr: replace the remaining 2 audio convert SIMD macros by the new onesMichael Niedermayer2012-05-051-70/+8
* swr: fix internal asm labelsMichael Niedermayer2012-05-051-4/+4
* swr: fix PACK_2CH register countMichael Niedermayer2012-05-051-1/+1
* swr: replace planar->planar/packed->packed FLT<->S16/S32 SIMD by new macrosMichael Niedermayer2012-05-051-145/+47
* swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2Michael Niedermayer2012-05-052-0/+182
* swr: update calling code to support mixed packed planar SIMDMichael Niedermayer2012-05-051-6/+10
* swr: change simd len argument to be in samples instead of dst bytes.Michael Niedermayer2012-05-052-1/+7
* swr-test: allow testing a specific subset of casesMichael Niedermayer2012-05-051-2/+11
* swr: add ff_int32_to_float_a_avxMichael Niedermayer2012-05-032-3/+15
* swr-test: fix rounding error leading to NANMichael Niedermayer2012-05-031-0/+2
* swr: automatically choose s16/flt/dbl to preserve input precision unless user...Michael Niedermayer2012-05-021-5/+10
* swr: add double precision support to the rematrix codeMichael Niedermayer2012-05-022-2/+33
* swr: update double precision checks for our resamplerMichael Niedermayer2012-05-021-1/+2
* swr: add lfe_mix_levelJustin Ruggles2012-05-023-0/+13
* swr: update side to back mixing.Justin Ruggles2012-05-021-2/+9
* swr: add and use function pointers for rematrixMichael Niedermayer2012-05-014-30/+29
* swr: add native matrix for rematrixingMichael Niedermayer2012-05-013-0/+28
* swr: disable 1 stage convert when dither is enabled.Michael Niedermayer2012-05-011-1/+1
* swr-test: allow randomizing mode differently each run.Michael Niedermayer2012-05-011-0/+7
* swr-test: use uint_rand() for mode tooMichael Niedermayer2012-05-011-3/+3
* swr-test: simplify by using uint_rand()Michael Niedermayer2012-05-011-1/+1
* swr: use memcpy when input and output matchMichael Niedermayer2012-04-291-0/+7
* swr: add sample format to AudioDataMichael Niedermayer2012-04-292-0/+2
* swr: add set_audiodata_fmt() and use it to simplify codeMichael Niedermayer2012-04-292-11/+11
* swr: int32_to_int16_mmx/sseMichael Niedermayer2012-04-292-1/+36
* swr: float_to_int16_sse2()Michael Niedermayer2012-04-292-0/+36
* swr: float_to_int32_sse2()Michael Niedermayer2012-04-292-0/+40
* swr: add int16_to_float_sse2()Michael Niedermayer2012-04-282-0/+39
* swr: add int32_to_float_sse2Michael Niedermayer2012-04-282-0/+51
OpenPOWER on IntegriCloud