log stream/stream_dvd.c @ 24229:7f96849a8bae

age author description
Mon, 27 Aug 2007 21:40:09 +0000 nicodvb in stream_control() remove redefinition of d in a case block, previously assigned in the same function
Mon, 27 Aug 2007 21:10:41 +0000 nicodvb in open_s() unified failure code in fail:
Sat, 25 Aug 2007 12:04:52 +0000 diego Remove redundant variable declarations.
Tue, 21 Aug 2007 12:38:45 +0000 reimar Set DVD speed earlier to avoid drive spinup during open
Sat, 04 Aug 2007 21:59:26 +0000 cehoyos Moved dvdtimetomsec to stream_dvd_common.c.
Tue, 03 Jul 2007 08:24:01 +0000 diego The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREAD
Sun, 24 Jun 2007 08:14:10 +0000 reimar Fix dvd:// subtitle handling to always report the MPEG stream id, because
Mon, 28 May 2007 08:42:35 +0000 diego Remove some unused variables, patch by timwoj ieee org.
Sat, 26 May 2007 20:27:45 +0000 nicodvb fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mplayer@legroom.net) and me
Sun, 04 Mar 2007 08:49:24 +0000 nicodvb print the disc_id without using a buffer
Sat, 03 Mar 2007 13:39:46 +0000 nicodvb 10000l; in previous commit I allocated a buffer 1 byte too short
Sat, 03 Mar 2007 13:16:31 +0000 nicodvb replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com.
Thu, 15 Feb 2007 15:54:06 +0000 reimar Simplify code by using separate variables for large common expressions.
Tue, 16 Jan 2007 22:38:26 +0000 nicodvb at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer probing
Sat, 23 Dec 2006 23:13:11 +0000 nicodvb replace call to UDFFindFile() (that is not part of the public API) with DVDOpenFile()
Sun, 17 Dec 2006 18:10:49 +0000 nicodvb support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
Sun, 10 Dec 2006 13:17:54 +0000 reimar ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.
Sun, 12 Nov 2006 17:19:56 +0000 nicodvb consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME now return time in (double) seconds
Sat, 11 Nov 2006 13:02:39 +0000 nicodvb make fail STREAM_CTRLs related to seeking/fetching time/chapter when the cache is enabled: they can't work atm
Fri, 10 Nov 2006 00:36:39 +0000 nicodvb idenfify now shows the timings of chapters of the chosen pgc
Tue, 07 Nov 2006 22:49:56 +0000 nicodvb implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precise seeking)
Fri, 03 Nov 2006 22:03:58 +0000 diego Streamline and simplify internal vs external libdvdread handling.
Wed, 11 Oct 2006 20:53:33 +0000 ods15 gcc 2.95 fix
Wed, 11 Oct 2006 17:25:46 +0000 ptt added OSD audio switching visualization
Fri, 06 Oct 2006 19:06:59 +0000 corey Print current DVD title as ID_DVD_CURRENT_TITLE.
Mon, 21 Aug 2006 19:13:36 +0000 nicodvb implemented STREAM_CTRL_GET_NUM_CHAPTERS
Sat, 19 Aug 2006 14:52:50 +0000 diego Print DVD audio channel and subtitle track information in non-verbose mode,
Sat, 19 Aug 2006 10:45:17 +0000 nicodvb sanity check: since chapter is 0-based it can't exceed nr_of_ptts-1
Fri, 18 Aug 2006 19:05:37 +0000 nicodvb support for seeking to chapter and getting current playing chapter
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_dvd.c@59f8e129f9b0