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-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
2011-12-22swr: add swresample_version swresample_configuration and swresample_licenseMichael Niedermayer
2011-12-20swr: fix assert failureMichael Niedermayer
2011-11-24swr: fix invalid sample format message.Clément Bœsch
2011-11-24swr: use native planar sample formats.Clément Bœsch
2011-11-24swr: fix test program.Clément Bœsch
2011-11-20swr: change minimum I/O channel count to zero.Clément Bœsch
2011-11-17swr: move code to avoid resample forward declaration.Clément Bœsch
2011-11-17swr: introduce a public function to customize the channel mapping.Clément Bœsch
2011-11-17swr: use av_opt_set_int() instead of manual assignments in swr_alloc_set_opts().Clément Bœsch
2011-11-17swr: correctly raise rematrix AVERROR.Clément Bœsch
2011-11-17swr: make swr_* functions match the prototypes.Clément Bœsch
2011-11-17swr: rename swr_alloc2() to swr_alloc_set_opts().Clément Bœsch
2011-11-17swr: use "swri_" prefix instead of "swr_" for the private API.Clément Bœsch
2011-11-17swr: make audio convert code explicitely private.Clément Bœsch
2011-11-16swr: replace deprecated av_set_int() with av_opt_set_int().Clément Bœsch
2011-11-16swr: replace deprecated av_opt_set_defaults2() with av_opt_set_defaults().Clément Bœsch
2011-11-16swr: replace deprecated av_get_bits_per_sample_fmt() with av_get_bytes_per_sa...Clément Bœsch
2011-11-16swr: use designated initializers for the class.Clément Bœsch
2011-11-15swr: set the default used_ch_count value to zero.Clément Bœsch
2011-11-04ffmpeg: add -map_channel option.Clément Bœsch
2011-11-04swr: Support flushing last samples out.Michael Niedermayer
2011-10-26rematrix: add parameter to tune volumeMichael Niedermayer
2011-10-21swr: Fix swresample.c:293:5: warning: passing argument 2 of ‘fill_audiodata...Michael Niedermayer
2011-10-21swr: remove unused variable.Michael Niedermayer
2011-10-17AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch