Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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