2011-01-20 |
reimar |
100l, fix hack to check for MakeMKV server being inverted.
|
2011-01-12 |
reimar |
Add MakeMKV to list of webservers always supporting ranges even when they
|
2010-12-19 |
cboesch |
Replace two malloc+memset with calloc.
|
2010-12-16 |
cboesch |
Add support for HTTP 307 (Temporary Redirect) responses.
|
2010-12-03 |
cboesch |
Drop MPlayer base64_encode for av_base64_encode.
|
2010-11-25 |
cboesch |
Simplify mime_type_table loop
|
2010-11-18 |
cboesch |
Add Proxy-Authorization header to authenticate on proxies
|
2010-11-07 |
cboesch |
Use MSGTR_MemAllocFailed instead of hardcoded string
|
2010-11-07 |
diego |
Remove some useless NULL pointer checks before invoking free() on the pointer.
|
2010-09-10 |
diego |
Remove unnecessary stream_cache_size extern declaration.
|
2010-09-09 |
diego |
Move mime_type_table extern declaration to network.h, where it belongs.
|
2010-08-06 |
diego |
Add 'z' length modifier to %d printf format specifier for size_t argument.
|
2010-06-20 |
diego |
Remove duplicate network_bandwidth extern declarations.
|
2010-04-02 |
reimar |
Change type to uint8_t to avoid checks depending on char signedness.
|
2010-03-31 |
reimar |
Sanitize ICY metadata a bit before printing it.
|
2010-02-26 |
diego |
Do not cast the results of malloc/calloc/realloc.
|
2010-02-22 |
diego |
Declare functions from network.c in network.h.
|
2010-01-30 |
diego |
Add license header to all files missing it in the stream subdirectory.
|
2010-01-23 |
reimar |
Handle Content-Length also when Content-Type is not set.
|
2010-01-23 |
reimar |
Use atoll to parse Content-Length to support http for files > 2GB.
|
2009-12-31 |
reimar |
Make code slightly more readable.
|
2009-12-31 |
reimar |
Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields.
|
2009-12-30 |
reimar |
Add a hack for broken youtube servers not returning Accept-Ranges.
|
2009-11-22 |
reimar |
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-02-01 |
diego |
Convert HAVE_WINSOCK2_H into a 0/1 definition.
|
2008-12-03 |
diego |
Get rid of pointless 'extern' keywords.
|
2008-11-02 |
reimar |
Add a noicyx:// protocol to allow easier testing for misconfigured servers.
|
2008-10-31 |
reimar |
Avoid a memleak if allocation of field_name fails, fixes bug #1319.
|
2008-09-01 |
diego |
Move '#define closesocket close' preprocessor directive to a common place
|
2008-08-31 |
diego |
Revert moving closesocket definition and network headers to network.h.
|
2008-08-29 |
diego |
Move duplicated '#define closesocket close' into network.h along with
|
2008-08-29 |
diego |
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
|
2008-02-19 |
albeu |
Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.
|
2008-02-15 |
reimar |
Support icyx://.
|
2008-02-15 |
reimar |
Always display Icy-Metadata if available, whether we recognize an ICY-Server
|
2008-02-15 |
reimar |
Move printing of Icy-Metadata into an extra function
|
2008-02-15 |
reimar |
Remove useless code
|
2008-02-15 |
reimar |
Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),
|
2007-12-02 |
reimar |
mime_type_table is const as well
|
2007-12-02 |
reimar |
Preserve unsv:// protocol specifier over http redirects.
|
2007-12-02 |
reimar |
Mark all stream_info_t as const
|
2007-11-26 |
ulion |
Support stream redirection from http to mms, fix bug #927.
|
2007-08-28 |
diego |
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
|
2007-01-28 |
uau |
Fix base64_encode() max output length checking.
|
2006-12-30 |
iive |
Fix double free of *http_hdr at server error.
|
2006-12-10 |
reimar |
Make sure closesocket is called.
|
2006-12-10 |
reimar |
STREAM_UNSUPPORTED is -1, so use the former for return value in all places.
|
2006-12-10 |
reimar |
Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)
|
2006-12-09 |
reimar |
Fix misplaced http_free
|
2006-12-09 |
reimar |
Fix potential endless loop in http_streaming_start due
|
2006-12-09 |
reimar |
Fix lots and lots of potential memory/fd leaks in http_streaming_start
|
2006-11-08 |
reimar |
Support URL redirections that do not specify full URL.
|
2006-10-12 |
diego |
slight overall verbosity reduction
|
2006-08-20 |
reimar |
Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at geexbox org)
|
2006-08-04 |
ben |
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
|
2006-07-31 |
ben |
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
base
libmpdemux/http.c@a331cf9731e2
|