summaryrefslogtreecommitdiffstats
path: root/libswresample/swresample.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer2012-04-281-13/+11
* swr: pass resample parameters from the user to the resampler.Michael Niedermayer2012-04-261-1/+5
* swr: Add longer more descriptive alternative AVOptions.Michael Niedermayer2012-04-261-2/+15
* swr: Capitalize help texts for AVOptionsMichael Niedermayer2012-04-261-20/+19
* swr: align options a littleMichael Niedermayer2012-04-261-23/+21
* swr: set AV_OPT_FLAG_AUDIO_PARAM for the AVOptionsMichael Niedermayer2012-04-261-23/+25
* fix swr_convert buffering of packed audioAndrew Wason2012-04-211-3/+5
* swr: add a swr_flags AVOptionMichael Niedermayer2012-04-111-0/+1
* swr: add a dither_scale parameter to tune the amplitude of the dither.Michael Niedermayer2012-04-111-1/+2
* swr: pass context to swri_get_dither()Michael Niedermayer2012-04-111-1/+1
* swr: add triangular highpass ditherMichael Niedermayer2012-04-111-0/+1
* swr: generate more dither noise to improve quality.Michael Niedermayer2012-04-111-4/+8
* swr: add swr_get_class()Michael Niedermayer2012-04-111-0/+5
* swr: add triangular dither supportMichael Niedermayer2012-04-101-0/+1
* swr: remove unused variableMichael Niedermayer2012-04-101-1/+1
* swr: add SWR_DITHER_RECTANGULAR to AVOptions arrayMichael Niedermayer2012-04-101-1/+2
* swr: add dither support.Michael Niedermayer2012-04-101-0/+20
* swr: support int32 and float as internal sample formatsMichael Niedermayer2012-04-101-9/+12
* swr: support float & int32 in the resamplerMichael Niedermayer2012-04-101-1/+1
* swr: remove unused variableMichael Niedermayer2012-04-011-1/+0
* swr: fix pointer type warningsMichael Niedermayer2012-04-011-2/+2
OpenPOWER on IntegriCloud