Age | Commit message (Expand) | Author |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-27 | Merge rtp_internal.h in rtp.h, and remove rtp_internal.h | Luca Abeni |
2009-01-19 | Use "" instead of <> when #including non-system headers. | Diego Biurrun |
2009-01-07 | Parse the OpaqueData field for every AVStream represented by this "set of | Ronald S. Bultje |
2009-01-07 | Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in | Ronald S. Bultje |
2009-01-07 | Parse the ASMRuleBook SDP line to dynamically create one new AVStream for | Ronald S. Bultje |
2008-12-28 | Fix double free which happens for playback of .rm files after r16365. See | Ronald S. Bultje |
2008-12-28 | Reindent after r16368. | Ronald S. Bultje |
2008-12-28 | Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in | Ronald S. Bultje |
2008-12-28 | Change audio_pkt_cnt from an array into a single field, since only a single | Ronald S. Bultje |
2008-12-28 | Add RMStream object as function argument to public functions so that non-.rm | Ronald S. Bultje |
2008-12-13 | Don't access RMContext directly in rdt.c. Rather, use the return value of | Ronald S. Bultje |
2008-12-06 | Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. | Ronald S. Bultje |
2008-12-01 | Implement rule-number parsing, the initial step in stream (and bitrate) | Ronald S. Bultje |
2008-11-30 | Change RDTDemuxContext->st into an array of streams, which will make future | Ronald S. Bultje |
2008-11-30 | Change function prototype from taking an AVStream to taking an index to the | Ronald S. Bultje |
2008-11-23 | Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. | Ronald S. Bultje |
2008-11-17 | Change type of prev_stream_id from uint32_t to int, since it has a max size | Ronald S. Bultje |
2008-11-17 | Reindent after r15853. | Ronald S. Bultje |
2008-11-17 | Read optional components of the RDT packet header, such as extended setID | Ronald S. Bultje |
2008-11-17 | Change header reading implementation to using get_bits() instead of directly | Ronald S. Bultje |
2008-11-17 | Prefix all ff_rdt_parse_header() arguments with a p, preparing for local | Ronald S. Bultje |
2008-11-17 | Fix memleak caused by the fact that url_open_buf() allocates a context | Ronald S. Bultje |
2008-11-17 | Add ByteIOContext argument to public ff_rm_* functions so that we can | Ronald S. Bultje |
2008-11-15 | Change status packet skipping to be more spec-compliant. See discussion in | Ronald S. Bultje |
2008-11-15 | Reindent after r15833. | Ronald S. Bultje |
2008-11-15 | Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in | Ronald S. Bultje |
2008-11-15 | Rename variables in ff_rdt_parse_header() and callers to match the | Ronald S. Bultje |
2008-11-14 | Add comment describing the RDT packet header. See discussion in "[PATCH] | Ronald S. Bultje |
2008-10-04 | Implement RDTDemuxContext, which contains RDT-specific data (similar to | Ronald S. Bultje |
2008-10-04 | Change function prototype of RTPDynamicPayloadHandler.parse_packet() to | Ronald S. Bultje |
2008-10-04 | Rename RTP payload contexts to PayloadContext, suggested by Luca in | Ronald S. Bultje |
2008-10-01 | Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding | Ronald S. Bultje |
2008-10-01 | This patch refactors RDT packet header parsing so that it can be used in | Ronald S. Bultje |
2008-09-30 | Remove access to rdt_data struct in functions called outside of the | Ronald S. Bultje |
2008-09-07 | Implement RDT-specific data parsing routines. After these changes, simple | Ronald S. Bultje |
2008-09-07 | Implement a RDT-specific SET_PARAMETER command that subscribes to the | Ronald S. Bultje |
2008-09-07 | Add dynamic payload handlers to rdt.c. These follow the same API as the ones | Ronald S. Bultje |
2008-09-03 | Implement Realmedia/RTSP-compatible SETUP command. This includes calculation | Ronald S. Bultje |