| Commit message (Expand) | Author | Age | Files | Lines |
* | SSE version of clear_blocks | Jason Garrett-Glaser | 2009-06-16 | 1 | -2/+26 |
* | idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. | Jason Garrett-Glaser | 2009-06-16 | 1 | -0/+203 |
* | Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. | Ramiro Polla | 2009-06-04 | 2 | -2/+2 |
* | Use fewer macros in x86-optimized mlpdsp. | Ramiro Polla | 2009-06-03 | 1 | -19/+10 |
* | H264: Fix out of bounds reads in SSSE3 MC | Alexander Strange | 2009-05-30 | 1 | -38/+38 |
* | mlp: Use LABEL_MANGLE() to export label symbols from inside asm block. | Ramiro Polla | 2009-05-25 | 1 | -5/+5 |
* | MLP DSP functions x86-optimized. | Ramiro Polla | 2009-05-23 | 1 | -0/+190 |
* | avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing | David Conrad | 2009-04-15 | 2 | -16/+22 |
* | VC1: extend MMX qpel MC to include MMX2 avg qpel | David Conrad | 2009-04-15 | 2 | -133/+187 |
* | VC1: add and use avg_no_rnd chroma MC functions | David Conrad | 2009-04-14 | 2 | -0/+11 |
* | Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only | David Conrad | 2009-04-14 | 2 | -4/+4 |
* | Do not use SSE2 SAD for snow as it requires more alignment than can be | Michael Niedermayer | 2009-04-09 | 1 | -1/+1 |
* | Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency | Stefano Sabatini | 2009-04-04 | 5 | -14/+14 |
* | Mark line_skip3 asm argument as output-only instead of using av_uninit. | Reimar Döffinger | 2009-04-03 | 1 | -2/+2 |
* | Mark put_signed_pixels_clamped_mmx output operands as early-clobber because | Reimar Döffinger | 2009-04-03 | 1 | -1/+1 |
* | Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE | Reimar Döffinger | 2009-04-03 | 1 | -1/+1 |
* | Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c. | Alex Converse | 2009-04-02 | 1 | -13/+31 |
* | Add SSE4 detection support | David Conrad | 2009-04-01 | 1 | -2/+8 |
* | Remove useless casting in asm "m" operand. | Matthieu Castet | 2009-03-19 | 1 | -2/+2 |
* | Remove CPUID availability check on AMD64 as it's architectural. | Zuxy Meng | 2009-02-23 | 1 | -11/+6 |
* | Convert x264 asm files to proper unix line breaks | Jason Garrett-Glaser | 2009-02-22 | 2 | -808/+808 |
* | Remove (incorrect) filenames from x264 asm files, add descriptions. | Jason Garrett-Glaser | 2009-02-22 | 2 | -2/+2 |
* | Put dispatch_tab in the rodata section for macho64. | Alexander Strange | 2009-02-13 | 1 | -0/+6 |
* | add SSE2 version of vp6_filter_diag | Zuxy Meng | 2009-02-13 | 3 | -0/+133 |
* | add MMX version of vp6_filter_diag | Sebastien Lucas | 2009-02-12 | 3 | -0/+143 |
* | convert ff_pw_64 into an xmm_reg for future use in vp6 sse code | Aurelien Jacobs | 2009-02-12 | 3 | -3/+3 |
* | Fix wrong file name in header, noticed by David DeHaven, dave sagetv com. | Diego Biurrun | 2009-02-11 | 1 | -1/+1 |
* | Add check whether the compiler/assembler supports 10 or more operands. | Diego Biurrun | 2009-02-11 | 1 | -2/+2 |
* | avoid duplicating dsputil's clear_block | Stefan Gehrer | 2009-02-10 | 1 | -22/+0 |
* | Remove svn:executable property from source file. | Diego Biurrun | 2009-02-09 | 1 | -0/+0 |
* | ff_add_hfyu_median_prediction_mmx2 | Loren Merritt | 2009-02-08 | 2 | -0/+104 |
* | re-enable mid_pred asm on x86_64. (broke in r16681) | Loren Merritt | 2009-02-08 | 1 | -0/+2 |
* | fix typo in h264dsp_mmx (no effect currently as the function is not used), ap... | Baptiste Coudurier | 2009-02-08 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 5 | -5/+5 |
* | Workaround for gcc 3.4 to align sh properly | David Conrad | 2009-01-26 | 1 | -2/+2 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 6 | -6/+6 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 2 | -0/+25 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 2 | -10/+10 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 11 | -45/+49 |
* | configure: allow to disable sse code. | Ramiro Polla | 2009-01-07 | 1 | -1/+1 |
* | Add missing 'void' keyword to parameterless function declarations. | Diego Biurrun | 2009-01-05 | 2 | -2/+3 |
* | Use H264 MMX chroma functions to accelerate RV40 decoding. | Mathieu Velten | 2009-01-04 | 4 | -21/+104 |
* | Add x264 SSE2 iDCT functions to H.264 decoder. | Jason Garrett-Glaser | 2009-01-03 | 4 | -2/+378 |
* | Fix h264 decoding on SSE2 cores with icc compilation. | Carl Eugen Hoyos | 2008-12-28 | 1 | -0/+2 |
* | Fix compilation without optimization under 64-bit with x264 deblock asm enabled. | Jason Garrett-Glaser | 2008-12-26 | 1 | -0/+2 |
* | Rename libavcodec/i386/ --> libavcodec/x86/. | Diego Biurrun | 2008-12-22 | 38 | -0/+19354 |