index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rtmppkt.c
Age
Commit message (
Expand
)
Author
2011-07-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-03
Do not include intfloat_readwrite.h in avutil.h
Mans Rullgard
2011-05-26
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-25
rtmp: Reindent
Martin Storsjö
2011-05-25
rtmp: Don't try to do av_malloc(0)
Martin Storsjö
2011-04-05
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-04
avio: make url_write() internal.
Anton Khirnov
2011-04-04
avio: make url_read_complete() internal.
Anton Khirnov
2011-04-04
avio: make url_read() internal.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-03-07
1l trocadero: forgot reference operator on bytestream_get_be32() argument
Kostya Shishkov
2010-01-30
Make RTMP send/receive packet functions report number of bytes read or sent.
Kostya Shishkov
2010-01-30
cosmetics: add an empty line between variable declarations and code
Kostya Shishkov
2009-12-24
Remove some unused variables, fixes the warnings:
Diego Biurrun
2009-12-11
Dump RTMP packet contents in debug mode
Kostya Shishkov
2009-12-04
Compress headers for output RTMP packets.
Sergiy
2009-12-03
RTMP packets with one-byte header use previous packet timestamp difference, so
Sergiy
2009-12-01
Write timestamp deltas, not timestamps, for RTMP packets with partial header
Kostya Shishkov
2009-12-01
Full-header RTMP packets contain real timestamp, others contain timestamp
Kostya Shishkov
2009-12-01
Write header for RTMP packets with channel_id >= 64 correctly
Kostya Shishkov
2009-12-01
Read and write extended timestamps for RTMP packets.
Sergiy
2009-12-01
7l trocadero: reading right into enum variable may cause unwanted effects, use
Kostya Shishkov
2009-11-22
When searching for AMF object field value, try to find that object first
Kostya Shishkov
2009-11-08
Use enum instead of integer types where appropriate.
Carl Eugen Hoyos
2009-10-18
Support more than 64 channels in RTMP input
Kostya Shishkov
2009-10-18
Accept RTMP packets with one-byte header
Kostya Shishkov
2009-07-31
RTMP protocol support (as a client)
Kostya Shishkov