| Commit message (Expand) | Author | Age | Files | Lines |
* | 1l trocadero: forgot reference operator on bytestream_get_be32() argument | Kostya Shishkov | 2010-03-07 | 1 | -1/+1 |
* | Make RTMP send/receive packet functions report number of bytes read or sent. | Kostya Shishkov | 2010-01-30 | 1 | -2/+14 |
* | cosmetics: add an empty line between variable declarations and code | Kostya Shishkov | 2010-01-30 | 1 | -0/+1 |
* | Remove some unused variables, fixes the warnings: | Diego Biurrun | 2009-12-24 | 1 | -2/+1 |
* | Dump RTMP packet contents in debug mode | Kostya Shishkov | 2009-12-11 | 1 | -0/+110 |
* | Compress headers for output RTMP packets. | Sergiy | 2009-12-04 | 1 | -1/+25 |
* | RTMP packets with one-byte header use previous packet timestamp difference, so | Sergiy | 2009-12-03 | 1 | -4/+8 |
* | Write timestamp deltas, not timestamps, for RTMP packets with partial header | Kostya Shishkov | 2009-12-01 | 1 | -3/+6 |
* | Full-header RTMP packets contain real timestamp, others contain timestamp | Kostya Shishkov | 2009-12-01 | 1 | -0/+2 |
* | Write header for RTMP packets with channel_id >= 64 correctly | Kostya Shishkov | 2009-12-01 | 1 | -1/+9 |
* | Read and write extended timestamps for RTMP packets. | Sergiy | 2009-12-01 | 1 | -1/+8 |
* | 7l trocadero: reading right into enum variable may cause unwanted effects, use | Kostya Shishkov | 2009-12-01 | 1 | -1/+2 |
* | When searching for AMF object field value, try to find that object first | Kostya Shishkov | 2009-11-22 | 1 | -2/+7 |
* | Use enum instead of integer types where appropriate. | Carl Eugen Hoyos | 2009-11-08 | 1 | -1/+1 |
* | Support more than 64 channels in RTMP input | Kostya Shishkov | 2009-10-18 | 1 | -0/+6 |
* | Accept RTMP packets with one-byte header | Kostya Shishkov | 2009-10-18 | 1 | -2/+1 |
* | RTMP protocol support (as a client) | Kostya Shishkov | 2009-07-31 | 1 | -0/+265 |