summaryrefslogtreecommitdiff
path: root/libswresample/swresample.h
Commit message (Expand)AuthorAge
* swr: fix example code and doxy indent.Clément Bœsch2013-09-29
* swr: update copyright years of a few files iam working onMichael Niedermayer2013-01-09
* swr: Implement Noise shaping ditherMichael Niedermayer2013-01-09
* swr/doxy: fix missing quote in code example.Clément Bœsch2012-12-16
* swr: Add SOX resampler supportRob Sykes2012-12-11
* swr: Add API to make resample engine selectable.Rob Sykes2012-12-11
* doxy: fix swr group nameMichael Niedermayer2012-12-11
* lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini2012-12-03
* swr: include stdint.h instead of inttypes.h.Clément Bœsch2012-11-20
* swr: fix a few typo in the public header.Clément Bœsch2012-11-20
* swr-doxy: elaborate on swr_get_delay() and the timebaseMichael Niedermayer2012-11-20
* swr: general doxy text about swr and example code.Michael Niedermayer2012-11-20
* lswr/swresample.h: use consistent inclusion guard header nameStefano Sabatini2012-11-03
* swresample: Create version.h headerjamal2012-09-28
* 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