summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAge
* http: Handle 301/307 redirect requests, tooMike Edenfield2010-11-02
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Move the definition of the maximum url size for static buffers to internal.hMartin Storsjö2010-08-19
* http: Return EOF at the end of the content even if the connection isn't closedMartin Storsjö2010-08-09
* http: Log a warning when receiving an error codeMartin Storsjö2010-07-16
* Make ff_url_split() publicMåns Rullgård2010-06-27
* Make the http protocol open the connection immediately in http_open againMartin Storsjö2010-06-22
* Add an AVClass to the HTTPContextMartin Storsjö2010-06-22
* Allocate the HTTPContext through URLProtocol.priv_data_sizeMartin Storsjö2010-06-22
* HTTP: Add a method for initializing the authentication state from another con...Martin Storsjö2010-06-21
* ReindentMartin Storsjö2010-06-21
* HTTP: Compact the code for writing chunked post dataMartin Storsjö2010-06-21
* HTTP: Get rid of the is_chunked variable, use the chunksize variable insteadMartin Storsjö2010-06-21
* HTTP: Clarify a commentMartin Storsjö2010-06-21
* Reset chunksize back to zero (= no chunked encoding) after each new openRonald S. Bultje2010-06-20
* Use url_write(), not http_write(), for sending the HTTP headers. This preventsRonald S. Bultje2010-06-20
* Make sure the http protocol handler returns errors if a delayed open had failedMartin Storsjö2010-06-09
* Initialize the http connection in http_seek, tooMartin Storsjö2010-06-09
* ReindentMartin Storsjö2010-06-08
* Add support for disabling chunked transfer encoding for the http protocolJosh Allmann2010-06-08
* Fix handling of errors in the http protocolMartin Storsjö2010-06-08
* Fix bugs in the http custom header handlingMartin Storsjö2010-06-08
* Add the capability to write custom HTTP headersJosh Allmann2010-06-08
* Modify the behaviour of http_open to implicitly delay connection establishmentJosh Allmann2010-06-08
* http: Set http_code to 200 when doing a POSTMartin Storsjö2010-06-04
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-01
* Split out http authentication handling into a separate fileMartin Storsjö2010-03-24
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14
* ReindentMartin Storsjö2010-03-08
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-05
* restore old buffer content when seek failed in http protocol, fix issue #1631Baptiste Coudurier2010-01-13
* Reindent after r21166.Ronald S. Bultje2010-01-12
* Use chunked encoding for HTTP uploads. Patch by Tomas HärdinTomas Härdin2010-01-12
* Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at).Peter Holik2009-06-23
* Cosmetics : Use dprintf instead of printf.Peter Holik2009-06-06
* Cosmetics : Fix indentation after last commit.Jai Menon2009-06-06
* Introduce http_get_line and modify http_connect to use http_get_line.Peter Holik2009-06-06
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* Reduce allocated length of the HTTP authentication request field buffer, asRonald S. Bultje2009-03-03
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Remove a pointless cast.Reimar Döffinger2008-02-02
* Missing 'const' in cast.Reimar Döffinger2008-02-02
* Revert hack which should have never been commited.Michael Niedermayer2007-12-28
* os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla2007-11-22
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
* use new string functionsMåns Rullgård2007-06-23