summaryrefslogtreecommitdiffstats
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
* 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-113-1/+5
* swr: pass context to swri_get_dither()Michael Niedermayer2012-04-113-5/+5
* swr: add triangular highpass ditherMichael Niedermayer2012-04-113-1/+24
* swr: generate more dither noise to improve quality.Michael Niedermayer2012-04-112-4/+9
* swr: add swr_get_class()Michael Niedermayer2012-04-112-0/+13
* swr: simplify code by using av_get_bytes_per_sample()Michael Niedermayer2012-04-112-7/+3
* swr: fix copy & pasted comment to match the code.Michael Niedermayer2012-04-101-1/+1
* swr: add triangular dither supportMichael Niedermayer2012-04-103-0/+7
* swr: remove unused variableMichael Niedermayer2012-04-101-1/+1
* swr: add SWR_DITHER_RECTANGULAR to AVOptions arrayMichael Niedermayer2012-04-101-1/+2
* swr-test: include opt.h, this is needed for changing options for testing.Michael Niedermayer2012-04-101-0/+1
* swr: use assert in swri_sum2 to check that only supported formats are used.Michael Niedermayer2012-04-101-0/+1
* swr: add dither support.Michael Niedermayer2012-04-106-11/+98
* swr: update copyright year for rematrixMichael Niedermayer2012-04-101-1/+1
* resample: support double precission resamplingMichael Niedermayer2012-04-102-0/+30
* swr: support int32 and float as internal sample formatsMichael Niedermayer2012-04-101-9/+12
* swr: support float & int32 in the resamplerMichael Niedermayer2012-04-104-129/+220
* swr-test: Add newline to test outputMichael Niedermayer2012-04-101-1/+1
* resample: update copyright years, they where incorrect.Michael Niedermayer2012-04-101-1/+1
* swr-test: remove unused variableMichael Niedermayer2012-04-011-1/+1
* swr: remove unused variableMichael Niedermayer2012-04-011-1/+0
* swr: fix pointer type warningsMichael Niedermayer2012-04-011-2/+2
* swr-test: test the new flexible bufferingMichael Niedermayer2012-03-251-1/+24
* swr: realloc_audio: support packed audio buffersMichael Niedermayer2012-03-251-1/+1
* swr: More flexible and convenient bufferingMichael Niedermayer2012-03-252-41/+105
* swr: fix segfault when 0 out size is used.Michael Niedermayer2012-03-251-1/+1
* swr: revert stray hunkMichael Niedermayer2012-03-251-5/+0
* resample: Fix boundary handling with fragments.Michael Niedermayer2012-03-251-4/+4
* swr: Fix partial flushing.Michael Niedermayer2012-03-251-2/+2
* swr: test partial flushingMichael Niedermayer2012-03-251-2/+25
* swr: allow flushing in multiple steps if the output is too small.Michael Niedermayer2012-03-252-11/+15
* swr: fix compilation failure with old versions of gcc.Michael Niedermayer2012-03-251-2/+2
* 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
* swr: check that there is enough information to do rematrixing when needed.Michael Niedermayer2012-03-231-0/+5
* cosmetics: fix some typosLou Logan2012-03-131-1/+1
* swr: special case for empty channels in rematrix.Nicolas George2012-03-071-0/+3
* Exit ffmpeg if swr_convert() fails.Carl Eugen Hoyos2012-02-271-1/+1
* libswr: allow to set custom matrices.Nicolas George2012-02-204-11/+57
* libswresample: introduce int swr_set_compensation() instead of void swr_compe...Marton Balint2012-01-092-6/+22
* indeo4, swresample: add some missing static/const to tables.Reimar Döffinger2012-01-081-1/+1
* swr: fix swresample_version()Michael Niedermayer2011-12-232-1/+5
* libswresample.v: add swresample* for cmdutils.cMichael Niedermayer2011-12-221-1/+1
* swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100Michael Niedermayer2011-12-222-1/+2
* swr: add swresample_version swresample_configuration and swresample_licenseMichael Niedermayer2011-12-222-0/+31
* swr: fix assert failureMichael Niedermayer2011-12-201-1/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-2/+0
OpenPOWER on IntegriCloud