Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-17Change header reading implementation to using get_bits() instead of directlyRonald S. Bultje
2008-11-17Prefix all ff_rdt_parse_header() arguments with a p, preparing for localRonald S. Bultje
2008-11-17Fix memleak caused by the fact that url_open_buf() allocates a contextRonald S. Bultje
2008-11-17Add ByteIOContext argument to public ff_rm_* functions so that we canRonald S. Bultje
2008-11-15Change status packet skipping to be more spec-compliant. See discussion inRonald S. Bultje
2008-11-15Reindent after r15833.Ronald S. Bultje
2008-11-15Add is_keyframe param to ff_rdt_parse_header(). See ML discussion inRonald S. Bultje
2008-11-15Rename variables in ff_rdt_parse_header() and callers to match theRonald S. Bultje
2008-11-14Add comment describing the RDT packet header. See discussion in "[PATCH]Ronald S. Bultje
2008-10-04Implement RDTDemuxContext, which contains RDT-specific data (similar toRonald S. Bultje
2008-10-04Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje
2008-10-04Rename RTP payload contexts to PayloadContext, suggested by Luca inRonald S. Bultje
2008-10-01Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcodingRonald S. Bultje
2008-10-01This patch refactors RDT packet header parsing so that it can be used inRonald S. Bultje
2008-09-30Remove access to rdt_data struct in functions called outside of theRonald S. Bultje
2008-09-07Implement RDT-specific data parsing routines. After these changes, simpleRonald S. Bultje
2008-09-07Implement a RDT-specific SET_PARAMETER command that subscribes to theRonald S. Bultje
2008-09-07Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje
2008-09-03Implement Realmedia/RTSP-compatible SETUP command. This includes calculationRonald S. Bultje