summaryrefslogtreecommitdiff
path: root/libavformat/rtmphttp.c
Commit message (Expand)AuthorAge
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-25
* avformat/rtmphttp: fix bug for rtmphttpSteven Liu2017-01-02
* lavf: forward protocol_whitelist for the remaining casesAndreas Cadhalpun2016-08-05
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-29
|\|
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-18
|\|
| * rtmphttp: Check for both 0 and AVERROR_EOFValeriy Argunov2013-11-18
* | avformat/rtmphttp: Partial fix for the ticket #3127 (second try)Byte2013-11-16
* | Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer2013-09-27
|\|
| * lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* | Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer2013-09-19
|\|
| * avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-18
|\|
| * RTMPTS protocol supportSamuel Pitoiset2012-07-17
| * rtmp: Rename rtmphttp to ffrtmphttpSamuel Pitoiset2012-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-22
|\|
| * Replace usleep() calls with av_usleep()Mans Rullgard2012-06-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-20
|\|
| * rtmp: Reduce the number of idle posts sent by sleeping 50msSamuel Pitoiset2012-06-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-18
|/
* RTMPT protocol supportSamuel Pitoiset2012-06-17