log rtpproto.c @ 6376:91076395b8d3 libavformat

age author description
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