summaryrefslogtreecommitdiff
path: root/libavformat/rtmppkt.c
Commit message (Expand)AuthorAgeFilesLines
* rtmppkt: Repeat the full 32 bit timestamp for chunking continuation packetsMartin Storsjö2015-01-151-0/+7
* rtmppkt: Make pkt->data reallocableMartin Storsjö2014-11-281-1/+1
* rtmppkt: Add method to read an AMF string that is not prefixed by its typeUwe L. Korn2014-06-011-4/+10
* rtmppkt: Rename the ts_delta field to ts_fieldMartin Storsjö2014-03-071-10/+10
* rtmppkt: Properly handle extended timestamps when writingMartin Panter2014-03-071-15/+20
* rtmppkt: Add a descriptive commentMartin Panter2014-03-071-1/+1
* rtmppkt: Handle extended timestamp field even for one-byte headerMartin Panter2014-03-071-9/+11
* rtmpproto: Send a full, absolute timestamp if it isn't monotonically growingMartin Storsjö2014-01-201-1/+2
* rtmp: Allocate the prev_pkt arrays dynamicallyMartin Storsjö2013-10-141-7/+43
* rtmp: Support AMF_DATA_TYPE_MIXEDARRAYLuca Barbato2013-09-221-25/+40
* rtmp: Support reading interleaved chunks.Josh Allmann2013-09-171-28/+61
* rtmp: Do not misuse memcmpLuca Barbato2013-08-111-0/+33
* rtmp: rename data_size to sizeLuca Barbato2013-08-101-37/+37
* use my full first name instead of short one in copyrightsKostya Shishkov2013-06-011-1/+1
* avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-3/+4
* rtmp: fix buffer overflows in ff_amf_tag_contents()Xi Wang2013-01-231-6/+5
* rtmp: fix multiple broken overflow checksXi Wang2013-01-231-6/+6
* rtmp: Add a function for writing AMF strings based on two substringsMartin Storsjö2012-12-311-0/+13
* rtmp: add functions for reading AMF valuesJordi Ortiz2012-08-021-0/+45
* rtmp: Read and handle incoming packets while writing dataSamuel Pitoiset2012-06-141-3/+13
* rtmp: Check return codes of net IO operationsSamuel Pitoiset2012-05-241-4/+11
* rtmp: Check ff_rtmp_packet_create callsSamuel Pitoiset2012-05-241-2/+4
* 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