summaryrefslogtreecommitdiff
path: root/libswresample/swresample.h
Commit message (Expand)AuthorAge
* libswresample/swresample: remove obsolete codeMichael Niedermayer2017-06-27
* swresample: Add swr_build_matrix()Michael Niedermayer2016-09-27
* doxygen: Standardize root-level modulesTimothy Gu2016-08-02
* doc/resampler, swresample/options: use proper capitalizationGanesh Ajjanagadde2015-10-10
* swresample: Add swr_get_out_samples()Michael Niedermayer2015-06-04
* swresample: Add AVFrame based APIMichael Niedermayer2014-08-16
* swresample: document the need to configure the context using AVOptionsLuca Barbato2014-08-11
* swresample: misc. doxy improvementsTimothy Gu2014-07-08
* swresample: organize functions into doxy groupsTimothy Gu2014-07-06
* swresample: better doxy for configuration-returning functionsTimothy Gu2014-07-06
* swresample: improve Doxygen introductionTimothy Gu2014-07-06
* swresample: add SwrContext doxyTimothy Gu2014-07-06
* swresample: add SwrDitherType doxyTimothy Gu2014-07-06
* swresample: group all the option constants in a section in doxyTimothy Gu2014-07-06
* swresample: grammar/capitalization fixesTimothy Gu2014-07-06
* swresample: swr_close()Michael Niedermayer2014-05-15
* Fix convertion typosMichael Niedermayer2014-04-29
* swresample: add swr_is_initialized()Michael Niedermayer2014-02-24
* lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUTStefano Sabatini2013-10-17
* 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