log libmpdemux/demux_ogg.c @ 23873:49a433e2e78f

age author description
Sat, 28 Jul 2007 14:28:38 +0000 diego cosmetics: misc typo fixes
Fri, 27 Jul 2007 21:00:33 +0000 reimar Remove extern index_mode, it is already in demuxer.h
Mon, 28 May 2007 08:42:35 +0000 diego Remove some unused variables, patch by timwoj ieee org.
Thu, 17 May 2007 13:07:15 +0000 reimar Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implementations of it.
Wed, 09 May 2007 20:10:14 +0000 reimar Ignore comments where no '=' follows the comment name (otherwise
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Sat, 06 Jan 2007 19:19:15 +0000 reimar Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.
Fri, 05 Jan 2007 18:03:58 +0000 reimar Simplify after last demux_ogg commit
Fri, 05 Jan 2007 18:02:18 +0000 reimar Do not access ogg_d->subs after freeing it.
Sat, 09 Dec 2006 12:24:11 +0000 reimar Get rid of min/max macros from aviheader.h, they do not belong here.
Sat, 09 Dec 2006 11:59:49 +0000 reimar Remove condition that should always be true
Sat, 09 Dec 2006 11:59:09 +0000 reimar Fix crash in ogg demuxer uninit with -aid
Thu, 07 Dec 2006 20:53:05 +0000 nicodvb made vorbis_info a member of ogg_stream rather than ogg_demuxer;
Thu, 07 Dec 2006 12:02:51 +0000 reimar vorbis_comment is only used locally, move it out of demuxer struct
Thu, 07 Dec 2006 12:02:01 +0000 reimar Remove unused ov_struct_t