summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.h
Commit message (Expand)AuthorAgeFilesLines
* dvdnav: crappy hack to respect timed still frameswm42013-12-141-3/+2
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-121-0/+81
* Remove dvdnav support (DVD menus)wm42012-08-161-49/+0
* commands, dvd, dvdnav, bluray: cleanup sub/audio track language displaymplayer-svn2012-08-031-2/+0
* options: change -alang and -slang to use string list typeClément Bœsch2011-04-201-2/+2
* stream_dvd[nav]: Add const qualifiers to string argumentsreimar2010-11-021-2/+2
* Add license header to all files missing it in the stream subdirectory.diego2010-01-301-0/+18
* removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You...nicodvb2008-06-291-6/+0
* Add routine that provides audio ID corresponding to logical numberben2008-06-071-0/+1
* Rename some functions as they are mplayer related and notben2008-06-071-5/+5
* Add routine to determine if SPU has changed in dvdnav stream.ben2008-06-071-0/+1
* Add routine to determine if audio has changed in dvdnav stream.ben2008-06-071-0/+1
* Save DVDNAV palette info.ben2008-06-071-0/+1
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-101-0/+3
* add a new state flag to dvdnav in order to notify ifben2008-01-261-0/+1
* Add support for dvdnav still frames playback.ben2008-01-261-1/+6
* Add new command to switch between dvdnav titlesben2008-01-241-0/+1
* removed inclusion of unneeded header (forgotten in previous commit)nicodvb2008-01-011-2/+0
* private structures belong to the C file using them, not to header files inclu...nicodvb2008-01-011-11/+0
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
* removed unused members from dvdnav_priv_tnicodvb2007-09-151-4/+0
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* implemented dvdnav_lang_from_aid() to retrieve audio languagenicodvb2006-12-141-0/+1
* added dvdnav_aid_from_lang() to support -alangnicodvb2006-12-141-0/+1
* added function to return the language of the specified subtitle id. Patch bynicodvb2006-12-101-0/+1
* export spu palette; part of a patch by Otvos Attilanicodvb2006-12-091-0/+2
* keep nav highlight event in dvdnav priv structureben2006-11-251-1/+2
* better nav highlight handlingben2006-11-251-0/+6
* removed unused members and variablesnicodvb2006-11-251-11/+0
* added code to identify subs language and count; needed for forthcoming suppor...nicodvb2006-11-251-0/+2
* don't play any other title other than N when N is specified (with dvdnav://N)nicodvb2006-10-231-0/+1
* removed definitions of no more used or file-static functionsnicodvb2006-09-201-12/+0
* introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);nicodvb2006-09-191-0/+1
* report mouse coordinates after movement to dvdnav; this permits to enable but...nicodvb2006-09-161-0/+1
* in mp_dvdnav_handle_input() assign the currently selected button, shown in th...nicodvb2006-09-091-1/+1
* added mp_dvdnav_handle_input to handle user's input (revived from the reposit...nicodvb2006-09-091-0/+1
* implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)nicodvb2006-08-191-0/+1
* renamed dvdnav_stream to stream_dvdnav for consistencyben2006-08-031-0/+46