Ronald S. Bultje
0369d2b045
Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export
...
it so that I can use it in rdt.c as well. See discussion in "Realmedia patch"
thread on ML.
Originally committed as revision 15233 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
26efefc52c
Do not set timestamp information for a non existing AVStream
...
(fix a bug in the RTP demuxer)
Originally committed as revision 14909 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
7246177d80
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
...
Originally committed as revision 14766 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
e8420626d0
RTP: use dprintf(), allow compilation with -DDEBUG
...
Originally committed as revision 14211 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
fba7815d8d
Reindent after last commit
...
Originally committed as revision 14046 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
d6b9e57af2
Fix A/V synch for RTP streams that do not contain MPEG1 or 2
...
(correctly compute the presentation times based on the RTP timestamps
and the RTCP SR packets)
Originally committed as revision 14045 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
245976da2a
Use full path for #includes from another directory.
...
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bd10713636
typo fixes
...
Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
f841a0fca1
Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).
...
This can be used later by RDT to get the flags from the RTP packet and
use that for the RealMedia packet (such as whether this RTP packet
represents a keyframe or not). For discussion, see "[PATCH] Realmedia
/ RTSP (RDT)".
Originally committed as revision 11557 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
f739b36d16
Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),
...
see "[PATCH] Realmedia / RTSP (RDT)" thread on ML.
Originally committed as revision 11494 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
b4e3330c12
Make rtp_parse_packet() always call the vfunc of the dynamic payload handler
...
if there is one. See "[PATCH] Realmedia / RTSP (RDT)" thread on ML.
Originally committed as revision 11493 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
8eb793c459
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies
...
Originally committed as revision 11406 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago