]> git.sesse.net Git - ffmpeg/history - libavformat/rtmppkt.c
rtmppkt: Check for packet size mismatches
[ffmpeg] / libavformat / rtmppkt.c
2016-12-15 Michael Niedermayerrtmppkt: Check for packet size mismatches
2015-01-15 Martin Storsjörtmppkt: Repeat the full 32 bit timestamp for chunking...
2014-11-28 Martin Storsjörtmppkt: Make pkt->data reallocable
2014-06-01 Uwe L. Kornrtmppkt: Add method to read an AMF string that is not...
2014-03-07 Martin Storsjörtmppkt: Rename the ts_delta field to ts_field
2014-03-07 Martin Panterrtmppkt: Properly handle extended timestamps when writing
2014-03-07 Martin Panterrtmppkt: Add a descriptive comment
2014-03-07 Martin Panterrtmppkt: Handle extended timestamp field even for one...
2014-01-20 Martin Storsjörtmpproto: Send a full, absolute timestamp if it isn...
2013-10-14 Martin Storsjörtmp: Allocate the prev_pkt arrays dynamically
2013-09-21 Luca Barbatortmp: Support AMF_DATA_TYPE_MIXEDARRAY
2013-09-17 Josh Allmannrtmp: Support reading interleaved chunks.
2013-08-10 Luca Barbatortmp: Do not misuse memcmp
2013-08-10 Luca Barbatortmp: rename data_size to size
2013-06-01 Kostya Shishkovuse my full first name instead of short one in copyrights
2013-04-30 Diego Biurrunavformat: Drop unnecessary ff_ name prefixes from stati...
2013-01-23 Xi Wangrtmp: fix buffer overflows in ff_amf_tag_contents()
2013-01-23 Xi Wangrtmp: fix multiple broken overflow checks
2012-12-31 Martin Storsjörtmp: Add a function for writing AMF strings based...
2012-08-02 Jordi Ortizrtmp: add functions for reading AMF values
2012-06-14 Samuel Pitoisetrtmp: Read and handle incoming packets while writing...
2012-05-24 Samuel Pitoisetrtmp: Check return codes of net IO operations
2012-05-23 Samuel Pitoisetrtmp: Check ff_rtmp_packet_create calls
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-05-25 Martin Storsjörtmp: Reindent
2011-05-25 Martin Storsjörtmp: Don't try to do av_malloc(0)
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-04 Anton Khirnovavio: make url_read_complete() internal.
2011-04-04 Anton Khirnovavio: make url_read() internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-03-07 Kostya Shishkov1l trocadero: forgot reference operator on bytestream_g...
2010-01-30 Kostya ShishkovMake RTMP send/receive packet functions report number...
2010-01-30 Kostya Shishkovcosmetics: add an empty line between variable declarati...
2009-12-24 Diego BiurrunRemove some unused variables, fixes the warnings:
2009-12-11 Kostya ShishkovDump RTMP packet contents in debug mode
2009-12-04 SergiyCompress headers for output RTMP packets.
2009-12-03 SergiyRTMP packets with one-byte header use previous packet...
2009-12-01 Kostya ShishkovWrite timestamp deltas, not timestamps, for RTMP packet...
2009-12-01 Kostya ShishkovFull-header RTMP packets contain real timestamp, others...
2009-12-01 Kostya ShishkovWrite header for RTMP packets with channel_id >= 64...
2009-12-01 SergiyRead and write extended timestamps for RTMP packets.
2009-12-01 Kostya Shishkov7l trocadero: reading right into enum variable may...
2009-11-22 Kostya ShishkovWhen searching for AMF object field value, try to find...
2009-11-08 Carl Eugen HoyosUse enum instead of integer types where appropriate.
2009-10-18 Kostya ShishkovSupport more than 64 channels in RTMP input
2009-10-18 Kostya ShishkovAccept RTMP packets with one-byte header
2009-07-31 Kostya ShishkovRTMP protocol support (as a client)