log libmpdemux/demux_ogg.c @ 13847:939ec0981090

age author description
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).
Sat, 08 May 2004 17:52:25 +0000 henry ENCA support (http://trific.ath.cx/software/enca/)
Fri, 07 May 2004 08:31:39 +0000 mosu Cosmetics. Shortened the "displaying subtitle..." message. Replaced "OGG" with "Ogg" as it is a name, not an abbreviation/acronym.
Wed, 05 May 2004 21:05:36 +0000 mosu Be more verbose and tell the user which subtitle stream has been selected (if any).
Thu, 29 Apr 2004 21:01:09 +0000 mosu Leave the subs uninitialized and not "forcefully off" if the user hasn't chosen a stream with -sid. If he used -slang then we need the comment packet which might be found after demux_ogg_open has finished.
Fri, 23 Apr 2004 22:30:18 +0000 rfelker 1000000000000l to bunkus
Fri, 23 Apr 2004 16:36:33 +0000 mosu Clear subs in broken OGM files (those without empty subtitle packets) a bit later in order to avoid flickering if there are more subs following immediately. Patch by Michael Reinsch <mr at uue adot org>
Fri, 23 Apr 2004 16:31:30 +0000 mosu Much improved seeking. Patch by Michael Behrich <behrisch at informatik adot hu-berlin anotherdot de>