summaryrefslogtreecommitdiff
path: root/libavformat/oggparseskeleton.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* oggparseskeleton: do not use AVCodecContext.codec_nameAnton Khirnov2014-05-01
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-23
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-09
* ogg: calculate the start position once all the headers are parsedLuca Barbato2012-09-24
* ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-24
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Fix compile warning.Ronald S. Bultje2011-02-06
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-06
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* correct first pts for ogg skeletonAurelien Jacobs2010-03-28
* oggdec: Parse skeleton to determine the start time of each streamDavid Conrad2010-03-11