summaryrefslogtreecommitdiff
path: root/libavformat/rdt.c
Commit message (Expand)AuthorAge
...
* Change function prototype from taking an AVStream to taking an index to theRonald S. Bultje2008-11-30
* Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.Ronald S. Bultje2008-11-23
* Change type of prev_stream_id from uint32_t to int, since it has a max sizeRonald S. Bultje2008-11-17
* Reindent after r15853.Ronald S. Bultje2008-11-17
* Read optional components of the RDT packet header, such as extended setIDRonald S. Bultje2008-11-17
* Change header reading implementation to using get_bits() instead of directlyRonald S. Bultje2008-11-17
* Prefix all ff_rdt_parse_header() arguments with a p, preparing for localRonald S. Bultje2008-11-17
* Fix memleak caused by the fact that url_open_buf() allocates a contextRonald S. Bultje2008-11-17
* Add ByteIOContext argument to public ff_rm_* functions so that we canRonald S. Bultje2008-11-17
* Change status packet skipping to be more spec-compliant. See discussion inRonald S. Bultje2008-11-15
* Reindent after r15833.Ronald S. Bultje2008-11-15
* Add is_keyframe param to ff_rdt_parse_header(). See ML discussion inRonald S. Bultje2008-11-15
* Rename variables in ff_rdt_parse_header() and callers to match theRonald S. Bultje2008-11-15
* Add comment describing the RDT packet header. See discussion in "[PATCH]Ronald S. Bultje2008-11-14
* 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