aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvdnav.h
Commit message (Expand)AuthorAge
* dvdnav: crappy hack to respect timed still framesGravatar wm42013-12-14
* Add prelimimary (basic, possibly broken) dvdnav supportGravatar wm42013-12-12
* Remove dvdnav support (DVD menus)Gravatar wm42012-08-16
* commands, dvd, dvdnav, bluray: cleanup sub/audio track language displayGravatar mplayer-svn2012-08-03
* options: change -alang and -slang to use string list typeGravatar Clément Bœsch2011-04-20
* stream_dvd[nav]: Add const qualifiers to string argumentsGravatar reimar2010-11-02
* Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You...Gravatar nicodvb2008-06-29
* Add routine that provides audio ID corresponding to logical numberGravatar ben2008-06-07
* Rename some functions as they are mplayer related and notGravatar ben2008-06-07
* Add routine to determine if SPU has changed in dvdnav stream.Gravatar ben2008-06-07
* Add routine to determine if audio has changed in dvdnav stream.Gravatar ben2008-06-07
* Save DVDNAV palette info.Gravatar ben2008-06-07
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-10
* add a new state flag to dvdnav in order to notify ifGravatar ben2008-01-26
* Add support for dvdnav still frames playback.Gravatar ben2008-01-26
* Add new command to switch between dvdnav titlesGravatar ben2008-01-24
* removed inclusion of unneeded header (forgotten in previous commit)Gravatar nicodvb2008-01-01
* private structures belong to the C file using them, not to header files inclu...Gravatar nicodvb2008-01-01
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* removed unused members from dvdnav_priv_tGravatar nicodvb2007-09-15
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* implemented dvdnav_lang_from_aid() to retrieve audio languageGravatar nicodvb2006-12-14
* added dvdnav_aid_from_lang() to support -alangGravatar nicodvb2006-12-14
* added function to return the language of the specified subtitle id. Patch byGravatar nicodvb2006-12-10
* export spu palette; part of a patch by Otvos AttilaGravatar nicodvb2006-12-09
* keep nav highlight event in dvdnav priv structureGravatar ben2006-11-25
* better nav highlight handlingGravatar ben2006-11-25
* removed unused members and variablesGravatar nicodvb2006-11-25
* added code to identify subs language and count; needed for forthcoming suppor...Gravatar nicodvb2006-11-25
* don't play any other title other than N when N is specified (with dvdnav://N)Gravatar nicodvb2006-10-23
* removed definitions of no more used or file-static functionsGravatar nicodvb2006-09-20
* introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);Gravatar nicodvb2006-09-19
* report mouse coordinates after movement to dvdnav; this permits to enable but...Gravatar nicodvb2006-09-16
* 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
* implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)Gravatar nicodvb2006-08-19
* renamed dvdnav_stream to stream_dvdnav for consistencyGravatar ben2006-08-03