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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-27swresample: Add prefix to soxr_resamplerMichael Niedermayer
2015-02-09swresample/x86/rematrix_init: Check av_malloc* return codes, forward errorsMichael Niedermayer
2015-02-03swresample: Use int instead of enum for fields which are accessed through AVO...Michael Niedermayer
2015-01-27swresample_internal.h: Move struct declaration before first use.Reimar Döffinger
2014-08-27swr: aarch64 audio_convert and neon clobber testMichael Niedermayer
2014-08-10bump libpostproc and libswresampleMichael Niedermayer
2014-07-13fix spelling errorsAndreas Cadhalpun
2014-07-02swr: remove obsolete resample prototypesJames Almer
2014-06-14swr: handle initial negative sample index outside DSP function.Ronald S. Bultje
2013-07-22swresample: Make rematrix maxvalue user settableMichael Niedermayer
2013-06-05swr: add native_simd_oneMichael Niedermayer
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