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
2018-11-18swresample/swresample: Fix input channel count in resample_first computationMichael Niedermayer
2018-07-18swresample/arm: rename labels to fix xcode build errorRahul Chaudhry
2018-07-08swresample/arm: remove unintentional relocation.Rahul Chaudhry
2018-07-08swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_fl...Hendrik Schreiber
2018-02-19swresample/rematrix: fix update of channel matrix if input or output layout i...Tobias Rapp
2017-03-21swresample/resample: free existing ResampleContext on reinitJames Almer
2017-03-21swresample/resample: move resample_free() higher in the fileJames Almer
2016-10-26Revert "Bump minor versions after 3.2 branchpoint to seperate release"Michael Niedermayer
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
2016-05-15swresample/rematrix: Use error diffusion to avoid error in the DC component o...Michael Niedermayer
2016-05-13swresample/arm: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neonMatthieu Bouron
2016-03-22swresample/swresample: Remove "less than" comparissions of enumsMichael Niedermayer
2016-02-15x86: use the new helper macros where usefulJames Almer
2016-02-01all: Make header guard names consistentTimothy Gu
2015-12-24swr/resample: use av_clip_int16 instead of av_clipGanesh Ajjanagadde
2015-12-04swresample: use AV_OPT_TYPE_BOOL for linear_interp and cheby optionsClément Bœsch
2015-11-15swresample/resample: remove redundant L for floating literalGanesh Ajjanagadde
2015-11-11swresample/resample: increase precision for compensationMichael Niedermayer
2015-11-10swresample/resample: speed up Blackman Nuttall filterGanesh Ajjanagadde
2015-11-10swresample/resample: speed up upsampling by precomputing sinesGanesh Ajjanagadde
2015-11-09swresample/resample: improve bessel function accuracy and speedGanesh Ajjanagadde
2015-11-09swresample: allow double precision beta value for the Kaiser windowGanesh Ajjanagadde
2015-11-06swresample/resample: speed up build_filter for Blackman-Nuttall filterGanesh Ajjanagadde
2015-11-05swresample/resample: speed up build_filter by 50%Ganesh Ajjanagadde
2015-10-28swr: do not reject channel layouts that use channel 63wm4
2015-10-25all: add const-correctness to qsort comparatorsGanesh Ajjanagadde
2015-10-22avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde
2015-10-16swresample/swresample_internal: add av_warn_unused_resultGanesh Ajjanagadde
2015-10-15swresample: slightly nicer debug output for auto matrixwm4
2015-10-10doc/resampler, swresample/options: use proper capitalizationGanesh Ajjanagadde
2015-10-07swresample/resample: manually unroll the main loop in bessel()Michael Niedermayer