aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvdnav.c
Commit message (Expand)AuthorAge
* after a DVDNAV_VTS_CHANGE event report the title being playedGravatar nicodvb2007-04-22
* implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME - dvdna...Gravatar nicodvb2007-04-09
* simplified aid management in dvdnav_lang_from_aid(); patch by Joakim PatteGravatar nicodvb2006-12-15
* 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
* doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()Gravatar nicodvb2006-12-02
* cosmetical reformattingGravatar nicodvb2006-11-27
* feed the content of NAV_PACKET to the demuxerGravatar nicodvb2006-11-27
* keep nav highlight event in dvdnav priv structureGravatar ben2006-11-25
* support for comma-separated language codes in -slangGravatar nicodvb2006-11-25
* better nav highlight handlingGravatar ben2006-11-25
* removed unused members and variablesGravatar nicodvb2006-11-25
* COSMETICS: consistently reformatted after ben's messGravatar nicodvb2006-11-25
* added code to identify subs language and count; needed for forthcoming suppor...Gravatar nicodvb2006-11-25
* support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot...Gravatar ben2006-11-25
* consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...Gravatar nicodvb2006-11-12
* one more deuglificationGravatar nicodvb2006-11-09
* COSMETICS: renamed dvdnav_priv to privGravatar nicodvb2006-11-09
* changed ugly sizeof(*type_ptr) width sizeof(type)Gravatar nicodvb2006-11-08
* COSMETICS: reformatted this ugly mess in a consistent mannerGravatar nicodvb2006-11-08
* support for -dvdangleGravatar nicodvb2006-11-08
* support for -chapter option (same semanthics as for dvd://)Gravatar nicodvb2006-10-23
* simplified code to handle titleset transition (removed useless assignment)Gravatar nicodvb2006-10-23
* spell fixGravatar nicodvb2006-10-23
* don't play any other title other than N when N is specified (with dvdnav://N)Gravatar nicodvb2006-10-23
* warn the user to disable the cache when playing dvdnav streamsGravatar nicodvb2006-10-04
* made file-static new_dvdnav_stream() and dvdnav_stream_read()Gravatar nicodvb2006-09-20
* introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);Gravatar nicodvb2006-09-19
* removed dead codeGravatar nicodvb2006-09-19
* Іnitial button value is -1. Only (button>0) is a correct button selection.Gravatar jonas2006-09-19
* permit seeking to 0: there's no reason to prevent itGravatar nicodvb2006-09-18
* in the previous commit I forgot to set s->end_pos=0Gravatar nicodvb2006-09-18
* at titleset change call update_title_len() to reset stream->end_posGravatar nicodvb2006-09-18
* don't seek until dvdnav_get_position() returns something meaningfulGravatar nicodvb2006-09-18
* report mouse coordinates after movement to dvdnav; this permits to enable but...Gravatar nicodvb2006-09-16
* at start, when not playing a specific titleset, try to call the Title menu (a...Gravatar nicodvb2006-09-15
* in mp_dvdnav_handle_input() update current button only if the status of the p...Gravatar nicodvb2006-09-15
* dvdnav_stream_reset() should be called on dvdnav_priv->dvdnav not on dvdnav_p...Gravatar nicodvb2006-09-15
* removed code that propagated the slave command dvdnav_event that hasn't been ...Gravatar nicodvb2006-09-15
* when cmd == MP_CMD_DVDNAV_SELECT set reset=1 only if dvdnav_button_activate()...Gravatar nicodvb2006-09-15
* at start, reset dvdnav at the beginning of the stream after the first read (t...Gravatar nicodvb2006-09-10
* try to start from the root menu skipping all intros when playing dvdnav://-1;...Gravatar nicodvb2006-09-10
* permit to select previous dvdnav menu, in the order chapter->title->rootGravatar nicodvb2006-09-10
* 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
* if no track number specified play the whole disc, or the menus can't be shown...Gravatar nicodvb2006-09-09
* implemented STREAM_CTRL_GET_NUM_CHAPTERSGravatar nicodvb2006-08-21
* corrected _very_ misleading commentGravatar nicodvb2006-08-19