Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							f877954fd3 
							
						 
					 
					
						
						
							
							Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.  
						
						... 
						
						
						
						Originally committed as revision 20922 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-12-26 10:59:56 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							56e6f8309e 
							
						 
					 
					
						
						
							
							Emit the SDP lines in the correct order  
						
						... 
						
						
						
						Originally committed as revision 20262 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-10-17 11:15:45 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							08e696c0b2 
							
						 
					 
					
						
						
							
							Add support for AMR audio in the RTP muxer  
						
						... 
						
						
						
						patch by Martin Storsjö (martin AT martin DOT st)
Originally committed as revision 18375 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-04-08 07:16:14 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							9edfaf3c6c 
							
						 
					 
					
						
						
							
							Add support for H.263 video in the RTP muxer  
						
						... 
						
						
						
						patch by Martin Storsjö (martin AT martin DOT st)
Originally committed as revision 18347 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-04-07 06:41:55 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							99f373f3a6 
							
						 
					 
					
						
						
							
							Only insert the SPS and PPS NALs in sprop-parameter-sets  
						
						... 
						
						
						
						Patch by Martin Storsjö (martin AT martin DOT st)
Originally committed as revision 18343 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-04-06 21:04:26 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							0550b58f4e 
							
						 
					 
					
						
						
							
							Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not  
						
						... 
						
						
						
						a static function
Originally committed as revision 17364 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-02-16 09:36:21 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							7be75dd7df 
							
						 
					 
					
						
						
							
							cosmetics: comment grammar/spelling fixes  
						
						... 
						
						
						
						Originally committed as revision 17077 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-02-08 22:06:55 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
						
						
							
						
						
							f3650b239e 
							
						 
					 
					
						
						
							
							use new metadata API in rtp muxer  
						
						... 
						
						
						
						Originally committed as revision 16960 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-02-02 23:08:25 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
						
						
							
						
						
							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 
						
						
					 
					
						2009-01-13 23:44:16 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
						
						
							
						
						
							91cd7eb633 
							
						 
					 
					
						
						
							
							Rename functions in sdp.c for consistency's sake.  
						
						... 
						
						
						
						Originally committed as revision 15953 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-11-29 13:55:03 +00:00 
						 
				 
			
				
					
						
							
							
								Ronald S. Bultje 
							
						 
					 
					
						
						
						
						
							
						
						
							f1c80e3578 
							
						 
					 
					
						
						
							
							Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and  
						
						... 
						
						
						
						move it from sdp.c into utils.c. Also add new header internal.h specifically
for lavf-specific internal API. See discussion in "Realmedia patch" thread
on mailinglist.
Originally committed as revision 15002 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-08-27 23:43:28 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
						
						
							
						
						
							c16184e9ba 
							
						 
					 
					
						
						
							
							Fix a typo in sdp_write_header(): change "IPV4", which is not a valid  
						
						... 
						
						
						
						network address type, to "IP4".
Originally committed as revision 14465 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-07-29 10:45:53 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
						
						
							
						
						
							265fccccde 
							
						 
					 
					
						
						
							
							Print libavformat version in outgoing SDPs.  
						
						... 
						
						
						
						Originally committed as revision 14106 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-07-08 07:05:57 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							245976da2a 
							
						 
					 
					
						
						
							
							Use full path for #includes from another directory.  
						
						... 
						
						
						
						Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-05-09 11:56:36 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							4b13335d1c 
							
						 
					 
					
						
						
							
							Use correct length modifier for pointer diff argument in av_log() call.  
						
						... 
						
						
						
						Originally committed as revision 13057 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-05-04 10:35:13 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							83cc23c5d3 
							
						 
					 
					
						
						
							
							Add some information about the stream bitrate, if available  
						
						... 
						
						
						
						Originally committed as revision 12331 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-03-05 13:31:24 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							a1fc4d4aa8 
							
						 
					 
					
						
						
							
							Missing const, fix warnings:  
						
						... 
						
						
						
						sdp.c:115: warning: assignment discards qualifiers from pointer target type
sdp.c:120: warning: assignment discards qualifiers from pointer target type
Originally committed as revision 12151 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-02-19 21:58:54 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							29e35d6776 
							
						 
					 
					
						
						
							
							Support out-of-band parameter sets in SDP for H.264 video  
						
						... 
						
						
						
						Originally committed as revision 11590 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-01-21 14:28:58 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							b21cd0bcb5 
							
						 
					 
					
						
						
							
							Add minimal support for H.264 video in the SDP generator  
						
						... 
						
						
						
						Originally committed as revision 11585 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-01-21 11:09:06 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							81ab1fa13e 
							
						 
					 
					
						
						
							
							Pass a proper context to av_log()  
						
						... 
						
						
						
						Originally committed as revision 11485 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-01-10 08:34:37 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							c9215bab98 
							
						 
					 
					
						
						
							
							Add support for some more audio formats  
						
						... 
						
						
						
						Originally committed as revision 10969 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-11-09 12:33:28 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							759d98d0c6 
							
						 
					 
					
						
						
							
							Explicitly include rtp.h (needed for rtp_get_payload_type())  
						
						... 
						
						
						
						Originally committed as revision 10863 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-10-26 15:12:55 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							21b3748029 
							
						 
					 
					
						
						
							
							Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if  
						
						... 
						
						
						
						config info are available out of band (fix "-{a,v}codec copy" from .mov)
Originally committed as revision 10471 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-09-10 15:08:23 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							4901263abd 
							
						 
					 
					
						
						
							
							AAC support in the SDP generator  
						
						... 
						
						
						
						Originally committed as revision 10398 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-09-05 06:30:59 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							5f2cbb53b4 
							
						 
					 
					
						
						
							
							Fill the buffer with 0 before writing an SDP in it  
						
						... 
						
						
						
						Originally committed as revision 10287 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-09-03 09:00:40 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							8767b80f5f 
							
						 
					 
					
						
						
							
							Change avf_sdp_create() to get a pre-allocated buffer as input, and to  
						
						... 
						
						
						
						return an integer (0 if the SDP has been succesfully created, < 0 in case
of error)
Originally committed as revision 9947 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-08-05 13:44:56 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							7ba32703dd 
							
						 
					 
					
						
						
							
							Fix linking when RTP is disabled and libraries are dynamic  
						
						... 
						
						
						
						Originally committed as revision 9945 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-08-05 13:32:37 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Abeni 
							
						 
					 
					
						
						
						
						
							
						
						
							c5388c0784 
							
						 
					 
					
						
						
							
							Introduce an SDP generator  
						
						... 
						
						
						
						Originally committed as revision 9806 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-07-26 22:34:26 +00:00