| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | rtmp: Unbreak handle_notify | Luca Barbato | 2013-09-19 | 1 | -13/+14 |
* | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 1 | -33/+33 |
* | rtmp: Support reading interleaved chunks. | Josh Allmann | 2013-09-17 | 1 | -1/+4 |
* | rtmpproto: Extend a comment to explain the prev_pkt arrays roles | Martin Storsjö | 2013-09-17 | 1 | -1/+1 |
* | rtmpproto: Consistently use the right prev_pkt array | Martin Storsjö | 2013-09-17 | 1 | -1/+1 |
* | rtmpproto: Check for the right return code | Martin Storsjö | 2013-09-17 | 1 | -1/+1 |
* | rtmp: rename main_channel_id to stream_id. | Josh Allmann | 2013-09-17 | 1 | -8/+8 |
* | rtmp: Follow Flash player numbering for channels. | Josh Allmann | 2013-09-17 | 1 | -2/+2 |
* | rtmp: Send video on a separate channel. | Josh Allmann | 2013-09-17 | 1 | -2/+6 |
* | rtmp: Store all the notify messages | Luca Barbato | 2013-09-16 | 1 | -30/+29 |
* | rtmp: Do not send the first field twice within the handshake | Luca Barbato | 2013-09-16 | 1 | -1/+1 |
* | rtmp: Drop an unneeded warning | Luca Barbato | 2013-09-16 | 1 | -2/+0 |
* | rtmp: Support play method in listen mode | Luca Barbato | 2013-09-16 | 1 | -1/+10 |
* | rtmp: Factor out publish specific code | Luca Barbato | 2013-09-16 | 1 | -43/+75 |
* | rtmpproto: Fix limelight authentication with abbreviated app names | Martin Storsjö | 2013-08-28 | 1 | -0/+2 |