summaryrefslogtreecommitdiff
path: root/libswresample/swresample.h
Commit message (Expand)AuthorAge
* swr: update copyright yearsMichael Niedermayer2012-09-07
* swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-23
* swr: add swr_next_pts()Michael Niedermayer2012-05-19
* swr: add swr_drop_output()Michael Niedermayer2012-05-19
* swr: add swr_inject_silence()Michael Niedermayer2012-05-19
* swr: add swr_get_delay() to find the exact delay the swresampler introduces.Michael Niedermayer2012-05-18
* swr: add triangular highpass ditherMichael Niedermayer2012-04-11
* swr: add swr_get_class()Michael Niedermayer2012-04-11
* swr: add triangular dither supportMichael Niedermayer2012-04-10
* swr: add dither support.Michael Niedermayer2012-04-10
* swr: More flexible and convenient bufferingMichael Niedermayer2012-03-25
* swr: drop SWR_CH_MAX with the next major ABI bumpMichael Niedermayer2012-03-24
* swr: dont use SWR_CH_MAX in the public function declaration.Michael Niedermayer2012-03-24
* swr: make SwrContext a typedef.Michael Niedermayer2012-03-24
* swresample: support up to 32 channelsMichael Niedermayer2012-03-24
* Exit ffmpeg if swr_convert() fails.Carl Eugen Hoyos2012-02-27
* libswr: allow to set custom matrices.Nicolas George2012-02-20
* libswresample: introduce int swr_set_compensation() instead of void swr_compe...Marton Balint2012-01-09
* swr: fix swresample_version()Michael Niedermayer2011-12-23
* swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100Michael Niedermayer2011-12-22
* swr: add swresample_version swresample_configuration and swresample_licenseMichael Niedermayer2011-12-22
* swr: use native planar sample formats.Clément Bœsch2011-11-24
* swr: introduce a public function to customize the channel mapping.Clément Bœsch2011-11-17
* swr: doxycomment public API.Clément Bœsch2011-11-17
* swr: bump minor version.Clément Bœsch2011-11-17
* swr: rename swr_alloc2() to swr_alloc_set_opts().Clément Bœsch2011-11-17
* ffmpeg: add -map_channel option.Clément Bœsch2011-11-04
* swr: document how flushing works and bump minor version.Michael Niedermayer2011-11-04
* Add libswresample.Michael Niedermayer2011-09-19