summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAge
* 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
|\|
| * http: Declare more parameters as const where possibleMartin Storsjö2014-03-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-12
|\|
| * http: Allow setting a Content-Type for POST requestsClément Bœsch2014-03-11
| * http: Improve options descriptionsAlessandro Ghedini2014-03-11
* | Merge commit 'ab76d9f628ad46e1d3bbf26c5bf1f87083f239ab'Michael Niedermayer2014-03-12
|\|
| * http: Always allow no-op seekAnssi Hannula2014-03-11
* | Merge commit '2ec33d27127251bbc45e1f88e60691ad59cf2319'Michael Niedermayer2014-03-12
|\|
| * http: Add support for selecting a request rangeAnssi Hannula2014-03-11
* | Merge commit 'ddfc98906373d1f17f6205cedd14c68d7a75995f'Michael Niedermayer2014-03-12
|\|
| * http: Support setting custom User-AgentClément Bœsch2014-03-11
* | Merge commit 'e58c85b0686892960042232e51c77168b264838a'Michael Niedermayer2014-03-12
|\|
| * http: Export Content-Type informationMichael Niedermayer2014-03-11
* | Merge commit '8075c3d8bb1f6aade0cc7c5c40db9bc1bcd84cab'Michael Niedermayer2014-03-12
|\|
| * http: Add support reading ICY metadataLuca Barbato2014-03-11
* | Merge commit '4ff99ab3d7d5576e99e6b8a411b4a44500ed88fa'Michael Niedermayer2014-03-12
|\|
| * http: Refactor process_lineLuca Barbato2014-03-11
* | Merge commit '7a2fddb4480121712df560cf619c1c3566cae3ff'Michael Niedermayer2014-03-12
|\|
| * http: K&R formatting cosmeticsLuca Barbato2014-03-11
* | Merge commit '78b21c1d7177e1d61ad3c9225f67699da089aa7c'Michael Niedermayer2014-03-12
|\|
| * http: Drop doxy commentsLuca Barbato2014-03-11
* | Merge commit '55a215ba63d9fa79cd7ee265ee2e777ee86b200c'Michael Niedermayer2014-03-12
|\|
| * http: Return meaningful error codesLuca Barbato2014-03-11
* | Merge remote-tracking branch 'lukaszmluki/master'Michael Niedermayer2014-03-06
|\ \
| * | lavf/http: return error from seek on invalid whenceLukasz Marek2014-03-06
| * | lavf/http: return error on seeking to negative postionLukasz Marek2014-03-06
* | | http: handle ICY in presence of chunked transfer encodingwm42014-03-05
|/ /
* | avformat/http: Properly handle cookies that specify sub-domain where the URL.Eli Kara2014-01-23
* | avformat/http: always allow no-op seekAnssi Hannula2014-01-03
* | avformat/http: allow the caller to select a request rangeAnssi Hannula2013-12-31
* | Merge commit 'be4edda6731a341d3fdeaa0e57753dc396790362'Michael Niedermayer2013-11-22
|\|
| * http: Expose the content location via an AVOptionMartin Storsjö2013-11-22
* | Merge commit '393d80cc278e2b2f5c9e7805db176e6f28335a33'Michael Niedermayer2013-11-22
|\|
| * http: Support relative URL redirectionZhang Rui2013-11-22
* | Merge commit '76267ecc82e3018e1913a2483d5fc47d0949cbd8'Michael Niedermayer2013-11-22
|\|
| * http: Remove an unrelated and mistakenly set AVOption unit nameMartin Storsjö2013-11-22
* | avformat/http: print http headers at AV_LOG_DEBUG levelMichael Niedermayer2013-11-05
* | http: add hack to make streams served by MediaGateway not seekablewm42013-11-03
* | avformat/http: fix cookiesMichael Niedermayer2013-10-31
* | avformat/http: dont fail with unknown Content-EncodingsMichael Niedermayer2013-10-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-15
|\|
| * http: Check the auth string contents and not only the pointerMichael Niedermayer2013-10-14
* | avformat/http: check the auth string contents not the pointer which cannot be...Michael Niedermayer2013-10-14
* | Merge commit '71549a857b13edf4c4f95037de6ed5bb4c4bd4af'Michael Niedermayer2013-10-14
|\|
| * http: Support auth method detection for POSTMartin Storsjö2013-10-13