5ecb0677a2 
								
							
								 
							
						 
						
							
							
								
								use header instead of copying table declarations  
							
							Originally committed as revision 8970 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								42ef2dbc77 
								
							
								 
							
						 
						
							
							
								
								split msmpeg4 data to easily share some of it with vc1.c  
							
							Originally committed as revision 8969 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1d557d3577 
								
							
								 
							
						 
						
							
							
								
								add missing rules for wmv2 compilation  
							
							Originally committed as revision 8968 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2029f312e8 
								
							
								 
							
						 
						
							
							
								
								Remove redundant #inclusion of common.h, avcodec.h already #includes it.  
							
							Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c3a9fe2a3 
								
							
								 
							
						 
						
							
							
								
								sse2 version of fdct_col.  
							
							k8: 72->61 cycles, core2: 51->26 cycles.
Originally committed as revision 8966 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a4461664cd 
								
							
								 
							
						 
						
							
							
								
								Simplify ptr[0]; ptr++; to *ptr++  
							
							Originally committed as revision 8965 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5a2f421a43 
								
							
								 
							
						 
						
							
							
								
								Use bytestream  
							
							Originally committed as revision 8964 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a32c2ce423 
								
							
								 
							
						 
						
							
							
								
								Use AV_XX16 macros  
							
							Originally committed as revision 8963 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								df495dbd9a 
								
							
								 
							
						 
						
							
							
								
								move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c  
							
							now h263dec depends on mpeg4video_parser
this fixes compilation when h263 decoder is disabled
Originally committed as revision 8962 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								87e61d09cc 
								
							
								 
							
						 
						
							
							
								
								RoQ muxer  
							
							Originally committed as revision 8961 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7d5aaa049c 
								
							
								 
							
						 
						
							
							
								
								Factorize usum  
							
							Originally committed as revision 8960 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								13dec85765 
								
							
								 
							
						 
						
							
							
								
								RoQ muxer, patch by Vitor, vitor1001 gmail com  
							
							reference thread:
Subject: [FFmpeg-devel] [PATCH] RoQ muxer
Date: Wed, 09 May 2007 19:44:21 +0200
Originally committed as revision 8959 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de8e2c1d22 
								
							
								 
							
						 
						
							
							
								
								Use 1 array with double the size instead of 2 arrays with normal size  
							
							Eliminates need for concatenation and adds proper fix for FIXME
Originally committed as revision 8958 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5cb1f13ba 
								
							
								 
							
						 
						
							
							
								
								Add bias instead of -32 or 0, as is done in g.722.1  
							
							Originally committed as revision 8957 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								39938968e8 
								
							
								 
							
						 
						
							
							
								
								Indentation for previous patch  
							
							Originally committed as revision 8956 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b01997012 
								
							
								 
							
						 
						
							
							
								
								Add another tmpbias variable, as bias' value will be used later  
							
							Originally committed as revision 8955 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cdb59552df 
								
							
								 
							
						 
						
							
							
								
								Fix logic for return value of init_vlc  
							
							Originally committed as revision 8954 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5880d5b58d 
								
							
								 
							
						 
						
							
							
								
								Install MinGW shared libraries (dlls) to bindir  
							
							Originally committed as revision 8953 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fa88429489 
								
							
								 
							
						 
						
							
							
								
								remove the need of one extra shift in rgb16ToUV  
							
							Originally committed as revision 23281 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								686dcc1167 
								
							
								 
							
						 
						
							
							
								
								Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.  
							
							Originally committed as revision 8952 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f96829d2d0 
								
							
								 
							
						 
						
							
							
								
								Fix rgb15ToUV. Correct order of components and use one shift less.  
							
							Originally committed as revision 23279 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5c14fcaef 
								
							
								 
							
						 
						
							
							
								
								Add ff_ prefix to (externally) visible variables  
							
							Originally committed as revision 8951 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2a2072fe1e 
								
							
								 
							
						 
						
							
							
								
								Use correct dequantizer value  
							
							Originally committed as revision 8950 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a815a7f64 
								
							
								 
							
						 
						
							
							
								
								Allow conditional compilation of H.263-related decoders.  
							
							Originally committed as revision 8949 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2462e4b765 
								
							
								 
							
						 
						
							
							
								
								Remove trailing / from -I flags, MinGW appears to dislike them.  
							
							patch by Zuxy Meng, zuxy.meng gmail com
