| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics | reimar | 2006-11-21 | 1 | -1/+1 |
* | Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFA | reimar | 2006-11-21 | 1 | -1/+6 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | new slave command: radio_step_freq | voroshil | 2006-11-19 | 2 | -0/+22 |
* | riformatted after previous commit | nicodvb | 2006-11-19 | 1 | -2/+2 |
* | if in the list of pids appears at least one 8192 (while TS) remove all other ... | nicodvb | 2006-11-19 | 1 | -1/+18 |
* | Add *BSD BT848 radio support | voroshil | 2006-11-18 | 2 | -1/+156 |
* | Rename libdvdread to dvdread. We really only include only the dvdread | diego | 2006-11-18 | 1 | -4/+4 |
* | add public wrapper for get_frequency | voroshil | 2006-11-17 | 2 | -0/+16 |
* | Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is" | voroshil | 2006-11-17 | 1 | -1/+1 |
* | consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME... | nicodvb | 2006-11-12 | 2 | -4/+3 |
* | make fail STREAM_CTRLs related to seeking/fetching time/chapter when the cach... | nicodvb | 2006-11-11 | 1 | -2/+9 |
* | idenfify now shows the timings of chapters of the chosen pgc | nicodvb | 2006-11-10 | 1 | -0/+26 |
* | one more deuglification | nicodvb | 2006-11-09 | 1 | -1/+2 |
* | COSMETICS: renamed dvdnav_priv to priv | nicodvb | 2006-11-09 | 1 | -56/+56 |
* | Add missed 'break'. | voroshil | 2006-11-09 | 1 | -0/+2 |
* | Move non driver-specific block to non-driver specific procedure, to avoid | voroshil | 2006-11-09 | 1 | -17/+15 |
* | changed ugly sizeof(*type_ptr) width sizeof(type) | nicodvb | 2006-11-08 | 1 | -1/+1 |
* | COSMETICS: reformatted this ugly mess in a consistent manner | nicodvb | 2006-11-08 | 1 | -70/+71 |
* | Support URL redirections that do not specify full URL. | reimar | 2006-11-08 | 3 | -2/+21 |
* | Adding ability to check allowed frequency range. | voroshil | 2006-11-08 | 1 | -2/+17 |
* | support for -dvdangle | nicodvb | 2006-11-08 | 1 | -0/+3 |
* | implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precis... | nicodvb | 2006-11-07 | 2 | -0/+111 |
* | added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME | nicodvb | 2006-11-07 | 1 | -0/+2 |
* | Replace enneccesery O_RDWR with O_RDONLY | voroshil | 2006-11-07 | 1 | -1/+1 |
* | Restoring volume level of radio card on exit. | voroshil | 2006-11-07 | 1 | -0/+3 |
* | printf->mp_msg | rtogni | 2006-11-05 | 1 | -13/+14 |
* | Fix compilation: forgotten mp_msg.h include | reimar | 2006-11-05 | 1 | -0/+1 |
* | printf ->mp_msg | rtogni | 2006-11-05 | 1 | -8/+8 |
* | Do not use abort() | rtogni | 2006-11-05 | 1 | -7/+7 |
* | cosmetics: reformatted with only tabs | nicodvb | 2006-11-04 | 1 | -8/+6 |
* | use calloc() instead of malloc() | nicodvb | 2006-11-04 | 1 | -1/+1 |
* | nonsense removal: compare old and new frequency in order to skip tuning | nicodvb | 2006-11-04 | 2 | -43/+3 |
* | changed email address | henry | 2006-11-04 | 2 | -2/+2 |
* | Streamline and simplify internal vs external libdvdread handling. | diego | 2006-11-03 | 4 | -9/+9 |
* | libmpdvdkit2 --> libdvdread, it just contains libdvdread now. | diego | 2006-11-03 | 1 | -4/+4 |
* | More code shuffling | reimar | 2006-11-01 | 1 | -26/+13 |
* | cosmetics: move WIN32 read_toc code to allow for summarizing more common | reimar | 2006-11-01 | 1 | -22/+24 |
* | Avoid code duplication for "last" toc entry. | reimar | 2006-11-01 | 1 | -28/+7 |
* | simplify/unify read_toc | reimar | 2006-11-01 | 1 | -28/+28 |
* | Factor out common code in stream_cddb read_toc function. | reimar | 2006-11-01 | 1 | -35/+11 |
* | Remove useless code | reimar | 2006-11-01 | 1 | -2/+0 |
* | printf -> mp_msg | rtogni | 2006-10-30 | 1 | -7/+10 |
* | Realrtsp authentication | rtogni | 2006-10-30 | 5 | -6/+58 |
* | support for -chapter option (same semanthics as for dvd://) | nicodvb | 2006-10-23 | 1 | -0/+16 |
* | simplified code to handle titleset transition (removed useless assignment) | nicodvb | 2006-10-23 | 1 | -2/+1 |
* | spell fix | nicodvb | 2006-10-23 | 1 | -1/+1 |
* | don't play any other title other than N when N is specified (with dvdnav://N) | nicodvb | 2006-10-23 | 2 | -0/+9 |
* | bails out if cdparanoia can't read cd (avoid lockup) | ben | 2006-10-13 | 1 | -0/+2 |
* | slight overall verbosity reduction | diego | 2006-10-12 | 2 | -3/+3 |
* | gcc 2.95 fix | ods15 | 2006-10-11 | 1 | -1/+1 |
* | added OSD audio switching visualization | ptt | 2006-10-11 | 2 | -0/+14 |
* | Change occurrences of "(int)*(void **)arg" to "*(int *)arg". | uau | 2006-10-10 | 1 | -17/+17 |
* | 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 |