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

  • Fix cltostr.sh on OS X

    20 juillet 2014, par Tsukasa OMOTO
    Fix cltostr.sh on OS X
    
    • [DH] tools/cltostr.sh
  • arm : check if the assembler supports the ’.func’ directive

    20 juillet 2014, par Janne Grunau
    arm: check if the assembler supports the '.func' directive
    
    The integrated assembler in llvm trunk (to be released as 3.5) is
    otherwise capable enough to assemble the arm asm correctly.
    
    • [DH] common/arm/asm.S
    • [DH] common/arm/cpu-a.S
    • [DH] common/arm/dct-a.S
    • [DH] common/arm/deblock-a.S
    • [DH] common/arm/mc-a.S
    • [DH] common/arm/pixel-a.S
    • [DH] common/arm/predict-a.S
    • [DH] common/arm/quant-a.S
    • [DH] configure
  • Disable i8x8 in lossless

    20 juillet 2014, par Fiona Glaser
    Disable i8x8 in lossless
    
    x264's implementation was slightly incorrect due to a vague spec, so some
    decoders decoded video incorrectly.
    
    Minimal impact on compression.
    
    • [DH] encoder/encoder.c
  • aarch64 : add utility functions for asm

    18 juillet 2014, par Janne Grunau
    aarch64: add utility functions for asm
    
    • [DH] common/aarch64/asm.S
  • aarch64 : deblocking NEON asm

    18 juillet 2014, par Janne Grunau
    aarch64: deblocking NEON asm
    
    Deblock chroma/luma are based on libav's h264 aarch64 NEON deblocking
    filter which was ported by me from the existing ARM NEON asm. No
    additional persons to ask for a relicense.
    
    • [DH] Makefile
    • [DH] common/aarch64/asm.S
    • [DH] common/aarch64/deblock-a.S
    • [DH] common/deblock.c