summaryrefslogtreecommitdiff
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAge
* 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
* rtmp: Refactor get_packetLuca Barbato2013-09-22
* rtmp: Unbreak get_packetLuca Barbato2013-09-20
* rtmpproto: Add a comment explaining the logic in handle_notifyMartin Storsjö2013-09-20
* rtmp: Unbreak handle_notifyLuca Barbato2013-09-19
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* rtmp: Support reading interleaved chunks.Josh Allmann2013-09-17
* rtmpproto: Extend a comment to explain the prev_pkt arrays rolesMartin Storsjö2013-09-17
* rtmpproto: Consistently use the right prev_pkt arrayMartin Storsjö2013-09-17
* rtmpproto: Check for the right return codeMartin Storsjö2013-09-17
* rtmp: rename main_channel_id to stream_id.Josh Allmann2013-09-17