aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rdt.c
Commit message (Expand)AuthorAgeFilesLines
* Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcodingRonald S. Bultje2008-10-011-3/+7
* This patch refactors RDT packet header parsing so that it can be used inRonald S. Bultje2008-10-011-16/+20
* Remove access to rdt_data struct in functions called outside of theRonald S. Bultje2008-09-301-5/+10
* Implement RDT-specific data parsing routines. After these changes, simpleRonald S. Bultje2008-09-071-0/+101
* Implement a RDT-specific SET_PARAMETER command that subscribes to theRonald S. Bultje2008-09-071-1/+12
* Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje2008-09-071-0/+136
* Implement Realmedia/RTSP-compatible SETUP command. This includes calculationRonald S. Bultje2008-09-031-0/+73