Ronald S. Bultje
|
a4b8cb3c55
Fix memleak caused by the fact that url_open_buf() allocates a context
|
16 years ago |
Ronald S. Bultje
|
fcc995a533
Add ByteIOContext argument to public ff_rm_* functions so that we can
|
16 years ago |
Ronald S. Bultje
|
e3b7216b9b
Change status packet skipping to be more spec-compliant. See discussion in
|
16 years ago |
Ronald S. Bultje
|
3d883ad5f3
Reindent after r15833.
|
16 years ago |
Ronald S. Bultje
|
114732f4c7
Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in
|
16 years ago |
Ronald S. Bultje
|
239dec21ab
Rename variables in ff_rdt_parse_header() and callers to match the
|
16 years ago |
Ronald S. Bultje
|
9e16439287
Add comment describing the RDT packet header. See discussion in "[PATCH]
|
16 years ago |
Ronald S. Bultje
|
accc248f28
Implement RDTDemuxContext, which contains RDT-specific data (similar to
|
16 years ago |
Ronald S. Bultje
|
9b932b8ac0
Change function prototype of RTPDynamicPayloadHandler.parse_packet() to
|
16 years ago |
Ronald S. Bultje
|
ed0aacc76e
Rename RTP payload contexts to PayloadContext, suggested by Luca in
|
16 years ago |
Ronald S. Bultje
|
3ff2a06228
Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding
|
16 years ago |
Ronald S. Bultje
|
985b05d3c9
This patch refactors RDT packet header parsing so that it can be used in
|
16 years ago |
Ronald S. Bultje
|
ab63fb0360
Remove access to rdt_data struct in functions called outside of the
|
16 years ago |
Ronald S. Bultje
|
4fce284c08
Implement RDT-specific data parsing routines. After these changes, simple
|
16 years ago |
Ronald S. Bultje
|
1256d16b6c
Implement a RDT-specific SET_PARAMETER command that subscribes to the
|
16 years ago |
Ronald S. Bultje
|
ff13ba92fd
Add dynamic payload handlers to rdt.c. These follow the same API as the ones
|
16 years ago |
Ronald S. Bultje
|
e9dea59f16
Implement Realmedia/RTSP-compatible SETUP command. This includes calculation
|
16 years ago |