Commit History

Author SHA1 Message Date
  Michael Niedermayer a99a35c8ea Merge branch 'release/0.8' into release/0.7 13 years ago
  Stefan Fritsch 77dafced71 http: Fix decetion of range support in HTTP servers 13 years ago
  Michael Niedermayer d46aada5c2 Merge branch 'master' into oldabi 13 years ago
  Michael Niedermayer ffb5a0d533 Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' 13 years ago
  Anton Khirnov 85770f2a26 AVOptions: make default_val a union, as proposed in AVOption2. 13 years ago
  Anton Khirnov 4a7a1b7def lavf: use designated initializers for AVClasses. 13 years ago
  Michael Niedermayer 10d2ae8cf7 Merge remote branch 'qatar/master' 13 years ago
  Martin Storsjö c60112f268 libavformat: Make protocols pass URLContext as log context where available 13 years ago
  Michael Niedermayer efb5fa79f5 Merge remote branch 'qatar/master' 13 years ago
  Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 13 years ago
  Michael Niedermayer d4d09329ee Merge remote branch 'qatar/master' 13 years ago
  Anton Khirnov f35ff97f2e lavf: use designated initializers for all protocols 13 years ago
  Michael Niedermayer c88caa522c Merge remote branch 'qatar/master' 13 years ago
  Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 13 years ago
  Michael Niedermayer 434f248723 Merge remote branch 'qatar/master' 13 years ago
  Anton Khirnov 1869ea03b7 avio: make url_get_file_handle() internal. 13 years ago
  Anton Khirnov e52a9145c8 avio: make url_close() internal. 13 years ago
  Anton Khirnov 925e908bc7 avio: make url_write() internal. 13 years ago
  Anton Khirnov bc371aca46 avio: make url_read() internal. 13 years ago
  Anton Khirnov 0589da0aa5 avio: make url_open() internal. 13 years ago
  Michael Niedermayer 59bf303d68 Merge remote-tracking branch 'newdev/master' 13 years ago
  Tyler bc61920d89 http: header field names are case insensitive 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 13 years ago
  Luca Barbato dfd2a005eb Replace dprintf with av_dlog 13 years ago
  Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 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 14 years ago
  Måns Rullgård f3bfe388b5 Make ff_url_split() public 14 years ago
  Martin Storsjö 9290f15d00 Make the http protocol open the connection immediately in http_open again 14 years ago
  Martin Storsjö 4167ba0bc8 Add an AVClass to the HTTPContext 14 years ago
  Martin Storsjö a9a3364c31 Allocate the HTTPContext through URLProtocol.priv_data_size 14 years ago
  Martin Storsjö db30234794 HTTP: Add a method for initializing the authentication state from another connection 14 years ago
  Martin Storsjö 17b1493f74 Reindent 14 years ago
  Martin Storsjö ea02b593a1 HTTP: Compact the code for writing chunked post data 14 years ago
  Martin Storsjö 077026ccf3 HTTP: Get rid of the is_chunked variable, use the chunksize variable instead 14 years ago
  Martin Storsjö a6a9158973 HTTP: Clarify a comment 14 years ago
  Ronald S. Bultje 45c611a95b Reset chunksize back to zero (= no chunked encoding) after each new open 14 years ago
  Ronald S. Bultje f37246952a Use url_write(), not http_write(), for sending the HTTP headers. This prevents 14 years ago
  Martin Storsjö 130b096aea Make sure the http protocol handler returns errors if a delayed open had failed 14 years ago
  Martin Storsjö bdb57a9198 Initialize the http connection in http_seek, too 14 years ago
  Martin Storsjö e4f28e0890 Reindent 14 years ago
  Josh Allmann f2b9b19fad Add support for disabling chunked transfer encoding for the http protocol 14 years ago
  Martin Storsjö 701ea516ee Fix handling of errors in the http protocol 14 years ago
  Martin Storsjö 4ceb8b3460 Fix bugs in the http custom header handling 14 years ago
  Josh Allmann 6964d510e8 Add the capability to write custom HTTP headers 14 years ago