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 a few minor bugs found with a static analyzer

    6 août 2013, par Anton Mitrofanov
    Fix a few minor bugs found with a static analyzer
    
    • [DH] common/common.c
    • [DH] common/opencl.c
    • [DH] encoder/ratecontrol.c
  • configure : Support cygwin64

    24 juillet 2013, par Diogo Franco (Kovensky)
    configure: Support cygwin64
    
    • [DH] configure
  • Fix cases in which intra refresh allowed prediction from disallowed pixels

    23 juillet 2013, par Anton Mitrofanov
    Fix cases in which intra refresh allowed prediction from disallowed pixels
    
    • [DH] encoder/analyse.c
  • AVC-Intra support

    20 juillet 2013, par Kieran Kunhya
    AVC-Intra support
    
    This format has been reverse engineered and x264's output has almost exactly
    the same bitstream as Panasonic cameras and encoders produce. It therefore does
    not comply with SMPTE RP2027 since Panasonic themselves do not comply with
    their own specification. It has been tested in Avid, Premiere, Edius and
    Quantel.
    
    Parts of this patch were written by Jason Garrett-Glaser and some reverse
    engineering was done by Joseph Artsimovich.
    
    • [DH] common/common.c
    • [DH] common/common.h
    • [DH] common/set.h
    • [DH] encoder/analyse.c
    • [DH] encoder/encoder.c
    • [DH] encoder/ratecontrol.c
    • [DH] encoder/set.c
    • [DH] encoder/set.h
    • [DH] x264.c
    • [DH] x264.h
  • Fix AVX2 detection bug with "limit CPUID" enabled in BIOS

    13 juillet 2013, par Jason Garrett-Glaser
    Fix AVX2 detection bug with "limit CPUID" enabled in BIOS
    
    • [DH] common/cpu.c