summaryrefslogtreecommitdiff
path: root/libavformat/oggparsedirac.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-2/+3
|\
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-1/+1
|\ \ | |/
| * lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header.Anton Khirnov2011-10-201-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-061-3/+2
* | Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-051-3/+2
|/
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Fix warning about incompatible pointer typesDavid Conrad2010-03-071-1/+2
* oggdec: Set dts when knownDavid Conrad2010-01-111-2/+7
* Add support for dirac in oggDavid Conrad2010-01-111-0/+109