log stream/stream_vcd.c @ 36943:4321338b4e8b

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.