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

  • mips : Add MSA support to checkasm

    12 mai 2015, par Rishikesh More
    mips: Add MSA support to checkasm
    
    Signed-off-by: Rishikesh More <rishikesh.more@imgtec.com>
    
    • [DH] tools/checkasm.c
  • mips : Initial MSA support

    17 avril 2015, par Kaustubh Raste
    mips: Initial MSA support
    
    MSA is the MIPS SIMD Architecture.
    
    Add X264_CPU_MSA define.
    Update configure to detect MIPS platform and set flags.
    CPU-specific gcc options are expected through --extra-cflags.
    
    Sample command line for mips32r5:
        ./configure --host=mipsel-linux-gnu --cross-prefix=<TOOLCHAIN>/mips-mti-linux-gnu-
        --extra-cflags="-EL -mips32r5 -msched-weight -mload-store-pairs"
    
    Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com>
    
    • [DH] common/cpu.c
    • [DH] configure
    • [DH] x264.h
  • Cosmetic changes

    23 février 2015, par Anton Mitrofanov
    Cosmetic changes
    
    • [DH] encoder/encoder.c
    • [DH] x264.c
  • x86inc : Correctly warn on use of SSE2 instructions in SSE functions

    3 février 2015, par Christophe Gisquet
    x86inc: Correctly warn on use of SSE2 instructions in SSE functions
    
    SSE2 instructions that are XMM-implementations of pre-existing MMX/MMX2
    instructions did not issue warnings when used in SSE functions. Handle
    it by also checking the register type when such instructions are used.
    
    • [DH] common/x86/x86inc.asm
  • x86inc : Fix instantiation of YMM registers

    3 février 2015, par Christophe Gisquet
    x86inc: Fix instantiation of YMM registers
    
    • [DH] common/x86/x86inc.asm