summaryrefslogtreecommitdiff
path: root/libavformat/oggparsedirac.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-06
* ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-24
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header.Anton Khirnov2011-10-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-06
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix warning about incompatible pointer typesDavid Conrad2010-03-07
* oggdec: Set dts when knownDavid Conrad2010-01-11
* Add support for dirac in oggDavid Conrad2010-01-11