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 potential misaligment crash in AVX2 denoise_dct

    2 juin 2013, par Henrik Gramner
    Fix potential misaligment crash in AVX2 denoise_dct
    
    • [DH] common/common.h
  • Add "—stitchable" option for segmented encoding

    1er juin 2013, par Jason Garrett-Glaser
    Add "--stitchable" option for segmented encoding
    
    Stops x264 from attempting to optimize global stream headers, ensuring that
    different segments of a video will have identical headers when used with
    identical encoding settings.
    
    • [DH] common/common.c
    • [DH] encoder/encoder.c
    • [DH] encoder/ratecontrol.c
    • [DH] encoder/set.c
    • [DH] x264.c
    • [DH] x264.h
  • OpenCL cosmetics

    28 mai 2013, par Anton Mitrofanov
    OpenCL cosmetics
    
    • [DH] common/opencl.c
  • Fix building with compilers without inline asm support

    27 mai 2013, par Anton Mitrofanov
    Fix building with compilers without inline asm support
    
    Also fix crash in high bit depth builds compiled with unaligned stack.
    
    • [DH] common/x86/deblock-a.asm
    • [DH] common/x86/predict-c.c
    • [DH] configure
    • [DH] tools/checkasm.c
  • Fix compilation with OpenCL on MacOS X

    22 mai 2013, par Anton Mitrofanov
    Fix compilation with OpenCL on MacOS X
    
    Also fix crash in the case of OpenCL error during encoding.
    
    • [DH] common/opencl.c
    • [DH] encoder/slicetype-cl.c
    • [DH] extras/cl_platform.h