2e69dd66b6 
								
							
								 
							
						 
						
							
							
								
								rtp: Fix ff_rtp_get_payload_type  
							
							It was broken in 3b3ea34655 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b3ea34655 
								
							
								 
							
						 
						
							
							
								
								Remove all uses of deprecated AVOptions API.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1430ae44e8 
								
							
								 
							
						 
						
							
							
								
								rtp: Simplify ff_rtp_get_payload_type  
							
							Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9152880e95 
								
							
								 
							
						 
						
							
							
								
								rtpenc: Add a payload type private option  
							
							Specifying the payload type is useful when the type number has
already been negotiated before creating the stream, for example
in SIP protocol.
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c378ea1f7 
								
							
								 
							
						 
						
							
							
								
								rtp: factorize  dynamic payload type fallback  
							
							Move the identical code in rtp_write_header() and
ff_sdp_write_media() inside ff_rtp_get_payload_type()
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0048a2a8d3 
								
							
								 
							
						 
						
							
							
								
								Handle G.722 in RTP, and all the exceptions mandated in RFC 3551  
							
							Originally committed as revision 25125 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								72415b2adb 
								
							
								 
							
						 
						
							
							
								
								Define AVMediaType enum, and use it instead of enum CodecType, which  
							
							is deprecated and will be dropped at the next major bump.
Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4bf0faaafe 
								
							
								 
							
						 
						
							
							
								
								Remove the inclusion of unneeded headers  
							
							Originally committed as revision 21152 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9106a698e7 
								
							
								 
							
						 
						
							
							
								
								Rename bitstream.h to get_bits.h.  
							
							Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								215037887d 
								
							
								 
							
						 
						
							
							
								
								Do not return payload type 34 for H.263 (it is deprecated)  
							
							Originally committed as revision 18346 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bf6d981806 
								
							
								 
							
						 
						
							
							
								
								Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not  
							
							a static function
Originally committed as revision 17390 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								20631a9c15 
								
							
								 
							
						 
						
							
							
								
								Merge rtp_internal.h in rtp.h, and remove rtp_internal.h  
							
							Originally committed as revision 16817 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								309d32b0db 
								
							
								 
							
						 
						
							
							
								
								Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP  
							
							Originally committed as revision 13943 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								2ccf0a4290 
								
							
								 
							
						 
						
							
							
								
								Add a comment about missing entries  
							
							Originally committed as revision 12646 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								87cb064359 
								
							
								 
							
						 
						
							
							
								
								Use the correct size for the enc_name field (removing the arbitrary "50" size)  
							
							Originally committed as revision 12645 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								19faa9f469 
								
							
								 
							
						 
						
							
							
								
								Remove useless entries from AVRtpPayloadTypes  
							
							Originally committed as revision 12644 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4ed1fbf91 
								
							
								 
							
						 
						
							
							
								
								Support mp3 audio in the RTP muxer  
							
							Originally committed as revision 12643 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7d51edddd4 
								
							
								 
							
						 
						
							
							
								
								Make AVRtpPayloadTypes static and constant  
							
							Patch by Diego 'Flameeyes' Pettenò (flameeyes AT gmail DOT com)
Originally committed as revision 11432 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								83a0d3878c 
								
							
								 
							
						 
						
							
							
								
								Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies  
							
							Originally committed as revision 11408 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8eb793c459 
								
							
								 
							
						 
						
							
							
								
								Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies  
							
							Originally committed as revision 11406 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d0b53d05c8 
								
							
								 
							
						 
						
							
							
								
								Fix some spelling mistakes.  
							
							Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								899681cd1d 
								
							
								 
							
						 
						
							
							
								
								Use dynamically allocated ByteIOContext in AVFormatContext  
							
							patch by: Björn Axelsson, bjorn d axelsson a intinor d se
thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007
Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								db628029c4 
								
							
								 
							
						 
						
							
							
								
								Add MPEG2 support to the RTP muxer  
							
							Originally committed as revision 11047 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ed19d7fbf 
								
							
								 
							
						 
						
							
							
								
								Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP  
							
							code (this is needed for supporting MPEG2 video in the RTP muxer)
Originally committed as revision 11046 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								18c05a375b 
								
							
								 
							
						 
						
							
							
								
								Do not send too many RTCP packets (according to RFC 3550, the minimum  
							
							RTCP interval should be 5 seconds)
Originally committed as revision 10930 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0aa7a2e690 
								
							
								 
							
						 
						
							
							
								
								Use a symbolic name for the payload size of an RTCP Sender Report packet  
							
							Originally committed as revision 10929 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e0d21bfe83 
								
							
								 
							
						 
						
							
							
								
								Allow to set the maximum number of frames per RTP packet (and add support for  
							
							this in the AAC packetizer)
Originally committed as revision 10647 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d0c3be9568 
								
							
								 
							
						 
						
							
							
								
								Fix a warning by removing an useless assignment (buf_ptr should be only  
							
							used in the RTP muxer, and not in the demuxer)
Originally committed as revision 10561 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								171dce486c 
								
							
								 
							
						 
						
							
							
								
								Support for AAC streaming over RTP. Fragmentation is not implemented yet  
							
							Originally committed as revision 10491 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af74c95a08 
								
							
								 
							
						 
						
							
							
								
								Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)  
							
							Originally committed as revision 10469 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1b31b02ed1 
								
							
								 
							
						 
						
							
							
								
								Properly set RTP and NTP timestamps in RTCP SR packets  
							
							Originally committed as revision 10468 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98561024ac 
								
							
								 
							
						 
						
							
							
								
								Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)  
							
							Originally committed as revision 10201 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								80fb82346e 
								
							
								 
							
						 
						
							
							
								
								Use AV_RB* macros where appropriate.  
							
							patch by Ronald S. Bultje, rsbultje gmail com
thread: Re: [FFmpeg-devel] remove int readers
date: Sat, 23 Jun 2007 09:32:12 -0400
Originally committed as revision 9499 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7cf0999529 
								
							
								 
							
						 
						
							
							
								
								remove empty write trailer functions  
							
							patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9442 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								48961970f1 
								
							
								 
							
						 
						
							
							
								
								remove decode_be32/64 and replace them by AV_RB32/64  
							
							patch by Ronald S. Bultje: \ rbultje at ronald bitfreak net /
Originally committed as revision 9299 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								755bfeabcc 
								
							
								 
							
						 
						
							
							
								
								misc spelling fixes  
							
							Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								57004ff1d7 
								
							
								 
							
						 
						
							
							
								
								add an enum for need_parsing  
							
							Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2b100ab2bf 
								
							
								 
							
						 
						
							
							
								
								changes some function declarations from () to (void) as per ansi c.  
							
							Patch by Stefan Huehner % stefan A huehner P org %
Originally committed as revision 8625 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7874024062 
								
							
								 
							
						 
						
							
							
								
								Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.  
							
							Originally committed as revision 8234 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1dd7345abc 
								
							
								 
							
						 
						
							
							
								
								Move rtp_get_payload_type()'s unaltered comments to the header file.  
							
							Originally committed as revision 8233 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								fead30d444 
								
							
								 
							
						 
						
							
							
								
								rename BE/LE_8/16/32 to AV_RL/B_8/16/32  
							
							Originally committed as revision 7587 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								cbee7a6944 
								
							
								 
							
						 
						
							
							
								
								get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used  
							
							Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1d1be919ce 
								
							
								 
							
						 
						
							
							
								
								add support for rtp/h264 streaming  
							
							Patch by Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date: Nov 6, 2006 8:56 PM
Subject: [Ffmpeg-devel] [PATCH] H.264 via RTP
Originally committed as revision 6936 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago