index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
network.c
Commit message (
Expand
)
Author
Age
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Convert HAVE_WINSOCK2_H into a 0/1 definition.
diego
2009-02-01
*
Forgotten reindent
reimar
2008-11-02
*
Add a noicyx:// protocol to allow easier testing for misconfigured servers.
reimar
2008-11-02
*
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
*
Move duplicated '#define closesocket close' into network.h along with
diego
2008-08-29
*
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
diego
2008-08-29
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
mime_type_table is const as well
reimar
2007-12-02
*
wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750
rtogni
2007-06-29
*
Fix a few gcc warnings, approved by Diego and Reimar.
rathann
2007-02-05
*
Force lavf on flv streams. Closes bugzilla #354
rtogni
2006-12-15
*
Close fd on error.
reimar
2006-12-09
*
Change demuxer for "application/octet-stream" http streams from
eugeni
2006-09-15
*
isolated tcp socket code from network.c to a dedicated file
ben
2006-08-05
*
kill a warning in getsockopt()
ben
2006-08-05
*
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...
ben
2006-08-04
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31