summaryrefslogtreecommitdiffstats
path: root/libavformat/rtmpproto.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-5/+5
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-241-2/+2
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-221-2/+2
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-1/+1
* rtmpproto: Include the full path as app when "slist=" is foundMartin Storsjö2015-12-131-2/+2
* rtmpproto: Write correct flv packet sizes at the end of packetsMichael Niedermayer2015-10-141-3/+4
* rtmpproto: free hmac context properlyJames Almer2015-07-301-1/+1
* rtmpproto: use AVHMAC instead of a custom implementationJames Almer2015-07-291-29/+10
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-1/+1
* rtmpproto: Fix a typo in a commentMartin Storsjö2014-11-281-1/+1
* rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccessMartin Storsjö2014-11-281-5/+27
* rtmpproto: Simplify code for copying data into the output packetMartin Storsjö2014-11-281-11/+6
* rtmpproto: Clarify a commentMartin Storsjö2014-11-281-1/+3
* rtmpproto: Ignore errors from the getStreamLength methodMartin Storsjö2014-11-051-0/+3
* rtmpproto: remove dead codeVittorio Giovara2014-10-201-3/+0
* rtmp: Always call rtmp_close() on rtmp_open() failureAlexander Drozdov2014-10-181-4/+3
* rtmpproto: Add pause supportUwe L. Korn2014-10-171-0/+42
* rtmpproto: Track last received timestampUwe L. Korn2014-10-171-0/+5
* rtmpproto: Add getStreamLength call to query durationUwe L. Korn2014-10-171-0/+106
* rtmpproto: Add function to read a number responseUwe L. Korn2014-10-171-3/+42
* rtmpproto: Fix a typoMartin Storsjö2014-10-151-1/+1
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* rtmpproto: read metadata to set correct FLV headerUwe L. Korn2014-06-011-1/+65
* rtmpproto: Check the buffer sizes when copying app/playpath stringsMartin Storsjö2014-05-081-4/+5
* rtmpproto: Support alternative slist parameter in rtmp URLsUwe L. Korn2014-05-061-2/+14
* rtmpproto: Handle RTMP chunk size packets before the connect packetStephan Soller2014-04-141-0/+12
* rtmpproto: Make sure to pass on the error code if read_connect failedMartin Storsjö2014-04-141-1/+1
* rtmpproto: Avoid using uninitialized memoryMartin Storsjö2014-01-201-2/+2
* rtmpproto: Reorder conditions to help dead code eliminationVittorio Giovara2013-11-031-6/+6
* rtmp: Allocate the prev_pkt arrays dynamicallyMartin Storsjö2013-10-141-18/+30
* rtmpproto: Validate the embedded flv packet size before copyingMartin Storsjö2013-10-041-0/+2
* rtmpproto: Readjust the end of the flv buffer if handle_metadata exited earlyMartin Storsjö2013-10-041-0/+5
* rtmpproto: Move the flv header/trailer addition to append_flv_dataMartin Storsjö2013-10-041-4/+3
* rtmpproto: Clear the flv allocation size on reallocp failuresMartin Storsjö2013-10-041-2/+6
* rtmpproto: Pass the 'live' parameter in the right unitMartin Storsjö2013-10-041-1/+1
* rtmpproto: Print the error code string if there's no descriptionMartin Storsjö2013-10-041-2/+6
* rtmp: alias rtmp_listen to listenLuca Barbato2013-10-011-0/+1
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-261-1/+4
* rtmp: Replace a magic number with a macroLuca Barbato2013-09-221-7/+8
* rtmp: Rewrite embedded flv handlingLuca Barbato2013-09-221-28/+42
* rtmp: Refactor get_packetLuca Barbato2013-09-221-62/+51
* rtmp: Unbreak get_packetLuca Barbato2013-09-201-8/+9
* rtmpproto: Add a comment explaining the logic in handle_notifyMartin Storsjö2013-09-201-0/+2
* rtmp: Unbreak handle_notifyLuca Barbato2013-09-191-13/+14
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-181-33/+33
* rtmp: Support reading interleaved chunks.Josh Allmann2013-09-171-1/+4
* rtmpproto: Extend a comment to explain the prev_pkt arrays rolesMartin Storsjö2013-09-171-1/+1
* rtmpproto: Consistently use the right prev_pkt arrayMartin Storsjö2013-09-171-1/+1
* rtmpproto: Check for the right return codeMartin Storsjö2013-09-171-1/+1
* rtmp: rename main_channel_id to stream_id.Josh Allmann2013-09-171-8/+8
OpenPOWER on IntegriCloud