| Commit message (Expand) | Author | Age | Files | Lines |
* | s/movdqa/movaps/ in sse1 fft. (regression in r20293) | Loren Merritt | 2009-10-25 | 1 | -0/+2 |
* | fix linking on systems with a function name prefix (10l in r20287) | Loren Merritt | 2009-10-18 | 1 | -1/+1 |
* | sync yasm macros to x264 | Loren Merritt | 2009-10-18 | 1 | -5/+3 |
* | huffyuv: add some const qualifiers | Loren Merritt | 2009-10-18 | 3 | -7/+7 |
* | simd add_hfyu_left_prediction | Loren Merritt | 2009-10-18 | 3 | -0/+83 |
* | add CONFIG_LPC to the build system for lpc dsputil functions. fixes build | Justin Ruggles | 2009-10-18 | 1 | -0/+2 |
* | Move autocorrelation function from flacenc.c to lpc.c. Also rename the | Justin Ruggles | 2009-10-17 | 2 | -6/+4 |
* | Use MANGLE in cavsdsp, the current version using "m" constraints will not | Reimar Döffinger | 2009-10-01 | 1 | -23/+23 |
* | Replace several #ifdef PIC with the more obvious and correct | Reimar Döffinger | 2009-09-30 | 2 | -10/+10 |
* | cosmetics: fix indentation after previous commit | Måns Rullgård | 2009-09-27 | 1 | -32/+32 |
* | Drop unused args from vector_fmul_add_add, simpify code, and rename | Måns Rullgård | 2009-09-27 | 1 | -70/+6 |
* | Merge FFTContext and MDCTContext | Måns Rullgård | 2009-09-20 | 3 | -18/+18 |
* | Move per-arch fft init bits into the corresponding subdirs | Måns Rullgård | 2009-09-15 | 4 | -0/+82 |
* | Move declarations of some mmx functions to dsputil_mmx.h | Måns Rullgård | 2009-08-29 | 4 | -0/+8 |
* | Mark "i" parameter of vector_clipf_sse() as early-clobber | Vitor Sessak | 2009-08-27 | 1 | -1/+1 |
* | Mark parameter src of vector_clipf() as const | Vitor Sessak | 2009-08-27 | 1 | -1/+1 |
* | SSE optimized vector_clipf(). 10% faster TwinVQ decoding. | Vitor Sessak | 2009-08-27 | 1 | -0/+35 |
* | Update x264 asm code to latest to add support for 64-bit Windows. | John Adcock | 2009-08-04 | 5 | -142/+507 |
* | Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, | Diego Biurrun | 2009-07-29 | 1 | -1/+1 |
* | Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. | Diego Biurrun | 2009-07-22 | 1 | -2/+2 |
* | Icc 11.1 still does not align the stack pointer, disable some x264 functions. | Carl Eugen Hoyos | 2009-07-17 | 1 | -1/+1 |
* | 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 |