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
/
http.c
Commit message (
Expand
)
Author
Age
*
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
Convert HAVE_WINSOCK2_H into a 0/1 definition.
diego
2009-02-01
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Add a noicyx:// protocol to allow easier testing for misconfigured servers.
reimar
2008-11-02
*
Avoid a memleak if allocation of field_name fails, fixes bug #1319.
reimar
2008-10-31
*
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
*
Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.
albeu
2008-02-19
*
Support icyx://.
reimar
2008-02-15
*
Always display Icy-Metadata if available, whether we recognize an ICY-Server
reimar
2008-02-15
*
Move printing of Icy-Metadata into an extra function
reimar
2008-02-15
*
Remove useless code
reimar
2008-02-15
*
Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),
reimar
2008-02-15
*
mime_type_table is const as well
reimar
2007-12-02
*
Preserve unsv:// protocol specifier over http redirects.
reimar
2007-12-02
*
Mark all stream_info_t as const
reimar
2007-12-02
*
Support stream redirection from http to mms, fix bug #927.
ulion
2007-11-26
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
Fix base64_encode() max output length checking.
uau
2007-01-28
*
Fix double free of *http_hdr at server error.
iive
2006-12-30
*
Make sure closesocket is called.
reimar
2006-12-10
*
STREAM_UNSUPPORTED is -1, so use the former for return value in all places.
reimar
2006-12-10
*
Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)
reimar
2006-12-10
*
Fix misplaced http_free
reimar
2006-12-09
*
Fix potential endless loop in http_streaming_start due
reimar
2006-12-09
*
Fix lots and lots of potential memory/fd leaks in http_streaming_start
reimar
2006-12-09
*
Support URL redirections that do not specify full URL.
reimar
2006-11-08
*
slight overall verbosity reduction
diego
2006-10-12
*
Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at ge...
reimar
2006-08-20
*
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