log libmpdemux/demux_ogg.c @ 37195:ac6c37d85d65 default tip

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).