summaryrefslogtreecommitdiff
path: root/libavformat/rtmphttp.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* rtmphttp: Check for both 0 and AVERROR_EOFValeriy Argunov2013-11-18
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* RTMPTS protocol supportSamuel Pitoiset2012-07-17
* rtmp: Rename rtmphttp to ffrtmphttpSamuel Pitoiset2012-07-17
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-22
* rtmp: Reduce the number of idle posts sent by sleeping 50msSamuel Pitoiset2012-06-19
* RTMPT protocol supportSamuel Pitoiset2012-06-17