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-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
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: revert stray hunkMichael Niedermayer
2012-03-25resample: Fix boundary handling with fragments.Michael Niedermayer
2012-03-25swr: Fix partial flushing.Michael Niedermayer
2012-03-25swr: test partial flushingMichael Niedermayer
2012-03-25swr: allow flushing in multiple steps if the output is too small.Michael Niedermayer
2012-03-25swr: fix compilation failure with old versions of gcc.Michael Niedermayer
2012-03-25swr: drop SWR_CH_MAX with the next major ABI bumpMichael Niedermayer
2012-03-25swr: dont use SWR_CH_MAX in the public function declaration.Michael Niedermayer
2012-03-25swr: make SwrContext a typedef.Michael Niedermayer
2012-03-25swresample: support up to 32 channelsMichael 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-03-08swr: special case for empty channels in rematrix.Nicolas George
2012-02-27Exit ffmpeg if swr_convert() fails.Carl Eugen Hoyos
2012-02-20libswr: allow to set custom matrices.Nicolas George
2012-01-09libswresample: introduce int swr_set_compensation() instead of void swr_compe...Marton Balint
2012-01-08indeo4, swresample: add some missing static/const to tables.Reimar Döffinger
2011-12-24swr: fix swresample_version()Michael Niedermayer
2011-12-22libswresample.v: add swresample* for cmdutils.cMichael 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-12-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03swr-test: drop one const, silence most const qualifer warnings.Michael Niedermayer
2011-12-03swr-test_: Fix mixed declaration and statements:Michael Niedermayer
2011-11-29swr: handle correctly muted channel with u8 sample fmt.Clément Bœsch
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: doxument matrix fields.Michael Niedermayer
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: surround mixing is obviously used, fix comment.Clément Bœsch
2011-11-17swr: doxycomment public API.Clément Bœsch
2011-11-17swr: correctly raise rematrix AVERROR.Clément Bœsch
2011-11-17swr: fix "control reaches end of non-void function" compiler warning.Clément Bœsch
2011-11-17swr: bump minor version.Clément Bœsch
2011-11-17swr: use int16_t instead of short for resampling.Clément Bœsch
2011-11-17swr: start doxycommenting the API.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