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-11-03lswr/swresample.h: use consistent inclusion guard header nameStefano Sabatini
2012-09-28swresample: Create version.h headerjamal
2012-09-07swr: update copyright yearsMichael Niedermayer
2012-07-23swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
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: add swr_get_delay() to find the exact delay the swresampler introduces.Michael Niedermayer
2012-04-11swr: add triangular highpass ditherMichael Niedermayer
2012-04-11swr: add swr_get_class()Michael Niedermayer
2012-04-10swr: add triangular dither supportMichael Niedermayer
2012-04-10swr: add dither support.Michael Niedermayer
2012-03-25swr: More flexible and convenient bufferingMichael 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-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
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-11-24swr: use native planar sample formats.Clément Bœsch
2011-11-17swr: introduce a public function to customize the channel mapping.Clément Bœsch
2011-11-17swr: doxycomment public API.Clément Bœsch
2011-11-17swr: bump minor version.Clément Bœsch
2011-11-17swr: rename swr_alloc2() to swr_alloc_set_opts().Clément Bœsch
2011-11-04ffmpeg: add -map_channel option.Clément Bœsch
2011-11-04swr: document how flushing works and bump minor version.Michael Niedermayer
2011-09-19Add libswresample.Michael Niedermayer