summaryrefslogtreecommitdiffstats
path: root/doc/optimization.txt
Commit message (Collapse)AuthorAgeFilesLines
* Change mplayerhq.hu references to ffmpeg.org where appropriate.Diego Biurrun2008-12-251-1/+1
| | | | Originally committed as revision 16310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-3/+3
| | | | | | | 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
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-3/+3
| | | | | | | | | | | | | 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
* Add Intel IWMMXT2 link, patch by Dmitry Antipov, dmantipov yandex ru.Dmitry Antipov2008-05-271-0/+2
| | | | Originally committed as revision 13467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor English correctionsMike Melanson2008-02-211-4/+4
| | | | Originally committed as revision 12171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typosMichael Niedermayer2008-02-211-2/+2
| | | | Originally committed as revision 12170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "General Tips" sectionMichael Niedermayer2008-02-211-0/+16
| | | | Originally committed as revision 12168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify previous revision on optimization justificationMike Melanson2008-01-221-9/+9
| | | | Originally committed as revision 11598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition editsMike Melanson2008-01-221-10/+11
| | | | Originally committed as revision 11597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics to speed up finding sections of interest.Michael Niedermayer2008-01-221-2/+13
| | | | Originally committed as revision 11596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "What speedup justifies an optimization" sectionMichael Niedermayer2008-01-221-0/+9
| | | | Originally committed as revision 11595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-021-2/+2
| | | | Originally committed as revision 10639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix links to ARM documentationGuillaume Poirier2007-09-051-4/+12
| | | | Originally committed as revision 10399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a link to VIS instructions whitepaperDominik Mierzejewski2007-08-261-0/+2
| | | | Originally committed as revision 10235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more sparc asm docsMichael Niedermayer2007-08-241-0/+3
| | | | Originally committed as revision 10215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PowerPC/CELL/Altivec pointersLuca Barbato2007-08-231-0/+11
| | | | Originally committed as revision 10197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sparc asm docsMichael Niedermayer2007-08-231-0/+5
| | | | Originally committed as revision 10194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simd gmc wasn't impossible.Loren Merritt2007-08-231-1/+1
| | | | Originally committed as revision 10191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* links to ARM optimization manualsGuillaume Poirier2007-01-071-0/+9
| | | | Originally committed as revision 7425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* www1.mplayerhq.hu --> lists.mplayerhq.huDiego Biurrun2006-06-091-1/+1
| | | | Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CVS --> SubversionDiego Biurrun2006-06-091-2/+2
| | | | Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rephrase a paragraph for ease of understanding, suggested by Mans.Diego Biurrun2005-06-121-9/+9
| | | | Originally committed as revision 4379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/phrasing fixes, mostly by MansDiego Biurrun2005-06-111-8/+9
| | | | Originally committed as revision 4378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wording/phrasingDiego Biurrun2005-06-111-64/+64
| | | | Originally committed as revision 4376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Removed trailing whitespace, converted tabs to spaces.Diego Biurrun2005-06-111-58/+58
| | | | Originally committed as revision 4375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed the mailinglist pointers to the new place (mplayerhq)Alex Beregszaszi2005-04-111-2/+2
| | | | Originally committed as revision 4122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* testing cvslogMichael Niedermayer2005-04-101-1/+1
| | | | Originally committed as revision 4118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* testing cvslogMichael Niedermayer2005-04-101-1/+1
| | | | Originally committed as revision 4117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* info about h and tpelMichael Niedermayer2003-12-301-0/+3
| | | | Originally committed as revision 2639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add/put_pixels_clamped updateMichael Niedermayer2003-01-191-3/+6
| | | | Originally committed as revision 1475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gmc1Michael Niedermayer2003-01-111-1/+9
| | | | Originally committed as revision 1446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more linksMichael Niedermayer2003-01-111-1/+7
| | | | Originally committed as revision 1445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimization tipsMichael Niedermayer2003-01-111-0/+137
can allso be used as a torture test for ur spelling checker Originally committed as revision 1444 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud