log libmpdemux/demux_ogg.c @ 32060:c3b7fc7eb796

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