summaryrefslogtreecommitdiff
path: root/libavformat/rtmppkt.c
Commit message (Expand)AuthorAge
* rtmppkt: Repeat the full 32 bit timestamp for chunking continuation packetsMartin Storsjö2015-01-15
* rtmppkt: Make pkt->data reallocableMartin Storsjö2014-11-28
* rtmppkt: Add method to read an AMF string that is not prefixed by its typeUwe L. Korn2014-06-01
* rtmppkt: Rename the ts_delta field to ts_fieldMartin Storsjö2014-03-07
* rtmppkt: Properly handle extended timestamps when writingMartin Panter2014-03-07
* rtmppkt: Add a descriptive commentMartin Panter2014-03-07
* rtmppkt: Handle extended timestamp field even for one-byte headerMartin Panter2014-03-07
* rtmpproto: Send a full, absolute timestamp if it isn't monotonically growingMartin Storsjö2014-01-20
* rtmp: Allocate the prev_pkt arrays dynamicallyMartin Storsjö2013-10-14
* rtmp: Support AMF_DATA_TYPE_MIXEDARRAYLuca Barbato2013-09-22
* rtmp: Support reading interleaved chunks.Josh Allmann2013-09-17
* rtmp: Do not misuse memcmpLuca Barbato2013-08-11
* rtmp: rename data_size to sizeLuca Barbato2013-08-10
* use my full first name instead of short one in copyrightsKostya Shishkov2013-06-01
* avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* rtmp: fix buffer overflows in ff_amf_tag_contents()Xi Wang2013-01-23
* rtmp: fix multiple broken overflow checksXi Wang2013-01-23
* rtmp: Add a function for writing AMF strings based on two substringsMartin Storsjö2012-12-31
* rtmp: add functions for reading AMF valuesJordi Ortiz2012-08-02
* rtmp: Read and handle incoming packets while writing dataSamuel Pitoiset2012-06-14
* rtmp: Check return codes of net IO operationsSamuel Pitoiset2012-05-24
* rtmp: Check ff_rtmp_packet_create callsSamuel Pitoiset2012-05-24
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* rtmp: ReindentMartin Storsjö2011-05-25
* rtmp: Don't try to do av_malloc(0)Martin Storsjö2011-05-25
* avio: make url_write() internal.Anton Khirnov2011-04-04
* avio: make url_read_complete() internal.Anton Khirnov2011-04-04
* avio: make url_read() internal.Anton Khirnov2011-04-04
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* 1l trocadero: forgot reference operator on bytestream_get_be32() argumentKostya Shishkov2010-03-07
* Make RTMP send/receive packet functions report number of bytes read or sent.Kostya Shishkov2010-01-30
* cosmetics: add an empty line between variable declarations and codeKostya Shishkov2010-01-30
* Remove some unused variables, fixes the warnings:Diego Biurrun2009-12-24
* 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