b9edbe9953 
								
							
								 
							
						 
						
							
							
								
								do not write ffm write index by default, detect if file is being written and return EOF  
							
							Originally committed as revision 18063 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf16c17a69 
								
							
								 
							
						 
						
							
							
								
								Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec  
							
							try #2" thread. Patch originally by Vladimir Voroshilov.
Originally committed as revision 18062 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e9fce261a6 
								
							
								 
							
						 
						
							
							
								
								Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a  
							
							SDP line handler that parses the streamID in the SDP so that ASF stream
data can be matched to their respective streams in the RTSP demuxer. See
"[PATCH] RTSP-MS 12/15: ASF payload support" thread on mailinglist.
Originally committed as revision 18061 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								20f93c3ccf 
								
							
								 
							
						 
						
							
							
								
								check av_find_stream_info return value  
							
							Originally committed as revision 18060 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77553ae360 
								
							
								 
							
						 
						
							
							
								
								uniformize log messages and add some more  
							
							Originally committed as revision 18059 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								042819c520 
								
							
								 
							
						 
						
							
							
								
								use lfg and ff_random_get_seed instead of deprecated av_random  
							
							Originally committed as revision 18058 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								637af098fd 
								
							
								 
							
						 
						
							
							
								
								check if feed and stream already exist before registering new one  
							
							Originally committed as revision 18057 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7349392535 
								
							
								 
							
						 
						
							
							
								
								Make softfloat test program compile again: Setting the av_log_level variable  
							
							needs to be replaced by a call to av_log_set_level().
Originally committed as revision 18056 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b56e34c5e9 
								
							
								 
							
						 
						
							
							
								
								Make AES test program compile again: Setting the av_log_level variable  
							
							needs to be replaced by a call to av_log_set_level().
Originally committed as revision 18055 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								54ea773614 
								
							
								 
							
						 
						
							
							
								
								Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:  
							
							libswscale/swscale-example.c:60: warning: 'outContext' may be used uninitialized in this function
libswscale/swscale-example.c:60: warning: 'dstContext' may be used uninitialized in this function
libswscale/swscale-example.c:60: warning: 'srcContext' may be used uninitialized in this function
Originally committed as revision 29008 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e29c3f934f 
								
							
								 
							
						 
						
							
							
								
								Remove useless casting in asm "m" operand.  
							
							Patch by Matthieu Castet, castet D matthieu A free D fr
Originally committed as revision 29007 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ecf05a5971 
								
							
								 
							
						 
						
							
							
								
								Remove useless casting in asm "m" operand.  
							
							Patch by Matthieu Castet, castet D matthieu A free D fr
Originally committed as revision 18054 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90da2b5086 
								
							
								 
							
						 
						
							
							
								
								Make ffmpeg fail if the argument provided to the -pix_fmt option is  
							
							invalid.
Originally committed as revision 18053 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								876578914b 
								
							
								 
							
						 
						
							
							
								
								set avi fsize to INT64_MAX if riff tag end is not set and file size is not available  
							
							Originally committed as revision 18052 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3a5601885b 
								
							
								 
							
						 
						
							
							
								
								move max analyze duration check before considering new packet  
							
							Originally committed as revision 18051 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd35beb29b 
								
							
								 
							
						 
						
							
							
								
								Allocate executable memory with VirtualAlloc() in Windows.  
							
							Originally committed as revision 29006 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c5bfe7add 
								
							
								 
							
						 
						
							
							
								
								Check for VirtualAlloc() so it may be used to allocate executable memory in  
							
							Windows.
Originally committed as revision 18050 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								16a3717f8d 
								
							
								 
							
						 
						
							
							
								
								Drop unnecessary cast and cosmetically align.  
							
							Originally committed as revision 29005 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								23d9cc4563 
								
							
								 
							
						 
						
							
							
								
								Support raw TrueHD files  
							
							Originally committed as revision 18049 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								45bae968a9 
								
							
								 
							
						 
						
							
							
								
								Fix indentation after r18047.  
							
							Originally committed as revision 18048 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c9d6e84778 
								
							
								 
							
						 
						
							
							
								
								Change linesize alignment method to ensure that linesize[0] == 2*linesize[1]  
							
							for YUV420P and YUV422P always.
Fixes MPEG-2 4:2:2 encoding on PPC and ARM, and should fix mxf_d10 regression.
Originally committed as revision 18047 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b435725b4c 
								
							
								 
							
						 
						
							
							
								
								Do not set linesize for palette data, it does not make sense and creates  
							
							problems with following patch to fix linesize alignment.
