summaryrefslogtreecommitdiffstats
path: root/libswresample/swresample.h
Commit message (Expand)AuthorAgeFilesLines
* swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-231-0/+7
* swr: add swr_next_pts()Michael Niedermayer2012-05-191-1/+16
* swr: add swr_drop_output()Michael Niedermayer2012-05-191-1/+6
* swr: add swr_inject_silence()Michael Niedermayer2012-05-191-1/+6
* swr: add swr_get_delay() to find the exact delay the swresampler introduces.Michael Niedermayer2012-05-181-1/+19
* swr: add triangular highpass ditherMichael Niedermayer2012-04-111-0/+1
* swr: add swr_get_class()Michael Niedermayer2012-04-111-0/+8
* swr: add triangular dither supportMichael Niedermayer2012-04-101-0/+1
* swr: add dither support.Michael Niedermayer2012-04-101-1/+6
* swr: More flexible and convenient bufferingMichael Niedermayer2012-03-251-0/+4
* swr: drop SWR_CH_MAX with the next major ABI bumpMichael Niedermayer2012-03-241-0/+2
* swr: dont use SWR_CH_MAX in the public function declaration.Michael Niedermayer2012-03-241-3/+3
* swr: make SwrContext a typedef.Michael Niedermayer2012-03-241-2/+2
* swresample: support up to 32 channelsMichael Niedermayer2012-03-241-2/+2
* Exit ffmpeg if swr_convert() fails.Carl Eugen Hoyos2012-02-271-1/+1
* libswr: allow to set custom matrices.Nicolas George2012-02-201-1/+12
* libswresample: introduce int swr_set_compensation() instead of void swr_compe...Marton Balint2012-01-091-2/+2
* swr: fix swresample_version()Michael Niedermayer2011-12-231-0/+4
* swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100Michael Niedermayer2011-12-221-1/+1
* swr: add swresample_version swresample_configuration and swresample_licenseMichael Niedermayer2011-12-221-0/+15
* swr: use native planar sample formats.Clément Bœsch2011-11-241-3/+3
* swr: introduce a public function to customize the channel mapping.Clément Bœsch2011-11-171-4/+12
* swr: doxycomment public API.Clément Bœsch2011-11-171-13/+48
* swr: bump minor version.Clément Bœsch2011-11-171-1/+1
* swr: rename swr_alloc2() to swr_alloc_set_opts().Clément Bœsch2011-11-171-3/+4
* ffmpeg: add -map_channel option.Clément Bœsch2011-11-041-2/+2
* swr: document how flushing works and bump minor version.Michael Niedermayer2011-11-041-1/+3
* Add libswresample.Michael Niedermayer2011-09-191-0/+79
OpenPOWER on IntegriCloud