summaryrefslogtreecommitdiff
path: root/libavformat/rdt.c
Commit message (Expand)AuthorAge
* Implement RDTDemuxContext, which contains RDT-specific data (similar toRonald S. Bultje2008-10-04
* Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje2008-10-04
* Rename RTP payload contexts to PayloadContext, suggested by Luca inRonald S. Bultje2008-10-04
* Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcodingRonald S. Bultje2008-10-01
* This patch refactors RDT packet header parsing so that it can be used inRonald S. Bultje2008-10-01
* Remove access to rdt_data struct in functions called outside of theRonald S. Bultje2008-09-30
* Implement RDT-specific data parsing routines. After these changes, simpleRonald S. Bultje2008-09-07
* Implement a RDT-specific SET_PARAMETER command that subscribes to theRonald S. Bultje2008-09-07
* Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje2008-09-07
* Implement Realmedia/RTSP-compatible SETUP command. This includes calculationRonald S. Bultje2008-09-03