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

  • dca : Validate the channel map

    14 mars 2017, par Luca Barbato
    dca: Validate the channel map
    
    Having a mismatch between the number of channels in the stream and those
    in the channel map will lead to a segfault or worse.
    
    Bug-Id: 1016
    
    CC: libav-stable@libav.org
    
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavcodec/dcadec.c
  • avconv : Flush output BSFs when encode reaches EOF

    14 mars 2017, par Mark Thompson
    avconv: Flush output BSFs when encode reaches EOF
    
    Before this, output bitstream filters would never see EOF and
    therefore would not be able to flush any delayed packets.
    
    • [DBH] avtools/avconv.c
  • matroskaenc : add support for Spherical Video elements

    9 mars 2017, par James Almer
    matroskaenc: add support for Spherical Video elements
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    Minor cosmetic changes by committer.
    Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
    
    • [DBH] libavformat/matroskaenc.c
    • [DBH] libavformat/version.h
  • x86 : h264 : Simplify DEQUANT macro with cpuflags

    8 mars 2017, par Diego Biurrun
    x86: h264: Simplify DEQUANT macro with cpuflags
    
    • [DBH] libavcodec/x86/h264_idct.asm
  • add initial QP value options

    7 mars 2017, par Konda Raju
    add initial QP value options
    
    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    
    • [DBH] libavcodec/nvenc.c
    • [DBH] libavcodec/nvenc.h
    • [DBH] libavcodec/nvenc_h264.c
    • [DBH] libavcodec/nvenc_hevc.c