Ronald S. Bultje
|
144ae29dde
Implement marker bit, which is used for several RTP payloads currently
|
15 years ago |
Luca Abeni
|
302879cb36
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
|
15 years ago |
Ronald S. Bultje
|
1a45a9f4c0
Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument
|
15 years ago |
Luca Abeni
|
20631a9c15
Merge rtp_internal.h in rtp.h, and remove rtp_internal.h
|
16 years ago |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 years ago |
Luca Abeni
|
be73a544af
Rename rtp_payload_data_t to avoid clashes with the POSIX namespace
|
16 years ago |
Ronald S. Bultje
|
99a1d1915e
Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque
|
16 years ago |
Ronald S. Bultje
|
9b932b8ac0
Change function prototype of RTPDynamicPayloadHandler.parse_packet() to
|
16 years ago |
Diego Biurrun
|
d0feff2a5b
Uniformly define _XOPEN_SOURCE to 600.
|
16 years ago |
Ronald S. Bultje
|
0369d2b045
Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export
|
16 years ago |
Luca Abeni
|
26efefc52c
Do not set timestamp information for a non existing AVStream
|
16 years ago |
Aurelien Jacobs
|
7246177d80
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
|
16 years ago |
Måns Rullgård
|
e8420626d0
RTP: use dprintf(), allow compilation with -DDEBUG
|
16 years ago |
Luca Abeni
|
fba7815d8d
Reindent after last commit
|
16 years ago |
Luca Abeni
|
d6b9e57af2
Fix A/V synch for RTP streams that do not contain MPEG1 or 2
|
16 years ago |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
16 years ago |
Diego Biurrun
|
bd10713636
typo fixes
|
16 years ago |
Ronald S. Bultje
|
f841a0fca1
Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).
|
17 years ago |
Ronald S. Bultje
|
f739b36d16
Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),
|
17 years ago |
Ronald S. Bultje
|
b4e3330c12
Make rtp_parse_packet() always call the vfunc of the dynamic payload handler
|
17 years ago |
Luca Abeni
|
8eb793c459
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies
|
17 years ago |