Michael Niedermayer
|
7b376b398a
Merge remote branch 'qatar/master'
|
13 years ago |
Martin Storsjö
|
9261e6cf3f
rtp: Rename the open/close functions to alloc/free
|
13 years ago |
Michael Niedermayer
|
d4d09329ee
Merge remote branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
c486dade95
avio: make URLContext internal.
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Diego Elio Pettenò
|
53d3f66bae
Make RTPFirstDynamicPayloadHandler static to rtpdec.c
|
13 years ago |
Diego Elio Pettenò
|
119cc033fc
Make RTPFirstDynamicPayloadHandler static to rtpdec.c
|
13 years ago |
Martin Storsjö
|
3a1cdcc798
rtpdec: Emit timestamps for packets before the first RTCP packet, too
|
14 years ago |
Martin Storsjö
|
1e515c4280
rtpdec: Add functions for finding depacketizers by name or payload id
|
14 years ago |
Martin Storsjö
|
2beb910d79
rtpdec: Allow dynamic payload handlers to handle static payload types, too
|
14 years ago |
Aurelien Jacobs
|
a178edf298
drop rtp_get_file_handles() which is not part of public API and not used anymore
|
14 years ago |
Aurelien Jacobs
|
fb660f4015
drop rtp_get_local_port() which is not part of public API and not used anymore
|
14 years ago |
Martin Storsjö
|
58ee09911e
rtpdec: Reorder received RTP packets according to the seq number
|
14 years ago |
Martin Storsjö
|
ad4ad27fb6
rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer
|
14 years ago |
Josh Allmann
|
186f1ec5f4
Add rtp_get_rtcp_file_handle function
|
14 years ago |
Martin Storsjö
|
1537817e38
Move SPACE_CHARS back to libavformat/internal.h
|
14 years ago |
Martin Storsjö
|
d74c6145fb
rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOPTS_VALUE
|
14 years ago |
Josh Allmann
|
016bc031eb
rtpdec: Add generic function for iterating over FMTP configuration lines
|
14 years ago |
Josh Allmann
|
8b114d85ba
rtpdec: Move space_chars from avformat/internal to rtpdec
|
14 years ago |
Josh Allmann
|
ca937a5508
RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp
|
14 years ago |
Martin Storsjö
|
5948f82227
Reset RTCP timestamps after seeking, add range start offset to the packets timestamps
|
14 years ago |
Martin Storsjö
|
2cab6b48ad
Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext
|
14 years ago |
Luca Barbato
|
9094d867aa
Make rtp protocol obey rfc3550
|
14 years ago |
Martin Storsjö
|
0e4b185a8d
Fix leaks in the AAC RTP depacketizer
|
14 years ago |
Ronald S. Bultje
|
1da1e1933f
Add void to a function prototype that takes no arguments. Fixes a potential
|
14 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
14 years ago |
Ronald S. Bultje
|
3307e6ea86
Prefix non-static RTSP functions with ff_.
|
14 years ago |
Ronald S. Bultje
|
fc78b0cb7e
Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,
|
14 years ago |
Martin Storsjö
|
9c8fa20d7e
When using RTP-over-UDP, send dummy packets during stream setup, similar to
|
14 years ago |
Ronald S. Bultje
|
f0a8039464
Add url_get_file_handle(), which is used to get the file descriptor
|
15 years ago |
Ronald S. Bultje
|
144ae29dde
Implement marker bit, which is used for several RTP payloads currently
|
15 years ago |
Ronald S. Bultje
|
a68d44ed6f
Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing
|
15 years ago |
Luca Abeni
|
e5f483c604
Move to rtp.h the prototypes of all the functions defined in rtp.c
|
15 years ago |
Luca Abeni
|
18c7b354c5
Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore
|
15 years ago |
Luca Abeni
|
302879cb36
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
|
15 years ago |