Commit History

Author SHA1 Message Date
  Ronald S. Bultje 3ca45429fe Parse the ASMRuleBook SDP line to dynamically create one new AVStream for 15 years ago
  Ronald S. Bultje c49a3ec30a Fix double free which happens for playback of .rm files after r16365. See 15 years ago
  Ronald S. Bultje ade8fb4d75 Reindent after r16368. 15 years ago
  Ronald S. Bultje a9f84821c5 Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in 15 years ago
  Ronald S. Bultje 5d88c2647d Change audio_pkt_cnt from an array into a single field, since only a single 15 years ago
  Ronald S. Bultje 886e89d0d0 Add RMStream object as function argument to public functions so that non-.rm 15 years ago
  Ronald S. Bultje a15ebf34c7 Don't access RMContext directly in rdt.c. Rather, use the return value of 15 years ago
  Ronald S. Bultje 7b2a070800 Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. 15 years ago
  Ronald S. Bultje 7960e18fdf Implement rule-number parsing, the initial step in stream (and bitrate) 15 years ago
  Ronald S. Bultje 4f60285658 Change RDTDemuxContext->st into an array of streams, which will make future 15 years ago
  Ronald S. Bultje e0d1eabf14 Change function prototype from taking an AVStream to taking an index to the 15 years ago
  Ronald S. Bultje 63f412f902 Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. 15 years ago
  Ronald S. Bultje 9168f7e671 Change type of prev_stream_id from uint32_t to int, since it has a max size 16 years ago
  Ronald S. Bultje 90e0450fa8 Reindent after r15853. 16 years ago
  Ronald S. Bultje 43af8b2b42 Read optional components of the RDT packet header, such as extended setID 16 years ago
  Ronald S. Bultje 6bafd6f53e Change header reading implementation to using get_bits() instead of directly 16 years ago
  Ronald S. Bultje e269ab791d Prefix all ff_rdt_parse_header() arguments with a p, preparing for local 16 years ago
  Ronald S. Bultje a4b8cb3c55 Fix memleak caused by the fact that url_open_buf() allocates a context 16 years ago
  Ronald S. Bultje fcc995a533 Add ByteIOContext argument to public ff_rm_* functions so that we can 16 years ago
  Ronald S. Bultje e3b7216b9b Change status packet skipping to be more spec-compliant. See discussion in 16 years ago
  Ronald S. Bultje 3d883ad5f3 Reindent after r15833. 16 years ago
  Ronald S. Bultje 114732f4c7 Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in 16 years ago
  Ronald S. Bultje 239dec21ab Rename variables in ff_rdt_parse_header() and callers to match the 16 years ago
  Ronald S. Bultje 9e16439287 Add comment describing the RDT packet header. See discussion in "[PATCH] 16 years ago
  Ronald S. Bultje accc248f28 Implement RDTDemuxContext, which contains RDT-specific data (similar to 16 years ago
  Ronald S. Bultje 9b932b8ac0 Change function prototype of RTPDynamicPayloadHandler.parse_packet() to 16 years ago
  Ronald S. Bultje ed0aacc76e Rename RTP payload contexts to PayloadContext, suggested by Luca in 16 years ago
  Ronald S. Bultje 3ff2a06228 Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding 16 years ago
  Ronald S. Bultje 985b05d3c9 This patch refactors RDT packet header parsing so that it can be used in 16 years ago
  Ronald S. Bultje ab63fb0360 Remove access to rdt_data struct in functions called outside of the 16 years ago
  Ronald S. Bultje 4fce284c08 Implement RDT-specific data parsing routines. After these changes, simple 16 years ago
  Ronald S. Bultje 1256d16b6c Implement a RDT-specific SET_PARAMETER command that subscribes to the 16 years ago
  Ronald S. Bultje ff13ba92fd Add dynamic payload handlers to rdt.c. These follow the same API as the ones 16 years ago
  Ronald S. Bultje e9dea59f16 Implement Realmedia/RTSP-compatible SETUP command. This includes calculation 16 years ago