Originally committed as revision 8948 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3688f93aed 
								
							
								 
							
						 
						
							
							
								
								make help message go to standard output instead of standard error  
							
							patch by Nicolas George \ nicolas george normalesup org /
Originally committed as revision 8947 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5adf43e47e 
								
							
								 
							
						 
						
							
							
								
								cosmetics: remove code duplication in hadamard8_diff_mmx  
							
							Originally committed as revision 8946 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c5a60225c7 
								
							
								 
							
						 
						
							
							
								
								move cavs parser in it's own file  
							
							Originally committed as revision 8945 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b88e211426 
								
							
								 
							
						 
						
							
							
								
								move defines and enums out of cavsdata.h  
							
							Originally committed as revision 8944 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1fddeecd1d 
								
							
								 
							
						 
						
							
							
								
								remove no more useful includes  
							
							Originally committed as revision 8943 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								679c2294cb 
								
							
								 
							
						 
						
							
							
								
								cosmetics: rename for consistency after previous aac and ac3 parsers move  
							
							Originally committed as revision 8942 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99ff31dc75 
								
							
								 
							
						 
						
							
							
								
								move aac and ac3 parsers in their own files  
							
							Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e0fe500f01 
								
							
								 
							
						 
						
							
							
								
								avoid multiple inclusion of ac3.h  
							
							Originally committed as revision 8940 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bba5293bb7 
								
							
								 
							
						 
						
							
							
								
								cosmetics: remove duplicate transpose macro  
							
							Originally committed as revision 8939 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8d2fb33320 
								
							
								 
							
						 
						
							
							
								
								autodetect ptx files  
							
							Originally committed as revision 8938 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								28ba53ff3c 
								
							
								 
							
						 
						
							
							
								
								add myself for txd and s3tc files  
							
							Originally committed as revision 8937 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								12b6d7c007 
								
							
								 
							
						 
						
							
							
								
								add Renderware TXD format  
							
							Originally committed as revision 8936 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d58bbf8154 
								
							
								 
							
						 
						
							
							
								
								add V.Flash PTX image format  
							
							Originally committed as revision 8935 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c33d98141d 
								
							
								 
							
						 
						
							
							
								
								Move H.263 parser to its own file.  
							
							Originally committed as revision 8934 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								912f314854 
								
							
								 
							
						 
						
							
							
								
								Add a few explanatory comments.  
							
							Originally committed as revision 8933 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b09432ad47 
								
							
								 
							
						 
						
							
							
								
								RoQ audio encoder  
							
							Originally committed as revision 8932 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ad39f1a7c7 
								
							
								 
							
						 
						
							
							
								
								Renderware TXD decoder and demuxer  
							
							Originally committed as revision 8931 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								929baad070 
								
							
								 
							
						 
						
							
							
								
								add doxygen comments  
							
							Originally committed as revision 8930 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba4816a0a9 
								
							
								 
							
						 
						
							
							
								
								cosmetics: fix inconsistent indentation  
							
							Originally committed as revision 8929 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c0f716b86f 
								
							
								 
							
						 
						
							
							
								
								fix display of theora videos with visible size smaller than encoded size  
							
							Originally committed as revision 8928 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb63173785 
								
							
								 
							
						 
						
							
							
								
								Renderware TXD demuxer  
							
							Originally committed as revision 8927 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1ca779e7eb 
								
							
								 
							
						 
						
							
							
								
								Renderware TXD decoder  
							
							Originally committed as revision 8926 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c67b89c534 
								
							
								 
							
						 
						
							
							
								
								generic S3TC DXT1 and DXT3 decoding functions  
							
							Originally committed as revision 8925 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e010b41e6 
								
							
								 
							
						 
						
							
							
								
								add AV_[RW][BL]64 support  
							
							Originally committed as revision 8924 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5fd5d0ef3a 
								
							
								 
							
						 
						
							
							
								
								improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4)  
							
							Originally committed as revision 8923 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago