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
2017-07-08libswresample: check input to swr_convert_frame for NULLhexpointer
2017-06-28libswresample/swresample: remove obsolete codeMichael Niedermayer
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-05-05Merge commit '92db5083077a8b0f8e1050507671b456fd155125'James Almer
2017-05-03Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2'Clément Bœsch
2017-04-02Bump versions for master after 3.3Michael Niedermayer
2017-04-02Bump minor for 3.3Michael Niedermayer
2017-03-31Bump minor versions for master after release/3.3 branchpointMichael Niedermayer
2017-03-31Bump minor versions for staring release/3.3 branchMichael Niedermayer
2017-03-21swresample/resample: free existing ResampleContext on reinitJames Almer
2017-03-21swresample/resample: move resample_free() higher in the fileJames Almer
2017-03-19swresample/x86/resample: extend resample_double to support avx and fma3Muhammad Faiz
2017-03-18swresample/swresample: do not use s32p internally by default when resamplingMuhammad Faiz
2017-03-17swresample/resample: do not assert compensation_distance on rebuild_filterMuhammad Faiz
2017-03-16swresample/options: enable linear_interp and exact_rational by defaultMuhammad Faiz
2017-03-12swresample/swresample: do not reset tsf on swr_alloc_set_optsMuhammad Faiz
2017-03-09swresample/resample: do not allow odd filter_lengthMuhammad Faiz
2017-03-08swresample/resample: use uniform normalizationMuhammad Faiz
2017-02-25lswr/rematrix: Remove an aggressive loop optimization.Carl Eugen Hoyos
2017-02-16swr/aarch64: add missing ret to ff_resample_common_apply_filter_x8_float_neonMatthieu Bouron
2017-01-13swresample/arm: cosmetic fixesMatthieu Bouron
2017-01-13swresample/aarch64: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neonMatthieu Bouron
2016-12-14swresample/resample: remove swri_resample functionMuhammad Faiz
2016-12-13swresample/resample: do not allow negative dst_size return valueMuhammad Faiz
2016-12-10swresample/resample_template: Add filter values in parallelMichael Niedermayer
2016-12-10swresample/resample_template: Reorder operations to avoid one additionMichael Niedermayer
2016-12-10swresample/swresample: Check count before memcpy()Michael Niedermayer
2016-12-03swresample/resample: do not rebuild filter when sample_delta is zeroMuhammad Faiz
2016-11-26swresample/soxr: fix invalid use of linear_interpMuhammad Faiz
2016-11-24swresample/resample: optimize exact_rational=on:linear_interp=on caseMuhammad Faiz
2016-10-26Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer
2016-10-26Bump minor versions for 3.2Michael Niedermayer
2016-10-26swresample/rematrix: Fix float part of swr_set_matrix()Vodyannikov Aleksandr
2016-10-18swresample/resample: fix return value of build_filterMuhammad Faiz
2016-09-27swr: Update version & APIChanges for swr_build_matrix()Michael Niedermayer
2016-09-27swresample: Add swr_build_matrix()Michael Niedermayer
2016-09-27swresample: Use double and float for matrixes for best quality and speedMichael Niedermayer
2016-08-18swresample: add int64 sample formatPaul B Mahol
2016-08-18swresample: Skip over dither steps if dithering scale is 0Michael Niedermayer
2016-08-18swresample: move dither init upMichael Niedermayer
2016-08-03doxygen: Standardize root-level modulesTimothy Gu
2016-06-27Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'Matthieu Bouron
2016-06-22swr: fix time.h includeClément Bœsch
2016-06-22Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch
2016-06-21swresample/x86: add support for exact_rationalMuhammad Faiz
2016-06-17swresample/resample: do not increase phase_count on exact_rationalMuhammad Faiz
2016-06-17swresample/resample: add support for odd phase_countMuhammad Faiz
2016-06-13swresample: add exact_rational optionMuhammad Faiz
2016-05-16swresample/resample: Fix division by 0 with tap_count=1Michael Niedermayer
2016-05-15swresample/rematrix: Use clipping s16 rematrixing if overflows are possibleMichael Niedermayer