184 Commits (6ddb03caf0029b72db3cc7e4fd362e76c0d92c87)

Author SHA1 Message Date
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 years ago
Diego Biurrun 20566eb0f0 Replace outdated references to ffmpeg tool with avconv. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Stefan Fritsch 346ea9e222 http: Consider the stream as seekable if the reply contains Accept-Ranges: bytes 13 years ago
Stefan Fritsch 31dfc49598 http: Fix decetion of range support in HTTP servers 13 years ago
Anton Khirnov f0029cbcf6 lavf: use designated initializers for AVClasses. 14 years ago
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Anton Khirnov 85770f2a26 AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Anton Khirnov 4a7a1b7def lavf: use designated initializers for AVClasses. 14 years ago
Martin Storsjö c60112f268 libavformat: Make protocols pass URLContext as log context where available 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov f35ff97f2e lavf: use designated initializers for all protocols 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov 1869ea03b7 avio: make url_get_file_handle() internal. 14 years ago
Anton Khirnov e52a9145c8 avio: make url_close() internal. 14 years ago
Anton Khirnov 925e908bc7 avio: make url_write() internal. 14 years ago
Anton Khirnov bc371aca46 avio: make url_read() internal. 14 years ago
Anton Khirnov 0589da0aa5 avio: make url_open() internal. 14 years ago
Tyler bc61920d89 http: header field names are case insensitive 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Mike Edenfield 7e35d8596b http: Handle 301/307 redirect requests, too 14 years ago
Michael Niedermayer 6ed040408b Move AVOptions from libavcodec to libavutil 14 years ago
Martin Storsjö e55ebcc3f6 Move the definition of the maximum url size for static buffers to internal.h 14 years ago
Martin Storsjö f240ed18ef http: Return EOF at the end of the content even if the connection isn't closed 14 years ago
Martin Storsjö db979afed2 http: Log a warning when receiving an error code 15 years ago
Måns Rullgård f3bfe388b5 Make ff_url_split() public 15 years ago
Martin Storsjö 9290f15d00 Make the http protocol open the connection immediately in http_open again 15 years ago
Martin Storsjö 4167ba0bc8 Add an AVClass to the HTTPContext 15 years ago
Martin Storsjö a9a3364c31 Allocate the HTTPContext through URLProtocol.priv_data_size 15 years ago
Martin Storsjö db30234794 HTTP: Add a method for initializing the authentication state from another connection 15 years ago
Martin Storsjö 17b1493f74 Reindent 15 years ago
Martin Storsjö ea02b593a1 HTTP: Compact the code for writing chunked post data 15 years ago
Martin Storsjö 077026ccf3 HTTP: Get rid of the is_chunked variable, use the chunksize variable instead 15 years ago
Martin Storsjö a6a9158973 HTTP: Clarify a comment 15 years ago
Ronald S. Bultje 45c611a95b Reset chunksize back to zero (= no chunked encoding) after each new open 15 years ago
Ronald S. Bultje f37246952a Use url_write(), not http_write(), for sending the HTTP headers. This prevents 15 years ago
Martin Storsjö 130b096aea Make sure the http protocol handler returns errors if a delayed open had failed 15 years ago
Martin Storsjö bdb57a9198 Initialize the http connection in http_seek, too 15 years ago
Martin Storsjö e4f28e0890 Reindent 15 years ago
Josh Allmann f2b9b19fad Add support for disabling chunked transfer encoding for the http protocol 15 years ago
Martin Storsjö 701ea516ee Fix handling of errors in the http protocol 15 years ago
Martin Storsjö 4ceb8b3460 Fix bugs in the http custom header handling 15 years ago
Josh Allmann 6964d510e8 Add the capability to write custom HTTP headers 15 years ago
Josh Allmann 0f3254b83d Modify the behaviour of http_open to implicitly delay connection establishment 15 years ago
Martin Storsjö dd798dcd11 http: Set http_code to 200 when doing a POST 15 years ago
Martin Storsjö 27241cbffe Declare the url_write buffer parameter as const 15 years ago