| Commit message (Expand) | Author | Age |
* | Move PTHREAD_CACHE define logic to configure. | reimar | 2008-11-28 |
* | 100l, stream->cache_pid can not be used directly in pthread_create, | reimar | 2008-11-15 |
* | Use pthreads for the cache on Cygwin, since _beginthread is not available | reimar | 2008-11-15 |
* | Include cache2.h in cache2.c, fixes an implicit declaration warning for cache... | reimar | 2008-11-14 |
* | set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn... | nicodvb | 2008-11-05 |
* | Intialize unused fd variables to -1 (which is actually invalid) instead | reimar | 2008-11-04 |
* | Fix condition broken in r27401 which incorrectly caused stdin to be closed af... | reimar | 2008-11-04 |
* | Forgotten reindent | reimar | 2008-11-02 |
* | Add a noicyx:// protocol to allow easier testing for misconfigured servers. | reimar | 2008-11-02 |
* | vfw.h needs a windows.h include before on MinGW64. | reimar | 2008-11-02 |
* | Avoid a memleak if allocation of field_name fails, fixes bug #1319. | reimar | 2008-10-31 |
* | Conditionally declare a conditionally used variable, fixes the warning: | diego | 2008-10-24 |
* | Determine default CD/DVD device in configure instead of using an #ifdef jungle. | diego | 2008-10-21 |
* | Replace typeof by __typeof__, the former is a non-portable GNU extension. | diego | 2008-10-20 |
* | Avoid CreateThread and especially TerminateThread since they cause a memleak. | reimar | 2008-10-19 |
* | Remove useless casts. | reimar | 2008-10-19 |
* | 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 |