summaryrefslogtreecommitdiff
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAge
* rtmp: Correctly handle the Window Acknowledgement Size packetsMartin Storsjö2017-02-03
* rtmp: Rename packet types to closer match the specMartin Storsjö2017-02-03
* rtmp: Account for bytes_read wraparoundLuca Barbato2017-01-29
* rtmpproto: Restructure zlib code to avoid unreachable code warningDiego Biurrun2016-11-02
* Revert "rtmpproto: Don't include a client version in the unencrypted C1 hands...Luca Barbato2016-10-30
* rtmpproto: Don't include a client version in the unencrypted C1 handshakeMartin Storsjö2016-10-14
* rtmpproto: Don't include the libavformat version as "clientid"Martin Storsjö2016-10-14
* rtmpproto: Send chunk size on the network channelMartin Storsjö2016-10-14
* rtmpproto: Lengthen the filename buffer when receiving streamsMartin Storsjö2016-10-14
* rtmpproto: Check the return from ff_amf_read_stringMartin Storsjö2016-10-14
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* rtmpproto: Include the full path as app when "slist=" is foundMartin Storsjö2015-12-13
* rtmpproto: Write correct flv packet sizes at the end of packetsMichael Niedermayer2015-10-14
* rtmpproto: free hmac context properlyJames Almer2015-07-30
* rtmpproto: use AVHMAC instead of a custom implementationJames Almer2015-07-29
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* rtmpproto: Fix a typo in a commentMartin Storsjö2014-11-28
* rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccessMartin Storsjö2014-11-28
* rtmpproto: Simplify code for copying data into the output packetMartin Storsjö2014-11-28
* rtmpproto: Clarify a commentMartin Storsjö2014-11-28
* rtmpproto: Ignore errors from the getStreamLength methodMartin Storsjö2014-11-05
* rtmpproto: remove dead codeVittorio Giovara2014-10-20
* rtmp: Always call rtmp_close() on rtmp_open() failureAlexander Drozdov2014-10-18
* rtmpproto: Add pause supportUwe L. Korn2014-10-17
* rtmpproto: Track last received timestampUwe L. Korn2014-10-17
* rtmpproto: Add getStreamLength call to query durationUwe L. Korn2014-10-17
* rtmpproto: Add function to read a number responseUwe L. Korn2014-10-17
* rtmpproto: Fix a typoMartin Storsjö2014-10-15
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* rtmpproto: read metadata to set correct FLV headerUwe L. Korn2014-06-01
* rtmpproto: Check the buffer sizes when copying app/playpath stringsMartin Storsjö2014-05-08
* rtmpproto: Support alternative slist parameter in rtmp URLsUwe L. Korn2014-05-06
* rtmpproto: Handle RTMP chunk size packets before the connect packetStephan Soller2014-04-14
* rtmpproto: Make sure to pass on the error code if read_connect failedMartin Storsjö2014-04-14
* rtmpproto: Avoid using uninitialized memoryMartin Storsjö2014-01-20
* rtmpproto: Reorder conditions to help dead code eliminationVittorio Giovara2013-11-03
* rtmp: Allocate the prev_pkt arrays dynamicallyMartin Storsjö2013-10-14
* rtmpproto: Validate the embedded flv packet size before copyingMartin Storsjö2013-10-04
* rtmpproto: Readjust the end of the flv buffer if handle_metadata exited earlyMartin Storsjö2013-10-04
* rtmpproto: Move the flv header/trailer addition to append_flv_dataMartin Storsjö2013-10-04
* rtmpproto: Clear the flv allocation size on reallocp failuresMartin Storsjö2013-10-04
* rtmpproto: Pass the 'live' parameter in the right unitMartin Storsjö2013-10-04
* rtmpproto: Print the error code string if there's no descriptionMartin Storsjö2013-10-04
* rtmp: alias rtmp_listen to listenLuca Barbato2013-10-01
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* rtmp: Replace a magic number with a macroLuca Barbato2013-09-22
* rtmp: Rewrite embedded flv handlingLuca Barbato2013-09-22