summaryrefslogtreecommitdiff
path: root/libswresample/swresample.h
Commit message (Expand)AuthorAgeFilesLines
* swresample: Fix Doxy reference to AVOptionsMarvin Scholz2022-10-171-1/+1
* swresample/swresample: Fix mismatching argument namesMarvin Scholz2022-10-171-4/+4
* lswr: take const AVChannelLayout* in swr_alloc_set_opts2()rcombs2022-08-241-2/+2
* Keep including the full version.h when headers are included externallyMartin Storsjö2022-03-191-0/+6
* libswresample: Split version.hMartin Storsjö2022-03-161-1/+1
* swresample: convert to new channel layout APIJames Almer2022-03-151-9/+74
* libswresample/swresample: remove obsolete codeMichael Niedermayer2017-06-271-4/+0
* swresample: Add swr_build_matrix()Michael Niedermayer2016-09-271-0/+31
* doxygen: Standardize root-level modulesTimothy Gu2016-08-021-3/+2
* doc/resampler, swresample/options: use proper capitalizationGanesh Ajjanagadde2015-10-101-2/+2
* swresample: Add swr_get_out_samples()Michael Niedermayer2015-06-041-3/+22
* swresample: Add AVFrame based APIMichael Niedermayer2014-08-161-0/+61
* swresample: document the need to configure the context using AVOptionsLuca Barbato2014-08-111-0/+4
* swresample: misc. doxy improvementsTimothy Gu2014-07-081-19/+64
* swresample: organize functions into doxy groupsTimothy Gu2014-07-061-1/+43
* swresample: better doxy for configuration-returning functionsTimothy Gu2014-07-061-1/+10
* swresample: improve Doxygen introductionTimothy Gu2014-07-061-3/+30
* swresample: add SwrContext doxyTimothy Gu2014-07-061-0/+6
* swresample: add SwrDitherType doxyTimothy Gu2014-07-061-0/+1
* swresample: group all the option constants in a section in doxyTimothy Gu2014-07-061-0/+11
* swresample: grammar/capitalization fixesTimothy Gu2014-07-061-3/+3
* swresample: swr_close()Michael Niedermayer2014-05-151-0/+10
* Fix convertion typosMichael Niedermayer2014-04-291-1/+1
* swresample: add swr_is_initialized()Michael Niedermayer2014-02-241-0/+7
* lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUTStefano Sabatini2013-10-171-2/+2
* swr: fix example code and doxy indent.Clément Bœsch2013-09-291-2/+2
* swr: update copyright years of a few files iam working onMichael Niedermayer2013-01-091-1/+1
* swr: Implement Noise shaping ditherMichael Niedermayer2013-01-091-0/+9
* swr/doxy: fix missing quote in code example.Clément Bœsch2012-12-161-2/+2
* swr: Add SOX resampler supportRob Sykes2012-12-111-0/+1
* swr: Add API to make resample engine selectable.Rob Sykes2012-12-111-0/+6
* doxy: fix swr group nameMichael Niedermayer2012-12-111-0/+1
* lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini2012-12-031-2/+2
* swr: include stdint.h instead of inttypes.h.Clément Bœsch2012-11-201-1/+1
* swr: fix a few typo in the public header.Clément Bœsch2012-11-201-5/+5
* swr-doxy: elaborate on swr_get_delay() and the timebaseMichael Niedermayer2012-11-201-0/+4
* swr: general doxy text about swr and example code.Michael Niedermayer2012-11-201-2/+72
* lswr/swresample.h: use consistent inclusion guard header nameStefano Sabatini2012-11-031-3/+3
* swresample: Create version.h headerjamal2012-09-281-7/+1
* swr: update copyright yearsMichael Niedermayer2012-09-071-1/+1
* 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