41ed7ab45f 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Fix spelling mistakes  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc8e044d8c 
								
							
								 
							
						 
						
							
							
								
								x86/doc/Makefile: DBG=1 to preprocess external asm  
							
							The macro hell sometimes make it difficult to trace the source of
an error, so it is easier to analyze the preprocessed output.
This patch makes this automatical by specifying DBG=1 on the
command line: a file ffmpeg/dir/file.asm gets preprocessed to
builddir/dir/file.dbg.asm, which is then compiled.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e3fcb14347 
								
							
								 
							
						 
						
							
							
								
								dsputil: Split off IDCT bits into their own context  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								57f09608e1 
								
							
								 
							
						 
						
							
							
								
								dsputil: Move thirdpel-related bits into their own context  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b4dd424d96 
								
							
								 
							
						 
						
							
							
								
								Remove all SPARC architecture optimizations  
							
							SPARC is no longer being used in any multimedia-related fields and the
VIS optimizations only represent a maintenance burden. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								88bd7fdc82 
								
							
								 
							
						 
						
							
							
								
								Drop DCTELEM typedef  
							
							It does not help as an abstraction and adds dsputil dependencies.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								652f518594 
								
							
								 
							
						 
						
							
							
								
								x86: mmx2 ---> mmxext in comments and messages  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								db95e559f2 
								
							
								 
							
						 
						
							
							
								
								fix another forgotten mplayerhq.hu link  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a6be21d3ba 
								
							
								 
							
						 
						
							
							
								
								Revert "replace FFmpeg with Libav in doc/"  
							
							This reverts commit f8a45fa1b1 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f8a45fa1b1 
								
							
								 
							
						 
						
							
							
								
								replace FFmpeg with Libav in doc/  
							
							unless it stands for ffmpeg the program or is historic 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								21de920472 
								
							
								 
							
						 
						
							
							
								
								Update the url to the site website and change ffmpeg-devel to libav-devel  
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2eed5288d2 
								
							
								 
							
						 
						
							
							
								
								Documentation updates for the git migration  
							
							This cleanup patch updates the developer documentation with respect to
