log rtp.c @ 6491:b7f807b4cd88 libavformat tip

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
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Mon, 11 Jan 2010 19:55:14 +0000 lucabe Remove the inclusion of unneeded headers libavformat
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavformat
Tue, 07 Apr 2009 06:37:12 +0000 lucabe Do not return payload type 34 for H.263 (it is deprecated) 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
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
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
Tue, 24 Jun 2008 11:07:04 +0000 lucabe Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Mon, 31 Mar 2008 09:54:49 +0000 lucabe Add a comment about missing entries libavformat
Mon, 31 Mar 2008 09:49:58 +0000 lucabe Use the correct size for the enc_name field (removing the arbitrary "50" size) libavformat
Mon, 31 Mar 2008 09:48:04 +0000 lucabe Remove useless entries from AVRtpPayloadTypes libavformat
Mon, 31 Mar 2008 09:42:45 +0000 lucabe Support mp3 audio in the RTP muxer libavformat
Sun, 06 Jan 2008 10:00:04 +0000 lucabe Make AVRtpPayloadTypes static and constant libavformat
Fri, 04 Jan 2008 20:09:48 +0000 lucabe Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies libavformat
Fri, 04 Jan 2008 19:33:50 +0000 lucabe Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies libavformat
Sun, 02 Dec 2007 14:06:28 +0000 diego Fix some spelling mistakes. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Fri, 16 Nov 2007 13:13:53 +0000 lucabe Add MPEG2 support to the RTP muxer libavformat
Fri, 16 Nov 2007 07:59:41 +0000 lucabe Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP libavformat
Mon, 05 Nov 2007 12:25:10 +0000 lucabe Do not send too many RTCP packets (according to RFC 3550, the minimum libavformat
Mon, 05 Nov 2007 10:15:20 +0000 lucabe Use a symbolic name for the payload size of an RTCP Sender Report packet libavformat
Tue, 02 Oct 2007 14:48:08 +0000 lucabe Allow to set the maximum number of frames per RTP packet (and add support for libavformat
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
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
Fri, 03 Nov 2006 07:55:57 +0000 gpoirier add valid statistics for the RTCP receiver report. libavformat
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformat
Sun, 29 Oct 2006 10:58:51 +0000 gpoirier fix more dynamic protocol stuff, needed by the forthcoming h264 libavformat
Sat, 28 Oct 2006 00:29:59 +0000 gpoirier move up (in the file) AAC audio handling moved from below libavformat
Fri, 27 Oct 2006 18:19:29 +0000 gpoirier make ffmpeg able to send back a RTCP receiver report. libavformat
Fri, 27 Oct 2006 17:51:20 +0000 gpoirier indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % libavformat
Thu, 26 Oct 2006 18:36:03 +0000 gpoirier Add support for H264 over RTP libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavformat
Sun, 20 Aug 2006 19:08:05 +0000 banan Added codec id for QCELP. libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Thu, 15 Jun 2006 07:36:57 +0000 lucabe Fix typo libavformat
Sat, 27 May 2006 20:56:14 +0000 michael suggest solution for 2 fixmies libavformat
Thu, 30 Mar 2006 16:44:32 +0000 rfelker fix constraint violation: libavformat is not allowed to modify state of caller, including rng state libavformat
Wed, 01 Mar 2006 22:45:27 +0000 mmu_man fix debug code: do not try to take st->codec if st is NULL. This makes ffplay give me pics from FreeBoxTV \o/ libavformat