summaryrefslogtreecommitdiff
path: root/libswresample/swresample.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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