log stream/stream_dvdnav.c @ 19777:bb1b570ac7c1

age author description
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