| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-02 | 1 | -0/+45 |
|\ |
|
| * | rtmp: add functions for reading AMF values | Jordi Ortiz | 2012-08-02 | 1 | -0/+45 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-15 | 1 | -3/+13 |
|\| |
|
| * | rtmp: Read and handle incoming packets while writing data | Samuel Pitoiset | 2012-06-14 | 1 | -3/+13 |
* | | Merge remote-tracking branch 'qatar/master'n0.12-dev | Michael Niedermayer | 2012-05-25 | 1 | -4/+11 |
|\| |
|
| * | rtmp: Check return codes of net IO operations | Samuel Pitoiset | 2012-05-24 | 1 | -4/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-25 | 1 | -2/+4 |
|\| |
|
| * | rtmp: Check ff_rtmp_packet_create calls | Samuel Pitoiset | 2012-05-24 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -4/+4 |
|\| |
|
| * | lavu: replace int/float punning functions | Mans Rullgard | 2011-12-11 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+1 |
|\| |
|
| * | Do not include intfloat_readwrite.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-26 | 1 | -3/+5 |
|\| |
|
| * | rtmp: Reindent | Martin Storsjö | 2011-05-25 | 1 | -3/+3 |
| * | rtmp: Don't try to do av_malloc(0) | Martin Storsjö | 2011-05-25 | 1 | -0/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-05 | 1 | -12/+13 |
|\| |
|
| * | avio: make url_write() internal. | Anton Khirnov | 2011-04-04 | 1 | -3/+3 |
| * | avio: make url_read_complete() internal. | Anton Khirnov | 2011-04-04 | 1 | -8/+8 |
| * | avio: make url_read() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | 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 |