log libmpdemux/demux_ogg.c @ 35513:a24abc593a88

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