log stream/stream_vcd.c @ 37195:ac6c37d85d65 default tip

age author description
Mon, 02 Dec 2013 14:38:08 +0000 ib Add stream control command STREAM_CTRL_GET_CURRENT_TITLE for VCD.
Mon, 02 Dec 2013 13:53:03 +0000 ib Revise and fix stream control for VCD.
Sat, 16 Mar 2013 13:38:34 +0000 reimar Fix previous commit, off_t must be replaced by int64_t
Sat, 16 Mar 2013 10:09:12 +0000 reimar Replace some uses of off_t by uint64_t.
Sat, 31 Dec 2011 12:20:08 +0000 ib Add new stream control command STREAM_CTRL_GET_NUM_TITLES.
Mon, 21 Jun 2010 08:38:23 +0000 diego Remove redundant cdrom_device extern variable declarations.
Mon, 05 Apr 2010 19:31:55 +0000 reimar Try to fix VCD compilation on non-Linux systems.
Mon, 05 Apr 2010 16:40:04 +0000 reimar Export VCD tracks as chapters, just like for cue:// URLs.
Wed, 03 Mar 2010 14:32:29 +0000 komh Add a VCD support for OS/2
Sun, 28 Feb 2010 11:30:35 +0000 reimar Remove useless cast.
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 13 Oct 2008 16:23:55 +0000 diego Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
Sun, 13 Jan 2008 12:34:42 +0000 reimar stream_opts should be const
Tue, 11 Dec 2007 23:52:55 +0000 diego Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.
Sun, 02 Dec 2007 21:37:08 +0000 reimar stream_opts arrays should be const
Sun, 02 Dec 2007 13:22:53 +0000 reimar Mark all stream_info_t as const
Tue, 28 Aug 2007 22:38:45 +0000 diego cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
Fri, 27 Jul 2007 17:37:53 +0000 reimar Somewhat unified *BSD vcd reading
Sat, 24 Mar 2007 10:37:05 +0000 nicodvb at open() discard front margin/empty sectors (fixes demuxing by libavformat); patch by Zuxy meng
Mon, 12 Mar 2007 15:48:13 +0000 compn add vcd:// for win32, patch by zuxy meng
Tue, 16 Jan 2007 22:38:26 +0000 nicodvb at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer probing
Wed, 10 Jan 2007 14:56:23 +0000 diego GNU/kFreeBSD support, closes Bugzilla #704.
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/stream_vcd.c@f24042067a87