aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Switch internal dvdread to libdvdread SVN external.Gravatar reimar2009-01-08
* Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* Fix DVD seek_to_chapter: the title number must be converted to a per-VTSGravatar reimar2009-01-01
* Work around a dvdread bug where DVDReadBlocks would return values < 0 on read...Gravatar reimar2008-12-31
* Avoid u_ BSD type names.Gravatar diego2008-12-27
* Replace informal GPL notes by standard GPL header.Gravatar diego2008-12-13
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Move PTHREAD_CACHE define logic to configure.Gravatar reimar2008-11-28
* 100l, stream->cache_pid can not be used directly in pthread_create,Gravatar reimar2008-11-15
* Use pthreads for the cache on Cygwin, since _beginthread is not availableGravatar reimar2008-11-15
* Include cache2.h in cache2.c, fixes an implicit declaration warning for cache...Gravatar reimar2008-11-14
* set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn...Gravatar nicodvb2008-11-05
* Intialize unused fd variables to -1 (which is actually invalid) insteadGravatar reimar2008-11-04
* Fix condition broken in r27401 which incorrectly caused stdin to be closed af...Gravatar reimar2008-11-04
* Forgotten reindentGravatar reimar2008-11-02
* Add a noicyx:// protocol to allow easier testing for misconfigured servers.Gravatar reimar2008-11-02
* vfw.h needs a windows.h include before on MinGW64.Gravatar reimar2008-11-02
* Avoid a memleak if allocation of field_name fails, fixes bug #1319.Gravatar reimar2008-10-31
* Conditionally declare a conditionally used variable, fixes the warning:Gravatar diego2008-10-24
* Determine default CD/DVD device in configure instead of using an #ifdef jungle.Gravatar diego2008-10-21
* Replace typeof by __typeof__, the former is a non-portable GNU extension.Gravatar diego2008-10-20
* Avoid CreateThread and especially TerminateThread since they cause a memleak.Gravatar reimar2008-10-19
* Remove useless casts.Gravatar reimar2008-10-19
* Revert declaring ThreadProc as void, it breaks the WINAPI.Gravatar diego2008-10-16
* Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.Gravatar diego2008-10-16
* Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make itGravatar diego2008-10-16
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Declare ThreadProc as void, it does not return anything, fixes the warning:Gravatar diego2008-10-13
* Remove unused function, fixes the warning:Gravatar diego2008-10-13
* Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:Gravatar diego2008-10-13
* Move socklen_t typedef from config.h to stream/network.h.Gravatar diego2008-10-12
* Add debug message about loaded frequency tables.Gravatar voroshil2008-09-24
* Make output messages of frequency selection code more useful byGravatar voroshil2008-09-24
* Fix overflow in frequency conversion code inside tvi_dshow.Gravatar voroshil2008-09-24
* With -identify, ID_DVD_VOLUME_ID is not shown on some systems.Gravatar diego2008-09-16
* Move '#define closesocket close' preprocessor directive to a common placeGravatar diego2008-09-01
* Revert moving closesocket definition and network headers to network.h.Gravatar diego2008-08-31
* Rename internal libdvdread fork from dvdread to libdvdreadGravatar rathann2008-08-30
* Print DVD volume ID with -identify.Gravatar reimar2008-08-30
* Move duplicated '#define closesocket close' into network.h along withGravatar diego2008-08-29
* consistency cosmetics: Avoid using .. in #include paths.Gravatar diego2008-08-29
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Gravatar diego2008-08-14
* Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
* Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.Gravatar diego2008-08-06
* Rename some audio-output-related preprocessor directives.Gravatar diego2008-08-05
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01