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 uninitialized variable

    13 novembre 2013, par Anton Mitrofanov
    Fix uninitialized variable
    
    Caused if the timebase is not specified in stats file. Found by Clang.
    
    • [DH] encoder/ratecontrol.c
  • Use 8x16c wrappers with x86 asm functions for 4:2:2 with high bit depth

    6 novembre 2013, par Anton Mitrofanov
    Use 8x16c wrappers with x86 asm functions for 4:2:2 with high bit depth
    
    • [DH] common/pixel.c
  • Remove —visualize option.

    27 octobre 2013, par Anton Mitrofanov
    Remove --visualize option.
    
    It probably wasn't used or maintained for last few years.
    
    • [DH] AUTHORS
    • [DH] Makefile
    • [DH] common/common.c
    • [DH] common/common.h
    • [DH] common/display-x11.c
    • [DH] common/display.h
    • [DH] common/visualize.c
    • [DH] common/visualize.h
    • [DH] configure
    • [DH] encoder/encoder.c
    • [DH] x264.c
    • [DH] x264.h
  • Make x264_encoder_reconfig more threadsafe

    27 octobre 2013, par Anton Mitrofanov
    Make x264_encoder_reconfig more threadsafe
    
    Do the reconfig when the next frame's encode begins.
    Fixes some rare crashes with frame-threading and encoder_reconfig.
    
    • [DH] common/common.h
    • [DH] encoder/encoder.c
    • [DH] encoder/ratecontrol.c
    • [DH] encoder/ratecontrol.h
    • [DH] x264.c
  • version.sh : change to use /bin/sh

    25 octobre 2013, par Rafaël Carré
    version.sh: change to use /bin/sh
    
    • [DH] version.sh