summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAge
* swr: fix silence buffer for planar U8Michael Niedermayer2012-05-07
* swr: fix cpy() after the len was changed to be in samples.Michael Niedermayer2012-05-07
* swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3Michael Niedermayer2012-05-06
* swr: audioconvert: consider mono to be planarMichael Niedermayer2012-05-06
* swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD f...Michael Niedermayer2012-05-06
* swr-x86-simd: create prototypes with macros, this is simpler.Michael Niedermayer2012-05-06
* swr-x86-SIMD: 3 instructions less for stereo planar->packed s32/flt->s16Michael Niedermayer2012-05-06
* swr: replace the remaining 2 audio convert SIMD macros by the new onesMichael Niedermayer2012-05-05
* swr: fix internal asm labelsMichael Niedermayer2012-05-05
* swr: fix PACK_2CH register countMichael Niedermayer2012-05-05
* swr: replace planar->planar/packed->packed FLT<->S16/S32 SIMD by new macrosMichael Niedermayer2012-05-05
* swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2Michael Niedermayer2012-05-05
* swr: update calling code to support mixed packed planar SIMDMichael Niedermayer2012-05-05
* swr: change simd len argument to be in samples instead of dst bytes.Michael Niedermayer2012-05-05
* swr-test: allow testing a specific subset of casesMichael Niedermayer2012-05-05
* swr: add ff_int32_to_float_a_avxMichael Niedermayer2012-05-03
* swr-test: fix rounding error leading to NANMichael Niedermayer2012-05-03
* swr: automatically choose s16/flt/dbl to preserve input precision unless user...Michael Niedermayer2012-05-02
* swr: add double precision support to the rematrix codeMichael Niedermayer2012-05-02
* swr: update double precision checks for our resamplerMichael Niedermayer2012-05-02
* swr: add lfe_mix_levelJustin Ruggles2012-05-02
* swr: update side to back mixing.Justin Ruggles2012-05-02
* swr: add and use function pointers for rematrixMichael Niedermayer2012-05-01
* swr: add native matrix for rematrixingMichael Niedermayer2012-05-01
* swr: disable 1 stage convert when dither is enabled.Michael Niedermayer2012-05-01
* swr-test: allow randomizing mode differently each run.Michael Niedermayer2012-05-01
* swr-test: use uint_rand() for mode tooMichael Niedermayer2012-05-01
* swr-test: simplify by using uint_rand()Michael Niedermayer2012-05-01
* swr: use memcpy when input and output matchMichael Niedermayer2012-04-29
* swr: add sample format to AudioDataMichael Niedermayer2012-04-29
* swr: add set_audiodata_fmt() and use it to simplify codeMichael Niedermayer2012-04-29
* swr: int32_to_int16_mmx/sseMichael Niedermayer2012-04-29
* swr: float_to_int16_sse2()Michael Niedermayer2012-04-29
* swr: float_to_int32_sse2()Michael Niedermayer2012-04-29
* swr: add int16_to_float_sse2()Michael Niedermayer2012-04-28
* swr: add int32_to_float_sse2Michael Niedermayer2012-04-28
* swr: int16->int32: use the old index negate trick to avoid 2 addsMichael Niedermayer2012-04-28
* swr: more correct cglobal parameters to int16->int32Michael Niedermayer2012-04-28
* swr: seperate functions for aligned & unalignedMichael Niedermayer2012-04-28
* swr: add int16_to_int32_mmx/sseMichael Niedermayer2012-04-28
* swr: move AudioConvert to headerMichael Niedermayer2012-04-28
* swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer2012-04-28
* swr-test: simplify prng codeMichael Niedermayer2012-04-27
* swr: unroll audioconvert core C functionMichael Niedermayer2012-04-27
* swr: audioconvert, mark some constants as floats.Michael Niedermayer2012-04-27
* swr-test: fix declaration statement ordering.Michael Niedermayer2012-04-26
* swr-test: fix pointer type warningsMichael Niedermayer2012-04-26
* swr-test: fix unused var warningsMichael Niedermayer2012-04-26
* swr-test:indentMichael Niedermayer2012-04-26
* swr-test: support fabrices audiogen like avrMichael Niedermayer2012-04-26