git.libav.org Git - libav.git/rss log

Libav master git repository

http://git.libav.org/?p=libav.git;a=summary

Les articles publiés sur le site

  • build : Group external library protocols separately

    22 mars 2018, par Diego Biurrun
    build: Group external library protocols separately
    
    • [DBH] configure
    • [DBH] libavformat/Makefile
  • libx265 : Support tiny video sizes

    16 mars 2018, par Vittorio Giovara
    libx265: Support tiny video sizes
    
    Where tiny is less than the default CTU size.
    
    Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
    
    • [DBH] libavcodec/libx265.c
  • configure : Don’t assume a 16 byte aligned stack on BSDs on i386

    15 mars 2018, par Martin Storsjö
    configure: Don't assume a 16 byte aligned stack on BSDs on i386
    
    With GCC, request it to maintain 16 byte alignment, and the existing
    entry points already align it via attribute_align_arg.
    
    With clang, do the same as for mingw; disable the aligned stack
    and let the assembly functions that require it do the alignment
    instead.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] configure
  • qsvenc : add the Access Unit Delimiter NAL Unit support

    15 mars 2018, par Zhong Li
    qsvenc: add the Access Unit Delimiter NAL Unit support
    
    Signed-off-by: Zhong Li <zhong.li@intel.com>
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavcodec/qsvenc.c
    • [DBH] libavcodec/qsvenc.h
    • [DBH] libavcodec/qsvenc_h264.c
  • qsvenc : Fix a typo of FrameRateExtD/FrameRateExtN

    15 mars 2018, par Zhong Li
    qsvenc: Fix a typo of FrameRateExtD/FrameRateExtN
    
    Signed-off-by: Zhong Li <zhong.li@intel.com>
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavcodec/qsvenc.c