aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* 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
* Fix mingw compilationGravatar reimar2006-08-26
* Cosmetics: recommit patch changing return values to definesGravatar reimar2006-08-26
* Recreate tcp.c as partial copy from network.cGravatar reimar2006-08-26
* remove to allow readding as copy from network.cGravatar reimar2006-08-26
* implemented STREAM_CTRL_GET_NUM_CHAPTERSGravatar nicodvb2006-08-21
* implemented STREAM_CTRL_GET_NUM_CHAPTERSGravatar nicodvb2006-08-21
* added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the s...Gravatar nicodvb2006-08-21
* missing header for struct timevalGravatar rfelker2006-08-20
* Avoid crash if initialization failed.Gravatar reimar2006-08-20
* Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at ge...Gravatar reimar2006-08-20
* corrected _very_ misleading commentGravatar nicodvb2006-08-19
* implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)Gravatar nicodvb2006-08-19
* removed #if-0 code that dereferenced dvdnav_t's internal members, violating ...Gravatar nicodvb2006-08-19
* 10l: misplaced brace in a switchGravatar nicodvb2006-08-19