summaryrefslogtreecommitdiff
path: root/libswresample/swresample.c
Commit message (Expand)AuthorAgeFilesLines
* docs: add soxr documentationRob Sykes2012-12-271-6/+8
* swr: support -async X as a simple way to do what ffmpeg -async X didMichael Niedermayer2012-12-251-0/+10
* swr: Add SOX resampler supportRob Sykes2012-12-111-2/+9
* swr: add a lowpass default so that each Resampler can have its own default.Rob Sykes2012-12-111-1/+1
* swr: move flush into ResamplerMichael Niedermayer2012-12-111-18/+6
* swr: make realloc_audio() available outside swresample.cMichael Niedermayer2012-12-111-11/+11
* swr: Add API to make resample engine selectable.Rob Sykes2012-12-111-5/+43
* lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini2012-12-031-6/+6
* swr: set default channel count options to 0.Clément Bœsch2012-11-191-4/+4
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* lswr/swresample: adopt globally consistent rules for options help messageStefano Sabatini2012-11-031-55/+62
* swr: make sure the last data element is NULL so we can use it to detect the n...Michael Niedermayer2012-09-241-0/+2
* swr: add av_cold to init/free functionsMichael Niedermayer2012-09-091-3/+3
* Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer2012-09-071-0/+4
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-22/+22
* Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer2012-09-051-2/+2
* Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-051-7/+7
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-241-4/+4
* swr: fix 10l typo mixing in and out config.Michael Niedermayer2012-08-011-1/+1
* swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-231-1/+6
* lswr: channel_map requires input conversion.Nicolas George2012-07-171-1/+1
* lavu: 256 color supportPaul B Mahol2012-07-071-0/+1
* swresample: make .class_name more descriptivePaul B Mahol2012-06-221-1/+1
* swresample.c: update copyleft yearMichael Niedermayer2012-06-121-1/+1
* swr: zero buffers on allocationMichael Niedermayer2012-06-091-1/+1
* swr: fix a few typo.Clément Bœsch2012-06-011-3/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-301-2/+3
* swr: fix swr_drop_output()Michael Niedermayer2012-05-261-0/+1
* swr: check return value of swr_inject_silence/drop_output.Michael Niedermayer2012-05-221-2/+6
* swr: check count argument of realloc_audio()Michael Niedermayer2012-05-221-0/+3
* swr: skip soft compensation when its disabled.Michael Niedermayer2012-05-191-1/+1
* swr: add swr_next_pts()Michael Niedermayer2012-05-191-1/+42
* swr: add swr_drop_output()Michael Niedermayer2012-05-191-0/+31
* swr: add swr_inject_silence()Michael Niedermayer2012-05-191-0/+24
* swr: Fix issue with injecting more data than can be used up in the next call.Michael Niedermayer2012-05-191-1/+1
* swr: add some asserts to resample()Michael Niedermayer2012-05-191-0/+4
* swr: add reversefill_audiodata()Michael Niedermayer2012-05-191-0/+10
* swr: fix buf_set() so it works with input == outputMichael Niedermayer2012-05-191-1/+1
* swr: make literal 32 a named constant in realloc_audio()Michael Niedermayer2012-05-191-1/+2
* swr: fill_audio_data() support NULLMichael Niedermayer2012-05-191-1/+3
* swresample: set the default parameters to "none"Michael Niedermayer2012-05-171-8/+8
* swr: automatically choose s16/flt/dbl to preserve input precision unless user...Michael Niedermayer2012-05-021-5/+10
* swr: add double precision support to the rematrix codeMichael Niedermayer2012-05-021-2/+3
* swr: update double precision checks for our resamplerMichael Niedermayer2012-05-021-1/+2
* swr: add lfe_mix_levelJustin Ruggles2012-05-021-0/+1
* swr: add and use function pointers for rematrixMichael Niedermayer2012-05-011-2/+3
* swr: add native matrix for rematrixingMichael Niedermayer2012-05-011-0/+2
* swr: disable 1 stage convert when dither is enabled.Michael Niedermayer2012-05-011-1/+1
* swr: add sample format to AudioDataMichael Niedermayer2012-04-291-0/+1
* swr: add set_audiodata_fmt() and use it to simplify codeMichael Niedermayer2012-04-291-10/+11