log stream/stream_dvd.c @ 36447:740a60d26cc0

age author description
Fri, 26 Apr 2013 19:43:01 +0000 reimar Make -chapter always available, even when compiled without DVD support.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
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.
Sun, 21 Oct 2012 14:56:50 +0000 ib Add new stream control command STREAM_CTRL_GET_CURRENT_TITLE for DVDs.
Thu, 18 Oct 2012 12:17:58 +0000 ib Get rid of global variable dvd_title in GUI.
Sat, 02 Jun 2012 16:35:44 +0000 reimar Use our own mp_dirname/mp_basename instead of system
Sun, 19 Feb 2012 13:15:41 +0000 reimar Code cleanup: Use a stream_control instead of global functions to
Sat, 31 Dec 2011 12:20:08 +0000 ib Add new stream control command STREAM_CTRL_GET_NUM_TITLES.
Sun, 12 Jun 2011 11:10:13 +0000 reimar Fix dvd_get_current_time so the cell argument actually has a purpose.
Sat, 06 Nov 2010 19:37:13 +0000 reimar Fix dvd:// fill_buffer function to actually write into the specified
Sat, 06 Nov 2010 19:35:34 +0000 reimar Fix spelling.
Sat, 06 Nov 2010 19:34:57 +0000 reimar 100l, add missing return.
Sat, 06 Nov 2010 19:33:30 +0000 reimar Change code to something understandable (but equivalent).
Sat, 06 Nov 2010 19:30:48 +0000 reimar Remove a pointless and stupid condition.
Wed, 27 Oct 2010 14:57:52 +0000 cigaes stream_dvd: millisecond accuracy for chapters in -identify output.
Wed, 11 Aug 2010 20:44:29 +0000 reimar Add const qualifiers to function string arguments as appropriate.
Sun, 01 Aug 2010 22:53:09 +0000 diego dvd: Improve seeking by position.
Sun, 01 Aug 2010 22:51:15 +0000 diego dvd: Improve seeking by chapters.
Sun, 01 Aug 2010 22:48:01 +0000 diego Fix the incorrect assumption that the number of chapters of a DVD title
Tue, 16 Feb 2010 16:32:38 +0000 diego stream: Mark functions not used outside of their files as static.
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Sun, 22 Nov 2009 15:18:21 +0000 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
Wed, 11 Nov 2009 09:28:21 +0000 reimar Move headers related to setting dvd speed to dvd_common.
Tue, 10 Nov 2009 23:20:05 +0000 reimar Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed
Tue, 10 Nov 2009 23:15:48 +0000 reimar Move arrays used by both dvd and dvdnav to dvd_common.
Tue, 10 Nov 2009 23:10:57 +0000 reimar Share dvd_device extern declaration between dvd and dvdnav.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 01 Apr 2009 16:27:03 +0000 diego Remove unused variable along with the related warning.
Sat, 28 Mar 2009 16:09:56 +0000 reimar 100l, revert r29082, I missed that the vts comparison should be case-insensitive.