summaryrefslogtreecommitdiff
path: root/libswresample/swresample_internal.h
Commit message (Expand)AuthorAgeFilesLines
* swr: use 64bit index/len for x86_64 mixMichael Niedermayer2012-12-031-3/+10
* ARM: libswresample: NEON optimised flat float to s16 conversionMans Rullgard2012-09-241-0/+4
* Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer2012-09-071-0/+4
* swr: update copyright yearsMichael Niedermayer2012-09-071-1/+1
* swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-231-1/+3
* swr: fix warning: passing argument 1 of s->mix_any_f from incompatible pointe...Michael Niedermayer2012-07-021-1/+1
* swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer2012-06-121-0/+1
* swr: add native matrix for SIMDMichael Niedermayer2012-06-121-0/+1
* swr: add function pointers for SIMD rematrixingMichael Niedermayer2012-06-121-0/+3
* swr: add all in one rematrixing function ptrMichael Niedermayer2012-06-081-0/+4
* swr: add swr_next_pts()Michael Niedermayer2012-05-191-0/+6
* swr: add swr_drop_output()Michael Niedermayer2012-05-191-0/+1
* swr: add lfe_mix_levelJustin Ruggles2012-05-021-0/+1
* swr: add and use function pointers for rematrixMichael Niedermayer2012-05-011-1/+5
* swr: add native matrix for rematrixingMichael Niedermayer2012-05-011-0/+3
* 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-1/+0
* swr: add int16_to_int32_mmx/sseMichael Niedermayer2012-04-281-0/+4
* swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer2012-04-281-1/+1
* swr: pass resample parameters from the user to the resampler.Michael Niedermayer2012-04-261-0/+4
* swr: add a dither_scale parameter to tune the amplitude of the dither.Michael Niedermayer2012-04-111-0/+1
* swr: pass context to swri_get_dither()Michael Niedermayer2012-04-111-1/+1
* swr: generate more dither noise to improve quality.Michael Niedermayer2012-04-111-0/+1
* swr: fix copy & pasted comment to match the code.Michael Niedermayer2012-04-101-1/+1
* swr: add dither support.Michael Niedermayer2012-04-101-0/+5
* resample: support double precission resamplingMichael Niedermayer2012-04-101-0/+1
* swr: support float & int32 in the resamplerMichael Niedermayer2012-04-101-2/+4
* swr: allow flushing in multiple steps if the output is too small.Michael Niedermayer2012-03-251-0/+1
* swr: fix compilation failure with old versions of gcc.Michael Niedermayer2012-03-251-2/+2
* libswr: allow to set custom matrices.Nicolas George2012-02-201-0/+1
* swr: doxument matrix fields.Michael Niedermayer2011-11-171-3/+3
* swr: surround mixing is obviously used, fix comment.Clément Bœsch2011-11-171-1/+1
* swr: use int16_t instead of short for resampling.Clément Bœsch2011-11-171-1/+1
* swr: start doxycommenting the API.Clément Bœsch2011-11-171-34/+41
* swr: use "swri_" prefix instead of "swr_" for the private API.Clément Bœsch2011-11-171-7/+7
* swr: drop 'AV' prefix from ResampleContext.Clément Bœsch2011-11-171-6/+6
* swr: make audio convert code explicitely private.Clément Bœsch2011-11-171-3/+3
* ffmpeg: add -map_channel option.Clément Bœsch2011-11-041-0/+2
* rematrix: add parameter to tune volumeMichael Niedermayer2011-10-261-1/+1
* rematrix: change type of integers from 16 to 32bit to allow increasing volume...Michael Niedermayer2011-10-261-1/+1
* swr: Fix assignment discards qualifiers from pointer target type warning.Michael Niedermayer2011-10-211-1/+1
* swr: Mark src as const in swr_resample()Michael Niedermayer2011-10-211-1/+1
* libswresample: support directly converting sampleformats and packed/planar in...Michael Niedermayer2011-10-061-0/+1
* rematrix: dont use floats for int16 code.Michael Niedermayer2011-09-191-0/+1
* Add libswresample.Michael Niedermayer2011-09-191-0/+77