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-24swr: support a seperate output sample bits.Michael Niedermayer
2013-01-21swr: support first_ptsMichael Niedermayer
2013-01-13swr: move silence buffer to context to avoid per use malloc/freeMichael Niedermayer
2013-01-13swr: move buffer used to discard sample to contextMichael Niedermayer
2013-01-10swr: Use a temporary buffer for dither/Noise shaping when the input is read onlyMichael Niedermayer
2013-01-10swr: mark noise data for noise shaping as constMichael Niedermayer
2013-01-10swr: add seperate in/out pointers to the noise shaping codeMichael Niedermayer
2013-01-10swr: rename dither_pos to noise_posMichael Niedermayer
2013-01-10swr: add noise_scale field to seperate it from the noise shaping scalesMichael Niedermayer
2013-01-10swr: fix the noise sample type for noise shapingMichael Niedermayer
2013-01-10swr: split swri_dither_init() outMichael Niedermayer
2013-01-09swr: move dither related fields to their own contextMichael Niedermayer
2013-01-09swr: update copyright years of a few files iam working onMichael Niedermayer
2013-01-09swr: Implement Noise shaping ditherMichael Niedermayer
2012-12-27docs: add soxr documentationRob Sykes
2012-12-25swr: support -async X as a simple way to do what ffmpeg -async X didMichael Niedermayer
2012-12-12swr: Add SOX resampler supportRob Sykes
2012-12-12swr: move flush into ResamplerMichael Niedermayer
2012-12-12swr: make realloc_audio() available outside swresample.cMichael Niedermayer
2012-12-12swr: Add API to make resample engine selectable.Rob Sykes
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol
2012-10-28swr: use 64bit index/len for x86_64 mixMichael Niedermayer
2012-09-25ARM: libswresample: NEON optimised flat float to s16 conversionMans Rullgard
2012-09-07Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer
2012-09-07swr: update copyright yearsMichael Niedermayer
2012-07-23swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
2012-07-02swr: fix warning: passing argument 1 of s->mix_any_f from incompatible pointe...Michael Niedermayer
2012-06-12swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer
2012-06-12swr: add native matrix for SIMDMichael Niedermayer
2012-06-12swr: add function pointers for SIMD rematrixingMichael Niedermayer
2012-06-08swr: add all in one rematrixing function ptrMichael Niedermayer
2012-05-19swr: add swr_next_pts()Michael Niedermayer
2012-05-19swr: add swr_drop_output()Michael Niedermayer
2012-05-02swr: add lfe_mix_levelJustin Ruggles
2012-05-01swr: add and use function pointers for rematrixMichael Niedermayer
2012-05-01swr: add native matrix for rematrixingMichael Niedermayer
2012-04-29swr: add sample format to AudioDataMichael Niedermayer
2012-04-29swr: add set_audiodata_fmt() and use it to simplify codeMichael Niedermayer
2012-04-28swr: add int16_to_int32_mmx/sseMichael Niedermayer
2012-04-28swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer
2012-04-26swr: pass resample parameters from the user to the resampler.Michael Niedermayer
2012-04-11swr: add a dither_scale parameter to tune the amplitude of the dither.Michael Niedermayer
2012-04-11swr: pass context to swri_get_dither()Michael Niedermayer
2012-04-11swr: generate more dither noise to improve quality.Michael Niedermayer
2012-04-11swr: fix copy & pasted comment to match the code.Michael Niedermayer
2012-04-10swr: add dither support.Michael Niedermayer
2012-04-10resample: support double precission resamplingMichael Niedermayer
2012-04-10swr: support float & int32 in the resamplerMichael Niedermayer
2012-03-25swr: allow flushing in multiple steps if the output is too small.Michael Niedermayer
2012-03-25swr: fix compilation failure with old versions of gcc.Michael Niedermayer