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

  • dxv : Check to make sure we don’t overrun buffers on corrupt inputs

    28 juillet 2016, par Martin Storsjö
    dxv: Check to make sure we don't overrun buffers on corrupt inputs
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/dxv.c
  • Don’t use expressions with side effects in macro parameters

    28 juillet 2016, par Martin Storsjö
    Don't use expressions with side effects in macro parameters
    
    AV_WB32 can be implemented as a macro that expands its parameters
    multiple times (in case AV_HAVE_FAST_UNALIGNED isn't set and the
    compiler doesn't support GCC attributes); make sure not to read
    multiple times from the source in this case.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavcodec/dxv.c
    • [DBH] libavformat/xmv.c
  • x11grab : Rename internal component to "xcbgrab"

    27 juillet 2016, par Diego Biurrun
    x11grab: Rename internal component to "xcbgrab"
    
    • [DBH] configure
    • [DBH] libavdevice/Makefile
    • [DBH] libavdevice/alldevices.c
    • [DBH] libavdevice/avdevice.h
    • [DBH] libavdevice/xcbgrab.c
  • Remove the legacy X11 screen grabber

    27 juillet 2016, par Diego Biurrun
    Remove the legacy X11 screen grabber
    
    The XCB screen grabber is a drop-in replacement and not under GPL.
    
    • [DBH] Changelog
    • [DBH] LICENSE
    • [DBH] configure
    • [DBH] libavdevice/Makefile
    • [DBH] libavdevice/alldevices.c
    • [DBH] libavdevice/avdevice.h
    • [DBH] libavdevice/x11grab.c
  • mov : Validate the ID number

    26 juillet 2016, par Luca Barbato
    mov: Validate the ID number
    
    IDs in MOV start from 1.
    
    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    
    • [DBH] libavformat/mov.c