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
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-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-05http: Remove the custom function for disabling chunked postsMartin Storsjö
2011-11-05avformat: Add the https protocolMartin Storsjö
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger
2011-11-02Replace outdated references to ffmpeg tool with avconv.Diego Biurrun
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-04http: Consider the stream as seekable if the reply contains Accept-Ranges: bytesStefan Fritsch
2011-09-04http: Fix decetion of range support in HTTP serversStefan 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-05-01Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer
2011-04-30AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-04-29lavf: use designated initializers for AVClasses.Anton Khirnov
2011-04-21Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-20libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: make url_get_file_handle() internal.Anton Khirnov
2011-04-04avio: make url_close() internal.Anton Khirnov
2011-04-04avio: make url_write() internal.Anton Khirnov
2011-04-04avio: make url_read() internal.Anton Khirnov
2011-04-04avio: make url_open() internal.Anton Khirnov
2011-03-29Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-28http: header field names are case insensitiveTyler
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
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ö