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

  • lavc : add a bitstream filter for extracting extradata from packets

    21 août 2016, par Anton Khirnov
    lavc: add a bitstream filter for extracting extradata from packets
    
    This is intended as a replacement for the 'split' function exported by
    some parsers.
    
    • [DBH] doc/bitstream_filters.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/bitstream_filters.c
    • [DBH] libavcodec/extract_extradata_bsf.c
    • [DBH] libavcodec/version.h
  • rtpdec_mpeg4 : validate fmtp fields

    19 août 2016, par Luca Barbato
    rtpdec_mpeg4: validate fmtp fields
    
    • [DBH] libavformat/rtpdec_mpeg4.c
  • doc : Document FATE option HWACCEL

    15 août 2016, par Luca Barbato
    doc: Document FATE option HWACCEL
    
    • [DBH] doc/fate.texi
  • mss12 : validate display dimensions

    14 août 2016, par Anton Khirnov
    mss12: validate display dimensions
    
    The code currently reads the coded dimensions from the extradata, but
    expects the display dimensions to be set by the caller, and does not
    check that they are compatible (i.e. that the displayed size is smaller
    than the coded size).
    
    Make sure that when the display dimensions are set, they are also valid.
    Fixes possible invalid memory access.
    
    CC: libav-stable@libav.org
    Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    
    • [DBH] libavcodec/mss12.c
  • vc1 : check that slices have a positive height

    14 août 2016, par Anton Khirnov
    vc1: check that slices have a positive height
    
    Fixes possible invalid reads.
    
    CC: libav-stable@libav.org
    Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    
    • [DBH] libavcodec/vc1dec.c