summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-16swresample: replace 2 av_free() by av_freep()Michael Niedermayer2-2/+2
2013-02-04swr/resample: fix filter rounding and cliping for s32Michael Niedermayer1-1/+1
2013-01-27swr/ build_filter: use av_calloc() fix buffer overflowMichael Niedermayer1-1/+1
2013-01-04lswr: Improve default resampler's default parametersAlexander Strasser7-21/+21
2012-12-11swr: Add SOX resampler supportRob Sykes7-4/+110
2012-12-11swr: add a lowpass default so that each Resampler can have its own default.Rob Sykes2-2/+3
2012-12-11swr: move flush into ResamplerMichael Niedermayer3-18/+25
2012-12-11swr: Add API to make resample engine selectable.Rob Sykes4-39/+87
2012-11-15swr/resample: fix SSSE3 included unconditionally.Clément Bœsch1-0/+2
2012-11-15swr/resample: move templating parameters to template itself.Clément Bœsch2-112/+82
2012-10-11swri_resample_init: unsupported sample formats are an internal error.Michael Niedermayer1-1/+1
2012-09-13swr/resample: mark mm_flags as potentially unusedMichael Niedermayer1-1/+1
2012-09-07libswr: remove redundant ARCH_X86, MMX* implicates X86Michael Niedermayer1-3/+3
2012-09-07swsresample: Fix unprotected inline asmDerek Buitenhuis1-2/+2
2012-08-31swr/resample: update SSSE3 flag to new nameMichael Niedermayer1-2/+2
2012-08-08bessel: check that the function terminates as expected by av_assert2().Michael Niedermayer1-0/+1
2012-07-23swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles4-15/+36
2012-06-30swr: fix MMX resample code, add emmsMichael Niedermayer1-3/+7
2012-06-28swr: fix compilation with ancient toolchain that doesnt support SSSE3Michael Niedermayer1-1/+6
2012-06-27swr: MMX2 & SSSE3 int16 resample coreMichael Niedermayer3-4/+133
2012-06-19swr: introduce filter_alloc in preparation of SIMD resample optimisationsMichael Niedermayer2-12/+14
2012-05-18swr: add swr_get_delay() to find the exact delay the swresampler introduces.Michael Niedermayer2-1/+34
2012-04-28swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer6-33/+34
2012-04-11swr: simplify code by using av_get_bytes_per_sample()Michael Niedermayer2-7/+3
2012-04-10resample: support double precission resamplingMichael Niedermayer2-0/+30
2012-04-10swr: support float & int32 in the resamplerMichael Niedermayer4-129/+220
2012-04-10resample: update copyright years, they where incorrect.Michael Niedermayer1-1/+1
2012-03-25resample: Fix boundary handling with fragments.Michael Niedermayer1-4/+4
2012-01-09libswresample: introduce int swr_set_compensation() instead of void swr_compe...Marton Balint3-7/+23
2011-11-17swr: use int16_t instead of short for resampling.Clément Bœsch2-3/+3
2011-11-17swr: use "swri_" prefix instead of "swr_" for the private API.Clément Bœsch4-22/+22
2011-11-17swr: drop 'AV' prefix from ResampleContext.Clément Bœsch2-14/+14
2011-11-16swr: rename resample2 to resample.Clément Bœsch2-1/+1