| Commit message (Expand) | Author | Age |
* | Revert declaring ThreadProc as void, it breaks the WINAPI. | diego | 2008-10-16 |
* | Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs. | diego | 2008-10-16 |
* | Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it | diego | 2008-10-16 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 |
* | Declare ThreadProc as void, it does not return anything, fixes the warning: | diego | 2008-10-13 |
* | Remove unused function, fixes the warning: | diego | 2008-10-13 |
* | Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin: | diego | 2008-10-13 |
* | Move socklen_t typedef from config.h to stream/network.h. | diego | 2008-10-12 |
* | Add debug message about loaded frequency tables. | voroshil | 2008-09-24 |
* | Make output messages of frequency selection code more useful by | voroshil | 2008-09-24 |
* | Fix overflow in frequency conversion code inside tvi_dshow. | voroshil | 2008-09-24 |
* | With -identify, ID_DVD_VOLUME_ID is not shown on some systems. | diego | 2008-09-16 |
* | Move '#define closesocket close' preprocessor directive to a common place | diego | 2008-09-01 |
* | Revert moving closesocket definition and network headers to network.h. | diego | 2008-08-31 |
* | Rename internal libdvdread fork from dvdread to libdvdread | rathann | 2008-08-30 |
* | Print DVD volume ID with -identify. | reimar | 2008-08-30 |
* | Move duplicated '#define closesocket close' into network.h along with | diego | 2008-08-29 |
* | consistency cosmetics: Avoid using .. in #include paths. | diego | 2008-08-29 |
* | Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H. | diego | 2008-08-29 |
* | Use '#include <poll.h>' instead of '#include <sys/poll.h>'. | diego | 2008-08-14 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 |
* | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 |
* | Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x. | diego | 2008-08-06 |
* | Rename some audio-output-related preprocessor directives. | diego | 2008-08-05 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 |
* | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 |
* | Do not include sys/socket.h when using winsock2, it is pointless | reimar | 2008-07-26 |
* | Our ALSA code needs alloca, so check for it in configure and include alloca.h | reimar | 2008-07-17 |
* | Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the... | reimar | 2008-07-15 |
* | Remove -std=gnu99/gnu89/default dialect linux define, as it violates the | michael | 2008-07-15 |
* | in dvd streams the title part ranges from 1 to 99 | nicodvb | 2008-07-12 |
* | Add missing #include <sys/socket.h>, fixes the warnings: | diego | 2008-07-08 |
* | avoid unnecessary strdup(); patch by Aurel | nicodvb | 2008-07-06 |
* | Surround stream cache specific code by an appropriate #ifdef; fixes linking | diego | 2008-07-05 |
* | Add some more -identify information for CDDB. | diego | 2008-07-05 |
* | Add disc ID to -identify output. | diego | 2008-07-05 |
* | Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere. | diego | 2008-07-04 |
* | cosmetics: in ifo_stream_oped() aligned the prototype to the style | nicodvb | 2008-07-04 |
* | in ifo_stream_open() propagate the device based on the dirname of stream->url... | nicodvb | 2008-07-04 |
* | dvd_device must be handled exclusively by the option parser; it can't be chan... | nicodvb | 2008-07-04 |
* | added support for the device part in the url; patch by | nicodvb | 2008-07-04 |
* | Try to get frame rate information through VIDIOC_G_PARM if | voroshil | 2008-06-30 |
* | Fix division by zero in tvi_v4l2 which occures when capture device | voroshil | 2008-06-30 |
* | removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You... | nicodvb | 2008-06-29 |
* | mingw uses Windows sockets. | vayne | 2008-06-28 |
* | Fix the issue instead of reverting | lu_zero | 2008-06-25 |
* | Move rtsp_close away by simplification - avoids symbol clash with libnemesi | lu_zero | 2008-06-25 |