Sun, 07 Mar 2010 08:52:53 +0000 |
kostya |
1l trocadero: forgot reference operator on bytestream_get_be32() argument
libavformat
|
Sat, 30 Jan 2010 09:24:52 +0000 |
kostya |
Make RTMP send/receive packet functions report number of bytes read or sent.
libavformat
|
Sat, 30 Jan 2010 08:38:11 +0000 |
kostya |
cosmetics: add an empty line between variable declarations and code
libavformat
|
Thu, 24 Dec 2009 12:11:55 +0000 |
diego |
Remove some unused variables, fixes the warnings:
libavformat
|
Fri, 11 Dec 2009 17:13:35 +0000 |
kostya |
Dump RTMP packet contents in debug mode
libavformat
|
Fri, 04 Dec 2009 15:01:58 +0000 |
kostya |
Compress headers for output RTMP packets.
libavformat
|
Thu, 03 Dec 2009 06:40:37 +0000 |
kostya |
RTMP packets with one-byte header use previous packet timestamp difference, so
libavformat
|
Tue, 01 Dec 2009 16:43:53 +0000 |
kostya |
Write timestamp deltas, not timestamps, for RTMP packets with partial header
libavformat
|
Tue, 01 Dec 2009 16:08:44 +0000 |
kostya |
Full-header RTMP packets contain real timestamp, others contain timestamp
libavformat
|
Tue, 01 Dec 2009 15:13:23 +0000 |
kostya |
Write header for RTMP packets with channel_id >= 64 correctly
libavformat
|
Tue, 01 Dec 2009 15:07:32 +0000 |
kostya |
Read and write extended timestamps for RTMP packets.
libavformat
|
Tue, 01 Dec 2009 14:58:17 +0000 |
kostya |
7l trocadero: reading right into enum variable may cause unwanted effects, use
libavformat
|
Sun, 22 Nov 2009 09:03:06 +0000 |
kostya |
When searching for AMF object field value, try to find that object first
libavformat
|
Sun, 08 Nov 2009 23:48:15 +0000 |
cehoyos |
Use enum instead of integer types where appropriate.
libavformat
|
Sun, 18 Oct 2009 07:01:06 +0000 |
kostya |
Support more than 64 channels in RTMP input
libavformat
|
Sun, 18 Oct 2009 06:58:00 +0000 |
kostya |
Accept RTMP packets with one-byte header
libavformat
|
Fri, 31 Jul 2009 06:49:36 +0000 |
kostya |
RTMP protocol support (as a client)
libavformat
|