aboutsummaryrefslogtreecommitdiff
path: root/libavformat/rtmphttp.c
AgeCommit message (Expand)Author
2013-11-18rtmphttp: Check for both 0 and AVERROR_EOFValeriy Argunov
2013-09-26lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2012-09-04avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-07-17RTMPTS protocol supportSamuel Pitoiset
2012-07-17rtmp: Rename rtmphttp to ffrtmphttpSamuel Pitoiset
2012-06-22Replace usleep() calls with av_usleep()Mans Rullgard
2012-06-19rtmp: Reduce the number of idle posts sent by sleeping 50msSamuel Pitoiset
2012-06-17RTMPT protocol supportSamuel Pitoiset