log rdt.c @ 6455:3f50c7effad1 libavformat

age author description
Mon, 09 Aug 2010 22:58:54 +0000 aurel get ride of MAX_STREAMS limit in RDT libavformat
Fri, 02 Jul 2010 12:48:32 +0000 diego Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. libavformat
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavformat
Fri, 02 Apr 2010 14:55:01 +0000 rbultje Remove dead initialization. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Thu, 25 Mar 2010 07:13:20 +0000 mstorsjo Add a lowercase parameter to ff_data_to_hex libavformat
Thu, 07 Jan 2010 23:05:19 +0000 rbultje handler can be NULL if we did not support this dynamic format (codec). libavformat
Thu, 30 Jul 2009 15:04:19 +0000 rbultje Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function libavformat
Mon, 27 Jul 2009 14:29:06 +0000 rbultje Use named initializers and use new/free_context() instead of extradata() libavformat
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavformat
Mon, 16 Mar 2009 13:01:02 +0000 rbultje Reindent after r18010. libavformat
Mon, 16 Mar 2009 12:57:49 +0000 rbultje Remove packet returning in ff_rm_parse_packet() if we're using the packet libavformat
Thu, 26 Feb 2009 14:23:05 +0000 rbultje Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing libavformat
Fri, 06 Feb 2009 10:35:52 +0000 lucabe Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h libavformat
Fri, 06 Feb 2009 01:37:19 +0000 rbultje Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument libavformat
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavformat
Tue, 27 Jan 2009 12:23:16 +0000 lucabe Merge rtp_internal.h in rtp.h, and remove rtp_internal.h libavformat
Mon, 19 Jan 2009 23:41:46 +0000 diego Use "" instead of <> when #including non-system headers. libavformat
Wed, 07 Jan 2009 14:45:13 +0000 rbultje Parse the OpaqueData field for every AVStream represented by this "set of libavformat
Wed, 07 Jan 2009 14:41:40 +0000 rbultje Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in libavformat
Wed, 07 Jan 2009 14:38:44 +0000 rbultje Parse the ASMRuleBook SDP line to dynamically create one new AVStream for libavformat
Sun, 28 Dec 2008 23:23:59 +0000 rbultje Fix double free which happens for playback of .rm files after r16365. See libavformat
Sun, 28 Dec 2008 05:59:11 +0000 rbultje Reindent after r16368. libavformat
Sun, 28 Dec 2008 05:58:23 +0000 rbultje Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in libavformat
Sun, 28 Dec 2008 05:55:09 +0000 rbultje Change audio_pkt_cnt from an array into a single field, since only a single libavformat
Sun, 28 Dec 2008 00:21:11 +0000 rbultje Add RMStream object as function argument to public functions so that non-.rm libavformat
Sat, 13 Dec 2008 21:37:27 +0000 rbultje Don't access RMContext directly in rdt.c. Rather, use the return value of libavformat
Sat, 06 Dec 2008 18:41:17 +0000 rbultje Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. libavformat
Mon, 01 Dec 2008 00:08:42 +0000 rbultje Implement rule-number parsing, the initial step in stream (and bitrate) libavformat
Sun, 30 Nov 2008 22:24:35 +0000 rbultje Change RDTDemuxContext->st into an array of streams, which will make future libavformat