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

  • Cosmetics

    26 novembre 2016, par Anton Mitrofanov
    Cosmetics
    
    Also make x264_weighted_reference_duplicate() static.
    
    • [DH] common/aarch64/mc-c.c
    • [DH] common/aarch64/predict-c.c
    • [DH] common/arm/mc-c.c
    • [DH] common/arm/predict-c.c
    • [DH] common/bitstream.c
    • [DH] common/bitstream.h
    • [DH] common/cabac.h
    • [DH] common/common.c
    • [DH] common/common.h
    • [DH] common/dct.h
    • [DH] common/deblock.c
    • [DH] common/frame.c
    • [DH] common/frame.h
    • [DH] common/macroblock.c
    • [DH] common/macroblock.h
    • [DH] common/mc.h
    • [DH] common/mips/pixel-c.c
    • [DH] common/mips/predict-c.c
    • [DH] common/mips/quant-c.c
    • [DH] common/opencl.c
    • [DH] common/opencl/x264-cl.h
    • [DH] common/pixel.h
    • [DH] common/ppc/deblock.c
    • [DH] common/ppc/pixel.c
    • [DH] common/ppc/predict.h
    • [DH] common/predict.c
    • [DH] common/predict.h
    • [DH] common/x86/mc-c.c
    • [DH] common/x86/predict.h
    • [DH] encoder/analyse.h
    • [DH] encoder/cabac.c
    • [DH] encoder/encoder.c
    • [DH] encoder/macroblock.h
    • [DH] encoder/me.c
    • [DH] encoder/me.h
    • [DH] encoder/ratecontrol.c
    • [DH] encoder/ratecontrol.h
    • [DH] encoder/rdo.c
    • [DH] encoder/set.c
    • [DH] output/matroska.c
    • [DH] x264.c
    • [DH] x264.h
  • ppc : AltiVec zigzag_interleave_8x8_cavlc

    23 novembre 2016, par Alexandra Hájková
    ppc: AltiVec zigzag_interleave_8x8_cavlc
    
    • [DH] common/dct.c
    • [DH] common/ppc/dct.c
    • [DH] common/ppc/dct.h
  • ppc : AltiVec zigzag_scan_8x8_frame

    23 novembre 2016, par Alexandra Hájková
    ppc: AltiVec zigzag_scan_8x8_frame
    
    • [DH] common/dct.c
    • [DH] common/ppc/dct.c
    • [DH] common/ppc/dct.h
  • checkasm : aarch64 : Add filler args to make sure all parameters are passed on the...

    16 novembre 2016, par Martin Storsjö
    checkasm: aarch64: Add filler args to make sure all parameters are passed on the stack
    
    This, combined with clobbering the stack space prior to the call,
    increases the chances of finding cases where 32 bit parameters
    are erroneously treated as 64 bit.
    
    • [DH] tools/checkasm-aarch64.S
    • [DH] tools/checkasm.c
  • checkasm : aarch64 : Clobber the stack before calling functions

    16 novembre 2016, par Martin Storsjö
    checkasm: aarch64: Clobber the stack before calling functions
    
    • [DH] tools/checkasm-aarch64.S
    • [DH] tools/checkasm.c