summaryrefslogtreecommitdiff
path: root/libavformat/rtmppkt.c
Commit message (Expand)AuthorAge
* Dump RTMP packet contents in debug modeKostya Shishkov2009-12-11
* Compress headers for output RTMP packets.Sergiy2009-12-04
* RTMP packets with one-byte header use previous packet timestamp difference, soSergiy2009-12-03
* Write timestamp deltas, not timestamps, for RTMP packets with partial headerKostya Shishkov2009-12-01
* Full-header RTMP packets contain real timestamp, others contain timestampKostya Shishkov2009-12-01
* Write header for RTMP packets with channel_id >= 64 correctlyKostya Shishkov2009-12-01
* Read and write extended timestamps for RTMP packets.Sergiy2009-12-01
* 7l trocadero: reading right into enum variable may cause unwanted effects, useKostya Shishkov2009-12-01
* When searching for AMF object field value, try to find that object firstKostya Shishkov2009-11-22
* Use enum instead of integer types where appropriate.Carl Eugen Hoyos2009-11-08
* Support more than 64 channels in RTMP inputKostya Shishkov2009-10-18
* Accept RTMP packets with one-byte headerKostya Shishkov2009-10-18
* RTMP protocol support (as a client)Kostya Shishkov2009-07-31