aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rtmphttp.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-181-2/+2
|\
| * rtmphttp: Check for both 0 and AVERROR_EOFValeriy Argunov2013-11-181-2/+2
* | avformat/rtmphttp: Partial fix for the ticket #3127 (second try)Byte2013-11-161-2/+2
* | Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer2013-09-271-1/+4
|\|
| * lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-261-1/+4
* | Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer2013-09-191-5/+3
|\|
| * avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-181-5/+3
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-1/+1
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-1/+1
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
|\|
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-181-6/+31
|\|
| * RTMPTS protocol supportSamuel Pitoiset2012-07-171-4/+29
| * rtmp: Rename rtmphttp to ffrtmphttpSamuel Pitoiset2012-07-171-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-221-3/+2
|\|
| * Replace usleep() calls with av_usleep()Mans Rullgard2012-06-221-3/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-0/+13
|\|
| * rtmp: Reduce the number of idle posts sent by sleeping 50msSamuel Pitoiset2012-06-191-0/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-181-4/+4
|/
* RTMPT protocol supportSamuel Pitoiset2012-06-171-0/+239