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

  • aarch64 : intra predition NEON asm

    18 juillet 2014, par Janne Grunau
    aarch64: intra predition NEON asm
    
    Ported from the ARM NEON asm.
    
    • [DH] Makefile
    • [DH] common/aarch64/predict-a.S
    • [DH] common/aarch64/predict-c.c
    • [DH] common/aarch64/predict.h
    • [DH] common/pixel.c
    • [DH] common/predict.c
  • aarch64 : motion compensation NEON asm

    17 juillet 2014, par Janne Grunau
    aarch64: motion compensation NEON asm
    
    Ported from the ARM NEON asm.
    
    • [DH] Makefile
    • [DH] common/aarch64/mc-a.S
    • [DH] common/aarch64/mc-c.c
    • [DH] common/aarch64/mc.h
    • [DH] common/mc.c
  • aarch64 : transform and zigzag NEON asm

    16 juillet 2014, par Janne Grunau
    aarch64: transform and zigzag NEON asm
    
    Ported from the ARM NEON asm.
    
    • [DH] Makefile
    • [DH] common/aarch64/asm.S
    • [DH] common/aarch64/dct-a.S
    • [DH] common/aarch64/dct.h
    • [DH] common/dct.c
  • aarch64 : quantization and level-run NEON asm

    15 juillet 2014, par Janne Grunau
    aarch64: quantization and level-run NEON asm
    
    Ported from the ARM NEON asm.
    
    • [DH] Makefile
    • [DH] common/aarch64/quant-a.S
    • [DH] common/aarch64/quant.h
    • [DH] common/quant.c
  • Check pf_log is set in validate_parameters

    9 juillet 2014, par Fiona Glaser
    Check pf_log is set in validate_parameters
    
    Help remind people to call x264_param_default in case they didn't read the
    documentation.
    
    • [DH] encoder/encoder.c