log rtp.c @ 2491:51d707a515f2 libavformat

age author description
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
Wed, 27 Jun 2007 06:54:47 +0000 benoit remove empty write trailer functions libavformat
Wed, 13 Jun 2007 08:24:22 +0000 benoit remove decode_be32/64 and replace them by AV_RB32/64 libavformat
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavformat
Sun, 15 Apr 2007 13:51:57 +0000 aurel add an enum for need_parsing libavformat
Wed, 04 Apr 2007 11:51:08 +0000 gpoirier changes some function declarations from () to (void) as per ansi c. libavformat
Sun, 04 Mar 2007 23:29:14 +0000 takis Move rtp_check_and_send_back_rr()'s unaltered comments to the header file. libavformat
Sun, 04 Mar 2007 23:27:59 +0000 takis Move rtp_get_payload_type()'s unaltered comments to the header file. libavformat
Sun, 04 Feb 2007 17:05:44 +0000 mru move networking #includes into separate file libavformat
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavformat
Thu, 18 Jan 2007 17:22:30 +0000 mmu_man The long awaited BeOS cleanup, phase 1 libavformat
Thu, 09 Nov 2006 11:37:30 +0000 bcoudurier get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavformat
Tue, 07 Nov 2006 22:10:07 +0000 gpoirier add support for rtp/h264 streaming libavformat