This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
Watch
8
Star
0
Fork
You've already forked FFmpeg
0
Code
Issues
Projects
Releases
Wiki
Activity
Mirror of
https://git.ffmpeg.org/ffmpeg.git
https://ffmpeg.org/
99865
Commits
37
Branches
400
Tags
492 MiB
C
90.3%
Assembly
7.8%
Makefile
1.3%
C++
0.2%
Tree:
03fb314acf
FFmpeg
/
libavfilter
/
x86
History
Paul B Mahol
eaba6cecfb
avfilter/vf_v360: add mitchell interpolation
4 years ago
..
Makefile
avfilter/vf_maskedclamp: add x86 SIMD
5 years ago
af_afir.asm
x86/af_afir: use three operand form forat some instructions
6 years ago
af_afir_init.c
x86/af_afir: add ff_fcmul_add_avx()
6 years ago
af_anlmdn.asm
avfilter: add anlmdn filter x86 SIMD optimizations
6 years ago
af_anlmdn_init.c
avfilter: add anlmdn filter x86 SIMD optimizations
6 years ago
af_volume.asm
…
af_volume_init.c
…
avf_showcqt.asm
…
avf_showcqt_init.c
…
colorspacedsp.asm
…
colorspacedsp_init.c
…
scene_sad.asm
…
scene_sad_init.c
avcodec/filter: Remove extra '; ' outside of functions
5 years ago
vf_atadenoise.asm
avfilter/x86/vf_atadenoise: fix comment
5 years ago
vf_atadenoise_init.c
avfilter/x86/vf_atadenoise: add SIMD for serial too
5 years ago
vf_blend.asm
x86/vf_blend: fix warnings about trailing empty parameters
5 years ago
vf_blend_init.c
avfilter/vf_blend: add 10bit support
6 years ago
vf_bwdif.asm
…
vf_bwdif_init.c
Revert "avfilter/yadif: simplify the code for better readability"
5 years ago
vf_convolution.asm
avfilter/vf_convolution: add x86 SIMD for filter_3x3()
6 years ago
vf_convolution_init.c
avfilter/x86/vf_convolution_init: there is asm only for 8bit depth
5 years ago
vf_eq.asm
avfilter/x86/vf_eq: add SSE2 version
6 years ago
vf_eq_init.c
avfilter/vf_eq: fix compilation with x86 asm disabled
6 years ago
vf_framerate.asm
…
vf_framerate_init.c
…
vf_fspp.asm
…
vf_fspp_init.c
…
vf_gblur.asm
avfilter/vf_gblur: fix heap-buffer overflow
5 years ago
vf_gblur_init.c
avfilter/vf_gblur: add missing preprocessor check
6 years ago
vf_gradfun.asm
…
vf_gradfun_init.c
…
vf_hflip.asm
…
vf_hflip_init.c
…
vf_hqdn3d.asm
…
vf_hqdn3d_init.c
…
vf_idet.asm
…
vf_idet_init.c
…
vf_interlace.asm
avfilter/x86/vf_interlace: always use unaligned movs
5 years ago
vf_limiter.asm
…
vf_limiter_init.c
…
vf_maskedclamp.asm
avfilter/vf_maskedclamp: add x86 SIMD
5 years ago
vf_maskedclamp_init.c
avfilter/vf_maskedclamp: add x86 SIMD
5 years ago
vf_maskedmerge.asm
…
vf_maskedmerge_init.c
…
vf_noise.c
…
vf_overlay.asm
…
vf_overlay_init.c
…
vf_pp7.asm
…
vf_pp7_init.c
…
vf_psnr.asm
…
vf_psnr_init.c
…
vf_pullup.asm
…
vf_pullup_init.c
…
vf_removegrain.asm
…
vf_removegrain_init.c
…
vf_spp.c
…
vf_ssim.asm
vf_ssim: Fix loading doubles to float registers on i386
5 years ago
vf_ssim_init.c
avfilter/vf_ssim: improve precision
5 years ago
vf_stereo3d.asm
…
vf_stereo3d_init.c
…
vf_threshold.asm
…
vf_threshold_init.c
…
vf_tinterlace_init.c
…
vf_transpose.asm
x86/vf_transpose: make ff_transpose_8x8_16_sse2 work on x86_32
5 years ago
vf_transpose_init.c
x86/vf_transpose: make ff_transpose_8x8_16_sse2 work on x86_32
5 years ago
vf_v360.asm
avfilter/vf_v360: add SIMD for lagrange9 interpolation
5 years ago
vf_v360_init.c
avfilter/vf_v360: add mitchell interpolation
4 years ago
vf_w3fdif.asm
…
vf_w3fdif_init.c
…
vf_yadif.asm
…
vf_yadif_init.c
Revert "avfilter/yadif: simplify the code for better readability"
5 years ago
yadif-10.asm
…
yadif-16.asm
…