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