log rtpdec.c @ 6476:f06908662125 libavformat

age author description
Wed, 15 Sep 2010 17:35:39 +0000 mstorsjo Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 libavformat
Sun, 29 Aug 2010 10:25:16 +0000 mstorsjo rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet libavformat
Sun, 29 Aug 2010 10:20:18 +0000 mstorsjo Reindent libavformat
Sun, 29 Aug 2010 10:19:44 +0000 mstorsjo rtpdec: Read RTCP compound packets libavformat
Wed, 25 Aug 2010 09:15:31 +0000 mstorsjo rtp: Replace hardcoded RTCP packet types with defines libavformat
Mon, 23 Aug 2010 11:53:27 +0000 lucabe Do not use the server SSRC as client SSRC in the RTP demuxer libavformat
Mon, 16 Aug 2010 14:23:35 +0000 mstorsjo Add RTP depacketization of VP8 libavformat
Thu, 12 Aug 2010 21:07:17 +0000 mstorsjo Add RTP depacketization of MP4A-LATM libavformat
Fri, 30 Jul 2010 12:04:27 +0000 mstorsjo Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file libavformat
Wed, 14 Jul 2010 12:32:00 +0000 mstorsjo Add a depacketizer for QDM2 libavformat
Wed, 14 Jul 2010 12:26:16 +0000 mstorsjo rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOPTS_VALUE libavformat
Thu, 01 Jul 2010 20:12:58 +0000 mstorsjo Add RTP depacketization of SVQ3 libavformat
Mon, 28 Jun 2010 20:27:25 +0000 mstorsjo rtpdec: Malloc the fmtp value buffer libavformat
Mon, 28 Jun 2010 11:24:12 +0000 mstorsjo rtpdec: Add generic function for iterating over FMTP configuration lines libavformat
Fri, 25 Jun 2010 08:02:50 +0000 mstorsjo RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp libavformat
Fri, 25 Jun 2010 08:01:20 +0000 mstorsjo rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler libavformat
Fri, 25 Jun 2010 07:58:38 +0000 mstorsjo RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c libavformat
Tue, 20 Apr 2010 07:38:52 +0000 mstorsjo Reset RTCP timestamps after seeking, add range start offset to the packets timestamps libavformat
Tue, 20 Apr 2010 07:34:28 +0000 mstorsjo Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext libavformat
Mon, 05 Apr 2010 17:26:06 +0000 mstorsjo Reindent libavformat
Mon, 05 Apr 2010 17:25:39 +0000 mstorsjo Fix leaks in the AAC RTP depacketizer libavformat
Thu, 01 Apr 2010 21:40:56 +0000 rbultje Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Mon, 22 Mar 2010 16:26:29 +0000 mstorsjo RTP depacketization of Theora libavformat
Sun, 28 Feb 2010 11:03:14 +0000 mstorsjo Rename RTP depacketizer files from rtp_* to rtpdec_* libavformat
Tue, 16 Feb 2010 23:00:03 +0000 rbultje Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, libavformat
Tue, 16 Feb 2010 22:50:50 +0000 rbultje When using RTP-over-UDP, send dummy packets during stream setup, similar to libavformat
Wed, 10 Feb 2010 17:20:50 +0000 rbultje RTP/AMR depacketizer, by Martin Storsj <$firstname at $firstname dot st>. libavformat
Mon, 01 Feb 2010 23:10:04 +0000 cehoyos Fix warnings about implicit function declaration when compiling rtpdec.c libavformat
Thu, 28 Jan 2010 16:08:13 +0000 rbultje Add RTP/H.263 depacketizer by Martin Storsj <$firstname () $firstname st>. libavformat