aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rdt.h
Commit message (Expand)AuthorAgeFilesLines
* document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/RealmediaRonald S. Bultje2008-11-301-0/+10
* Change function prototype from taking an AVStream to taking an index to theRonald S. Bultje2008-11-301-1/+2
* Make function comment a bit more linguistically correct.Ronald S. Bultje2008-11-151-1/+1
* Add is_keyframe param to ff_rdt_parse_header(). See ML discussion inRonald S. Bultje2008-11-151-1/+3
* Rename variables in ff_rdt_parse_header() and callers to match theRonald S. Bultje2008-11-151-5/+5
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun2008-10-041-0/+4
* Implement RDTDemuxContext, which contains RDT-specific data (similar toRonald S. Bultje2008-10-041-2/+9
* This patch refactors RDT packet header parsing so that it can be used inRonald S. Bultje2008-10-011-0/+14
* Remove access to rdt_data struct in functions called outside of theRonald S. Bultje2008-09-301-2/+4
* Implement RDT-specific data parsing routines. After these changes, simpleRonald S. Bultje2008-09-071-0/+7
* Implement a RDT-specific SET_PARAMETER command that subscribes to theRonald S. Bultje2008-09-071-0/+12
* Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje2008-09-071-0/+5
* Implement Realmedia/RTSP-compatible SETUP command. This includes calculationRonald S. Bultje2008-09-031-0/+40