log oggdec.c @ 6449:3a28e6827095 libavformat

age author description
Wed, 09 Jun 2010 08:59:41 +0000 siretart Fix printf format warnings libavformat
Sun, 23 May 2010 23:33:38 +0000 reimar Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many libavformat
Fri, 16 Apr 2010 12:21:38 +0000 conrad oggdec: Move warning about missing granule to the correct place libavformat
Fri, 16 Apr 2010 12:21:35 +0000 conrad oggdec: Fix duration calculation if the last page in a file has no granule libavformat
Fri, 16 Apr 2010 12:21:29 +0000 conrad oggdec: Remove write-only variable libavformat
Wed, 31 Mar 2010 12:29:58 +0000 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Sat, 20 Mar 2010 13:36:43 +0000 jbr Add VorbisComment writing to FLAC files. libavformat
Fri, 12 Mar 2010 05:17:01 +0000 conrad oggdec: Pass packets to header() until the stream is done with them libavformat
Thu, 11 Mar 2010 07:18:00 +0000 conrad oggdec: Seek to keyframes libavformat
Thu, 11 Mar 2010 07:17:56 +0000 conrad oggdec: Determine pts and filepos on a packet basis in read_timestamp libavformat
Thu, 11 Mar 2010 07:17:53 +0000 conrad oggdec: Move PTS/DTS calculation to a function libavformat
Thu, 11 Mar 2010 07:17:43 +0000 conrad oggdec: Fix duration calculation for streams with non-zero start libavformat
Thu, 11 Mar 2010 07:17:40 +0000 conrad oggdec: Parse skeleton to determine the start time of each stream libavformat
Thu, 11 Mar 2010 07:17:33 +0000 conrad oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h libavformat
Thu, 11 Mar 2010 07:17:29 +0000 conrad oggdec: Set data_offset to the right value libavformat
Thu, 11 Mar 2010 07:17:24 +0000 conrad oggdec: Save offset of the page needed to reconstruct the current packet libavformat
Mon, 08 Feb 2010 20:25:36 +0000 reimar Make sure the header value used to avoid repeating headers on seeking to the libavformat
Mon, 08 Feb 2010 10:13:03 +0000 conrad Fix playback with invalid files that don't set the continuation flag for libavformat
Mon, 11 Jan 2010 05:51:09 +0000 conrad oggdec: Set dts when known libavformat
Mon, 11 Jan 2010 00:31:52 +0000 conrad Add support for dirac in ogg libavformat
Sat, 12 Dec 2009 20:18:43 +0000 conrad Fix PTS for OGM codecs. libavformat
Mon, 12 Oct 2009 21:30:03 +0000 jbr Calculate correct packet durations when demuxing Ogg/Speex. This involves libavformat
Wed, 30 Sep 2009 09:46:48 +0000 reimar Disable parsing for ogg streams where no ogg header was found, libavformat
Sat, 13 Jun 2009 22:45:58 +0000 jbr Add a VorbisComment metadata conversion table and use it in the FLAC and libavformat
Wed, 15 Apr 2009 06:41:08 +0000 conrad Ensure that there's pages to read for duration calculation in the ogg demuxer libavformat
Sat, 14 Feb 2009 13:44:21 +0000 pross Use consistent indent style in oggdec. libavformat
Thu, 06 Nov 2008 01:50:56 +0000 mru OGG: untypedef demuxer structs libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Sun, 24 Aug 2008 17:37:43 +0000 reimar Add ff_ prefix to ogg_codec_t structs libavformat
Sun, 24 Aug 2008 17:09:15 +0000 reimar Make ogg_codec_t descriptions const libavformat
Thu, 26 Jun 2008 13:42:26 +0000 michael Remove start_time guessing code. libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Wed, 06 Feb 2008 12:37:37 +0000 reimar Add support for speex in ogg libavformat
Thu, 31 Jan 2008 22:30:55 +0000 reimar Add support for ogg text subtitles. libavformat
Wed, 19 Dec 2007 23:26:18 +0000 aurel use proper url_is_streamed() API libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Sun, 11 Nov 2007 21:56:18 +0000 mru set PKT_FLAG_KEY for Theora and OGM streams libavformat
Wed, 07 Nov 2007 20:22:32 +0000 diego Rename ogg2.[ch] to oggdec.[ch]. libavformat base ogg2.c@e5f4725f161c