log libmpdemux/demux_ogg.c @ 12430:d82d84b94125

age author description
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>
Tue, 06 Apr 2004 06:36:46 +0000 mosu Changed -sid/-aid/-vid to be zero based and select the n'th stream of its type, e.g. -sid 1 will select the second subtitle stream.
Fri, 02 Apr 2004 19:20:34 +0000 mosu Support for selecting subtitles with -slang. Patch by Andriy N Gritsenko <andrej at lucky onedot net>