log libmpdemux/demux_ogg.c @ 36659:f41b65ac7e81

age author description
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.