Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-15swresample: swr_close()Michael Niedermayer
2014-04-29Fix convertion typosMichael Niedermayer
2014-02-24swresample: add swr_is_initialized()Michael Niedermayer
2013-10-17lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUTStefano Sabatini
2013-09-30swr: fix example code and doxy indent.Clément Bœsch
2013-01-09swr: update copyright years of a few files iam working onMichael Niedermayer
2013-01-09swr: Implement Noise shaping ditherMichael Niedermayer
2012-12-17swr/doxy: fix missing quote in code example.Clément Bœsch
2012-12-12swr: Add SOX resampler supportRob Sykes
2012-12-12swr: Add API to make resample engine selectable.Rob Sykes
2012-12-11doxy: fix swr group nameMichael Niedermayer
2012-12-03lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini
2012-11-21swr: include stdint.h instead of inttypes.h.Clément Bœsch
2012-11-20swr: fix a few typo in the public header.Clément Bœsch
2012-11-20swr-doxy: elaborate on swr_get_delay() and the timebaseMichael Niedermayer
2012-11-20swr: general doxy text about swr and example code.Michael Niedermayer
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