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-05-19swr: add swr_next_pts()Michael Niedermayer
2012-05-19swr: add swr_drop_output()Michael Niedermayer
2012-05-19swr: add swr_inject_silence()Michael Niedermayer
2012-05-19swr: Fix issue with injecting more data than can be used up in the next call.Michael Niedermayer
2012-05-19swr: add some asserts to resample()Michael Niedermayer
2012-05-19swr: add reversefill_audiodata()Michael Niedermayer
2012-05-19swr: fix buf_set() so it works with input == outputMichael Niedermayer
2012-05-19swr: make literal 32 a named constant in realloc_audio()Michael Niedermayer
2012-05-19swr: fill_audio_data() support NULLMichael Niedermayer
2012-05-17swresample: set the default parameters to "none"Michael 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-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-04-29swr: add sample format to AudioDataMichael Niedermayer
2012-04-29swr: add set_audiodata_fmt() and use it to simplify codeMichael Niedermayer
2012-04-28swr: change sample format representation so as to maintain the planer/packed ...Michael 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-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: add dither support.Michael 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-02swr: remove unused variableMichael Niedermayer
2012-04-02swr: fix pointer type warningsMichael Niedermayer
2012-03-25swr: realloc_audio: support packed audio buffersMichael Niedermayer
2012-03-25swr: More flexible and convenient bufferingMichael Niedermayer
2012-03-25swr: fix segfault when 0 out size is used.Michael Niedermayer
2012-03-25swr: Fix partial flushing.Michael Niedermayer
2012-03-25swr: allow flushing in multiple steps if the output is too small.Michael Niedermayer
2012-03-23swr: check that there is enough information to do rematrixing when needed.Michael Niedermayer
2012-03-13cosmetics: fix some typosLou Logan
2012-02-20libswr: allow to set custom matrices.Nicolas George
2011-12-24swr: fix swresample_version()Michael Niedermayer
2011-12-22swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100Michael Niedermayer