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
2022-10-27avfilter/vf_threshold: fix handling of zero thresholdPaul B Mahol
2022-06-22avfilter/x86/vf_bwdif: Remove obsolete MMXEXT functionsAndreas Rheinhardt
2022-06-22avfilter/x86/vf_idet: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt
2022-06-22avfilter/x86/vf_yadif: Remove obsolete MMXEXT functionsAndreas Rheinhardt
2022-06-22avfilter/x86/vf_eq_init: Remove obsolete MMXEXT functionAndreas Rheinhardt
2022-06-22avfilter/x86/vf_noise: Remove obsolete MMX functionAndreas Rheinhardt
2022-05-06avfilter/af_afir: Only keep DSP stuff in headerAndreas Rheinhardt
2022-03-24avfilter/x86/vf_limiter: use movu, dst may not be always alignedPaul B Mahol
2022-03-21avfilter/x86/vf_blend: use unaligned movs for outputMarton Balint
2022-03-03avfilter/vf_maskedmerge: fix rounding when maskingPaul B Mahol
2021-11-11avfilter/vf_nlmeans: add x86 SIMDPaul B Mahol
2021-10-15x86/vf_lut3d: use three operand form for some instructionsJames Almer
2021-10-13avfilter/vf_lut3d: fix building with --disable-optimizationsMark Reid
2021-10-10avfilter/vf_lut3d: add x86-optimized tetrahedral interpolationMark Reid
2021-10-03avfilter/x86/vf_blend: unify indentation formatWu Jianhua
2021-09-18libavfilter/x86/vf_gblur: correct the order of loop stepWu Jianhua
2021-09-18libavfilter/x86/vf_gblur: fixed the fate-test failed on MacOSWu Jianhua
2021-08-29libavfilter/x86/vf_gblur: add localbuf and ff_horiz_slice_avx2/512()Wu Jianhua
2021-08-29libavfilter/x86/vf_gblur: add ff_verti_slice_avx2/512()Wu Jianhua
2021-08-29libavfilter/x86/vf_gblur: add ff_postscale_slice_avx512()Wu Jianhua
2021-07-27avfilter/avf_showcqt: switch to TX FFT from avutilPaul B Mahol
2021-07-22Remove unnecessary mem.h inclusionsAndreas Rheinhardt
2021-02-17x86/vf_gblur: fix reg name in UNIX64 prologueJames Almer
2021-02-17x86/vf_gblur: fix postscale_slice prologueJames Almer
2021-02-16avfilter/x86/vf_gblur: add postscale SIMDPaul B Mahol
2021-02-13avfilter/vf_convolution: add 16-column operation for filter_column()Paul B Mahol
2021-01-22avfilter/vf_atadenoise: add sigma optionsPaul B Mahol
2020-10-04avfilter/vf_v360: add mitchell interpolationPaul B Mahol
2020-09-15avfilter/x86/vf_convolution_init: there is asm only for 8bit depthPaul B Mahol
2020-08-27Revert "avfilter/yadif: simplify the code for better readability"Limin Wang
2020-08-26avfilter/yadif: simplify the code for better readabilityLimin Wang
2020-07-12x86/vf_blend: fix warnings about trailing empty parametersJames Almer
2020-04-02avfilter/x86/vf_v360_init: add missing casesPaul B Mahol
2020-04-02avfilter/vf_v360: add SIMD for lagrange9 interpolationPaul B Mahol
2020-02-05vf_ssim: Fix loading doubles to float registers on i386Martin Storsjö
2020-02-04avfilter/vf_ssim: improve precisionPaul B Mahol
2020-01-19avfilter/vf_v360: change remaps to int16_t typePaul B Mahol
2019-12-15avfilter/x86/vf_interlace: always use unaligned movsMarton Balint
2019-10-23avfilter/vf_maskedclamp: add x86 SIMDPaul B Mahol
2019-10-22x86/vf_transpose: make ff_transpose_8x8_16_sse2 work on x86_32James Almer
2019-10-21x86/vf_transpose: fix cpuflags checkJames Almer
2019-10-21avfilter/vf_transpose: add x86 SIMDPaul B Mahol
2019-10-21avfilter/x86/vf_atadenoise: fix commentPaul B Mahol
2019-10-17avfilter/x86/vf_atadenoise: add SIMD for serial tooPaul B Mahol
2019-10-17avfilter/vf_atadenoise: add option to use additional algorithmPaul B Mahol
2019-10-17avfilter/vf_adadenoise: add x86 SIMDPaul B Mahol
2019-10-16avfilter/vf_gblur: fix heap-buffer overflowPaul B Mahol
2019-10-07avcodec/filter: Remove extra '; ' outside of functionsAndreas Rheinhardt
2019-09-26avfilter/vf_eq: fix compilation with x86 asm disabledJames Almer
2019-09-26avfilter/x86/vf_eq: add SSE2 versionTing Fu