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-09-09swr: add av_cold to init/free functionsMichael Niedermayer
2012-09-07Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-08-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-01swr: fix 10l typo mixing in and out config.Michael Niedermayer
2012-07-23swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
2012-07-17lswr: channel_map requires input conversion.Nicolas George
2012-07-07lavu: 256 color supportPaul B Mahol
2012-06-22swresample: make .class_name more descriptivePaul B Mahol
2012-06-12swresample.c: update copyleft yearMichael Niedermayer
2012-06-09swr: zero buffers on allocationMichael Niedermayer
2012-06-01swr: fix a few typo.Clément Bœsch
2012-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-26swr: fix swr_drop_output()Michael Niedermayer
2012-05-22swr: check return value of swr_inject_silence/drop_output.Michael Niedermayer
2012-05-22swr: check count argument of realloc_audio()Michael Niedermayer
2012-05-20swr: skip soft compensation when its disabled.Michael Niedermayer
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