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

  • ppc : Add support for Power9-only vec_absd

    8 juillet 2018, par Alexandra Hajkova
    ppc: Add support for Power9-only vec_absd
    
    Increases overall encoding speed on POWER9 by 8%.
    
    • [DH] common/ppc/deblock.c
    • [DH] common/ppc/pixel.c
    • [DH] common/ppc/ppccommon.h
  • Fix integer overflow in slicetype_path_cost

    2 juillet 2018, par Anton Mitrofanov
    Fix integer overflow in slicetype_path_cost
    
    The path cost for high resolutions can exceed COST_MAX.
    
    • [DH] encoder/slicetype.c
  • Cosmetics : Fix indentation for multiline function prototypes

    2 juillet 2018, par Anton Mitrofanov
    Cosmetics: Fix indentation for multiline function prototypes
    
    It was broken in "Drop the x264 prefix" patch.
    
    • [DH] common/set.c
    • [DH] encoder/cabac.c
    • [DH] encoder/slicetype.c
  • cli : Bash autocomplete support

    1er juillet 2018, par Henrik Gramner
    cli: Bash autocomplete support
    
    Allows for automatic command line completion for both options and values.
    
    Options such as --input-csp and --input-fmt will dynamically retrieve
    supported values from libavformat when compiled with lavf support.
    
    Execute 'source tools/bash-autocomplete.sh' in bash to enable.
    
    • [DH] Makefile
    • [DH] autocomplete.c
    • [DH] tools/bash-autocomplete.sh
    • [DH] x264.c
    • [DH] x264cli.h
  • ppc : Optimize sub8x8_dct_dc

    29 juin 2018, par Alexandra Hájková
    ppc: Optimize sub8x8_dct_dc
    
    • [DH] common/ppc/dct.c