summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAge
* lavf/http: Add httpproxy to the default protocol whitelist.Carl Eugen Hoyos2016-03-14
* Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2016-03-09
* avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-29
|\
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* | avformat/http: add crypto to default whitlist to get encrypted HLS working a...Schenk, Michael2016-02-03
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* | avformat/http: Added http_proxy optionJoel Holdsworth2015-12-27
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | lavf/http: fix incorrect warning in range requestsRodger Combs2015-11-25
* | avformat/http: Initialize .str based default for AV_OPT_TYPE_STRING typesMichael Niedermayer2015-10-31
* | avformat/http: add reconnect_delay_max optionMichael Niedermayer2015-09-09
* | avformat/http: exponentially delay reconnection to avoid flooding the serverMichael Niedermayer2015-09-07
* | avformat/http: Add reconnect_at_eof and reconnect_streamed optionsMichael Niedermayer2015-09-07
* | avformat/http: print error that causes reconnectionMichael Niedermayer2015-09-06
* | avformat/http: require seekability only when seeking to position != 0Michael Niedermayer2015-09-06
* | lavf/http: Remove superfluous parenthesis.Stephan Holljes2015-09-03
* | lavf/http: Fix incorrectly placed parenthesis.Stephan Holljes2015-09-03
* | lavf/http: Fix parsing http request data to not read over '\0'.Stephan Holljes2015-08-25
* | lavf/http: Implement server side network code.Stephan Holljes2015-08-01
* | Merge commit '5ae178539b91d25710b7bb322d156c31aea9f8bf'Michael Niedermayer2015-07-30
|\|
| * http: Add the trailing endlines if they are missingLuca Barbato2015-07-30
* | lavf/http: Correctly terminate session with HTTP POST client.Stephan Holljes2015-06-10
* | lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLA...Stephan Holljes2015-06-06
* | lavf/http: Indent else-clause.Stephan Holljes2015-06-06
* | lavf/http: Properly process HTTP header on listen.Stephan Holljes2015-06-06
* | lavf/http: Rudimentary error handling for HTTP requests received from clients.Stephan Holljes2015-06-06
* | lavf/http: Process HTTP header before sending response.Stephan Holljes2015-06-06
* | lavf/http: Document method option.Stephan Holljes2015-06-06
* | avformat/http: Mark lower_proto as const in http_listen()Michael Niedermayer2015-05-10
* | lavf/http: support HTTPS when listeningRodger Combs2015-05-02
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\|
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* | avformat/http: Fix 2 typosMichael Niedermayer2015-04-19
* | avformat/http: Return an error in case of prematurely ending dataMichael Niedermayer2015-04-19
* | lavf/http: handle case where the server returns a redirect during a seekRodger Combs2015-04-13
* | libavformat/http.c: Make http-listen work as an input stream.Stephan Holljes2015-04-11
* | libavformat/http.c: Fix missing parenthesis in http_listen()Stephan Holljes2015-04-06
* | lavf/http: add proof-of-concept http server.Stephan Holljes2015-04-05
* | avformat/http: Fix null check on allocated valueHimangi Saraogi2015-03-31
* | avformat/http: replace cookies with updated values instead of appending foreverMicah Galizia2015-03-18
* | avformat/http: support auto reconnectZhang Rui2015-03-13
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | avformat/http: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-20
* | avformat/http: simplify chained_options copyingMichael Niedermayer2014-11-15
* | Fix the timeout option not working when connecting to a HTTP url that require...Brandon Lees2014-11-15
* | avformat/http: pass return code from http_open_cnx_internal() on its failureAndrey Utkin2014-10-23
* | avformat/http: Use ff_http_averror()Andrey Utkin2014-10-20
* | avformat/http: Introduce ff_http_averror()Andrey Utkin2014-10-20