aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
...
| * 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
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * 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
* | Merge svn changes up to r27682Gravatar Uoti Urpala2008-10-02
|\|
| * 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
* | Merge svn changes up to r27649Gravatar Uoti Urpala2008-09-20
|\|
| * With -identify, ID_DVD_VOLUME_ID is not shown on some systems.Gravatar diego2008-09-16
* | Merge svn changes up to r27514Gravatar Uoti Urpala2008-09-03
|\|
| * 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
* | Make various functions staticGravatar Uoti Urpala2008-08-12
* | Include corresponding .h in some .c filesGravatar Uoti Urpala2008-08-12
* | stream.h: Add 2 prototypes instead of declaring them in cache2.cGravatar Uoti Urpala2008-08-12
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * 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
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
| * Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30