summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* Remove CPUID availability check on AMD64 as it's architectural.Zuxy Meng2009-02-23
* Convert x264 asm files to proper unix line breaksJason Garrett-Glaser2009-02-22
* Remove (incorrect) filenames from x264 asm files, add descriptions.Jason Garrett-Glaser2009-02-22
* Put dispatch_tab in the rodata section for macho64.Alexander Strange2009-02-13
* add SSE2 version of vp6_filter_diagZuxy Meng2009-02-13
* add MMX version of vp6_filter_diagSebastien Lucas2009-02-12
* convert ff_pw_64 into an xmm_reg for future use in vp6 sse codeAurelien Jacobs2009-02-12
* Fix wrong file name in header, noticed by David DeHaven, dave sagetv com.Diego Biurrun2009-02-11
* Add check whether the compiler/assembler supports 10 or more operands.Diego Biurrun2009-02-11
* avoid duplicating dsputil's clear_blockStefan Gehrer2009-02-10
* Remove svn:executable property from source file.Diego Biurrun2009-02-09
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-08
* re-enable mid_pred asm on x86_64. (broke in r16681)Loren Merritt2009-02-08
* fix typo in h264dsp_mmx (no effect currently as the function is not used), ap...Baptiste Coudurier2009-02-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Workaround for gcc 3.4 to align sh properlyDavid Conrad2009-01-26
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* configure: allow to disable sse code.Ramiro Polla2009-01-07
* Add missing 'void' keyword to parameterless function declarations.Diego Biurrun2009-01-05
* Use H264 MMX chroma functions to accelerate RV40 decoding.Mathieu Velten2009-01-04
* Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser2009-01-03
* Fix h264 decoding on SSE2 cores with icc compilation.Carl Eugen Hoyos2008-12-28
* Fix compilation without optimization under 64-bit with x264 deblock asm enabled.Jason Garrett-Glaser2008-12-26
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22