index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rtmppkt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtmp: Read and handle incoming packets while writing data
Samuel Pitoiset
2012-06-14
1
-3
/
+13
*
rtmp: Check return codes of net IO operations
Samuel Pitoiset
2012-05-24
1
-4
/
+11
*
rtmp: Check ff_rtmp_packet_create calls
Samuel Pitoiset
2012-05-24
1
-2
/
+4
*
lavu: replace int/float punning functions
Mans Rullgard
2011-12-11
1
-4
/
+4
*
Do not include intfloat_readwrite.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
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
*
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