babd19ce2e 
								
							
								 
							
						 
						
							
							
								
								rtpproto: Allow specifying the connect option, passed through to udp  
							
							By calling connect on the UDP socket, only packets from the chosen
peer address and port are received on the socket. This is one
solution to issue 1688.
Originally committed as revision 26244 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a178edf298 
								
							
								 
							
						 
						
							
							
								
								drop rtp_get_file_handles() which is not part of public API and not used anymore  
							
							Originally committed as revision 25556 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fb660f4015 
								
							
								 
							
						 
						
							
							
								
								drop rtp_get_local_port() which is not part of public API and not used anymore  
							
							Originally committed as revision 25555 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a94cfea02 
								
							
								 
							
						 
						
							
							
								
								rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfrom  
							
							Originally committed as revision 25224 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								186f1ec5f4 
								
							
								 
							
						 
						
							
							
								
								Add rtp_get_rtcp_file_handle function  
							
							Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24929 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f3468d392 
								
							
								 
							
						 
						
							
							
								
								rtp: Replace hardcoded RTCP packet types with defines  
							
							Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24912 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a58234fea 
								
							
								 
							
						 
						
							
							
								
								Fix misspelled parameter names in Doxygen documentation.  
							
							This fixes one Doxygen warning each.
Originally committed as revision 23970 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f3bfe388b5 
								
							
								 
							
						 
						
							
							
								
								Make ff_url_split() public  
							
							ff_url_split() is retained as an alias, as it was used by ffserver,
to avoid breaking ABI compatibility with it.
Originally committed as revision 23822 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								27241cbffe 
								
							
								 
							
						 
						
							
							
								
								Declare the url_write buffer parameter as const  
							
							Originally committed as revision 23401 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba87f0801d 
								
							
								 
							
						 
						
							
							
								
								Remove explicit filename from Doxygen  @file  commands.  
							
							Passing an explicit filename to this command is only necessary if the
documentation in the @file  block refers to a file different from the
one the block resides in.
Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9094d867aa 
								
							
								 
							
						 
						
							
							
								
								Make rtp protocol obey rfc3550  
							
							Originally committed as revision 22906 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cae9a15c98 
								
							
								 
							
						 
						
							
							
								
								Don't report EINTR from select as an error, retry select instead  
							
							Originally committed as revision 22694 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4a9e3cc7c 
								
							
								 
							
						 
						
							
							
								
								move ff_url_split() and ff_url_join() declarations to internal.h  
							
							those functions are not part of the public API
Originally committed as revision 22534 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								611b17d79b 
								
							
								 
							
						 
						
							
							
								
								Using struct timeval requires sys/time.h, fixes compilation on some OSes  
							
							Patch by Dave Yeo, daveryeo at telus dot net
Originally committed as revision 22425 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f984dcf6dd 
								
							
								 
							
						 
						
							
							
								
								Reindent  
							
							Originally committed as revision 22322 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c5c6e67c28 
								
							
								 
							
						 
						
							
							
								
								Rename url_split to ff_url_split  
							
							Since this function isn't in the public API, it should have an ff_ prefix.
Originally committed as revision 22321 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								57b5555c91 
								
							
								 
							
						 
						
							
							
								
								Use ff_url_join for assembling URLs, instead of snprintf  
							
							This ensures proper escaping of numerical IPv6 addresses.
The RTSP (de)muxer needs its own network initialization, since it isn't
a protocol and url_open hasn't been called yet.
Originally committed as revision 22226 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								886f3f2f36 
								
							
								 
							
						 
						
							
							
								
								Return from rtp_read when select returns an error  
							
							Originally committed as revision 22219 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c2b40ac229 
								
							
								 
							
						 
						
							
							
								
								Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rechecking url_interrupt_cb  
							
							Originally committed as revision 22209 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1e6365b305 
								
							
								 
							
						 
						
							
							
								
								Include rtpdec.h, it contains prototypes for the following functions:  
							
							rtp_set_remote_url(), rtp_get_local_port(), rtp_get_file_handles()
Originally committed as revision 22107 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0a8039464 
								
							
								 
							
						 
						
							
							
								
								Add url_get_file_handle(), which is used to get the file descriptor  
							
							associated with the I/O handle (e.g. the fd returned by open()). See
