summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.c
Commit message (Expand)AuthorAgeFilesLines
* Removed dead code related to stills.nicodvb2007-09-151-8/+0
* a mouse selection may require at least a video codec reinitnicodvb2007-09-011-0/+1
* implemented STREAM_CTRL_GET_ASPECT_RATIOnicodvb2007-09-011-0/+6
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-4/+4
* Removed uninitialized variable.cehoyos2007-08-231-2/+1
* cosmetics: removed commented code and small reindentationnicodvb2007-08-041-4/+1
* removed unused variablesnicodvb2007-08-041-6/+3
* More doxygen commentsreimar2007-07-291-0/+10
* after a DVDNAV_VTS_CHANGE event report the title being playednicodvb2007-04-221-0/+2
* implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME - dvdna...nicodvb2007-04-091-0/+20
* simplified aid management in dvdnav_lang_from_aid(); patch by Joakim Pattenicodvb2006-12-151-7/+1
* implemented dvdnav_lang_from_aid() to retrieve audio languagenicodvb2006-12-141-0/+30
* added dvdnav_aid_from_lang() to support -alangnicodvb2006-12-141-0/+44
* added function to return the language of the specified subtitle id. Patch bynicodvb2006-12-101-0/+21
* export spu palette; part of a patch by Otvos Attilanicodvb2006-12-091-0/+11
* doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()nicodvb2006-12-021-0/+11
* cosmetical reformattingnicodvb2006-11-271-13/+14
* feed the content of NAV_PACKET to the demuxernicodvb2006-11-271-0/+3
* keep nav highlight event in dvdnav priv structureben2006-11-251-11/+14
* support for comma-separated language codes in -slangnicodvb2006-11-251-1/+6
* better nav highlight handlingben2006-11-251-4/+7
* removed unused members and variablesnicodvb2006-11-251-8/+0
* COSMETICS: consistently reformatted after ben's messnicodvb2006-11-251-6/+4
* added code to identify subs language and count; needed for forthcoming suppor...nicodvb2006-11-251-0/+28
* support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot...ben2006-11-251-0/+48
* consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...nicodvb2006-11-121-1/+1
* one more deuglificationnicodvb2006-11-091-1/+2
* COSMETICS: renamed dvdnav_priv to privnicodvb2006-11-091-56/+56
* changed ugly sizeof(*type_ptr) width sizeof(type)nicodvb2006-11-081-1/+1
* COSMETICS: reformatted this ugly mess in a consistent mannernicodvb2006-11-081-70/+71
* support for -dvdanglenicodvb2006-11-081-0/+3
* support for -chapter option (same semanthics as for dvd://)nicodvb2006-10-231-0/+16
* simplified code to handle titleset transition (removed useless assignment)nicodvb2006-10-231-2/+1
* spell fixnicodvb2006-10-231-1/+1
* don't play any other title other than N when N is specified (with dvdnav://N)nicodvb2006-10-231-0/+8
* warn the user to disable the cache when playing dvdnav streamsnicodvb2006-10-041-0/+2
* made file-static new_dvdnav_stream() and dvdnav_stream_read()nicodvb2006-09-201-2/+2
* introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);nicodvb2006-09-191-0/+12
* removed dead codenicodvb2006-09-191-117/+0
* Іnitial button value is -1. Only (button>0) is a correct button selection.jonas2006-09-191-1/+1
* permit seeking to 0: there's no reason to prevent itnicodvb2006-09-181-6/+3
* in the previous commit I forgot to set s->end_pos=0nicodvb2006-09-181-0/+1
* at titleset change call update_title_len() to reset stream->end_posnicodvb2006-09-181-0/+4
* don't seek until dvdnav_get_position() returns something meaningfulnicodvb2006-09-181-1/+8
* report mouse coordinates after movement to dvdnav; this permits to enable but...nicodvb2006-09-161-0/+14
* at start, when not playing a specific titleset, try to call the Title menu (a...nicodvb2006-09-151-1/+3
* in mp_dvdnav_handle_input() update current button only if the status of the p...nicodvb2006-09-151-1/+2
* dvdnav_stream_reset() should be called on dvdnav_priv->dvdnav not on dvdnav_p...nicodvb2006-09-151-1/+1
* removed code that propagated the slave command dvdnav_event that hasn't been ...nicodvb2006-09-151-12/+0
* when cmd == MP_CMD_DVDNAV_SELECT set reset=1 only if dvdnav_button_activate()...nicodvb2006-09-151-1/+1
* 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