git.videolan.org Git - x264.git/summary

x264 git repository

http://git.videolan.org/?p=x264.git;a=summary

Les articles publiés sur le site

  • x86 : AVX-512 sub16x16_dct

    10 juin 2017, par Henrik Gramner
    x86: AVX-512 sub16x16_dct
    
    • [DH] common/common.h
    • [DH] common/dct.c
    • [DH] common/macroblock.c
    • [DH] common/x86/dct-a.asm
    • [DH] common/x86/dct.h
  • x86inc : Add aesni cpuflag define

    9 juin 2017, par James Darnley
    x86inc: Add aesni cpuflag define
    
    Upstreaming this from FFmpeg. Unused in x264.
    
    • [DH] common/x86/x86inc.asm
  • x86 : AVX-512 sub4x4_dct

    8 juin 2017, par Henrik Gramner
    x86: AVX-512 sub4x4_dct
    
    • [DH] common/dct.c
    • [DH] common/x86/dct-a.asm
    • [DH] common/x86/dct.h
  • mbtree : Fix buffer overflow

    8 juin 2017, par Anton Mitrofanov
    mbtree: Fix buffer overflow
    
    Could occur on the 1st pass in combination with --fake-interlaced and
    some input heights due to allocating a too small buffer.
    
    • [DH] encoder/ratecontrol.c
  • x86 : AVX-512 sub8x8_dct

    7 juin 2017, par Henrik Gramner
    x86: AVX-512 sub8x8_dct
    
    • [DH] common/dct.c
    • [DH] common/x86/dct-a.asm
    • [DH] common/x86/dct.h
    • [DH] tools/checkasm.c