log stream/stream_dvd.c @ 29588:17d7ae586d03

age author description
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.
Sat, 28 Mar 2009 15:54:08 +0000 reimar Reindent
Sat, 28 Mar 2009 15:53:32 +0000 reimar Simplify extracting title number from ifo name
Fri, 27 Mar 2009 21:26:26 +0000 reimar Simplify detection of .ifo extension.
Thu, 01 Jan 2009 11:46:34 +0000 reimar Fix DVD seek_to_chapter: the title number must be converted to a per-VTS
Wed, 31 Dec 2008 14:21:50 +0000 reimar Work around a dvdread bug where DVDReadBlocks would return values < 0 on read error,
Mon, 20 Oct 2008 09:55:38 +0000 diego Replace typeof by __typeof__, the former is a non-portable GNU extension.
Tue, 16 Sep 2008 21:30:04 +0000 diego With -identify, ID_DVD_VOLUME_ID is not shown on some systems.
Sat, 30 Aug 2008 11:21:11 +0000 reimar Print DVD volume ID with -identify.
Sat, 12 Jul 2008 08:07:54 +0000 nicodvb in dvd streams the title part ranges from 1 to 99
Sun, 06 Jul 2008 18:04:14 +0000 nicodvb avoid unnecessary strdup(); patch by Aurel
Fri, 04 Jul 2008 16:03:57 +0000 nicodvb cosmetics: in ifo_stream_oped() aligned the prototype to the style
Fri, 04 Jul 2008 16:00:07 +0000 nicodvb in ifo_stream_open() propagate the device based on the dirname of stream->url; patch by Mathieu SCHROETER mathieu.schroeter gamesover ch