summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.c
Commit message (Expand)AuthorAgeFilesLines
* at start, reset dvdnav at the beginning of the stream after the first read (t...nicodvb2006-09-101-0/+1
* try to start from the root menu skipping all intros when playing dvdnav://-1;...nicodvb2006-09-101-1/+3
* permit to select previous dvdnav menu, in the order chapter->title->rootnicodvb2006-09-101-0/+15
* in mp_dvdnav_handle_input() assign the currently selected button, shown in th...nicodvb2006-09-091-1/+3
* added mp_dvdnav_handle_input to handle user's input (revived from the reposit...nicodvb2006-09-091-0/+40
* if no track number specified play the whole disc, or the menus can't be shown...nicodvb2006-09-091-1/+4
* implemented STREAM_CTRL_GET_NUM_CHAPTERSnicodvb2006-08-211-0/+11
* corrected _very_ misleading commentnicodvb2006-08-191-1/+1
* implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)nicodvb2006-08-191-0/+14
* removed #if-0 code that dereferenced dvdnav_t's internal members, violating ...nicodvb2006-08-191-11/+0
* 10l: misplaced brace in a switchnicodvb2006-08-191-1/+1
* implemented seeking to chapternicodvb2006-08-191-0/+29
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-1/+1
* renamed dvdnav_stream to stream_dvdnav for consistencyben2006-08-031-0/+396