log libmpdemux/demux_ogg.c @ 14764:adb4fc07896c

age author description
Tue, 22 Feb 2005 19:18:45 +0000 henry Theora fixes:
Sun, 06 Feb 2005 10:30:10 +0000 reimar Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).
Sat, 22 Jan 2005 14:28:23 +0000 mosu More user-friendly stream, -xid and -slang info output even in non-verbose mode part 2.
Fri, 21 Jan 2005 18:55:01 +0000 mosu More user-friendly stream, -xid and -slang info output even in non-verbose mode.
Wed, 19 Jan 2005 12:12:36 +0000 reimar 100l, completely broken pointer arithmetic causing crashes.
Thu, 25 Nov 2004 22:24:00 +0000 mosu Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
Fri, 05 Nov 2004 21:40:34 +0000 mosu Fix member alignment for usage on 64bit processors.
Sat, 30 Oct 2004 08:42:25 +0000 mosu Declare a prototype for the function before it is used. Otherwise some compiler versions will "optimize" them away, and linking will fail.
Thu, 14 Oct 2004 15:09:35 +0000 reimar some memory leaks fixed
Tue, 28 Sep 2004 14:00:49 +0000 joey show ogg subtitle language on OSD, if available
Tue, 28 Sep 2004 13:51:20 +0000 joey fix sub_select fiasco with global sub numbering. now multiple sub sources can be managed in essentially one list.
Tue, 24 Aug 2004 21:20:24 +0000 mosu Do not use globals. Put the variables into the appropriate demuxer struct instead.
Sun, 22 Aug 2004 18:47:48 +0000 joey moved combined vobsub_lang into sub_select
Wed, 28 Jul 2004 12:40:35 +0000 reimar fixes a crash and unchecked string-handling in ENCA code.
Sun, 27 Jun 2004 13:55:40 +0000 mosu The granulepos does not depend on the number of channels, only on the sample size. Patch by Wolfram Gloger (wmglo at dent dot med dot uni-muenchen dot de).