log libmpdemux/demux_ogg.c @ 37174:6c941fe7fc3e

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Tue, 19 Mar 2013 10:42:19 +0000 diego Add strings.h #includes for strncasecmp().
Thu, 01 Nov 2012 22:23:07 +0000 reimar Avoid potential overflow in shift.
Sun, 21 Oct 2012 10:03:41 +0000 reimar Fix compiling demux_ogg against tremor, current tremor versions
Sun, 19 Feb 2012 16:07:35 +0000 reimar Fix -aid/-vid selection with -demuxer ogg.
Thu, 05 Jan 2012 15:50:17 +0000 reimar Change a few more pts-related float to double.
Thu, 05 Jan 2012 15:48:37 +0000 reimar Use double also to calculate ogg subtitle pts.
Thu, 05 Jan 2012 15:46:48 +0000 reimar Remove pointless cast.
Thu, 05 Jan 2012 15:45:33 +0000 reimar Calculate Ogg timestamps as double instead of float.
Wed, 04 Jan 2012 22:08:36 +0000 diego Port libtheora glue code to Theora 1.0 API.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 16:28:50 +0000 cigaes Create a new directory, "sub", for subtitles and OSD related code.
Sun, 12 Sep 2010 16:08:57 +0000 reimar Replace sizeof(BITMAPINFOHEADER)
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Sat, 11 Sep 2010 11:11:10 +0000 diego Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.
Sat, 11 Sep 2010 10:44:28 +0000 diego Replace dvdsub_id extern declaration by mpcommon.h #include.
Sat, 07 Aug 2010 19:58:30 +0000 diego Avoid redundant use of variable 'size' in demux_ogg_read_packet(), fixes:
Sun, 18 Jul 2010 22:00:48 +0000 greg subtitles: convert SRT/MicroDVD markup into ASS markup
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Fri, 16 Apr 2010 01:42:28 +0000 diego Merge two redundant if checks, patch by ubitux, ubitux gmail com.
Fri, 16 Apr 2010 01:34:32 +0000 diego cosmetics: reindent demux_ogg.c to K&R style plus some prettyprinting
Tue, 09 Mar 2010 19:21:39 +0000 reimar Return MP_NOPTS_VALUE if we can't figure out the pts, not 0.
Tue, 09 Mar 2010 19:19:32 +0000 reimar Improve handling of 0-size ogg packets.
Thu, 25 Feb 2010 22:44:02 +0000 reimar Add cast to proper type.
Thu, 18 Feb 2010 00:18:50 +0000 diego Add header for AVI print functions; avoids many forward declarations.
Wed, 17 Feb 2010 23:36:44 +0000 diego Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.
Wed, 17 Feb 2010 23:27:47 +0000 diego Mark demux_ogg_sub_id() as static; it is not used outside of the file.
Wed, 17 Feb 2010 23:25:02 +0000 diego Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations.
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.