| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | rtmp: Do not misuse memcmp | Luca Barbato | 2013-08-11 | 1 | -12/+13 |
* | rtmp: Detect and warn if the user tries to pass librtmp style parameters | Martin Storsjö | 2013-08-10 | 1 | -0/+7 |
* | rtmp: rename data_size to size | Luca Barbato | 2013-08-10 | 1 | -35/+35 |
* | rtmp: Use PRId64 when needed. | Luca Barbato | 2013-08-10 | 1 | -3/+5 |
* | rtmp: Add seek support | Gavriloaie Eugen-Andrei | 2013-08-02 | 1 | -0/+55 |
* | use my full first name instead of short one in copyrights | Kostya Shishkov | 2013-06-01 | 1 | -1/+1 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | rtmp: Pass the parameters to do_adobe_auth in the right order | Martin Storsjö | 2013-03-20 | 1 | -1/+1 |
* | rtmpproto: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | rtmp: Add support for limelight authentication | Martin Storsjö | 2012-12-31 | 1 | -6/+75 |
* | rtmp: Add support for adobe authentication | Martin Storsjö | 2012-12-31 | 1 | -4/+159 |
* | rtmp: Return a proper error code in handle_invoke_error | Martin Storsjö | 2012-12-31 | 1 | -1/+1 |
* | rtmp: Use av_strlcat instead of strncat | Martin Storsjö | 2012-11-05 | 1 | -1/+1 |
* | rtmpproto: Fix an out of array write | Michael Niedermayer | 2012-10-12 | 1 | -2/+2 |
* | Use the new aes/md5/sha/tree allocation functions | Martin Storsjö | 2012-10-11 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -6/+6 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -3/+3 |
* | rtmp: support strict rtmp servers | Samuel Pitoiset | 2012-08-22 | 1 | -4/+7 |
* | rtmp: Use int instead of ssize_t | Martin Storsjö | 2012-08-16 | 1 | -3/+3 |
* | rtmp: Add support for receiving incoming streams | Jordi Ortiz | 2012-08-16 | 1 | -5/+508 |