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

  • mp4_lsmash : Use new I/O API instead of deprecated one.

    18 juin 2014, par Yusuke Nakamura
    mp4_lsmash: Use new I/O API instead of deprecated one.
    
    • [DH] configure
    • [DH] output/mp4_lsmash.c
  • Fix frame-packing==5 with some decoders

    18 juin 2014, par Tal Aloni
    Fix frame-packing==5 with some decoders
    
    The spec mandates that frame-packing==5 requires the SEI on every frame that
    begins a view sequence (i.e. the input frames L0-R0-L1-R1 have 4 view sequences,
    but if reordered by the encoder to L0-L1-R0-R1 there are now 2 view sequences).
    For simplicity, we write the SEI on every frame.
    
    This fixes frame-packing==5 3D playback on some decoders (PlayStation 3, Sony
    W8 series, possibly others).
    
    • [DH] encoder/encoder.c
    • [DH] encoder/set.c
  • Haiku support

    13 juin 2014, par Jerome Duval
    Haiku support
    
    Add Haiku as supported platform in configure.
    Haiku has no nice() function, use the platform specific substitute instead.
    
    • [DH] common/osdep.h
    • [DH] configure
  • Remove meaningless use of abs()

    8 juin 2014, par Anton Mitrofanov
    Remove meaningless use of abs()
    
    • [DH] common/common.h
    • [DH] common/pixel.c
  • NV21 input support

    6 juin 2014, par Yu Xiaolei
    NV21 input support
    
    Eliminates an extra copy when encoding Android camera preview images.
    
    Checkasm test by Janne Grunau.
    ARM assembly with improvements from Janne Grunau.
    
    • [DH] common/arm/mc-a.S
    • [DH] common/arm/mc-c.c
    • [DH] common/common.c
    • [DH] common/frame.c
    • [DH] common/mc.c
    • [DH] common/mc.h
    • [DH] encoder/encoder.c
    • [DH] filters/video/depth.c
    • [DH] filters/video/resize.c
    • [DH] input/input.c
    • [DH] tools/checkasm.c
    • [DH] x264.h