git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

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

Les articles publiés sur le site

  • lavf/webvttdec : use private option to specify WebVTT kind

    24 juin 2013, par Matthew Heaney
    lavf/webvttdec: use private option to specify WebVTT kind
    
    WebVTT subtitle tracks have four kinds. Certain downstream muxers
    (such as for WebM) need to know which WebVTT kind this is, in order to
    specify the codec id of the output track.
    
    A new private input option, "-kind", has been added to the WebVTT
    demuxer.  It accepts as a value any of "subtitles" (the default),
    "captions", "descriptions", and "metadata".  The kind option value is
    used to assign a value to the stream disposition flag, to which four
    new values have been added, corresponding the four WebVTT kinds.
    
    Signed-off-by: Matthew Heaney <matthewjheaney@google.com>
    Signed-off-by: Clément Bœsch <ubitux@gmail.com>
    
    • [DH] libavformat/webvttdec.c
  • lavf : add AV_DISPOSITION flags for WebVTT text track kinds

    24 juin 2013, par Matthew Heaney
    lavf: add AV_DISPOSITION flags for WebVTT text track kinds
    
    There are 4 separate WebVTT text track kinds: subtitles (the default
    if not otherwise specified), captions, descriptions, and metadata.
    The WebM muxer needs to know which WebVTT text track kind this is, in
    order to synthesize the correct track type and codec id.
    
    To allow a demuxer to indicate the text track kind of the input, a new
    set of AV_DISPOSITION flag values has been added, corresponding to
    each of the non-default text track kind values.
    
    • [DH] doc/APIchanges
    • [DH] libavformat/avformat.h
    • [DH] libavformat/version.h
  • cllc : Use outbuf in RGB and ARGB functions

    24 juin 2013, par Derek Buitenhuis
    cllc: Use outbuf in RGB and ARGB functions
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
    
    • [DH] libavcodec/cllc.c
  • wtv : Mark attachment with a negative stream id

    24 juin 2013, par Luca Barbato
    wtv: Mark attachment with a negative stream id
    
    A sid 0 would be mismatched to the attachment.
    
    Prevent NULL pointer dereference.
    
    Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC: libav-stable@libav.org
    
    • [DH] libavformat/wtv.c
  • h264 : Fix null pointer dereference with disabled error concealment

    24 juin 2013, par Michael Niedermayer
    h264: Fix null pointer dereference with disabled error concealment
    
    Fixes Ticket2551
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/h264.c