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
2013-07-29Merge commit '0f51c398beac87682b2249662b97e30512f7868c'Michael Niedermayer
2013-07-28http: Support reading gzip/deflate compressed dataZhang Rui
2013-07-24avformat/http: support reading compressed dataZhang Rui
2013-07-04avformat/http: support relative url redirectionZhang Rui
2013-07-02lavf/http: add support for reading streamcast metadatawm4
2013-06-17lavf/http: remove Mozilla/5.0 from user agent.Clément Bœsch
2013-06-10Accept incomplete http cookies without domain.Carl Eugen Hoyos
2013-04-19lavf/http: remove duplicated dec flag.Clément Bœsch
2013-04-06lavf/http: use a more compatible default user agent.Clément Bœsch
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-02-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-27lavf: Handle the environment variable no_proxy more properlyMartin Storsjö
2013-01-21fix memory leak on string reassignMicah Galizia
2013-01-16lavf/http: add HTTP protocol cookie supportMicah Galizia
2013-01-12lavf/http: fix/extend option descriptionsStefano Sabatini
2012-12-11http: dont null check p, its unneededMichael Niedermayer
2012-12-10http/utils: rename "demuxer" to mime_typeMichael Niedermayer
2012-12-09http/utils: move mime -> demuxer maping from http to utilsMichael Niedermayer
2012-12-09http: export ICY content typeMichael Niedermayer
2012-10-25http: add -content_type user option.Clément Bœsch
2012-10-10Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'Michael Niedermayer
2012-10-09http: use av_strlcpy instead of strcpy() without size checksJanne Grunau
2012-10-09http: add 'timeout' AVOptionAndrey Utkin
2012-10-05http: prevent the Range header being sent when seekability probing isnt usedDuncan Salerno
2012-10-05http: add option to prevent probing for HTTP seekabilityDuncan Salerno
2012-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-28http: Increase buffer sizes to cope with longer URIsDuncan Salerno
2012-09-23Document why we always send a Range HTTP header.Reimar Döffinger
2012-09-23Revert "http: only send range header when necessary"Michael Niedermayer
2012-09-23http: only send range header when necessaryDuncan Salerno
2012-09-23http: larger buffer for long URIsDuncan Salerno
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-06-28http: try to detect live akamai streams and dont enable seeking for themMichael Niedermayer
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20lavf: remove unnecessary inclusions of unistd.hMans Rullgard
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-19http: replace atoll() with strtoll()Ronald S. Bultje
2012-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-06-01http: use ffurl_closep()Michael Niedermayer
2012-05-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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