| Commit message (Expand) | Author | Age | Files | Lines |
* | Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com. | diego | 2009-02-22 | 1 | -1/+8 |
* | Replace double semicolon by single semicolon. | diego | 2009-02-16 | 3 | -3/+3 |
* | Restructure network tests: Always check for both inet_aton and inet_pton. | diego | 2009-02-01 | 3 | -25/+17 |
* | Convert HAVE_WINSOCK2_H into a 0/1 definition. | diego | 2009-02-01 | 19 | -40/+40 |
* | HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value. | diego | 2009-02-01 | 3 | -6/+6 |
* | Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions. | diego | 2009-02-01 | 1 | -2/+2 |
* | Fix a NULL-check that used && instead of || and thus could not avoid crashes. | reimar | 2009-01-25 | 1 | -1/+1 |
* | Switch internal dvdread to libdvdread SVN external. | reimar | 2009-01-08 | 3 | -15/+0 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 1 | -1/+1 |
* | Fix DVD seek_to_chapter: the title number must be converted to a per-VTS | reimar | 2009-01-01 | 1 | -0/+9 |
* | Work around a dvdread bug where DVDReadBlocks would return values < 0 on read... | reimar | 2008-12-31 | 1 | -1/+2 |
* | Avoid u_ BSD type names. | diego | 2008-12-27 | 1 | -1/+1 |
* | Replace informal GPL notes by standard GPL header. | diego | 2008-12-13 | 1 | -15/+25 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 6 | -15/+15 |
* | Move PTHREAD_CACHE define logic to configure. | reimar | 2008-11-28 | 1 | -4/+0 |
* | 100l, stream->cache_pid can not be used directly in pthread_create, | reimar | 2008-11-15 | 1 | -1/+5 |
* | Use pthreads for the cache on Cygwin, since _beginthread is not available | reimar | 2008-11-15 | 1 | -11/+27 |
* | Include cache2.h in cache2.c, fixes an implicit declaration warning for cache... | reimar | 2008-11-14 | 1 | -0/+1 |
* | set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn... | nicodvb | 2008-11-05 | 2 | -3/+3 |
* | Intialize unused fd variables to -1 (which is actually invalid) instead | reimar | 2008-11-04 | 1 | -1/+1 |
* | Fix condition broken in r27401 which incorrectly caused stdin to be closed af... | reimar | 2008-11-04 | 1 | -1/+1 |
* | Forgotten reindent | reimar | 2008-11-02 | 1 | -1/+1 |
* | Add a noicyx:// protocol to allow easier testing for misconfigured servers. | reimar | 2008-11-02 | 2 | -1/+2 |
* | vfw.h needs a windows.h include before on MinGW64. | reimar | 2008-11-02 | 1 | -0/+1 |
* | Avoid a memleak if allocation of field_name fails, fixes bug #1319. | reimar | 2008-10-31 | 1 | -0/+1 |
* | Conditionally declare a conditionally used variable, fixes the warning: | diego | 2008-10-24 | 1 | -1/+4 |
* | Determine default CD/DVD device in configure instead of using an #ifdef jungle. | diego | 2008-10-21 | 1 | -26/+0 |
* | Replace typeof by __typeof__, the former is a non-portable GNU extension. | diego | 2008-10-20 | 1 | -1/+1 |
* | Avoid CreateThread and especially TerminateThread since they cause a memleak. | reimar | 2008-10-19 | 1 | -21/+18 |
* | Remove useless casts. | reimar | 2008-10-19 | 1 | -2/+2 |
* | Revert declaring ThreadProc as void, it breaks the WINAPI. | diego | 2008-10-16 | 1 | -2/+6 |
* | Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs. | diego | 2008-10-16 | 1 | -0/+27 |
* | Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it | diego | 2008-10-16 | 2 | -1/+1 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 | 4 | -21/+21 |
* | Declare ThreadProc as void, it does not return anything, fixes the warning: | diego | 2008-10-13 | 1 | -6/+2 |
* | Remove unused function, fixes the warning: | diego | 2008-10-13 | 1 | -46/+0 |
* | Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin: | diego | 2008-10-13 | 1 | -1/+1 |
* | Move socklen_t typedef from config.h to stream/network.h. | diego | 2008-10-12 | 2 | -0/+4 |
* | Add debug message about loaded frequency tables. | voroshil | 2008-09-24 | 1 | -1/+2 |
* | Make output messages of frequency selection code more useful by | voroshil | 2008-09-24 | 1 | -2/+4 |
* | Fix overflow in frequency conversion code inside tvi_dshow. | voroshil | 2008-09-24 | 1 | -2/+2 |
* | With -identify, ID_DVD_VOLUME_ID is not shown on some systems. | diego | 2008-09-16 | 1 | -1/+1 |
* | Move '#define closesocket close' preprocessor directive to a common place | diego | 2008-09-01 | 14 | -23/+17 |
* | Revert moving closesocket definition and network headers to network.h. | diego | 2008-08-31 | 14 | -15/+115 |
* | Rename internal libdvdread fork from dvdread to libdvdread | rathann | 2008-08-30 | 3 | -12/+12 |
* | Print DVD volume ID with -identify. | reimar | 2008-08-30 | 1 | -0/+3 |
* | Move duplicated '#define closesocket close' into network.h along with | diego | 2008-08-29 | 14 | -115/+15 |
* | consistency cosmetics: Avoid using .. in #include paths. | diego | 2008-08-29 | 6 | -12/+12 |
* | Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H. | diego | 2008-08-29 | 20 | -45/+46 |
* | Use '#include <poll.h>' instead of '#include <sys/poll.h>'. | diego | 2008-08-14 | 3 | -3/+3 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 2 | -8/+8 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 | 1 | -7/+7 |
* | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 3 | -13/+13 |
* | Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x. | diego | 2008-08-06 | 5 | -17/+17 |
* | Rename some audio-output-related preprocessor directives. | diego | 2008-08-05 | 5 | -17/+17 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 10 | -69/+69 |
* | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 | 4 | -15/+15 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -1/+1 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 14 | -54/+54 |
* | Do not include sys/socket.h when using winsock2, it is pointless | reimar | 2008-07-26 | 1 | -1/+2 |
* | Our ALSA code needs alloca, so check for it in configure and include alloca.h | reimar | 2008-07-17 | 2 | -0/+2 |
* | Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the... | reimar | 2008-07-15 | 1 | -1/+1 |
* | Remove -std=gnu99/gnu89/default dialect linux define, as it violates the | michael | 2008-07-15 | 1 | -4/+4 |
* | in dvd streams the title part ranges from 1 to 99 | nicodvb | 2008-07-12 | 2 | -2/+2 |
* | Add missing #include <sys/socket.h>, fixes the warnings: | diego | 2008-07-08 | 1 | -0/+1 |
* | avoid unnecessary strdup(); patch by Aurel | nicodvb | 2008-07-06 | 1 | -1/+1 |
* | Surround stream cache specific code by an appropriate #ifdef; fixes linking | diego | 2008-07-05 | 1 | -0/+2 |
* | Add some more -identify information for CDDB. | diego | 2008-07-05 | 1 | -0/+9 |
* | Add disc ID to -identify output. | diego | 2008-07-05 | 1 | -0/+2 |
* | Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere. | diego | 2008-07-04 | 1 | -0/+0 |
* | cosmetics: in ifo_stream_oped() aligned the prototype to the style | nicodvb | 2008-07-04 | 1 | -9/+8 |
* | in ifo_stream_open() propagate the device based on the dirname of stream->url... | nicodvb | 2008-07-04 | 1 | -0/+1 |
* | dvd_device must be handled exclusively by the option parser; it can't be chan... | nicodvb | 2008-07-04 | 1 | -2/+0 |
* | added support for the device part in the url; patch by | nicodvb | 2008-07-04 | 1 | -8/+17 |
* | Try to get frame rate information through VIDIOC_G_PARM if | voroshil | 2008-06-30 | 1 | -0/+12 |
* | Fix division by zero in tvi_v4l2 which occures when capture device | voroshil | 2008-06-30 | 1 | -8/+18 |
* | removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You... | nicodvb | 2008-06-29 | 1 | -6/+0 |
* | mingw uses Windows sockets. | vayne | 2008-06-28 | 1 | -1/+3 |
* | Fix the issue instead of reverting | lu_zero | 2008-06-25 | 3 | -58/+56 |
* | Move rtsp_close away by simplification - avoids symbol clash with libnemesi | lu_zero | 2008-06-25 | 3 | -33/+33 |
* | Reorder some functions to avoid implicit declaration warnings. | diego | 2008-06-19 | 1 | -27/+28 |
* | Add missing #includes to fix 'make checkheaders'. | diego | 2008-06-16 | 2 | -0/+2 |
* | Ability for specifying TV standard individually for each TV channel. | voroshil | 2008-06-14 | 2 | -6/+32 |
* | Factorizes dvdnav aid retrieval code. | ben | 2008-06-07 | 1 | -30/+27 |
* | Add routine that provides audio ID corresponding to logical number | ben | 2008-06-07 | 2 | -0/+33 |
* | Rename some functions as they are mplayer related and not | ben | 2008-06-07 | 2 | -15/+15 |
* | rename for consistency | ben | 2008-06-07 | 1 | -5/+5 |
* | Add routine to determine if SPU has changed in dvdnav stream. | ben | 2008-06-07 | 2 | -0/+25 |
* | Add routine to determine if audio has changed in dvdnav stream. | ben | 2008-06-07 | 2 | -0/+25 |
* | Save DVDNAV palette info. | ben | 2008-06-07 | 2 | -0/+2 |
* | 100l, fix wrong order of cases in cache_do_control | reimar | 2008-06-01 | 1 | -3/+3 |
* | Fix compilation with internal dvdnav | rtogni | 2008-05-31 | 1 | -0/+1 |
* | adapted to the dvdread->libdvdread transition in dvdnav's repository | nicodvb | 2008-05-31 | 3 | -4/+12 |
* | Handle NULL control function in cache_execute_control, fixes crash with http ... | reimar | 2008-05-30 | 1 | -0/+7 |
* | Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used. | reimar | 2008-05-26 | 1 | -2/+13 |
* | Add basic support for stream controls with cache enabled. | reimar | 2008-05-24 | 4 | -7/+83 |
* | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 12 | -198/+198 |
* | Add missing stream.h #include, fixes the warning: | diego | 2008-05-15 | 1 | -0/+1 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 | 17 | -233/+262 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-05-03 | 2 | -0/+3 |
* | Use consistent #include paths without "../". | diego | 2008-04-28 | 1 | -1/+1 |
* | Merge stream/Makefile into top-level Makefile. | diego | 2008-04-24 | 1 | -72/+0 |
* | cosmetics: alphabetical order | diego | 2008-04-24 | 1 | -2/+1 |
* | in preparation for multi-frontend patch replaced file-static device names wit... | nicodvb | 2008-04-13 | 1 | -17/+28 |
* | removed useless parameter :type from -dvbin (the frontend type is reported by... | nicodvb | 2008-04-12 | 1 | -6/+3 |
* | removed defunct options :vid and :aid from -dvbin (they were useless from the... | nicodvb | 2008-04-12 | 1 | -10/+5 |
* | Remove the need for code using stream to export an mp_input_check_interrupt() | albeu | 2008-04-09 | 4 | -4/+18 |
* | Make stream independent of libmpdemux, the asf demuxer and streaming | albeu | 2008-04-09 | 1 | -10/+1 |
* | Fix possible integer overflow in malloc by using calloc instead. | reimar | 2008-03-29 | 1 | -1/+2 |
* | mingw uses windows sockets. | vayne | 2008-03-11 | 1 | -0/+2 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-10 | 1 | -0/+3 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-10 | 14 | -0/+39 |
* | Remove useless #include. | diego | 2008-03-10 | 1 | -1/+0 |
* | search channels.conf in mplayer's instdir if all other searches fail; patch b... | nicodvb | 2008-03-03 | 1 | -0/+6 |
* | cache support for OS/2 | diego | 2008-02-28 | 1 | -17/+34 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -4/+0 |
* | Avoid a pointless special-case for opening a file | reimar | 2008-02-24 | 1 | -4/+0 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 34 | -106/+104 |
* | Add multiple inclusion guard. | diego | 2008-02-21 | 1 | -0/+5 |
* | Add missing multiple inclusion guards. | diego | 2008-02-21 | 4 | -0/+18 |
* | Remove pointless #ifdefs around extern declarations. | diego | 2008-02-20 | 1 | -26/+0 |
* | Add support for DOS-style file:///x:/path paths. | diego | 2008-02-20 | 1 | -0/+6 |
* | Fill stream->end_pos if possible, fixing lavf demuxers that need to seek. | albeu | 2008-02-19 | 1 | -1/+3 |
* | Support icyx://. | reimar | 2008-02-15 | 1 | -1/+1 |
* | Always display Icy-Metadata if available, whether we recognize an ICY-Server | reimar | 2008-02-15 | 1 | -1/+2 |
* | Move printing of Icy-Metadata into an extra function | reimar | 2008-02-15 | 1 | -14/+18 |
* | Remove useless code | reimar | 2008-02-15 | 1 | -6/+6 |
* | Detect IceCast also by Icy-MetaInt header part in http_streaming_start(), | reimar | 2008-02-15 | 1 | -1/+2 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 2 | -12/+12 |
* | -chapter is now handled uniformly calling demuxer_seek_chapter() instead | nicodvb | 2008-02-11 | 2 | -29/+2 |
* | #include just libavutil/common.h, not all of libavutil/intreadwrite.h. | diego | 2008-02-11 | 1 | -1/+1 |
* | Stream IDs must be written as hex numbers. Fixes | rtogni | 2008-01-29 | 1 | -2/+2 |
* | vcd_read must read exactly VCD_SECTOR_DATA bytes. | reimar | 2008-01-28 | 1 | -1/+1 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 | 5 | -15/+15 |
* | factorize 2 tests | ben | 2008-01-26 | 1 | -2/+3 |
* | add a new state flag to dvdnav in order to notify if | ben | 2008-01-26 | 2 | -0/+21 |
* | remove useless casts | ben | 2008-01-26 | 1 | -10/+10 |
* | simplify by a one-liner | ben | 2008-01-26 | 1 | -2/+1 |
* | remove the spu_set field, replaced by a flag | ben | 2008-01-26 | 1 | -3/+4 |
* | this end brace was not correctly indented | ben | 2008-01-26 | 1 | -1/+1 |
* | automatically set spu button highlight when nav cell has changed | ben | 2008-01-26 | 1 | -0/+3 |
* | Add support for dvdnav still frames playback. | ben | 2008-01-26 | 2 | -26/+166 |
* | array was defined for 6 elements while 7 were declared | ben | 2008-01-24 | 1 | -1/+1 |
* | type expected by dvdnav_get_title_string() is const | ben | 2008-01-24 | 1 | -1/+1 |
* | remove some redundant declarations | ben | 2008-01-24 | 1 | -3/+0 |
* | Add new command to switch between dvdnav titles | ben | 2008-01-24 | 2 | -0/+10 |
* | Prevent possible buffer overflow on album_title[] | rtogni | 2008-01-20 | 1 | -2/+5 |
* | Clear tmp between ip6 check and string escape to prevent reuse of the | rtogni | 2008-01-20 | 1 | -0/+1 |
* | Fix compilation failue: | ulion | 2008-01-20 | 1 | -0/+1 |
* | Reindent | reimar | 2008-01-19 | 1 | -2/+2 |
* | Simplify and keep terminating end-of-line | reimar | 2008-01-19 | 1 | -4/+4 |
* | Remove a broken and useless hack to avoid a memcpy | reimar | 2008-01-19 | 1 | -3/+1 |
* | Cached file must be 0-terminated since we use string processing functions on it | reimar | 2008-01-19 | 1 | -2/+3 |
* | Make sure we do not write the terminating 0 out of bounds | reimar | 2008-01-19 | 1 | -1/+1 |
* | Simplify/cleanup of real_calc_response_and_checksum() | rtogni | 2008-01-13 | 1 | -8/+2 |
* | Don't oversize realchallenge buffers | rtogni | 2008-01-13 | 1 | -6/+6 |
* | Simplify cue-parsing | reimar | 2008-01-13 | 1 | -13/+12 |
* | Get rid of quite useless inum variable | reimar | 2008-01-13 | 1 | -3/+2 |
* | Use AV_WB* | reimar | 2008-01-13 | 1 | -10/+3 |
* | Remove some useless () and {} | reimar | 2008-01-13 | 1 | -16/+13 |
* | Simplify | reimar | 2008-01-13 | 1 | -1/+1 |
* | Use AV_WB16 instead of ugly memcpy hacks | reimar | 2008-01-13 | 1 | -10/+3 |
* | Use AV_RB* instead of custom variants. | reimar | 2008-01-13 | 1 | -19/+11 |
* | Use sizeof instead of size variables/defines | reimar | 2008-01-13 | 1 | -16/+10 |
* | Make some pnm data const | reimar | 2008-01-13 | 1 | -2/+2 |
* | dvb_demuxdev etc. are only used in dvb_tune.c so make them static | reimar | 2008-01-13 | 1 | -6/+6 |
* | Make several arrays const | reimar | 2008-01-13 | 1 | |