| Commit message (Expand) | Author | Age | Files | Lines |
* | Forgotten http_free on send error. | reimar | 2006-10-08 | 1 | -0/+1 |
* | Print current DVD title as ID_DVD_CURRENT_TITLE. | corey | 2006-10-06 | 1 | -0/+1 |
* | warn the user to disable the cache when playing dvdnav streams | nicodvb | 2006-10-04 | 1 | -0/+2 |
* | removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Lin... | ben | 2006-09-27 | 1 | -242/+264 |
* | cosmetic renames because pvr support will soon be less ivtv driver dependant | ben | 2006-09-25 | 1 | -11/+11 |
* | made file-static new_dvdnav_stream() and dvdnav_stream_read() | nicodvb | 2006-09-20 | 1 | -2/+2 |
* | removed definitions of no more used or file-static functions | nicodvb | 2006-09-20 | 1 | -12/+0 |
* | introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0); | nicodvb | 2006-09-19 | 2 | -0/+13 |
* | removed dead code | nicodvb | 2006-09-19 | 1 | -117/+0 |
* | Іnitial button value is -1. Only (button>0) is a correct button selection. | jonas | 2006-09-19 | 1 | -1/+1 |
* | permit seeking to 0: there's no reason to prevent it | nicodvb | 2006-09-18 | 1 | -6/+3 |
* | in the previous commit I forgot to set s->end_pos=0 | nicodvb | 2006-09-18 | 1 | -0/+1 |
* | at titleset change call update_title_len() to reset stream->end_pos | nicodvb | 2006-09-18 | 1 | -0/+4 |
* | don't seek until dvdnav_get_position() returns something meaningful | nicodvb | 2006-09-18 | 1 | -1/+8 |
* | Restore original copyright notice as found in xine and xine-mms where this | diego | 2006-09-18 | 1 | -7/+27 |
* | report mouse coordinates after movement to dvdnav; this permits to enable but... | nicodvb | 2006-09-16 | 2 | -0/+15 |
* | at start, when not playing a specific titleset, try to call the Title menu (a... | nicodvb | 2006-09-15 | 1 | -1/+3 |
* | Change demuxer for "application/octet-stream" http streams from | eugeni | 2006-09-15 | 1 | -1/+1 |
* | in mp_dvdnav_handle_input() update current button only if the status of the p... | nicodvb | 2006-09-15 | 1 | -1/+2 |
* | dvdnav_stream_reset() should be called on dvdnav_priv->dvdnav not on dvdnav_p... | nicodvb | 2006-09-15 | 1 | -1/+1 |
* | removed code that propagated the slave command dvdnav_event that hasn't been ... | nicodvb | 2006-09-15 | 1 | -12/+0 |
* | when cmd == MP_CMD_DVDNAV_SELECT set reset=1 only if dvdnav_button_activate()... | nicodvb | 2006-09-15 | 1 | -1/+1 |
* | * remove extern definitions of functions in .c files | attila | 2006-09-12 | 2 | -2/+7 |
* | ability to pass channel name (not only number) to radio_set_channel | voroshil | 2006-09-11 | 1 | -1/+16 |
* | at start, reset dvdnav at the beginning of the stream after the first read (t... | nicodvb | 2006-09-10 | 1 | -0/+1 |
* | try to start from the root menu skipping all intros when playing dvdnav://-1;... | nicodvb | 2006-09-10 | 1 | -1/+3 |
* | permit to select previous dvdnav menu, in the order chapter->title->root | nicodvb | 2006-09-10 | 1 | -0/+15 |
* | in mp_dvdnav_handle_input() assign the currently selected button, shown in th... | nicodvb | 2006-09-09 | 2 | -2/+4 |
* | added mp_dvdnav_handle_input to handle user's input (revived from the reposit... | nicodvb | 2006-09-09 | 2 | -0/+41 |
* | if no track number specified play the whole disc, or the menus can't be shown... | nicodvb | 2006-09-09 | 1 | -1/+4 |
* | detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use ... | nicodvb | 2006-09-09 | 1 | -0/+5 |
* | Add #include <limits.h>, fixes build on Solaris 8. | diego | 2006-09-07 | 1 | -0/+1 |
* | Remove stray and superflous #ifdef checks. | diego | 2006-09-01 | 1 | -5/+0 |
* | fix build on some old 2.6 kernels, patch by Gernot Hillier | ben | 2006-09-01 | 1 | -0/+1 |
* | The FSF changed postal address. | diego | 2006-09-01 | 2 | -2/+2 |
* | Check for requirements at configure-time, not at run-time. | diego | 2006-08-31 | 1 | -5/+1 |
* | Do not cast calloc/malloc results | reimar | 2006-08-31 | 1 | -5/+5 |
* | Avoid a potential strdup(NULL) | rtogni | 2006-08-30 | 1 | -5/+1 |
* | complete range of frequencies for Ireland; patch by gmccullagh gmail com | nicodvb | 2006-08-29 | 1 | -10/+38 |
* | Radio support, patch by Vladimir Voroshilov (voroshil gmail com) | reimar | 2006-08-28 | 5 | -0/+1155 |
* | Remove XMMS_CFLAGS from CFLAGS, the variable is never set. | diego | 2006-08-27 | 1 | -1/+1 |
* | Fix mingw compilation | reimar | 2006-08-26 | 1 | -1/+1 |
* | Cosmetics: recommit patch changing return values to defines | reimar | 2006-08-26 | 1 | -11/+11 |
* | Recreate tcp.c as partial copy from network.c | reimar | 2006-08-26 | 1 | -0/+242 |
* | remove to allow readding as copy from network.c | reimar | 2006-08-26 | 1 | -291/+0 |
* | implemented STREAM_CTRL_GET_NUM_CHAPTERS | nicodvb | 2006-08-21 | 1 | -0/+11 |
* | implemented STREAM_CTRL_GET_NUM_CHAPTERS | nicodvb | 2006-08-21 | 1 | -0/+6 |
* | added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the s... | nicodvb | 2006-08-21 | 1 | -0/+1 |
* | missing header for struct timeval | rfelker | 2006-08-20 | 2 | -0/+2 |
* | Avoid crash if initialization failed. | reimar | 2006-08-20 | 1 | -0/+1 |
* | Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at ge... | reimar | 2006-08-20 | 1 | -0/+2 |
* | corrected _very_ misleading comment | nicodvb | 2006-08-19 | 1 | -1/+1 |
* | implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing) | nicodvb | 2006-08-19 | 2 | -0/+15 |
* | removed #if-0 code that dereferenced dvdnav_t's internal members, violating ... | nicodvb | 2006-08-19 | 1 | -11/+0 |
* | 10l: misplaced brace in a switch | nicodvb | 2006-08-19 | 1 | -1/+1 |
* | Print DVD audio channel and subtitle track information in non-verbose mode, | diego | 2006-08-19 | 1 | -9/+9 |
* | implemented seeking to chapter | nicodvb | 2006-08-19 | 1 | -0/+29 |
* | sanity check: since chapter is 0-based it can't exceed nr_of_ptts-1 | nicodvb | 2006-08-19 | 1 | -1/+1 |
* | support for seeking to chapter and getting current playing chapter | nicodvb | 2006-08-18 | 1 | -1/+38 |
* | new stream_ctrl to get currently playing chapter (needed for stream-driven re... | nicodvb | 2006-08-18 | 1 | -0/+1 |
* | new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd | nicodvb | 2006-08-18 | 1 | -0/+1 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | diego | 2006-08-18 | 6 | -6/+6 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -1/+1 |
* | isolated tcp socket code from network.c to a dedicated file | ben | 2006-08-05 | 12 | -209/+331 |
* | missing ifndef/define/endif couple in udp header | ben | 2006-08-05 | 1 | -0/+5 |
* | kill a warning in getsockopt() | ben | 2006-08-05 | 1 | -1/+2 |
* | kill a warning in getsockopt() | ben | 2006-08-05 | 1 | -1/+2 |
* | removed some useless includes | ben | 2006-08-04 | 1 | -7/+0 |
* | moved some definitions from rtp.h to rtp.c as they're not exported or used an... | ben | 2006-08-04 | 2 | -18/+18 |
* | removed udp socket creation code from rtp stack to a new dedicated udp helper... | ben | 2006-08-04 | 7 | -115/+216 |
* | fix compilation of librtsp | ben | 2006-08-04 | 1 | -0/+1 |
* | few cosmectic changes to remove duplication | ben | 2006-08-04 | 1 | -6/+1 |
* | split rtp stack, udp input layer and rtp input layer from rtp.c | ben | 2006-08-04 | 6 | -84/+229 |
* | proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m... | ben | 2006-08-04 | 16 | -19/+17 |
* | moved pnm.h to stream/ (where it belongs) | ben | 2006-08-04 | 1 | -0/+43 |
* | renamed dvdnav_stream to stream_dvdnav for consistency | ben | 2006-08-03 | 3 | -2/+2 |
* | added dedicated file for mf:// input | ben | 2006-08-03 | 5 | -5/+51 |
* | mf.[hc] belong to libmpdemux | ben | 2006-08-03 | 3 | -174/+1 |
* | renamed cue_read.c to stream_cue.c for consistency | ben | 2006-08-03 | 2 | -3/+1 |
* | removed useless cue_read.h file | ben | 2006-08-03 | 2 | -8/+0 |
* | renamed dvbin.c to stream_dvb.c for consistency | ben | 2006-08-03 | 2 | -1/+1 |
* | conversion from stream_null to stream_tv was missing stream type | ben | 2006-08-03 | 2 | -0/+2 |
* | correctly report audio input | ben | 2006-08-03 | 1 | -10/+2 |
* | Move conditional compilation of cdinfo.c to the build system. | diego | 2006-08-02 | 2 | -7/+2 |
* | removed deprecated test.c file from libmpdemux | ben | 2006-07-31 | 1 | -2/+2 |
* | add an explicit tv stream input instead of the previous hack in stream_null | ben | 2006-07-31 | 4 | -16/+56 |
* | renamed cddX stream interface to stream_cddX for consistency | ben | 2006-07-31 | 3 | -2/+2 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 85 | -0/+32320 |