Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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