index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
stream_dvdnav.h
Commit message (
Expand
)
Author
Age
*
removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You...
nicodvb
2008-06-29
*
Add routine that provides audio ID corresponding to logical number
ben
2008-06-07
*
Rename some functions as they are mplayer related and not
ben
2008-06-07
*
Add routine to determine if SPU has changed in dvdnav stream.
ben
2008-06-07
*
Add routine to determine if audio has changed in dvdnav stream.
ben
2008-06-07
*
Save DVDNAV palette info.
ben
2008-06-07
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-03-10
*
add a new state flag to dvdnav in order to notify if
ben
2008-01-26
*
Add support for dvdnav still frames playback.
ben
2008-01-26
*
Add new command to switch between dvdnav titles
ben
2008-01-24
*
removed inclusion of unneeded header (forgotten in previous commit)
nicodvb
2008-01-01
*
private structures belong to the C file using them, not to header files inclu...
nicodvb
2008-01-01
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
removed unused members from dvdnav_priv_t
nicodvb
2007-09-15
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
implemented dvdnav_lang_from_aid() to retrieve audio language
nicodvb
2006-12-14
*
added dvdnav_aid_from_lang() to support -alang
nicodvb
2006-12-14
*
added function to return the language of the specified subtitle id. Patch by
nicodvb
2006-12-10
*
export spu palette; part of a patch by Otvos Attila
nicodvb
2006-12-09
*
keep nav highlight event in dvdnav priv structure
ben
2006-11-25
*
better nav highlight handling
ben
2006-11-25
*
removed unused members and variables
nicodvb
2006-11-25
*
added code to identify subs language and count; needed for forthcoming suppor...
nicodvb
2006-11-25
*
don't play any other title other than N when N is specified (with dvdnav://N)
nicodvb
2006-10-23
*
removed definitions of no more used or file-static functions
nicodvb
2006-09-20
*
introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);
nicodvb
2006-09-19
*
report mouse coordinates after movement to dvdnav; this permits to enable but...
nicodvb
2006-09-16
*
in mp_dvdnav_handle_input() assign the currently selected button, shown in th...
nicodvb
2006-09-09
*
added mp_dvdnav_handle_input to handle user's input (revived from the reposit...
nicodvb
2006-09-09
*
implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)
nicodvb
2006-08-19
*
renamed dvdnav_stream to stream_dvdnav for consistency
ben
2006-08-03