log rtpproto.c @ 6468:317dedc6b9a2 libavformat

age author description
Wed, 25 Aug 2010 17:32:59 +0000 mstorsjo Add rtp_get_rtcp_file_handle function libavformat
Wed, 25 Aug 2010 09:15:31 +0000 mstorsjo rtp: Replace hardcoded RTCP packet types with defines libavformat
Fri, 02 Jul 2010 10:49:29 +0000 diego Fix misspelled parameter names in Doxygen documentation. libavformat
Sun, 27 Jun 2010 14:16:46 +0000 mru Make ff_url_split() public libavformat
Tue, 01 Jun 2010 07:46:23 +0000 mstorsjo Declare the url_write buffer parameter as const libavformat
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavformat
Mon, 19 Apr 2010 11:40:45 +0000 lu_zero Make rtp protocol obey rfc3550 libavformat
Fri, 26 Mar 2010 16:04:38 +0000 mstorsjo Don't report EINTR from select as an error, retry select instead libavformat
Sun, 14 Mar 2010 23:59:48 +0000 aurel move ff_url_split() and ff_url_join() declarations to internal.h libavformat
Wed, 10 Mar 2010 07:43:56 +0000 mstorsjo Using struct timeval requires sys/time.h, fixes compilation on some OSes libavformat
Mon, 08 Mar 2010 09:05:03 +0000 mstorsjo Reindent libavformat
Mon, 08 Mar 2010 09:03:25 +0000 mstorsjo Rename url_split to ff_url_split libavformat
Fri, 05 Mar 2010 22:35:21 +0000 mstorsjo Use ff_url_join for assembling URLs, instead of snprintf libavformat
Fri, 05 Mar 2010 08:15:20 +0000 mstorsjo Return from rtp_read when select returns an error libavformat
Thu, 04 Mar 2010 15:08:54 +0000 mstorsjo Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rechecking url_interrupt_cb libavformat
Sun, 28 Feb 2010 03:59:15 +0000 cehoyos Include rtpdec.h, it contains prototypes for the following functions: libavformat
Tue, 03 Mar 2009 17:04:51 +0000 rbultje Add url_get_file_handle(), which is used to get the file descriptor libavformat
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Thu, 14 Aug 2008 14:29:18 +0000 diego Surround '#include <sys/select>' by HAVE_SYS_SELECT_H. libavformat
Tue, 12 Aug 2008 21:02:37 +0000 michael Add needed include, make it compile without -D_BSD_SOURCE. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Tue, 15 Apr 2008 22:22:49 +0000 lu_zero Cleanup comments and make them doxygen parsable. libavformat
Tue, 15 Apr 2008 19:27:39 +0000 lu_zero Expose max_packet_size from the rtp protocol libavformat
Tue, 15 Apr 2008 11:23:07 +0000 lucabe Remove the "multicast=" tag from UDP and RTP URLs libavformat
Tue, 27 Nov 2007 11:42:09 +0000 diego Add #include "os_support.h" to restore OS/2 support. libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Sun, 24 Jun 2007 12:29:12 +0000 mru remove duplicate #include libavformat
Sun, 24 Jun 2007 12:23:34 +0000 reimar more av_strl* adjustments libavformat
Sun, 24 Jun 2007 11:27:12 +0000 mru replace the uses of old string functions that Reimar missed libavformat
Thu, 10 May 2007 10:51:00 +0000 takis Typos libavformat
Fri, 27 Apr 2007 00:35:54 +0000 alex use ff_neterrno() and FF_NETERROR() for networking error handling libavformat
Sun, 18 Mar 2007 09:49:25 +0000 reimar Remove parameter unused in format string. libavformat
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavformat
Sun, 04 Feb 2007 17:05:44 +0000 mru move networking #includes into separate file libavformat
Thu, 18 Jan 2007 17:22:30 +0000 mmu_man The long awaited BeOS cleanup, phase 1 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
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Thu, 12 Aug 2004 00:09:32 +0000 michael HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) libavformat
Sat, 19 Jun 2004 03:59:34 +0000 melanson sweeping change from -EIO -> AVERROR_IO libavformat
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavformat
Mon, 10 Feb 2003 09:35:32 +0000 kabi * static,const,compiler warning cleanup libavformat
Mon, 25 Nov 2002 19:07:40 +0000 bellard renamed libav to libavformat libavformat