log rtp.h @ 6410:31aef55204bd libavformat

age author description
Wed, 25 Aug 2010 09:15:31 +0000 mstorsjo rtp: Replace hardcoded RTCP packet types with defines libavformat
Mon, 09 Aug 2010 10:31:59 +0000 mstorsjo rtpenc_xiph: Set the ident value via a define libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Sat, 28 Feb 2009 19:34:50 +0000 lucabe Document ff_rtp_codec_id() libavformat
Sat, 28 Feb 2009 18:23:19 +0000 lucabe Fix typo in a comment libavformat
Sat, 28 Feb 2009 18:21:43 +0000 lucabe Document ff_rtp_enc_name() libavformat
Sat, 28 Feb 2009 17:24:56 +0000 lucabe Document ff_rtp_get_codec_info() libavformat
Tue, 17 Feb 2009 08:12:51 +0000 lucabe Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not libavformat
Tue, 17 Feb 2009 08:09:34 +0000 lucabe Move to rtp.h the prototypes of all the functions defined in rtp.c libavformat
Mon, 16 Feb 2009 10:21:14 +0000 lucabe Document ff_rtp_get_payload_type() libavformat
Mon, 16 Feb 2009 09:36:21 +0000 lucabe Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not libavformat
Fri, 06 Feb 2009 20:42:21 +0000 lucabe Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore 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
Thu, 05 Feb 2009 14:53:25 +0000 lucabe Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c 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 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Sat, 13 Dec 2008 23:25:19 +0000 lucabe Rename rtp_payload_data_t to avoid clashes with the POSIX namespace libavformat
Sat, 13 Dec 2008 23:20:05 +0000 lucabe Remove useless typedef libavformat
Sat, 13 Dec 2008 23:03:34 +0000 lucabe Remove unused types libavformat
Sat, 04 Oct 2008 04:16:44 +0000 rbultje Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque libavformat
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavformat
Fri, 01 Aug 2008 22:29:29 +0000 michael Revert r14497 libavformat
Fri, 01 Aug 2008 16:29:26 +0000 diego Add missing header #includes. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Sun, 06 Jan 2008 10:00:04 +0000 lucabe Make AVRtpPayloadTypes static and constant libavformat
Fri, 26 Oct 2007 11:36:11 +0000 lucabe Remove prototype for non-existent function libavformat
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavformat
Mon, 10 Sep 2007 22:48:42 +0000 aurel rtp and rtsp demuxer declarations are not part of public API libavformat
Mon, 10 Sep 2007 18:11:13 +0000 aurel *_protocol are not part of public API libavformat