| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 6 | -15/+15 |
|\ |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 6 | -15/+15 |
* | | Merge svn changes up to r28065 | Uoti Urpala | 2008-12-02 | 1 | -4/+0 |
|\| |
|
| * | Move PTHREAD_CACHE define logic to configure. | reimar | 2008-11-28 | 1 | -4/+0 |
* | | Merge svn changes up to r27949 | Uoti Urpala | 2008-11-17 | 1 | -12/+32 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r27899 | Uoti Urpala | 2008-11-06 | 5 | -6/+9 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 | 12 | -91/+50 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r27682 | Uoti Urpala | 2008-10-02 | 1 | -5/+8 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r27649 | Uoti Urpala | 2008-09-20 | 1 | -1/+1 |
|\| |
|
| * | With -identify, ID_DVD_VOLUME_ID is not shown on some systems. | diego | 2008-09-16 | 1 | -1/+1 |
* | | Merge svn changes up to r27514 | Uoti Urpala | 2008-09-03 | 31 | -91/+89 |
|\| |
|
| * | 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 |
* | | Make various functions static | Uoti Urpala | 2008-08-12 | 2 | -4/+4 |
* | | Include corresponding .h in some .c files | Uoti Urpala | 2008-08-12 | 1 | -0/+1 |
* | | stream.h: Add 2 prototypes instead of declaring them in cache2.c | Uoti Urpala | 2008-08-12 | 2 | -5/+2 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 16 | -114/+114 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 | 5 | -16/+16 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 15 | -55/+56 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r27332 | Uoti Urpala | 2008-07-21 | 4 | -5/+7 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r27281 | Uoti Urpala | 2008-07-15 | 2 | -2/+2 |
|\| |
|
| * | in dvd streams the title part ranges from 1 to 99 | nicodvb | 2008-07-12 | 2 | -2/+2 |
* | | Merge svn changes up to r27242 | Uoti Urpala | 2008-07-09 | 5 | -1/+15 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r27202 | Uoti Urpala | 2008-07-05 | 2 | -18/+25 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r27184 | Uoti Urpala | 2008-07-01 | 5 | -106/+122 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r27123 | Uoti Urpala | 2008-06-23 | 1 | -27/+28 |
|\| |
|
| * | Reorder some functions to avoid implicit declaration warnings. | diego | 2008-06-19 | 1 | -27/+28 |
* | | Merge svn changes up to r27092 | Uoti Urpala | 2008-06-17 | 4 | -6/+34 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r27025 | Uoti Urpala | 2008-06-07 | 2 | -36/+118 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 19 | -209/+312 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r26783 | Uoti Urpala | 2008-05-15 | 18 | -233/+263 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r26680 | Uoti Urpala | 2008-05-07 | 2 | -0/+3 |
|\| |
|
| * | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-05-03 | 2 | -0/+3 |
* | | Create a context for input.c state | Uoti Urpala | 2008-04-30 | 2 | -4/+11 |
* | | Merge svn changes up to r26587 | Uoti Urpala | 2008-04-29 | 1 | -1/+1 |
|\| |
|
| * | Use consistent #include paths without "../". | diego | 2008-04-28 | 1 | -1/+1 |
* | | Merge svn changes up to r26540 | Uoti Urpala | 2008-04-26 | 1 | -73/+0 |
|\| |
|
| * | Merge stream/Makefile into top-level Makefile. | diego | 2008-04-24 | 1 | -72/+0 |
| * | cosmetics: alphabetical order | diego | 2008-04-24 | 1 | -2/+1 |
* | | Remove _s/_st suffix from some struct names | Uoti Urpala | 2008-04-25 | 6 | -29/+29 |
* | | Move audio_id and video_id to options struct | Uoti Urpala | 2008-04-23 | 3 | -10/+14 |
* | | Add option pointer to stream struct (at least temporarily) | Uoti Urpala | 2008-04-23 | 3 | -19/+18 |
* | | Mark some functions static | Uoti Urpala | 2008-04-23 | 2 | -5/+5 |
|/ |
|
* | 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 o |