log libmpdemux/demux_ogg.c @ 12263:26be0fd618b5

age author description
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>
Sat, 31 Jan 2004 09:38:01 +0000 mosu Cleanup and small improvement in seeking if the final_granulepos is known. Patch by Michael Behrisch <behrisch@informatik.hu-berlin.de>
Tue, 06 Jan 2004 11:22:32 +0000 mosu Properly set the file duration for audio-only Ogg files. Patch by Michael Behrisch <behrisch@informatik.hu-berlin.de>
Mon, 08 Dec 2003 11:11:32 +0000 alex 1000l
Mon, 08 Dec 2003 09:51:10 +0000 mosu Fixes for a couple of warnings.
Mon, 08 Dec 2003 09:47:15 +0000 mosu Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@informatik.hu-berlin.de>.
Sat, 15 Nov 2003 22:46:47 +0000 mosu Small format fixes.
Sat, 15 Nov 2003 20:00:31 +0000 mosu For FLAC-in-Ogg the packets are NEVER skipped, and there's no such thing as a "packet header byte" like in Ogm streams. Basically the handling for Vorbis != Theora != FLAC != Ogm.
Wed, 15 Oct 2003 16:46:55 +0000 mosu Clear subs a bit later than requested in order to avoid clearing the subs if the following entry starts exactly after this one. Patch by Jarrod Johnson <jbj-mplayer@ura.dnsalias.org>.
Sat, 04 Oct 2003 22:00:25 +0000 lumag FLAC decoding support via imported libmpflac.
Sat, 04 Oct 2003 17:29:08 +0000 gabucino many small typo and grammar fixes
Tue, 02 Sep 2003 16:35:39 +0000 mosu Do not automatically select a subtitle stream for display.
Thu, 28 Aug 2003 17:32:28 +0000 mosu Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>.
Mon, 18 Aug 2003 13:13:41 +0000 alex Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>
Thu, 14 Aug 2003 12:15:44 +0000 diego Spelling police:
Wed, 09 Jul 2003 01:30:24 +0000 diego output typo fixes: unknow --> unknown
Wed, 02 Jul 2003 20:43:07 +0000 albeu A little hack to be able to play ogg radio stream
Sun, 11 May 2003 16:39:16 +0000 mosu Preliminary Theora support. Patch by David Kuehling.
Wed, 29 Jan 2003 21:53:56 +0000 arpi 100l... ogg-in-avi (type 0xFFFE) fix
Sun, 05 Jan 2003 13:48:13 +0000 mosu mosu: Fixed OGG/OGM seeking for XCDs in which the OGG/OGM does not start at pos 0 in the stream
Sat, 04 Jan 2003 22:56:56 +0000 mosu mosu: subtitles will be cleared after their life time as given in the packet's header has expired and after seeking
Mon, 30 Dec 2002 08:59:33 +0000 mosu bunkus: Fixed Ogg/Ogm seeking by discarding the first packet after the seek which may be incomplete
Sat, 28 Dec 2002 15:19:41 +0000 arpi This patch adds a call to subcp_recode1(), so this subtitles too are
Thu, 05 Dec 2002 21:04:26 +0000 rguyom Really (!) sync ov_struct_st between demux_ogg.c and ad_libvorbis.c
Thu, 05 Dec 2002 21:01:59 +0000 rguyom Sync ov_struct_st between demux_ogg.c and ad_libvorbis.c
Wed, 04 Dec 2002 20:27:36 +0000 rguyom Add Tremor (an integer-only Vorbis decoder) support.
Wed, 06 Nov 2002 23:54:29 +0000 arpi *HUGE* set of compiler warning fixes, unused variables removal
Fri, 01 Nov 2002 17:46:45 +0000 arpi verbose can be negative
Tue, 22 Oct 2002 15:41:41 +0000 arpi endianess independency (using get int 16/32/64 func instead of typecasting pointer)
Wed, 16 Oct 2002 20:17:20 +0000 arpi memleak fix
Sun, 15 Sep 2002 22:38:30 +0000 arpi removed dummy OGG functions - use #ifdef instead
Sat, 14 Sep 2002 23:21:22 +0000 arpi The granule position of pages contining Vorbis audio is in units of
Wed, 28 Aug 2002 17:07:55 +0000 alex fixes problems when new line is just '\n' and not '\r\n' and enabled html-markup ignore. Patch by Piotr Krukowiecki <piotr@pingu.ii.uj.edu.pl>
Wed, 14 Aug 2002 23:41:19 +0000 arpi ogg (.ogm) text subtitles support
Tue, 30 Jul 2002 18:14:02 +0000 arpi ogm audio format id is in hex, not dec
Thu, 23 May 2002 09:47:18 +0000 albeu 10L bugfix
Sun, 19 May 2002 23:25:40 +0000 arpi a/v stream selection - patch by alexander.werth@gmx.de
Wed, 24 Apr 2002 17:28:23 +0000 albeu Uninit added
Wed, 24 Apr 2002 12:28:03 +0000 albeu Add seeking without index (still not perfect). Use -forceidx for the
Sat, 20 Apr 2002 17:50:11 +0000 albeu Seeking implemented
Sun, 31 Mar 2002 20:27:52 +0000 arpi argh, some samples sue new header chunks - fixed
Sun, 31 Mar 2002 20:17:27 +0000 arpi BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)
Sun, 31 Mar 2002 20:09:17 +0000 arpi fixed 10l bug: using ds instead of dp, and adding some debug prints
Sat, 16 Mar 2002 14:32:03 +0000 albeu Initial ogg demuxer. No seeking, a/v sync is broken. Support avi