summaryrefslogtreecommitdiffstats
path: root/libavformat/oggparseskeleton.c
Commit message (Collapse)AuthorAgeFilesLines
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-091-2/+2
| | | | | | | | Some invocations include a verb in the log message, others do not. Yet av_log_missing_feature expects callers to provide a verb. Change the function to include a verb instead and update the callers accordingly. The result is a more natural function API and correct English in the function invocations.
* ogg: calculate the start position once all the headers are parsedLuca Barbato2012-09-241-4/+9
| | | | | The fisbone packets can be muxed in any order as long the last one comes before the first data packet.
* ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-241-0/+1
| | | | Not having the header for a codec is a tell-tale of a broken file.
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
| | | | It's supposed to be called only from (de)muxers.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Fix compile warning.Ronald S. Bultje2011-02-061-1/+1
| | | | | Change int64_t into a int, which caused this compiler warning: libavformat/oggparseskeleton.c:64: warning: passing argument 2 of ‘av_reduce’ from incompatible pointer type
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-061-2/+3
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct first pts for ogg skeletonAurelien Jacobs2010-03-281-0/+2
| | | | Originally committed as revision 22705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggdec: Parse skeleton to determine the start time of each streamDavid Conrad2010-03-111-0/+85
Originally committed as revision 22457 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud