summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAge
* 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
* | lavf/http: remove special case for cookies attributes.Nicolas George2014-08-17
* | lavf/http: fix cookie parsing.Nicolas George2014-08-17
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* | Merge commit '7ccb847f0f1f28199fa254847b91b6e50fb92832'Michael Niedermayer2014-08-15
|\|
| * http: Reduce scope of a variable in parse_content_encoding()Diego Biurrun2014-08-15
* | Merge commit '4e629ef80e62a54636cb46033998177dd08cf3ad'Michael Niedermayer2014-08-14
|\|
| * http: Fix authentication, broken since 6a463e7fbMartin Storsjö2014-08-13
* | Merge commit '7e38903b5c86a759549e70647ae42bb22d353b14'Michael Niedermayer2014-08-13
|\|
| * http: enable icy metadata by default.Andrew Stone2014-08-13
* | Merge commit '7601f9412a2d3387617a45966b65b452a632c27a'Michael Niedermayer2014-08-13
|\|
| * http: export icecast metadata as an option with name "metadata".Andrew Stone2014-08-13
* | Merge commit '8bf3bf69ad7333bf0c45f4d2797fc2c61bc8922f'Michael Niedermayer2014-08-13
|\|
| * http: Stop reading after receiving the whole file for non-chunked transfersMartin Storsjö2014-08-13
* | Merge commit '6a463e7fb4f028c52d2e2d054f9483f4fff492bc'Michael Niedermayer2014-08-04
|\|
| * http: Refactor http_open_cnxLuca Barbato2014-08-03
* | avformat/http: fix tls/tcp protocol after a 302 move in httpsRodger Combs2014-08-04
* | Merge commit 'ce2e858f5b3416c2d54f7f8c14e901f75c48b785'Michael Niedermayer2014-07-24
|\|
| * http: K&R formatting cosmeticsDiego Biurrun2014-07-23
* | Merge commit '7bdd2ff6825951f7a6a6008303acfce7c2a63532'Michael Niedermayer2014-07-22
|\|
| * http: Use a constant for the supported header sizeLuca Barbato2014-07-22
* | Merge commit '389380c27915b0505fed538cd54c035c891fabd9'Michael Niedermayer2014-07-22
|\|
| * http: Do move the class instantiation in the conditional blockLuca Barbato2014-07-21
* | Merge commit '28df1d24112c6ad0763985df2faeeb198cfbad69'Michael Niedermayer2014-07-22
|\|
| * http: Provide an option to override the HTTP methodLuca Barbato2014-07-21
* | avformat/http: remove never twice executable loopMichael Niedermayer2014-05-14
* | http: restructure http_connect error handling pathwm42014-03-23
* | http: never send 'Cookie: (null)' to the serverwm42014-03-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-12
|\|
| * http: Properly initialize icy headers stringAlessandro Ghedini2014-03-12
* | Merge commit 'e77a2ea9505863e50bf013706f66bf8b7325e524'Michael Niedermayer2014-03-12
|\|