"[RFC] rtsp.c EOF support" thread.
There were previously some URI-specific implementations of the same idea,
e.g. rtp_get_file_handles() and udp_get_file_handle(). All of these are
deprecated by this patch and will be removed at the next major API bump.
Originally committed as revision 17779 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bad5537e2c 
								
							
								 
							
						 
						
							
							
								
								Use full internal pathname in doxygen  @file  directives.  
							
							Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.
Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								406792e7b0 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Remove pointless period after copyright statement non-sentences.  
							
							Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b250f9c66d 
								
							
								 
							
						 
						
							
							
								
								Change semantic of CONFIG_*, HAVE_* and ARCH_*.  
							
							They are now always defined to either 0 or 1.
Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7139bfa8fe 
								
							
								 
							
						 
						
							
							
								
								Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.  
							
							patch by Kurtnoise, kurtnoise free fr
Originally committed as revision 14756 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0e55ba723b 
								
							
								 
							
						 
						
							
							
								
								Add needed include, make it compile without -D_BSD_SOURCE.  
							
							Originally committed as revision 14718 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								245976da2a 
								
							
								 
							
						 
						
							
							
								
								Use full path for #includes from another directory.  
							
							Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b4999290fd 
								
							
								 
							
						 
						
							
							
								
								Cleanup comments and make them doxygen parsable.  
							
							Originally committed as revision 12841 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fc9b22dd2e 
								
							
								 
							
						 
						
							
							
								
								Expose max_packet_size from the rtp protocol  
							
							Originally committed as revision 12839 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								35b74c3deb 
								
							
								 
							
						 
						
							
							
								
								Remove the "multicast=" tag from UDP and RTP URLs  
							
							Originally committed as revision 12830 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								93115b82f0 
								
							
								 
							
						 
						
							
							
								
								Add #include "os_support.h" to restore OS/2 support.  
							
							patch by Dave Yeo, daveryeo telus net
Originally committed as revision 11096 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6f3e0b2174 
								
							
								 
							
						 
						
							
							
								
								Replace all occurrences of AVERROR_IO with AVERROR(EIO).  
							
							Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca3e90825c 
								
							
								 
							
						 
						
							
							
								
								remove duplicate #include  
							
							Originally committed as revision 9413 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								272605c73e 
								
							
								 
							
						 
						
							
							
								
								more av_strl* adjustments  
							
							Originally committed as revision 9412 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7d78f3654 
								
							
								 
							
						 
						
							
							
								
								replace the uses of old string functions that Reimar missed  
							
							Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b484ec78e8 
								
							
								 
							
						 
						
							
							
								
								Typos  
							
							Originally committed as revision 8974 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8da4034f52 
								
							
								 
							
						 
						
							
							
								
								use ff_neterrno() and FF_NETERROR() for networking error handling  
							
							Originally committed as revision 8845 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								642d4a1a16 
								
							
								 
							
						 
						
							
							
								
								Remove parameter unused in format string.  
							
							Patch by Diego Petten [flameeyes gentoo org]
Originally committed as revision 8438 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8fa36ae09d 
								
							
								 
							
						 
						
							
							
								
								This fixes error handling for BeOS, removing the need for some ifdefs.  
							
							AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h.
Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed.
Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code.
This also removes the need for berrno.h.
Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								42572ef53f 
								
							
								 
							
						 
						
							
							
								
								move networking #includes into separate file  
							
							patch by Ramiro Polla angustia =a= arrozcru =d= no-ip =d= org
Originally committed as revision 7817 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e9d511dc7e 
								
							
								 
							
						 
						
							
							
								
								The long awaited BeOS cleanup, phase 1  
							
							Originally committed as revision 7581 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b78e7197a8 
								
							
								 
							
						 
						
							
							
								
								Change license headers to say 'FFmpeg' instead of 'this program/this library'  
							
							and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								191e8ca752 
								
							
								 
							
						 
						
							
							
								
								fix some signedness warnings  
							
							Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5509bffa88 
								
							
								 
							
						 
						
							
							
								
								Update licensing information: The FSF changed postal address.  
							
							Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb270c0896 
								
							
								 
							
						 
						
							
							
								
								COSMETICS: tabs --> spaces, some prettyprinting  
							
							Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								115329f160 
								
							
								 
							
						 
						
							
							
								
								COSMETICS: Remove all trailing whitespace.  
							
							Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ba5cbc699 
								
							
								 
							
						 
						
							
							
								
								HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>)  
							
							tested and submitted by (Torsten Spindler <spindler at hbt dot arch dot ethz dot ch>)
Originally committed as revision 3381 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0bd586c50d 
								
							
								 
							
						 
						
							
							
								
								sweeping change from -EIO -> AVERROR_IO  
							
							Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c1a9edad4 
								
							
								 
							
						 
						
							
							
								
								* UINTX -> uintx_t   INTX -> intx_t  
							
							Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c91a6755b 
								
							
								 
							
						 
						
							
							
								
								* static,const,compiler warning cleanup  
							
							Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago