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-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
2015-10-07swresample/resample: merge first iteration into init in bessel()Michael Niedermayer
2015-10-02x86/audio_convert: fix clobbering of xmm registersJames Almer
2015-09-27swresample/dither_template: Add missing license headerMichael Niedermayer
2015-09-05Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes
2015-09-03swresample/swresample: Fix integer overflow in seed calculationMichael Niedermayer
2015-08-30swresample/swresample-test: Make layouts static constMichael Niedermayer
2015-08-24swresample/dither: use integer arithmeticGanesh Ajjanagadde
2015-08-03x86: move XOP emulation code back to x86incJames Almer
2015-07-26swresample/x86: add missing colon to labelsJames Almer
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/swresample: Clear delayed_samples_fixup in clear_context()Michael Niedermayer
2015-06-22swresample: soxr implementation for swr_get_out_samples()Rob Sykes
2015-06-21swresample/swresample: Print used int_sample_fmtMichael Niedermayer
2015-06-21swresample: Choose 16bit internally only if input and output is 16bit or lessMichael Niedermayer
2015-06-08swr: Fix ASSERT_LEVEL warningMichael Niedermayer
2015-06-06swresample: fix initilaize/initialize typoClément Bœsch
2015-06-04swresample/resample: fix typosMichael Niedermayer
2015-06-04swresample/swresample: Cleanup on init failure.Michael Niedermayer
2015-06-04swresample: Add swr_get_out_samples()Michael Niedermayer
2015-06-04libswresample/rematrix: Check for malloc errorsMichael Niedermayer
2015-06-03swresample/dither: check memory allocationGanesh Ajjanagadde
2015-06-03swresample: Check the return value of resampler->init()Michael Niedermayer
2015-06-01x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-05-13swr: fix alignment issue caused by 8ch sse functionsRainer Hochecker
2015-05-07swresample/dither_template: Do not define macro functions to nothingMichael Niedermayer
2015-04-12swresample/swresample-test: Randomly wipe out channel countsMichael Niedermayer
2015-04-12swresample: Check channel layouts and channels against each other and print h...Michael Niedermayer
2015-04-12swresample: Allow reinitialization without ever setting channel layoutsMichael Niedermayer
2015-04-12swresample: Allow reinitialization without ever setting channel countsMichael Niedermayer
2015-04-05swr/resample: use av_clip functionsJames Almer
2015-03-31swresample/swresample: Use av_mallocz_array()Michael Niedermayer
2015-03-14swresample/resample: Fix undefined shiftsMichael Niedermayer
2015-02-27swresample: Add prefix to soxr_resamplerMichael Niedermayer
2015-02-21swresample: add av_cold to init functionsMichael Niedermayer