the migration to the git scm.
(cherry picked from commit 87800dc2bf 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								87800dc2bf 
								
							
								 
							
						 
						
							
							
								
								Documentation updates for the git migration  
							
							This cleanup patch updates the developer documentation with respect to
the migration to the git scm. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2344dc6bb6 
								
							
								 
							
						 
						
							
							
								
								doc: mention xmm clobber macros usage  
							
							Originally committed as revision 25364 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d801f1c848 
								
							
								 
							
						 
						
							
							
								
								Update docs regarding writing optimizations:  
							
							- mention clobber-marking of xmm registers,
- some notes on external vs. inline asm, including tips on which to use for
   what situation and to not rewrite+improve in the same patch (as with C code)
- some more best-practice guidelines
See "[PATCH] update doc/optimization.txt" thread on ML.
Originally committed as revision 25170 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9c193cc47c 
								
							
								 
							
						 
						
							
							
								
								Fix typo (instruciton -> instruction).  
							
							Originally committed as revision 25157 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0fa5f24c3b 
								
							
								 
							
						 
						
							
							
								
								Change mplayerhq.hu references to ffmpeg.org where appropriate.  
							
							Originally committed as revision 16310 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a6493a8fbd 
								
							
								 
							
						 
						
							
							
								
								Rename libavcodec/i386/ --> libavcodec/x86/.  
							
							It contains optimizations that are not specific to i386 and
libavutil uses this naming scheme already.
Originally committed as revision 16270 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be449fca79 
								
							
								 
							
						 
						
							
							
								
								Convert asm keyword into __asm__.  
							
							Neither the asm() nor the __asm__() keyword is part of the C99
standard, but while GCC accepts the former in C89 syntax, it is not
accepted in C99 unless GNU extensions are turned on (with -fasm). The
latter form is accepted in any syntax as an extension (without
requiring further command-line options).
Sun Studio C99 compiler also does not accept asm() while accepting
__asm__(), albeit reporting warnings that it's not valid C99 syntax.
Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1a592ecc47 
								
							
								 
							
						 
						
							
							
								
								Add Intel IWMMXT2 link, patch by Dmitry Antipov, dmantipov yandex ru.  
							
							Originally committed as revision 13467 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6609f9e2ee 
								
							
								 
							
						 
						
							
							
								
								minor English corrections  
							
							Originally committed as revision 12171 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8144dff032 
								
							
								 
							
						 
						
							
							
								
								typos  
							
							Originally committed as revision 12170 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b8c3aedac 
								
							
								 
							
						 
						
							
							
								
								"General Tips" section  
							
							Originally committed as revision 12168 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								07bf0cc9cf 
								
							
								 
							
						 
						
							
							
								
								clarify previous revision on optimization justification  
							
							Originally committed as revision 11598 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac59e7f4b1 
								
							
								 
							
						 
						
							
							
								
								Ministry of English Composition edits  
							
							Originally committed as revision 11597 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e123bd359 
								
							
								 
							
						 
						
							
							
								
								Cosmetics to speed up finding sections of interest.  
							
							Originally committed as revision 11596 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8f738eea43 
								
							
								 
							
						 
						
							
							
								
								"What speedup justifies an optimization" section  
							
							Originally committed as revision 11595 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a1d0b6a277 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Fix AltiVec spelling.  
							
							Originally committed as revision 10639 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								14c2634bcc 
								
							
								 
							
						 
						
							
							
								
								Fix links to ARM documentation  
							
							Originally committed as revision 10399 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								71253ce9a6 
								
							
								 
							
						 
						
							
							
								
								add a link to VIS instructions whitepaper  
							
							Originally committed as revision 10235 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								777bbfddde 
								
							
								 
							
						 
						
							
							
								
								more sparc asm docs  
							
							Originally committed as revision 10215 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2c2b3130c2 
								
							
								 
							
						 
						
							
							
								
								PowerPC/CELL/Altivec pointers  
							
							Originally committed as revision 10197 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								277bb93642 
								
							
								 
							
						 
						
							
							
								
								sparc asm docs  
							
							Originally committed as revision 10194 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2e1ad4a28e 
								
							
								 
							
						 
						
							
							
								
								simd gmc wasn't impossible.  
							
							Originally committed as revision 10191 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								20e570c8e8 
								
							
								 
							
						 
						
							
							
								
								links to ARM optimization manuals  
							
							Originally committed as revision 7425 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2b165e2901 
								
							
								 
							
						 
						
							
							
								
								www1.mplayerhq.hu --> lists.mplayerhq.hu  
							
							Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1c1b5a4094 
								
							
								 
							
						 
						
							
							
								
								CVS --> Subversion  
							
							Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0a46c9330a 
								
							
								 
							
						 
						
							
							
								
								Rephrase a paragraph for ease of understanding, suggested by Mans.  
							
							Originally committed as revision 4379 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c5a44f5715 
								
							
								 
							
						 
						
							
							
								
								spelling/phrasing fixes, mostly by Mans  
							
							Originally committed as revision 4378 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ea9ce413b 
								
							
								 
							
						 
						
							
							
								
								spelling/grammar/wording/phrasing  
							
							Originally committed as revision 4376 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								38aca76027 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: Removed trailing whitespace, converted tabs to spaces.  
							
							Originally committed as revision 4375 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								67c311fafa 
								
							
								 
							
						 
						
							
							
								
								changed the mailinglist pointers to the new place (mplayerhq)  
							
							Originally committed as revision 4122 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6fbcfec0c8 
								
							
								 
							
						 
						
							
							
								
								testing cvslog  
							
							Originally committed as revision 4118 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								88e3d29b6b 
								
							
								 
							
						 
						
							
							
								
								testing cvslog  
							
							Originally committed as revision 4117 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7d67aa9b0f 
								
							
								 
							
						 
						
							
							
								
								info about h and tpel  
							
							Originally committed as revision 2639 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8c55915b14 
								
							
								 
							
						 
						
							
							
								
								add/put_pixels_clamped update  
							
							Originally committed as revision 1475 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								143cc72527 
								
							
								 
							
						 
						
							
							
								
								gmc1  
							
							Originally committed as revision 1446 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3df7be0f72 
								
							
								 
							
						 
						
							
							
								
								more links  
							
							Originally committed as revision 1445 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a552591fb1 
								
							
								 
							
						 
						
							
							
								
								optimization tips  
							
							can allso be used as a torture test for ur spelling checker
Originally committed as revision 1444 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago