]> git.sesse.net Git - ffmpeg/history - libavformat/http.c
riff: add "GXVE" FourCC for WMV2
[ffmpeg] / libavformat / http.c
2014-03-12 Alessandro Ghedinihttp: Properly initialize icy headers string
2014-03-12 Martin Storsjöhttp: Declare more parameters as const where possible
2014-03-11 Clément Bœschhttp: Allow setting a Content-Type for POST requests
2014-03-11 Alessandro Ghedinihttp: Improve options descriptions
2014-03-11 Anssi Hannulahttp: Always allow no-op seek
2014-03-11 Anssi Hannulahttp: Add support for selecting a request range
2014-03-11 Clément Bœschhttp: Support setting custom User-Agent
2014-03-11 Michael Niedermayerhttp: Export Content-Type information
2014-03-11 Luca Barbatohttp: Add support reading ICY metadata
2014-03-11 Luca Barbatohttp: Refactor process_line
2014-03-11 Luca Barbatohttp: K&R formatting cosmetics
2014-03-11 Luca Barbatohttp: Drop doxy comments
2014-03-11 Luca Barbatohttp: Return meaningful error codes
2013-11-22 Martin Storsjöhttp: Expose the content location via an AVOption
2013-11-22 Zhang Ruihttp: Support relative URL redirection
2013-11-22 Martin Storsjöhttp: Remove an unrelated and mistakenly set AVOption...
2013-10-14 Michael Niedermayerhttp: Check the auth string contents and not only the...
2013-10-13 Martin Storsjöhttp: Support auth method detection for POST
2013-10-13 Martin Storsjöhttp: Add an option for forcing basic authentication
2013-09-26 Martin Storsjöhttp: Pass options through to the nested protocol
2013-07-28 Zhang Ruihttp: Support reading gzip/deflate compressed data
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-02-27 Martin Storsjölavf: Handle the environment variable no_proxy more...
2012-10-09 Janne Grunauhttp: use av_strlcpy instead of strcpy() without size...
2012-09-27 Duncan Salernohttp: Increase buffer sizes to cope with longer URIs
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-06-20 Mans Rullgardlavf: remove unnecessary inclusions of unistd.h
2012-06-19 Ronald S. Bultjehttp: replace atoll() with strtoll()
2012-06-17 Martin Storsjöhttp: Properly handle chunked transfer-encoding for...
2012-06-17 Martin Storsjöhttp: Fail reading if the connection has gone away
2012-06-01 Martin Storsjöhttp: Add the url_shutdown function for https, too
2012-06-01 Martin Storsjöhttp: Simplify code by removing a local variable
2012-06-01 Martin Storsjöhttp: Clear the old URLContext pointer when closed
2012-05-30 Samuel Pitoisethttp: Pass the proper return code of net IO operations
2012-05-30 Samuel Pitoisethttp: Add 'post_data', a new option which sets custom...
2012-05-28 Samuel Pitoisethttp: Add support for reusing the http socket for subse...
2012-05-28 Samuel Pitoisethttp: Add support for using persistent connections
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
next