log libmpdemux/demux_ogg.c @ 30580:a25d16882312

age author description
Wed, 17 Feb 2010 23:02:13 +0000 diego Add header file for store_ughvlc(); avoids forward declarations.
Wed, 17 Feb 2010 22:01:35 +0000 diego libmpdemux: Mark functions not used outside of their files as static.
Fri, 16 Oct 2009 08:42:00 +0000 reimar Find and take into account stream start time for ogg files.
Sat, 30 May 2009 13:18:57 +0000 reimar In all demux_info_add calls change "name" to "title".
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Thu, 07 Aug 2008 12:20:50 +0000 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Sat, 02 Aug 2008 16:30:32 +0000 diego Change a bunch of codec-specific preprocessor directives from a HAVE_
Fri, 01 Aug 2008 20:28:58 +0000 diego Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Sat, 26 Jul 2008 22:27:50 +0000 reimar Get rid of horrible code that relies on codec-set context variable,
Fri, 29 Feb 2008 17:25:39 +0000 eugeni Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Mon, 24 Dec 2007 16:27:52 +0000 reimar Add some const/static qualifiers as appropriate
Mon, 24 Dec 2007 16:05:09 +0000 reimar Use realloc_struct in more places for consistency
Mon, 24 Dec 2007 15:56:33 +0000 reimar Get rid of some of the more excessive () and casts.
Sat, 01 Dec 2007 15:12:05 +0000 reimar Finally replace get_uint?? by AV_RL??
Sat, 01 Dec 2007 15:01:55 +0000 reimar Get rid of annoying, space-wasting sizeof(uint32_t)
Sat, 01 Dec 2007 15:00:22 +0000 reimar Bigendian fix for ogg in AVI
Sat, 01 Dec 2007 14:58:00 +0000 reimar Use a loop instead of doing the same thing three times
Sat, 01 Dec 2007 14:55:58 +0000 reimar Use a pointer variable for extradata to simplify init_avi_with_ogg
Sat, 01 Dec 2007 14:09:48 +0000 reimar Create correct extradata for vorbis audio when used as avi sub-demuxer
Sat, 01 Dec 2007 13:50:30 +0000 reimar Fix some typos in comments, grammar is still bad.
Sat, 25 Aug 2007 12:02:16 +0000 diego Remove redundant variable declaration.
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
Wed, 06 Dec 2006 10:46:50 +0000 reimar Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.
Sun, 19 Nov 2006 14:35:39 +0000 reimar 10l, compilation error in r21054
Sun, 19 Nov 2006 14:23:54 +0000 reimar Generalize subtitle switching, demux_ogg does not need a special case
Sun, 19 Nov 2006 13:38:37 +0000 reimar Make -slang work again, sub->id is -2 by default, so -slang would be ignored
Sun, 19 Nov 2006 13:12:46 +0000 reimar Create a sh_sub_t for ogg subtitles.
Sun, 29 Oct 2006 13:17:26 +0000 reimar Make sure we do not read beyond end of subtitle packet
Sun, 29 Oct 2006 12:44:15 +0000 reimar realloc subtitle buffers since subcp_recode might have decreased their size.
Sun, 29 Oct 2006 11:05:49 +0000 reimar Support new flac-in-ogg, fixes bug #229
Sat, 21 Oct 2006 17:58:33 +0000 reimar Remove #ifdef HAVE_FLAC, it was never needed and nowadays is never defined.
Wed, 18 Oct 2006 16:09:59 +0000 reimar redone subcp_recode: get rid of static buffer, skip lines that failed to
Tue, 12 Sep 2006 09:00:10 +0000 diego Support for variable fps OGM files, blessed by Moritz.
Tue, 05 Sep 2006 20:18:42 +0000 nicodvb in fixup_vorbis_wf() set to 0 bitrates indicated as -1 (unspecified, according to the specs); patch by Andrew Savchenko - Bircoph list ru
Sat, 26 Aug 2006 19:17:04 +0000 reimar Get rid of demux_aid_vid_mismatch mess.
Fri, 04 Aug 2006 21:19:06 +0000 diego Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.
Sun, 16 Jul 2006 01:40:24 +0000 reynaldo marks several strings inside structs as const when they hold just
Thu, 13 Jul 2006 05:03:43 +0000 reynaldo marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
Sat, 08 Jul 2006 17:28:36 +0000 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.