summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAge
* 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
* swr-test: fix u8 zero point.Michael Niedermayer2012-04-26
* swr-test: improve rounding in set()Michael Niedermayer2012-04-26
* swr-test: remove unneeded hack to test planar formats.Michael Niedermayer2012-04-26
* swr-test: improve outputMichael Niedermayer2012-04-26
* swr-test: print channel layout, instead of just channel countsMichael Niedermayer2012-04-26
* swr-test: Use randomized collision free hypercube corner enumeration to selec...Michael Niedermayer2012-04-26
* swr-test: use formats arrayMichael Niedermayer2012-04-26
* swr-test: remove 0 terminator in layouts for consistencyMichael Niedermayer2012-04-26
* swr-test: add rates tables containing a new set of sample rates.Michael Niedermayer2012-04-26
* swr-test: indentMichael Niedermayer2012-04-26
* swr-test: add sorted formats table from avrMichael Niedermayer2012-04-26
* swr: pass resample parameters from the user to the resampler.Michael Niedermayer2012-04-26
* swr: Add longer more descriptive alternative AVOptions.Michael Niedermayer2012-04-26
* swr: Capitalize help texts for AVOptionsMichael Niedermayer2012-04-26
* swr: align options a littleMichael Niedermayer2012-04-26
* swr: set AV_OPT_FLAG_AUDIO_PARAM for the AVOptionsMichael Niedermayer2012-04-26
* fix swr_convert buffering of packed audioAndrew Wason2012-04-21
* swr: add a swr_flags AVOptionMichael Niedermayer2012-04-11
* swr: add a dither_scale parameter to tune the amplitude of the dither.Michael Niedermayer2012-04-11
* swr: pass context to swri_get_dither()Michael Niedermayer2012-04-11
* swr: add triangular highpass ditherMichael Niedermayer2012-04-11
* swr: generate more dither noise to improve quality.Michael Niedermayer2012-04-11
* swr: add swr_get_class()Michael Niedermayer2012-04-11
* swr: simplify code by using av_get_bytes_per_sample()Michael Niedermayer2012-04-11
* swr: fix copy & pasted comment to match the code.Michael Niedermayer2012-04-10
* swr: add triangular dither supportMichael Niedermayer2012-04-10
* swr: remove unused variableMichael Niedermayer2012-04-10
* swr: add SWR_DITHER_RECTANGULAR to AVOptions arrayMichael Niedermayer2012-04-10
* swr-test: include opt.h, this is needed for changing options for testing.Michael Niedermayer2012-04-10
* swr: use assert in swri_sum2 to check that only supported formats are used.Michael Niedermayer2012-04-10
* swr: add dither support.Michael Niedermayer2012-04-10
* swr: update copyright year for rematrixMichael Niedermayer2012-04-10
* resample: support double precission resamplingMichael Niedermayer2012-04-10
* swr: support int32 and float as internal sample formatsMichael Niedermayer2012-04-10
* swr: support float & int32 in the resamplerMichael Niedermayer2012-04-10
* swr-test: Add newline to test outputMichael Niedermayer2012-04-10
* resample: update copyright years, they where incorrect.Michael Niedermayer2012-04-10
* swr-test: remove unused variableMichael Niedermayer2012-04-01
* swr: remove unused variableMichael Niedermayer2012-04-01
* swr: fix pointer type warningsMichael Niedermayer2012-04-01
* swr-test: test the new flexible bufferingMichael Niedermayer2012-03-25
* swr: realloc_audio: support packed audio buffersMichael Niedermayer2012-03-25