51a269cd97 
								
							
								 
							
						 
						
							
							
								
								Make sure the destination address is written as an IP address in the SDP  
							
							Patch by Martin Storsjo (martin AT martin DOT st)
Originally committed as revision 21163 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a7494872d5 
								
							
								 
							
						 
						
							
							
								
								Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer  
							
							instead.  Avoid a crash on MinGW.
Originally committed as revision 21162 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								56e29bf2c9 
								
							
								 
							
						 
						
							
							
								
								Correct timestamps inside FLV data received by RTMP.  
							
							Patch by Sergiy (gmail(piratfm))
Originally committed as revision 21161 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e2ee11e868 
								
							
								 
							
						 
						
							
							
								
								Use old-style RTMP handshake for old servers.  
							
							This fixes issue streaming from Red5 server.
Patch by Art Clarke (aclarke@`echo xyzzy|sed s/y/u/|sed s/y/le/|tr z g`.com)
Originally committed as revision 21160 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								082cf97106 
								
							
								 
							
						 
						
							
							
								
								Split h264 loop filter off h264.c.  
							
							No meassureable speed difference on pentium dual & cathedral sample.
Originally committed as revision 21159 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								419276c50d 
								
							
								 
							
						 
						
							
							
								
								Move svq3.o to the correct spot.  
							
							Originally committed as revision 21158 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								903d58f631 
								
							
								 
							
						 
						
							
							
								
								Get rid of #include "svq3.c"  
							
							functions called more than per mb are moved into the header, scan8 is also
as it must be known at compiletime.
The code after this patch duplicates h264data.h, this has been done to minimize
the changes in this step and allow more fine grained benchmarking.
Speedwise this is 1% faster on my pentium dual core with diegos cursed cathedral
sample.
Originally committed as revision 21157 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a683681336 
								
							
								 
							
						 
						
							
							
								
								Better title for the file.  
							
							Originally committed as revision 21156 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								845e37e770 
								
							
								 
							
						 
						
							
							
								
								Make sure that sfence is used after any non temporal stores.  
							
							Originally committed as revision 30287 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b7c7703f4 
								
							
								 
							
						 
						
							
							
								
								Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.  
							
							Should fix build breakage on some platforms introduced in r21125.
Originally committed as revision 21155 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0941ee0fa6 
								
							
								 
							
						 
						
							
							
								
								Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474.  
							
							Originally committed as revision 21154 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dc0d86face 
								
							
								 
							
						 
						
							
							
								
								AAC: use table for cbrtf(n)*n  
							
							The maximum length of escape_sequence is 21 bits, so adjust limit in
code to match this.
Up to 10% faster on Cortex-A8.
Originally committed as revision 21153 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4bf0faaafe 
								
							
								 
							
						 
						
							
							
								
								Remove the inclusion of unneeded headers  
							
							Originally committed as revision 21152 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c8af53f87 
								
							
								 
							
						 
						
							
							
								
								AAC: escape_sequence is 21 bits max  
							
							The maximum length of escape_sequence is 21 bits, so adjust limit in
code to match this.  Also fix the comment.
Originally committed as revision 21151 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d629b72cb 
								
							
								 
							
						 
						
							
							
								
								Provide a fallback for getnameinfo() also. Patch by Martin Storsjö  
							
							<$firstname()$firstname,st>.
Originally committed as revision 21150 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								34a65f1fdd 
								
							
								 
							
						 
						
							
							
								
								Implement a fallback for struct sockaddr_storage if not available.  
							
							Patch by Martin Storsjö <$firstname()$firstname,st>.
Originally committed as revision 21149 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								33a4dbdd03 
								
							
								 
							
						 
						
							
							
								
								Check for struct sockaddr_storage. Patch by Martin Storsjö  
							
							<$firstname()$firstname,st>.
Originally committed as revision 21148 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fdcdd5396e 
								
							
								 
							
						 
						
							
							
								
								Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsjö  
							
							<$firstname()$firstname,st>.
Originally committed as revision 21147 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1888474fa 
								
							
								 
							
						 
						
							
							
								
								Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>.  
							
							Originally committed as revision 21146 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fa053ca725 
								
							
								 
							
						 
						
							
							
								
								Provide fallback implementations of getaddrinfo() and freeaddrinfo().  
							
							Patch by Martin Storsjö <$firstname()$firstname,st>.
Originally committed as revision 21145 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c001861351 
								
							
								 
							
						 
						
							
							
								
								Check for struct addrinfo availability. Patch by Martin Storsjö  
							
							<$firstname()$firstname,st>.
Originally committed as revision 21144 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7e43f74a37 
								
							
								 
							
						 
						
							
							
								
								Use getaddrinfo(), if available, in resolve_host(). Patch by Martin  
							
							Storsjö <$firstname()$firstname,st>.
Originally committed as revision 21143 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								84882df62b 
								
							
								 
							
						 
						
							
							
								
								Check for getaddrinfo(), patch by Martin Storsjö <$firstname()$firstname,st>.  
							
							Originally committed as revision 21142 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c460833d76 
								
							
								 
							
						 
						
							
							
								
								fft-test: Add RDFT/IRDFT support.  
							
							Originally committed as revision 21141 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b37ef8e43 
								
							
								 
							
						 
						
							
							
								
								fft-test: Replace do_mdct with a tf_transform enum and switch on it.  
							
							Originally committed as revision 21140 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ae550ce9eb 
								
							
								 
							
						 
						
							
							
								
								configure: Make check_type handle type names containing spaces  
							
							Patch by Martin Storsjö <martin at martin st>
