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-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
2012-04-26swr-test: fix u8 zero point.Michael Niedermayer
2012-04-26swr-test: improve rounding in set()Michael Niedermayer
2012-04-26swr-test: remove unneeded hack to test planar formats.Michael Niedermayer
2012-04-26swr-test: improve outputMichael Niedermayer
2012-04-26swr-test: print channel layout, instead of just channel countsMichael Niedermayer
2012-04-26swr-test: Use randomized collision free hypercube corner enumeration to selec...Michael Niedermayer
2012-04-26swr-test: use formats arrayMichael Niedermayer
2012-04-26swr-test: remove 0 terminator in layouts for consistencyMichael Niedermayer
2012-04-26swr-test: add rates tables containing a new set of sample rates.Michael Niedermayer
2012-04-26swr-test: indentMichael Niedermayer
2012-04-26swr-test: add sorted formats table from avrMichael Niedermayer
2012-04-26swr: pass resample parameters from the user to the resampler.Michael Niedermayer
2012-04-26swr: Add longer more descriptive alternative AVOptions.Michael Niedermayer
2012-04-26swr: Capitalize help texts for AVOptionsMichael Niedermayer
2012-04-26swr: align options a littleMichael Niedermayer
2012-04-26swr: set AV_OPT_FLAG_AUDIO_PARAM for the AVOptionsMichael Niedermayer
2012-04-21fix swr_convert buffering of packed audioAndrew Wason
2012-04-11swr: add a swr_flags AVOptionMichael Niedermayer
2012-04-11swr: add a dither_scale parameter to tune the amplitude of the dither.Michael Niedermayer
2012-04-11swr: pass context to swri_get_dither()Michael Niedermayer
2012-04-11swr: add triangular highpass ditherMichael Niedermayer
2012-04-11swr: generate more dither noise to improve quality.Michael Niedermayer