aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvdnav.c
Commit message (Expand)AuthorAge
* made file-static new_dvdnav_stream() and dvdnav_stream_read()Gravatar nicodvb2006-09-20
* introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);Gravatar nicodvb2006-09-19
* removed dead codeGravatar nicodvb2006-09-19
* Іnitial button value is -1. Only (button>0) is a correct button selection.Gravatar jonas2006-09-19
* permit seeking to 0: there's no reason to prevent itGravatar nicodvb2006-09-18
* in the previous commit I forgot to set s->end_pos=0Gravatar nicodvb2006-09-18
* at titleset change call update_title_len() to reset stream->end_posGravatar nicodvb2006-09-18
* don't seek until dvdnav_get_position() returns something meaningfulGravatar nicodvb2006-09-18
* report mouse coordinates after movement to dvdnav; this permits to enable but...Gravatar nicodvb2006-09-16
* at start, when not playing a specific titleset, try to call the Title menu (a...Gravatar nicodvb2006-09-15
* in mp_dvdnav_handle_input() update current button only if the status of the p...Gravatar nicodvb2006-09-15
* dvdnav_stream_reset() should be called on dvdnav_priv->dvdnav not on dvdnav_p...Gravatar nicodvb2006-09-15
* removed code that propagated the slave command dvdnav_event that hasn't been ...Gravatar nicodvb2006-09-15
* when cmd == MP_CMD_DVDNAV_SELECT set reset=1 only if dvdnav_button_activate()...Gravatar nicodvb2006-09-15
* at start, reset dvdnav at the beginning of the stream after the first read (t...Gravatar nicodvb2006-09-10
* try to start from the root menu skipping all intros when playing dvdnav://-1;...Gravatar nicodvb2006-09-10
* permit to select previous dvdnav menu, in the order chapter->title->rootGravatar nicodvb2006-09-10
* in mp_dvdnav_handle_input() assign the currently selected button, shown in th...Gravatar nicodvb2006-09-09
* added mp_dvdnav_handle_input to handle user's input (revived from the reposit...Gravatar nicodvb2006-09-09
* if no track number specified play the whole disc, or the menus can't be shown...Gravatar nicodvb2006-09-09
* implemented STREAM_CTRL_GET_NUM_CHAPTERSGravatar nicodvb2006-08-21
* corrected _very_ misleading commentGravatar nicodvb2006-08-19
* implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)Gravatar nicodvb2006-08-19
* removed #if-0 code that dereferenced dvdnav_t's internal members, violating ...Gravatar nicodvb2006-08-19
* 10l: misplaced brace in a switchGravatar nicodvb2006-08-19
* implemented seeking to chapterGravatar nicodvb2006-08-19
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...Gravatar ben2006-08-04
* renamed dvdnav_stream to stream_dvdnav for consistencyGravatar ben2006-08-03