Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-09libavformat/http: return EIO when ffurl_read return 0, but s->off < target_endraymondzheng
2017-05-01libavformat/http: Ignore expired cookiesMicah Galizia
2017-02-14HTTP: improve performance by reducing forward seeksJoel Cunningham
2017-02-14avformat/http: Check for truncated buffers in http_connect()Michael Niedermayer
2016-12-06http: move chunk handling from http_read_stream() to http_buf_read().Ronald S. Bultje
2016-12-06http: make length/offset-related variables unsigned.Ronald S. Bultje
2016-09-17avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENTMichael Niedermayer
2016-09-17lavf/http: deprecate user-agent optionSteven Liu
2016-08-14libavformat/http: add support for content_type option in listen modeMoritz Barsnick
2016-08-12libavformat/http: add support for headers option in listen modeMoritz Barsnick
2016-06-17avformat/http: change seek_ret to int64Yuri Zats
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-03-14lavf/http: Add httpproxy to the default protocol whitelist.Carl Eugen Hoyos
2016-03-09Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-29Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis
2016-02-22urlprotocol: receive a list of protocols from the callerAnton Khirnov
2016-02-22lavf: reorganize URLProtocolsAnton Khirnov
2016-02-03avformat/http: add crypto to default whitlist to get encrypted HLS working a...Schenk, Michael
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2015-12-27avformat/http: Added http_proxy optionJoel Holdsworth
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-11-26lavf/http: fix incorrect warning in range requestsRodger Combs
2015-11-01avformat/http: Initialize .str based default for AV_OPT_TYPE_STRING typesMichael Niedermayer
2015-09-09avformat/http: add reconnect_delay_max optionMichael Niedermayer
2015-09-07avformat/http: exponentially delay reconnection to avoid flooding the serverMichael Niedermayer
2015-09-07avformat/http: Add reconnect_at_eof and reconnect_streamed optionsMichael Niedermayer
2015-09-06avformat/http: print error that causes reconnectionMichael Niedermayer
2015-09-06avformat/http: require seekability only when seeking to position != 0Michael Niedermayer
2015-09-03lavf/http: Remove superfluous parenthesis.Stephan Holljes
2015-09-03lavf/http: Fix incorrectly placed parenthesis.Stephan Holljes
2015-08-25lavf/http: Fix parsing http request data to not read over '\0'.Stephan Holljes
2015-08-01lavf/http: Implement server side network code.Stephan Holljes
2015-07-30Merge commit '5ae178539b91d25710b7bb322d156c31aea9f8bf'Michael Niedermayer
2015-07-30http: Add the trailing endlines if they are missingLuca Barbato
2015-06-10lavf/http: Correctly terminate session with HTTP POST client.Stephan Holljes
2015-06-06lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLA...Stephan Holljes
2015-06-06lavf/http: Indent else-clause.Stephan Holljes
2015-06-06lavf/http: Properly process HTTP header on listen.Stephan Holljes
2015-06-06lavf/http: Rudimentary error handling for HTTP requests received from clients.Stephan Holljes
2015-06-06lavf/http: Process HTTP header before sending response.Stephan Holljes
2015-06-06lavf/http: Document method option.Stephan Holljes
2015-05-10avformat/http: Mark lower_proto as const in http_listen()Michael Niedermayer
2015-05-02lavf/http: support HTTPS when listeningRodger Combs
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19avformat/http: Fix 2 typosMichael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-04-19avformat/http: Return an error in case of prematurely ending dataMichael Niedermayer
2015-04-13lavf/http: handle case where the server returns a redirect during a seekRodger Combs