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
2012-10-09http: use av_strlcpy instead of strcpy() without size checksJanne Grunau
2012-09-28http: Increase buffer sizes to cope with longer URIsDuncan Salerno
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-06-20lavf: remove unnecessary inclusions of unistd.hMans Rullgard
2012-06-19http: replace atoll() with strtoll()Ronald S. Bultje
2012-06-17http: Properly handle chunked transfer-encoding for replies to post dataMartin Storsjö
2012-06-17http: Fail reading if the connection has gone awayMartin Storsjö
2012-06-01http: Add the url_shutdown function for https, tooMartin Storsjö
2012-06-01http: Simplify code by removing a local variableMartin Storsjö
2012-06-01http: Clear the old URLContext pointer when closedMartin Storsjö
2012-05-31http: Pass the proper return code of net IO operationsSamuel Pitoiset
2012-05-31http: Add 'post_data', a new option which sets custom HTTP post dataSamuel Pitoiset
2012-05-28http: Add support for reusing the http socket for subsequent requestsSamuel Pitoiset
2012-05-28http: Add support for using persistent connectionsSamuel Pitoiset
2012-05-23http: Add support for reading http POST reply headersSamuel Pitoiset
2012-05-23http: Add http_shutdown() for ending writing of postsSamuel Pitoiset
2012-05-20http: Factorize the code by adding http_read_header()Samuel Pitoiset
2012-03-13http: Clear the auth state on redirectsMartin Storsjö
2012-03-13http: Retry auth if it failed due to being staleMartin Storsjö
2012-01-06avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-12-01http: Make sure proxyauth is initializedMartin Storsjö
2011-11-18http: Don't use the normal http proxy mechanism for httpsMartin Storsjö
2011-11-18http: Reorder two code blocksMartin Storsjö
2011-11-18http: Add a new protocol for opening connections via http proxiesMartin Storsjö
2011-11-18http: Split out the non-chunked buffer reading part from http_readMartin Storsjö
2011-11-13avio: add support for passing options to protocols.Anton Khirnov
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö
2011-11-11http: Handle proxy authenticationMartin Storsjö
2011-11-11http: Print an error message for Authorization Required, tooMartin Storsjö
2011-11-10http: Don't add a Range: bytes=0- header for POSTMartin Storsjö
2011-11-10http: Change the chunksize AVOption into chunked_postMartin Storsjö
2011-11-10http: Add encoding/decoding flags to the AVOptionsAnton Khirnov
2011-11-10http: use different classes for http and https.Anton Khirnov
2011-11-10http: Change an error log message to a warningMartin Storsjö
2011-11-10http: Remove the now unused ff_http_set_headers custom functionMartin Storsjö
2011-11-10http: Make custom headers settable via an AVOptionMartin Storsjö
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-05http: Remove the custom function for disabling chunked postsMartin Storsjö
2011-11-05avformat: Add the https protocolMartin Storsjö
2011-11-02Replace outdated references to ffmpeg tool with avconv.Diego Biurrun
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-04http: Consider the stream as seekable if the reply contains Accept-Ranges: bytesStefan Fritsch
2011-05-18lavf: use designated initializers for AVClasses.Anton Khirnov
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-04-20libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-04avio: make url_get_file_handle() internal.Anton Khirnov