| Commit message (Expand) | Author | Age | Files | Lines |
* | rtmpproto: Restructure zlib code to avoid unreachable code warning | Diego Biurrun | 2016-11-02 | 1 | -4/+5 |
* | Revert "rtmpproto: Don't include a client version in the unencrypted C1 hands... | Luca Barbato | 2016-10-30 | 1 | -1/+4 |
* | rtmpproto: Don't include a client version in the unencrypted C1 handshake | Martin Storsjö | 2016-10-14 | 1 | -4/+1 |
* | rtmpproto: Don't include the libavformat version as "clientid" | Martin Storsjö | 2016-10-14 | 1 | -3/+0 |
* | rtmpproto: Send chunk size on the network channel | Martin Storsjö | 2016-10-14 | 1 | -1/+1 |
* | rtmpproto: Lengthen the filename buffer when receiving streams | Martin Storsjö | 2016-10-14 | 1 | -1/+1 |
* | rtmpproto: Check the return from ff_amf_read_string | Martin Storsjö | 2016-10-14 | 1 | -0/+7 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -5/+5 |
* | avio: Copy URLContext generic options into child URLContexts | Martin Storsjö | 2016-03-24 | 1 | -2/+2 |
* | urlprotocol: receive a list of protocols from the caller | Anton Khirnov | 2016-02-22 | 1 | -2/+2 |
* | lavf: reorganize URLProtocols | Anton Khirnov | 2016-02-22 | 1 | -1/+1 |
* | rtmpproto: Include the full path as app when "slist=" is found | Martin Storsjö | 2015-12-13 | 1 | -2/+2 |
* | rtmpproto: Write correct flv packet sizes at the end of packets | Michael Niedermayer | 2015-10-14 | 1 | -3/+4 |
* | rtmpproto: free hmac context properly | James Almer | 2015-07-30 | 1 | -1/+1 |
* | rtmpproto: use AVHMAC instead of a custom implementation | James Almer | 2015-07-29 | 1 | -29/+10 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | rtmpproto: Fix a typo in a comment | Martin Storsjö | 2014-11-28 | 1 | -1/+1 |
* | rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccess | Martin Storsjö | 2014-11-28 | 1 | -5/+27 |
* | rtmpproto: Simplify code for copying data into the output packet | Martin Storsjö | 2014-11-28 | 1 | -11/+6 |
* | rtmpproto: Clarify a comment | Martin Storsjö | 2014-11-28 | 1 | -1/+3 |
* | rtmpproto: Ignore errors from the getStreamLength method | Martin Storsjö | 2014-11-05 | 1 | -0/+3 |
* | rtmpproto: remove dead code | Vittorio Giovara | 2014-10-20 | 1 | -3/+0 |
* | rtmp: Always call rtmp_close() on rtmp_open() failure | Alexander Drozdov | 2014-10-18 | 1 | -4/+3 |
* | rtmpproto: Add pause support | Uwe L. Korn | 2014-10-17 | 1 | -0/+42 |
* | rtmpproto: Track last received timestamp | Uwe L. Korn | 2014-10-17 | 1 | -0/+5 |
* | rtmpproto: Add getStreamLength call to query duration | Uwe L. Korn | 2014-10-17 | 1 | -0/+106 |
* | rtmpproto: Add function to read a number response | Uwe L. Korn | 2014-10-17 | 1 | -3/+42 |
* | rtmpproto: Fix a typo | Martin Storsjö | 2014-10-15 | 1 | -1/+1 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | rtmpproto: read metadata to set correct FLV header | Uwe L. Korn | 2014-06-01 | 1 | -1/+65 |
* | rtmpproto: Check the buffer sizes when copying app/playpath strings | Martin Storsjö | 2014-05-08 | 1 | -4/+5 |
* | rtmpproto: Support alternative slist parameter in rtmp URLs | Uwe L. Korn | 2014-05-06 | 1 | -2/+14 |
* | rtmpproto: Handle RTMP chunk size packets before the connect packet | Stephan Soller | 2014-04-14 | 1 | -0/+12 |
* | rtmpproto: Make sure to pass on the error code if read_connect failed | Martin Storsjö | 2014-04-14 | 1 | -1/+1 |
* | rtmpproto: Avoid using uninitialized memory | Martin Storsjö | 2014-01-20 | 1 | -2/+2 |
* | rtmpproto: Reorder conditions to help dead code elimination | Vittorio Giovara | 2013-11-03 | 1 | -6/+6 |
* | rtmp: Allocate the prev_pkt arrays dynamically | Martin Storsjö | 2013-10-14 | 1 | -18/+30 |
* | rtmpproto: Validate the embedded flv packet size before copying | Martin Storsjö | 2013-10-04 | 1 | -0/+2 |
* | rtmpproto: Readjust the end of the flv buffer if handle_metadata exited early | Martin Storsjö | 2013-10-04 | 1 | -0/+5 |
* | rtmpproto: Move the flv header/trailer addition to append_flv_data | Martin Storsjö | 2013-10-04 | 1 | -4/+3 |
* | rtmpproto: Clear the flv allocation size on reallocp failures | Martin Storsjö | 2013-10-04 | 1 | -2/+6 |
* | rtmpproto: Pass the 'live' parameter in the right unit | Martin Storsjö | 2013-10-04 | 1 | -1/+1 |
* | rtmpproto: Print the error code string if there's no description | Martin Storsjö | 2013-10-04 | 1 | -2/+6 |
* | rtmp: alias rtmp_listen to listen | Luca Barbato | 2013-10-01 | 1 | -0/+1 |
* | lavf: Reset the entry count and allocation size variables on av_reallocp fail... | Martin Storsjö | 2013-09-26 | 1 | -1/+4 |
* | rtmp: Replace a magic number with a macro | Luca Barbato | 2013-09-22 | 1 | -7/+8 |
* | rtmp: Rewrite embedded flv handling | Luca Barbato | 2013-09-22 | 1 | -28/+42 |
* | rtmp: Refactor get_packet | Luca Barbato | 2013-09-22 | 1 | -62/+51 |
* | rtmp: Unbreak get_packet | Luca Barbato | 2013-09-20 | 1 | -8/+9 |
* | rtmpproto: Add a comment explaining the logic in handle_notify | Martin Storsjö | 2013-09-20 | 1 | -0/+2 |