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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-04-11swr: add swr_get_class()Michael Niedermayer
2012-04-11swr: simplify code by using av_get_bytes_per_sample()Michael Niedermayer
2012-04-11swr: fix copy & pasted comment to match the code.Michael Niedermayer
2012-04-10swr: add triangular dither supportMichael Niedermayer
2012-04-10swr: remove unused variableMichael Niedermayer
2012-04-10swr: add SWR_DITHER_RECTANGULAR to AVOptions arrayMichael Niedermayer
2012-04-10swr-test: include opt.h, this is needed for changing options for testing.Michael Niedermayer
2012-04-10swr: use assert in swri_sum2 to check that only supported formats are used.Michael Niedermayer
2012-04-10swr: add dither support.Michael Niedermayer
2012-04-10swr: update copyright year for rematrixMichael Niedermayer
2012-04-10resample: support double precission resamplingMichael Niedermayer
2012-04-10swr: support int32 and float as internal sample formatsMichael Niedermayer
2012-04-10swr: support float & int32 in the resamplerMichael Niedermayer
2012-04-10swr-test: Add newline to test outputMichael Niedermayer
2012-04-10resample: update copyright years, they where incorrect.Michael Niedermayer
2012-04-02swr-test: remove unused variableMichael Niedermayer
2012-04-02swr: remove unused variableMichael Niedermayer
2012-04-02swr: fix pointer type warningsMichael Niedermayer
2012-03-25swr-test: test the new flexible bufferingMichael Niedermayer