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
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
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Sat, 23 Jul 2005 21:52:41 +0000 michael mpeg1video m bit fix by (Luca Abeni: lucabe72, email it) libavformat
Sat, 23 Jul 2005 21:48:58 +0000 michael MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it) libavformat
Sun, 17 Jul 2005 22:24:36 +0000 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
Mon, 30 May 2005 16:42:36 +0000 michael trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat
Thu, 26 May 2005 07:47:51 +0000 michael RTP/RTSP and MPEG4-AAC audio libavformat
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavformat
Sat, 29 May 2004 02:06:32 +0000 michael pass AVPacket into av_write_frame() libavformat
Wed, 03 Mar 2004 15:41:21 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat
Mon, 10 Nov 2003 18:40:14 +0000 bellard use parsers libavformat
Wed, 29 Oct 2003 14:25:27 +0000 bellard added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API libavformat
Wed, 10 Sep 2003 22:37:33 +0000 bellard 64 bit pts for writing - more const usage libavformat
Mon, 08 Sep 2003 22:04:29 +0000 bellard CODEC_ID_MP3LAME is obsolete libavformat
Tue, 15 Jul 2003 19:41:40 +0000 bellard fixed NTP generation for mpeg libavformat
Wed, 12 Mar 2003 15:16:19 +0000 michaelni per context frame_rate_base, this should finally fix frame_rate related av sync issues libavformat
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavformat
Mon, 25 Nov 2002 19:07:40 +0000 bellard renamed libav to libavformat libavformat