summaryrefslogtreecommitdiff
path: root/libavformat/rdt.c
Commit message (Expand)AuthorAge
...
* Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothingRonald S. Bultje2009-02-26
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06
* Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje2009-02-06
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-27
* Use "" instead of <> when #including non-system headers.Diego Biurrun2009-01-19
* Parse the OpaqueData field for every AVStream represented by this "set ofRonald S. Bultje2009-01-07
* Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill inRonald S. Bultje2009-01-07
* Parse the ASMRuleBook SDP line to dynamically create one new AVStream forRonald S. Bultje2009-01-07
* Fix double free which happens for playback of .rm files after r16365. SeeRonald S. Bultje2008-12-28
* Reindent after r16368.Ronald S. Bultje2008-12-28
* Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion inRonald S. Bultje2008-12-28
* Change audio_pkt_cnt from an array into a single field, since only a singleRonald S. Bultje2008-12-28
* Add RMStream object as function argument to public functions so that non-.rmRonald S. Bultje2008-12-28
* Don't access RMContext directly in rdt.c. Rather, use the return value ofRonald S. Bultje2008-12-13
* Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.Ronald S. Bultje2008-12-06
* Implement rule-number parsing, the initial step in stream (and bitrate)Ronald S. Bultje2008-12-01
* Change RDTDemuxContext->st into an array of streams, which will make futureRonald S. Bultje2008-11-30
* 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