Originally committed as revision 18046 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ba4821d93 
								
							
								 
							
						 
						
							
							
								
								Split TrueHD decoder from MLP  
							
							Originally committed as revision 18045 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c3d507f1a 
								
							
								 
							
						 
						
							
							
								
								MOV: Use the AOT enum for the mp4_audio_types mapping.  
							
							Originally committed as revision 18044 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9326d3f355 
								
							
								 
							
						 
						
							
							
								
								Revert  
							
							Date: Wed Mar 18 23:11:50 2009
	New Revision: 28996
	Log:
	Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.
This change was non optimal, correct would have been to revert the offending commits
if no time was available to find a clean fix.
Originally committed as revision 29003 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e3d8a82e6 
								
							
								 
							
						 
						
							
							
								
								typedef int x86_reg on non x86  
							
							Originally committed as revision 18043 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								72ef3dd72e 
								
							
								 
							
						 
						
							
							
								
								Fix 10l typo.  
							
							Originally committed as revision 29002 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2029e934d2 
								
							
								 
							
						 
						
							
							
								
								Nicely align output columns.  
							
							Originally committed as revision 18042 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0411072ee3 
								
							
								 
							
						 
						
							
							
								
								Unscaled converters for  
							
							YUYV->YUV420P
YUYV->YUV422P
UYVY->YUV420P
UYVY->YUV422P
Originally committed as revision 28997 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								07d16e2ecf 
								
							
								 
							
						 
						
							
							
								
								share some constants between the FLAC encoder and FLAC decoder  
							
							Originally committed as revision 18041 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb504ac45e 
								
							
								 
							
						 
						
							
							
								
								Fix compilation of adler32 test program: Use av_log_set_level()  
							
							instead of assigning a value to the av_log_level variable.
Originally committed as revision 18040 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								23869b4af4 
								
							
								 
							
						 
						
							
							
								
								Fix copy and paste typo in input/output devices section.  
							
							Originally committed as revision 18039 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								62651fa729 
								
							
								 
							
						 
						
							
							
								
								Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.  
							
							Originally committed as revision 28996 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								29c6638668 
								
							
								 
							
						 
						
							
							
								
								Use read_yesno() in opt_output_file().  
							
							Originally committed as revision 18038 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								090b61b2d1 
								
							
								 
							
						 
						
							
							
								
								Implement read_yesno().  
							
							Originally committed as revision 18037 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eab5168cd3 
								
							
								 
							
						 
						
							
							
								
								Flush the remaning chars in the input buffer after reading the  
							
							response to the "Overwrite ? [y/N]" question.
Fix the behaviour when the question is asked more than one time.
Originally committed as revision 18036 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1e896640c4 
								
							
								 
							
						 
						
							
							
								
								Implement a name field for AVPixFmtDescriptor.  
							
							Originally committed as revision 18035 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a034dde8b 
								
							
								 
							
						 
						
							
							
								
								swscale-example: use LFG instead of random()  
							
							Originally committed as revision 28993 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d0ce212a7a 
								
							
								 
							
						 
						
							
							
								
								Do not assume long is same width as x86 register.  
							
							Originally committed as revision 28992 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2b823a5299 
								
							
								 
							
						 
						
							
							
								
								Fix typo in AOT_ER_AAC_ELD  
							
							Originally committed as revision 18034 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d3487e472e 
								
							
								 
							
						 
						
							
							
								
								Update the MPEG-4 AOT table.  
							
							Originally committed as revision 18033 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b8b00d9429 
								
							
								 
							
						 
						
							
							
								
								Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure  
							
							(GUID is also defined, but differently, in Windows headers).
Originally committed as revision 18032 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f650e4d34a 
								
							
								 
							
						 
						
							
							
								
								Move MPEG-4 AOT enum to mpeg4audio.h.  
							
							Originally committed as revision 18031 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4d0c3dc0d5 
								
							
								 
							
						 
						
							
							
								
								Add a special guidcmp function to compare ASF guids, to avoid the many  
							
							duplicated sizeof(GUID).
Originally committed as revision 18030 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								780daf2b09 
								
							
								 
							
						 
						
							
							
								
								Consistently use ff_ prefixes for internal symbols.  
							
							Originally committed as revision 28988 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fa3f2a3513 
								
							
								 
							
						 
						
							
							
								
								Add list of supported input/output devices.  
							
							Originally committed as revision 18029 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								000bbebb66 
								
							
								 
							
						 
						
							
							
								
								Adjust  @columnfractions  settings to reflect the number of columns in the table.  
							
							Originally committed as revision 18028 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e05c8d0682 
								
							
								 
							
						 
						
							
							
								
								use intptr_t to cast pointers to int in codecs maintained by benjamin larsson  
							
							Originally committed as revision 18027 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d4da3e4790 
								
							
								 
							
						 
						
							
							
								
								Add a fillPlane function to fill a plane with one constant value  
							
							Originally committed as revision 28986 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4c01b868de 
								
							
								 
							
						 
						
							
							
								
								Don't write outside of the picture buffer in planarCopy in the gray case  
							
							Originally committed as revision 28985 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago