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
2015-06-04swresample/resample: fix typosMichael Niedermayer
2015-06-04swresample: Add swr_get_out_samples()Michael Niedermayer
2015-03-14swresample/resample: Fix undefined shiftsMichael Niedermayer
2014-10-17swresample/resample: fix invert_initial_buffer() after flushMichael Niedermayer
2014-07-04swr: initialize only the necessary resample dsp functionsJames Almer
2014-07-02swr: rename swresample_dsp init functions to swri_resample_dspJames Almer
2014-06-28swr: move dst_size == 0 handling outside DSP function.Ronald S. Bultje
2014-06-18swr: remove div/mod from DSP functions.Ronald S. Bultje
2014-06-14swr: split out DSP functions.Ronald S. Bultje
2014-06-14swresample/resample: replace assert by av_assertMichael Niedermayer
2014-06-14swr: handle initial negative sample index outside DSP function.Ronald S. Bultje
2014-06-09swr: handle 64bit overflow check in multiple_resample().Ronald S. Bultje
2014-06-02swr: move compensation_distance handling to swri_resample caller.Ronald S. Bultje
2014-05-16swresample: add swri_resample_float_avxJames Almer
2014-04-25swresample: add swri_resample_double_sse2James Almer
2014-04-08swresample/resample: use av_malloc_array() where appropriateMichael Niedermayer
2014-04-08swresample/resample: Limit filter lengthMichael Niedermayer
2014-03-20swresample: add swri_resample_float_sseJames Almer
2014-03-18swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2James Almer
2013-09-17swresample: replace 2 av_free() by av_freep()Michael Niedermayer
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