log rtp.c @ 2569:5fa858c38291 libavformat

age author description
Mon, 24 Sep 2007 10:43:26 +0000 lucabe Fix a warning by removing an useless assignment (buf_ptr should be only libavformat
Fri, 14 Sep 2007 08:17:06 +0000 lucabe Support for AAC streaming over RTP. Fragmentation is not implemented yet libavformat
Mon, 10 Sep 2007 07:01:29 +0000 lucabe Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly) libavformat
Mon, 10 Sep 2007 06:58:19 +0000 lucabe Properly set RTP and NTP timestamps in RTCP SR packets libavformat
Fri, 24 Aug 2007 07:13:34 +0000 lucabe Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c) libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Fri, 06 Jul 2007 09:32:34 +0000 diego Use AV_RB* macros where appropriate. libavformat