log stream/stream_dvdnav.c @ 20405:a11a208925b9

age author description
Mon, 23 Oct 2006 21:04:31 +0000 nicodvb don't play any other title other than N when N is specified (with dvdnav://N)
Wed, 04 Oct 2006 09:32:38 +0000 nicodvb warn the user to disable the cache when playing dvdnav streams
Wed, 20 Sep 2006 21:09:32 +0000 nicodvb made file-static new_dvdnav_stream() and dvdnav_stream_read()
Tue, 19 Sep 2006 23:50:21 +0000 nicodvb introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);
Tue, 19 Sep 2006 22:01:27 +0000 nicodvb removed dead code
Tue, 19 Sep 2006 21:42:43 +0000 jonas §Ænitial button value is -1. Only (button>0) is a correct button selection.
Mon, 18 Sep 2006 22:02:43 +0000 nicodvb permit seeking to 0: there's no reason to prevent it
Mon, 18 Sep 2006 21:26:26 +0000 nicodvb in the previous commit I forgot to set s->end_pos=0
Mon, 18 Sep 2006 21:22:37 +0000 nicodvb at titleset change call update_title_len() to reset stream->end_pos
Mon, 18 Sep 2006 21:12:22 +0000 nicodvb don't seek until dvdnav_get_position() returns something meaningful
Sat, 16 Sep 2006 15:25:31 +0000 nicodvb report mouse coordinates after movement to dvdnav; this permits to enable button selection using the mouse; patch by Jonas Jermann and me
Fri, 15 Sep 2006 22:43:48 +0000 nicodvb at start, when not playing a specific titleset, try to call the Title menu (as is common practice among players)
Fri, 15 Sep 2006 17:50:10 +0000 nicodvb in mp_dvdnav_handle_input() update current button only if the status of the previous operation succeeded; patch by Jonas Jermann
Fri, 15 Sep 2006 17:46:36 +0000 nicodvb dvdnav_stream_reset() should be called on dvdnav_priv->dvdnav not on dvdnav_priv; patch by Jonas Jermann
Fri, 15 Sep 2006 17:42:13 +0000 nicodvb removed code that propagated the slave command dvdnav_event that hasn't been handled for years; patch by Jonas Jermann
Fri, 15 Sep 2006 17:18:47 +0000 nicodvb when cmd == MP_CMD_DVDNAV_SELECT set reset=1 only if dvdnav_button_activate() succeeds, to avoid unneeded resets in main()
Sun, 10 Sep 2006 10:53:58 +0000 nicodvb at start, reset dvdnav at the beginning of the stream after the first read (that is done to workaround a bug in dvdnav from cvs)
Sun, 10 Sep 2006 10:48:36 +0000 nicodvb try to start from the root menu skipping all intros when playing dvdnav://-1; it's not guaranteed to work
Sun, 10 Sep 2006 10:25:48 +0000 nicodvb permit to select previous dvdnav menu, in the order chapter->title->root
Sat, 09 Sep 2006 22:40:22 +0000 nicodvb in mp_dvdnav_handle_input() assign the currently selected button, shown in the OSD by main()
Sat, 09 Sep 2006 21:37:57 +0000 nicodvb added mp_dvdnav_handle_input to handle user's input (revived from the repository with few changes)
Sat, 09 Sep 2006 20:51:29 +0000 nicodvb if no track number specified play the whole disc, or the menus can't be shown at start
Mon, 21 Aug 2006 19:16:39 +0000 nicodvb implemented STREAM_CTRL_GET_NUM_CHAPTERS
Sat, 19 Aug 2006 20:06:10 +0000 nicodvb corrected _very_ misleading comment
Sat, 19 Aug 2006 19:41:04 +0000 nicodvb implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)
Sat, 19 Aug 2006 19:15:23 +0000 nicodvb removed #if-0 code that dereferenced dvdnav_t's internal members, violating the opaque interface (current dvdnav doesn't even install dvdnav_internal.h system-wide for very good reasons)
Sat, 19 Aug 2006 19:11:51 +0000 nicodvb 10l: misplaced brace in a switch
Sat, 19 Aug 2006 11:49:04 +0000 nicodvb implemented seeking to chapter
Fri, 04 Aug 2006 17:01:29 +0000 ben proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
Thu, 03 Aug 2006 20:44:14 +0000 ben renamed dvdnav_stream to stream_dvdnav for consistency