Originally committed as revision 21139 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eebece4641 
								
							
								 
							
						 
						
							
							
								
								Fix two RLE buffer size calculations in TSCC decoder.  
							
							Spotted by Zhongtuan Ma.
Originally committed as revision 21138 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd07f803b1 
								
							
								 
							
						 
						
							
							
								
								configure: allow names with spaces in enable/disable_safe  
							
							Originally committed as revision 21137 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f56f4149df 
								
							
								 
							
						 
						
							
							
								
								add myself as the electronicarts demuxer maintainer  
							
							Originally committed as revision 21136 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b3a676a13 
								
							
								 
							
						 
						
							
							
								
								10l: Fix forgotten variable rename from r14893 (fixes issue 1675).  
							
							Originally committed as revision 21135 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								52c0fcaf52 
								
							
								 
							
						 
						
							
							
								
								Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for  
							
							multiple times.
Originally committed as revision 30273 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								996de2fefa 
								
							
								 
							
						 
						
							
							
								
								cosmetics: {} placement.  
							
							Originally committed as revision 30272 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2d4970d88d 
								
							
								 
							
						 
						
							
							
								
								oggdec: Set dts when known  
							
							Originally committed as revision 21134 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ffd8332c7 
								
							
								 
							
						 
						
							
							
								
								Add missing internal.h to files calling ff_match_2uint16().  
							
							Fixes warnings:
libavcodec/mpegvideo_enc.c:574: warning: implicit declaration of function
'ff_match_2uint16'
libavcodec/ituh263enc.c:143: warning: implicit declaration of function
'ff_match_2uint16'
libavcodec/svq1enc.c:97: warning: implicit declaration of function
'ff_match_2uint16'
Originally committed as revision 21133 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2c8077621b 
								
							
								 
							
						 
						
							
							
								
								Optimize ff_snow_horizontal_compose97i.  
							
							this makes the 9/7 C wavelet at the decoder side 22% faster.
The old code is changed to match the new in terms of the order of operations
(which also makes it sligtly faster)
Originally committed as revision 21132 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								233a8b3d6b 
								
							
								 
							
						 
						
							
							
								
								Merge vertical_compose53iL0*()  
							
							8% faster C 5/3 wavelet at the decoder side.
Originally committed as revision 21131 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2a84512a74 
								
							
								 
							
						 
						
							
							
								
								Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the  
							
							resulting code slightly. ~30% faster C 5/3 wavelet at the decoder side.
Originally committed as revision 21130 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								18ca491bf1 
								
							
								 
							
						 
						
							
							
								
								mkvdec: Avoid divide-by-zero crash on invalid real audio tracks  
							
							Originally committed as revision 21129 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								24ca518bd1 
								
							
								 
							
						 
						
							
							
								
								Add support for dirac in ogg  
							
							Originally committed as revision 21128 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								66b0255248 
								
							
								 
							
						 
						
							
							
								
								Add a function to parse Dirac's sequence header  
							
							Originally committed as revision 21127 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c4dffe7e36 
								
							
								 
							
						 
						
							
							
								
								Export fullrange flag and color information for h.264  
							
							Originally committed as revision 21126 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7bd3096f5f 
								
							
								 
							
						 
						
							
							
								
								SIPR decoder for modes 8k5, 6k5 and 5k0.  
							
							Patch by Vladimir Voroshilov and myself.
Originally committed as revision 21125 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ea977210c 
								
							
								 
							
						 
						
							
							
								
								Make query_formats() increment the scaler_count after each scaler  
							
							insertion.
Originally committed as revision 21124 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								999c23a13a 
								
							
								 
							
						 
						
							
							
								
								Make avfilter_insert_filter() print the instance name of the  
							
							auto-inserted scale filter, rather than the filter name, as this
provides more information.
Originally committed as revision 21123 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2d187e2302 
								
							
								 
							
						 
						
							
							
								
								Add an entry for the addition of a parameter log_ctx to  
							
							avfilter_graph_config_links().
Originally committed as revision 21122 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3fb8e77a8d 
								
							
								 
							
						 
						
							
							
								
								Add a log context to avfilter_graph_config_links().  
							
							Originally committed as revision 21121 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								54c5848dbd 
								
							
								 
							
						 
						
							
							
								
								Remove extra empty line.  
							
							Originally committed as revision 21120 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e6a9dd6a7d 
								
							
								 
							
						 
						
							
							
								
								Use enum CodecID where appropriate.  
							
							Originally committed as revision 21119 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e6565055b9 
								
							
								 
							
						 
						
							
							
								
								Deluxe Paint Animation demuxer  
							
							Originally committed as revision 21118 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a1ae40fd0d 
								
							
								 
							
						 
						
							
							
								
								Deluxe Paint Animation decoder  
							
							Originally committed as revision 21117 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago