aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* 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
* bails out if cdparanoia can't read cd (avoid lockup)Gravatar ben2006-10-13
* slight overall verbosity reductionGravatar diego2006-10-12
* gcc 2.95 fixGravatar ods152006-10-11
* added OSD audio switching visualizationGravatar ptt2006-10-11
* Change occurrences of "(int)*(void **)arg" to "*(int *)arg".Gravatar uau2006-10-10
* Forgotten http_free on send error.Gravatar reimar2006-10-08
* Print current DVD title as ID_DVD_CURRENT_TITLE.Gravatar corey2006-10-06
* warn the user to disable the cache when playing dvdnav streamsGravatar nicodvb2006-10-04
* removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Lin...Gravatar ben2006-09-27
* cosmetic renames because pvr support will soon be less ivtv driver dependantGravatar ben2006-09-25
* made file-static new_dvdnav_stream() and dvdnav_stream_read()Gravatar nicodvb2006-09-20
* 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
* 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
* Restore original copyright notice as found in xine and xine-mms where thisGravatar diego2006-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
* Change demuxer for "application/octet-stream" http streams fromGravatar eugeni2006-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
* * remove extern definitions of functions in .c filesGravatar attila2006-09-12
* ability to pass channel name (not only number) to radio_set_channelGravatar voroshil2006-09-11
* 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
* detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use ...Gravatar nicodvb2006-09-09
* Add #include <limits.h>, fixes build on Solaris 8.Gravatar diego2006-09-07
* Remove stray and superflous #ifdef checks.Gravatar diego2006-09-01
* fix build on some old 2.6 kernels, patch by Gernot HillierGravatar ben2006-09-01
* The FSF changed postal address.Gravatar diego2006-09-01
* Check for requirements at configure-time, not at run-time.Gravatar diego2006-08-31
* Do not cast calloc/malloc resultsGravatar reimar2006-08-31
* Avoid a potential strdup(NULL)Gravatar rtogni2006-08-30
* complete range of frequencies for Ireland; patch by gmccullagh gmail comGravatar nicodvb2006-08-29
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)Gravatar reimar2006-08-28
* Remove XMMS_CFLAGS from CFLAGS, the variable is never set.Gravatar diego2006-08-27