]> git.sesse.net Git - ffmpeg/history - libavformat/http.c
avprobe: fix formatting.
[ffmpeg] / libavformat / http.c
2012-05-22 Samuel Pitoisethttp: Add support for reading http POST reply headers
2012-05-22 Samuel Pitoisethttp: Add http_shutdown() for ending writing of posts
2012-05-20 Samuel Pitoisethttp: Factorize the code by adding http_read_header()
2012-03-13 Martin Storsjöhttp: Clear the auth state on redirects
2012-03-13 Martin Storsjöhttp: Retry auth if it failed due to being stale
2012-01-05 Martin Storsjöavio: Add an URLProtocol flag for indicating that a...
2011-12-11 Mans RullgardRemove extraneous semicolons
2011-12-01 Martin Storsjöhttp: Make sure proxyauth is initialized
2011-11-18 Martin Storsjöhttp: Don't use the normal http proxy mechanism for...
2011-11-18 Martin Storsjöhttp: Reorder two code blocks
2011-11-18 Martin Storsjöhttp: Add a new protocol for opening connections via...
2011-11-18 Martin Storsjöhttp: Split out the non-chunked buffer reading part...
2011-11-13 Anton Khirnovavio: add support for passing options to protocols.
2011-11-13 Martin Storsjöavio: Add an AVIOInterruptCB parameter to ffurl_open...
2011-11-11 Martin Storsjöhttp: Handle proxy authentication
2011-11-11 Martin Storsjöhttp: Print an error message for Authorization Required...
2011-11-10 Martin Storsjöhttp: Don't add a Range: bytes=0- header for POST
2011-11-10 Martin Storsjöhttp: Change the chunksize AVOption into chunked_post
2011-11-10 Anton Khirnovhttp: Add encoding/decoding flags to the AVOptions
2011-11-10 Anton Khirnovhttp: use different classes for http and https.
2011-11-10 Martin Storsjöhttp: Change an error log message to a warning
2011-11-10 Martin Storsjöhttp: Remove the now unused ff_http_set_headers custom...
2011-11-10 Martin Storsjöhttp: Make custom headers settable via an AVOption
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-11-05 Martin Storsjöhttp: Remove the custom function for disabling chunked...
2011-11-05 Martin Storsjöavformat: Add the https protocol
2011-11-02 Diego BiurrunReplace outdated references to ffmpeg tool with avconv.
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-09-04 Stefan Fritschhttp: Consider the stream as seekable if the reply...
2011-05-17 Anton Khirnovlavf: use designated initializers for AVClasses.
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-04-20 Martin Storsjölibavformat: Make protocols pass URLContext as log...
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-04 Anton Khirnovavio: make url_get_file_handle() internal.
2011-04-04 Anton Khirnovavio: make url_close() internal.
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-04 Anton Khirnovavio: make url_read() internal.
2011-04-04 Anton Khirnovavio: make url_open() internal.
2011-03-28 Tylerhttp: header field names are case insensitive
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-11-02 Mike Edenfieldhttp: Handle 301/307 redirect requests, too
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-08-19 Martin StorsjöMove the definition of the maximum url size for static...
2010-08-09 Martin Storsjöhttp: Return EOF at the end of the content even if...
2010-07-16 Martin Storsjöhttp: Log a warning when receiving an error code
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-22 Martin StorsjöMake the http protocol open the connection immediately...
2010-06-22 Martin StorsjöAdd an AVClass to the HTTPContext
2010-06-22 Martin StorsjöAllocate the HTTPContext through URLProtocol.priv_data_size
2010-06-21 Martin StorsjöHTTP: Add a method for initializing the authentication...
2010-06-21 Martin StorsjöReindent
2010-06-21 Martin StorsjöHTTP: Compact the code for writing chunked post data
2010-06-21 Martin StorsjöHTTP: Get rid of the is_chunked variable, use the chunk...
2010-06-21 Martin StorsjöHTTP: Clarify a comment
2010-06-20 Ronald S. BultjeReset chunksize back to zero (= no chunked encoding...
2010-06-20 Ronald S. BultjeUse url_write(), not http_write(), for sending the...
2010-06-09 Martin StorsjöMake sure the http protocol handler returns errors...
2010-06-09 Martin StorsjöInitialize the http connection in http_seek, too
2010-06-08 Martin StorsjöReindent
2010-06-08 Josh AllmannAdd support for disabling chunked transfer encoding...
2010-06-08 Martin StorsjöFix handling of errors in the http protocol
2010-06-08 Martin StorsjöFix bugs in the http custom header handling
2010-06-08 Josh AllmannAdd the capability to write custom HTTP headers
2010-06-08 Josh AllmannModify the behaviour of http_open to implicitly delay...
2010-06-04 Martin Storsjöhttp: Set http_code to 200 when doing a POST
2010-06-01 Martin StorsjöDeclare the url_write buffer parameter as const
2010-03-24 Martin StorsjöSplit out http authentication handling into a separate...
2010-03-14 Aurelien Jacobsmove ff_url_split() and ff_url_join() declarations...
2010-03-08 Martin StorsjöReindent
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-05 Martin StorsjöUse ff_url_join for assembling URLs, instead of snprintf
2010-01-13 Baptiste Coudurierrestore old buffer content when seek failed in http...
2010-01-12 Ronald S. BultjeReindent after r21166.
2010-01-12 Tomas HärdinUse chunked encoding for HTTP uploads. Patch by Tomas...
2009-06-23 Peter HolikAdd support for "chunked" data blocks. Patch by Peter...
2009-06-06 Peter HolikCosmetics : Use dprintf instead of printf.
2009-06-06 Jai MenonCosmetics : Fix indentation after last commit.
2009-06-06 Peter HolikIntroduce http_get_line and modify http_connect to...
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-03-03 Ronald S. BultjeReduce allocated length of the HTTP authentication...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-02-02 Reimar DöffingerRemove a pointless cast.
2008-02-02 Reimar DöffingerMissing 'const' in cast.
2007-12-28 Michael NiedermayerRevert hack which should have never been commited.
2007-11-22 Ramiro Pollaos_support.h is also needed for usleep and lseek on...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-24 Måns Rullgårdreplace the uses of old string functions that Reimar...
2007-06-23 Måns Rullgårduse new string functions
2007-05-17 Alex BeregszasziUse usleep instead of sleep, some MinGW versions lack...
2007-04-07 Diego Biurruntypos/grammar
2007-03-19 Luca Barbatoexpose av_base64_decode and av_base64_encode
2007-03-12 Ronald S. BultjeProperly initialize filesize during input buffer initia...
2007-03-06 Alex Beregszaszihandle http error codes
2007-03-04 Ronald S. BultjeClose connection on EOF
next