summaryrefslogtreecommitdiffstats
path: root/libavformat/rtmppkt.c
Commit message (Expand)AuthorAgeFilesLines
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-4/+4
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+1
* rtmp: ReindentMartin Storsjö2011-05-251-3/+3
* rtmp: Don't try to do av_malloc(0)Martin Storsjö2011-05-251-0/+2
* avio: make url_write() internal.Anton Khirnov2011-04-041-3/+3
* avio: make url_read_complete() internal.Anton Khirnov2011-04-041-8/+8
* avio: make url_read() internal.Anton Khirnov2011-04-041-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* 1l trocadero: forgot reference operator on bytestream_get_be32() argumentKostya Shishkov2010-03-071-1/+1
* Make RTMP send/receive packet functions report number of bytes read or sent.Kostya Shishkov2010-01-301-2/+14
* cosmetics: add an empty line between variable declarations and codeKostya Shishkov2010-01-301-0/+1
* Remove some unused variables, fixes the warnings:Diego Biurrun2009-12-241-2/+1
* Dump RTMP packet contents in debug modeKostya Shishkov2009-12-111-0/+110
* Compress headers for output RTMP packets.Sergiy2009-12-041-1/+25
* RTMP packets with one-byte header use previous packet timestamp difference, soSergiy2009-12-031-4/+8
* Write timestamp deltas, not timestamps, for RTMP packets with partial headerKostya Shishkov2009-12-011-3/+6
* Full-header RTMP packets contain real timestamp, others contain timestampKostya Shishkov2009-12-011-0/+2
* Write header for RTMP packets with channel_id >= 64 correctlyKostya Shishkov2009-12-011-1/+9
* Read and write extended timestamps for RTMP packets.Sergiy2009-12-011-1/+8
* 7l trocadero: reading right into enum variable may cause unwanted effects, useKostya Shishkov2009-12-011-1/+2
* When searching for AMF object field value, try to find that object firstKostya Shishkov2009-11-221-2/+7
* Use enum instead of integer types where appropriate.Carl Eugen Hoyos2009-11-081-1/+1
* Support more than 64 channels in RTMP inputKostya Shishkov2009-10-181-0/+6
* Accept RTMP packets with one-byte headerKostya Shishkov2009-10-181-2/+1
* RTMP protocol support (as a client)Kostya Shishkov2009-07-311-0/+265
OpenPOWER on IntegriCloud