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
2016-09-27swresample: Use double and float for matrixes for best quality and speedMichael Niedermayer
2016-08-18swresample: Skip over dither steps if dithering scale is 0Michael Niedermayer
2016-06-13swresample: add exact_rational optionMuhammad Faiz
2016-02-01all: Make header guard names consistentTimothy Gu
2015-11-09swresample: allow double precision beta value for the Kaiser windowGanesh Ajjanagadde
2015-10-16swresample/swresample_internal: add av_warn_unused_resultGanesh Ajjanagadde
2015-07-17lswr: Allow 64 channels internally.Carl Eugen Hoyos
2015-06-22swr: Remember previously set int_sample_format from userMichael Niedermayer
2015-06-22swresample: soxr implementation for swr_get_out_samples()Rob Sykes
2015-06-04swresample: Add swr_get_out_samples()Michael Niedermayer
2015-06-03swresample/dither: check memory allocationGanesh Ajjanagadde
2015-04-12swresample: Allow reinitialization without ever setting channel layoutsMichael Niedermayer
2015-04-12swresample: Allow reinitialization without ever setting channel countsMichael Niedermayer
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