Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-04swr/resample: fix filter rounding and cliping for s32Michael Niedermayer
2013-01-27swr/ build_filter: use av_calloc() fix buffer overflowMichael Niedermayer
2013-01-04lswr: Improve default resampler's default parametersAlexander Strasser
2012-12-12swr: Add SOX resampler supportRob Sykes
2012-12-12swr: add a lowpass default so that each Resampler can have its own default.Rob Sykes
2012-12-12swr: move flush into ResamplerMichael Niedermayer
2012-12-12swr: Add API to make resample engine selectable.Rob Sykes
2012-11-16swr/resample: fix SSSE3 included unconditionally.Clément Bœsch
2012-11-16swr/resample: move templating parameters to template itself.Clément Bœsch
2012-10-11swri_resample_init: unsupported sample formats are an internal error.Michael Niedermayer
2012-09-13swr/resample: mark mm_flags as potentially unusedMichael Niedermayer
2012-09-08libswr: remove redundant ARCH_X86, MMX* implicates X86Michael Niedermayer
2012-09-08swsresample: Fix unprotected inline asmDerek Buitenhuis
2012-09-01swr/resample: update SSSE3 flag to new nameMichael Niedermayer
2012-08-09bessel: check that the function terminates as expected by av_assert2().Michael Niedermayer
2012-07-23swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
2012-06-30swr: fix MMX resample code, add emmsMichael Niedermayer
2012-06-28swr: fix compilation with ancient toolchain that doesnt support SSSE3Michael Niedermayer
2012-06-28swr: MMX2 & SSSE3 int16 resample coreMichael Niedermayer
2012-06-19swr: introduce filter_alloc in preparation of SIMD resample optimisationsMichael Niedermayer
2012-05-19swr: add swr_get_delay() to find the exact delay the swresampler introduces.Michael Niedermayer
2012-04-28swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer
2012-04-11swr: simplify code by using av_get_bytes_per_sample()Michael Niedermayer
2012-04-10resample: support double precission resamplingMichael Niedermayer
2012-04-10swr: support float & int32 in the resamplerMichael Niedermayer
2012-04-10resample: update copyright years, they where incorrect.Michael Niedermayer
2012-03-25resample: Fix boundary handling with fragments.Michael Niedermayer
2012-01-09libswresample: introduce int swr_set_compensation() instead of void swr_compe...Marton Balint
2011-11-17swr: use int16_t instead of short for resampling.Clément Bœsch
2011-11-17swr: use "swri_" prefix instead of "swr_" for the private API.Clément Bœsch
2011-11-17swr: drop 'AV' prefix from ResampleContext.Clément Bœsch
2011-11-16swr: rename resample2 to resample.Clément Bœsch