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

  • ARM : Fix bug in x264_quant_4x4x4_neon

    1er mars 2013, par Stefan Groenroos
    ARM: Fix bug in x264_quant_4x4x4_neon
  • x86 : more AVX2 framework, AVX2 functions, plus some existing asm tweaks

    27 février 2013, par Jason Garrett-Glaser
    x86: more AVX2 framework, AVX2 functions, plus some existing asm tweaks
    
    AVX2 functions:
    mc_chroma
    intra_sad_x3_16x16
    last64
    ads
    hpel
    dct4
    idct4
    sub16x16_dct8
    quant_4x4x4
    quant_4x4
    quant_4x4_dc
    quant_8x8
    SAD_X3/X4
    SATD
    var
    var2
    SSD
    zigzag interleave
    weightp
    weightb
    intra_sad_8x8_x9
    decimate
    integral
    hadamard_ac
    sa8d_satd
    sa8d
    lowres_init
    denoise
    
    • [DH] common/common.c
    • [DH] common/common.h
    • [DH] common/dct.c
    • [DH] common/frame.c
    • [DH] common/macroblock.c
    • [DH] common/osdep.h
    • [DH] common/pixel.c
    • [DH] common/quant.c
    • [DH] common/x86/const-a.asm
    • [DH] common/x86/dct-64.asm
    • [DH] common/x86/dct-a.asm
    • [DH] common/x86/dct.h
    • [DH] common/x86/mc-a.asm
    • [DH] common/x86/mc-a2.asm
    • [DH] common/x86/mc-c.c
    • [DH] common/x86/pixel-a.asm
    • [DH] common/x86/pixel.h
    • [DH] common/x86/quant-a.asm
    • [DH] common/x86/quant.h
    • [DH] common/x86/sad-a.asm
    • [DH] common/x86/x86inc.asm
    • [DH] common/x86/x86util.asm
    • [DH] encoder/macroblock.c
    • [DH] encoder/macroblock.h
    • [DH] encoder/me.c
    • [DH] encoder/rdo.c
    • [DH] tools/checkasm.c
  • ARM : update NEON mc_chroma to work with NV12 and re-enable it

    25 février 2013, par Stefan Groenroos
    ARM: update NEON mc_chroma to work with NV12 and re-enable it
  • CABAC/CAVLC : use the new bit-iterating macro here too

    15 février 2013, par Jason Garrett-Glaser
    CABAC/CAVLC: use the new bit-iterating macro here too
  • Add AvxSynth support to the AviSynth input module.

    13 février 2013, par Stephen Hutchinson
    Add AvxSynth support to the AviSynth input module.