]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/rdt.c
CONFIG_FRSH_PROTOCOL is already defined by configure generated headers
[frescor/ffmpeg.git] / libavformat / rdt.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-03-16 rbultjeReindent after r18010.
2009-03-16 rbultjeRemove packet returning in ff_rm_parse_packet() if...
2009-02-26 rbultjeDon't (ab)use PKT_FLAG_* in RTP code, since the two...
2009-02-06 lucabeSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-06 rbultjeAdd "AVFormatContext *ctx" (that being the RTSP demuxer...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-27 lucabeMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-19 diegoUse "" instead of <> when #including non-system headers.
2009-01-07 rbultjeParse the OpaqueData field for every AVStream represent...
2009-01-07 rbultjeParse the bitrate field in the ASMRuleBook ("AverageBan...
2009-01-07 rbultjeParse the ASMRuleBook SDP line to dynamically create...
2008-12-28 rbultjeFix double free which happens for playback of .rm files...
2008-12-28 rbultjeReindent after r16368.
2008-12-28 rbultjeAdd audio_pkt_cnt return value to ff_rm_retrieve_cache...
2008-12-28 rbultjeChange audio_pkt_cnt from an array into a single field...
2008-12-28 rbultjeAdd RMStream object as function argument to public...
2008-12-13 rbultjeDon't access RMContext directly in rdt.c. Rather, use...
2008-12-06 rbultjeChange function prototype of the sdp_parse_a_line in...
2008-12-01 rbultjeImplement rule-number parsing, the initial step in...
2008-11-30 rbultjeChange RDTDemuxContext->st into an array of streams...
2008-11-30 rbultjeChange function prototype from taking an AVStream to...
2008-11-23 rbultjeDocument 'ic' variable. See "[PATCH] RDT/Realmedia...
2008-11-17 rbultjeChange type of prev_stream_id from uint32_t to int...
2008-11-17 rbultjeReindent after r15853.
2008-11-17 rbultjeRead optional components of the RDT packet header,...
2008-11-17 rbultjeChange header reading implementation to using get_bits...
2008-11-17 rbultjePrefix all ff_rdt_parse_header() arguments with a p...
2008-11-17 rbultjeFix memleak caused by the fact that url_open_buf()...
2008-11-17 rbultjeAdd ByteIOContext argument to public ff_rm_* functions...
2008-11-15 rbultjeChange status packet skipping to be more spec-compliant...
2008-11-15 rbultjeReindent after r15833.
2008-11-15 rbultjeAdd is_keyframe param to ff_rdt_parse_header(). See...
2008-11-15 rbultjeRename variables in ff_rdt_parse_header() and callers...
2008-11-14 rbultjeAdd comment describing the RDT packet header. See discu...
2008-10-04 rbultjeImplement RDTDemuxContext, which contains RDT-specific...
2008-10-04 rbultjeChange function prototype of RTPDynamicPayloadHandler...
2008-10-04 rbultjeRename RTP payload contexts to PayloadContext, suggeste...
2008-10-01 rbultjeUse parse_packet vfunc in RTPDynamicProtocolHandler...
2008-10-01 rbultjeThis patch refactors RDT packet header parsing so that...
2008-09-30 rbultjeRemove access to rdt_data struct in functions called...
2008-09-07 rbultjeImplement RDT-specific data parsing routines. After...
2008-09-07 rbultjeImplement a RDT-specific SET_PARAMETER command that...
2008-09-07 rbultjeAdd dynamic payload handlers to rdt.c. These follow...
2008-09-03 rbultjeImplement Realmedia/RTSP-compatible SETUP command....