| Commit message (Expand) | Author | Age |
* | Forgotten http_free on send error. | reimar | 2006-10-08 |
* | Print current DVD title as ID_DVD_CURRENT_TITLE. | corey | 2006-10-06 |
* | warn the user to disable the cache when playing dvdnav streams | nicodvb | 2006-10-04 |
* | removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Lin... | ben | 2006-09-27 |
* | cosmetic renames because pvr support will soon be less ivtv driver dependant | ben | 2006-09-25 |
* | made file-static new_dvdnav_stream() and dvdnav_stream_read() | nicodvb | 2006-09-20 |
* | 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 |
* | removed dead code | nicodvb | 2006-09-19 |
* | Іnitial button value is -1. Only (button>0) is a correct button selection. | jonas | 2006-09-19 |
* | permit seeking to 0: there's no reason to prevent it | nicodvb | 2006-09-18 |
* | in the previous commit I forgot to set s->end_pos=0 | nicodvb | 2006-09-18 |
* | at titleset change call update_title_len() to reset stream->end_pos | nicodvb | 2006-09-18 |
* | don't seek until dvdnav_get_position() returns something meaningful | nicodvb | 2006-09-18 |
* | Restore original copyright notice as found in xine and xine-mms where this | diego | 2006-09-18 |
* | report mouse coordinates after movement to dvdnav; this permits to enable but... | nicodvb | 2006-09-16 |
* | at start, when not playing a specific titleset, try to call the Title menu (a... | nicodvb | 2006-09-15 |
* | Change demuxer for "application/octet-stream" http streams from | eugeni | 2006-09-15 |
* | in mp_dvdnav_handle_input() update current button only if the status of the p... | nicodvb | 2006-09-15 |
* | dvdnav_stream_reset() should be called on dvdnav_priv->dvdnav not on dvdnav_p... | nicodvb | 2006-09-15 |
* | removed code that propagated the slave command dvdnav_event that hasn't been ... | nicodvb | 2006-09-15 |
* | when cmd == MP_CMD_DVDNAV_SELECT set reset=1 only if dvdnav_button_activate()... | nicodvb | 2006-09-15 |
* | * remove extern definitions of functions in .c files | attila | 2006-09-12 |
* | ability to pass channel name (not only number) to radio_set_channel | voroshil | 2006-09-11 |
* | at start, reset dvdnav at the beginning of the stream after the first read (t... | nicodvb | 2006-09-10 |
* | try to start from the root menu skipping all intros when playing dvdnav://-1;... | nicodvb | 2006-09-10 |
* | permit to select previous dvdnav menu, in the order chapter->title->root | nicodvb | 2006-09-10 |
* | 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 |
* | if no track number specified play the whole disc, or the menus can't be shown... | nicodvb | 2006-09-09 |
* | detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use ... | nicodvb | 2006-09-09 |
* | Add #include <limits.h>, fixes build on Solaris 8. | diego | 2006-09-07 |
* | Remove stray and superflous #ifdef checks. | diego | 2006-09-01 |
* | fix build on some old 2.6 kernels, patch by Gernot Hillier | ben | 2006-09-01 |
* | The FSF changed postal address. | diego | 2006-09-01 |
* | Check for requirements at configure-time, not at run-time. | diego | 2006-08-31 |
* | Do not cast calloc/malloc results | reimar | 2006-08-31 |
* | Avoid a potential strdup(NULL) | rtogni | 2006-08-30 |
* | complete range of frequencies for Ireland; patch by gmccullagh gmail com | nicodvb | 2006-08-29 |
* | Radio support, patch by Vladimir Voroshilov (voroshil gmail com) | reimar | 2006-08-28 |
* | Remove XMMS_CFLAGS from CFLAGS, the variable is never set. | diego | 2006-08-27 |
* | Fix mingw compilation | reimar | 2006-08-26 |
* | Cosmetics: recommit patch changing return values to defines | reimar | 2006-08-26 |
* | Recreate tcp.c as partial copy from network.c | reimar | 2006-08-26 |
* | remove to allow readding as copy from network.c | reimar | 2006-08-26 |
* | implemented STREAM_CTRL_GET_NUM_CHAPTERS | nicodvb | 2006-08-21 |
* | implemented STREAM_CTRL_GET_NUM_CHAPTERS | nicodvb | 2006-08-21 |
* | added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the s... | nicodvb | 2006-08-21 |
* | missing header for struct timeval | rfelker | 2006-08-20 |
* | Avoid crash if initialization failed. | reimar | 2006-08-20 |