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

  • Add AVC-Intra 1080p50/60 Class 100 parameters

    21 septembre 2013, par Kieran Kunhya
    Add AVC-Intra 1080p50/60 Class 100 parameters
    
    Also add some compatibility fixes.
    
    • [DH] encoder/encoder.c
    • [DH] encoder/set.c
    • [DH] encoder/set.h
  • Add —filler option

    9 septembre 2013, par Jason Garrett-Glaser
    Add --filler option
    
    Allows generation of hard-CBR streams without using NAL HRD.
    Useful if you want to be able to reconfigure the bitrate (which you can't do
    with NAL HRD on).
    
    • [DH] common/common.c
    • [DH] encoder/encoder.c
    • [DH] encoder/ratecontrol.c
    • [DH] x264.c
    • [DH] x264.h
  • configure : don’t generate a git version number if .git isn’t present

    4 septembre 2013, par Sean McGovern
    configure: don't generate a git version number if .git isn't present
    
    • [DH] version.sh
  • configure : include dependency libs in the Libs pkg-config

    3 septembre 2013, par Martin Storsjo
    configure: include dependency libs in the Libs pkg-config
    
    If only a static library is built, the user of the library that just
    tries to link to the lib using the flags provided by pkg-config
    might not know that only a static lib exists and that he'd have to
    pass --static to pkg-config to get the internal dependencies to
    be able to link the library.
    
    For a shared build, the internal dependencies are kept in Libs.private
    as before.
    
    This matches how libav's pkg-config files are generated.
    
    • [DH] configure
  • Fix INSTALL in configure for Solaris systems

    3 septembre 2013, par Tim Mooney
    Fix INSTALL in configure for Solaris systems
    
    • [DH] Makefile
    • [DH] configure