101 Commits (094e849f32ca15c42b2e4793fc9b51b414aa55b3)

Author SHA1 Message Date
  Reinhard Tartler 26fe0ec7d6 Adding missing () to mathops.h. 15 years ago
  Reinhard Tartler 7590718414 Replace more "m" constraints with MANGLE to fix compilation issues 15 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  David Conrad eb6a6cd788 vp3: DC-only IDCT 15 years ago
  Reimar Döffinger 27eecec359 Convert two "m" constraints to MANGLE to fix compilation with some compilers. 15 years ago
  Måns Rullgård d343d59837 Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED 15 years ago
  Måns Rullgård 3bd74e9243 Simplify arch-specific object file lists 15 years ago
  Måns Rullgård 43f60eba19 Move arch-specific makefile parts into $arch/Makefile 15 years ago
  Måns Rullgård 4693b031a3 Move H264 dsputil functions into their own struct 15 years ago
  Måns Rullgård 05aec7bb87 Separate DWT from snow and dsputil 15 years ago
  Måns Rullgård f49747e904 x86: move function prototypes to header files 15 years ago
  Måns Rullgård c26e58e32c Add some missing #includes 15 years ago
  Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
  Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
  Måns Rullgård 5e46be96f8 Move NEG_[US]SR32 macros to mathops.h 15 years ago
  David Conrad 19530266a5 Enable SSE2 (put|avg)_pixels_16_sse2 15 years ago
  Reimar Döffinger 3d05c1fbec Make the jump-table section-relative for x86_64 with PIC enabled. 15 years ago
  Loren Merritt 900479bb74 optimize h264_loop_filter_strength_mmx2 16 years ago
  Alex Converse 3deb53849e Implement an sse version of scalarproduct_float(). 16 years ago
  Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 16 years ago
  David Conrad 1f630b9717 Use two separate memory arguments since 8+() is invalid gas syntax 16 years ago
  Michael Niedermayer b4c2ada528 Attempt to fix asm compilation failure. 16 years ago
  Måns Rullgård 5e7dfb7de1 Move COPY3_IF_LT to lavc/mathops.h 16 years ago
  David Conrad c4f2b6dce3 Use constant offsets for memory operands since gcc is unable to 16 years ago
  Michael Niedermayer 9ac4548ff7 Fix h264_loop_filter_strength_mmx2() so it works with b frames. 16 years ago
  Michael Niedermayer ebddd2e253 Remove -2 -> -1 remapping, its not needed anymore as we must remap all 16 years ago
  Gwenole Beauchesne 5716aec3f9 Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks, 16 years ago
  Reimar Döffinger 4a1289450a Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it 16 years ago
  Diego Biurrun 4052cbf161 Get rid of pointless CONFIG_ANY_H263 preprocessor definition. 16 years ago
  Loren Merritt 758c7455f1 fix a crash in ape decoding on x86_32 sse2 16 years ago
  Loren Merritt a4605efdf5 slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on conroe 16 years ago
  Loren Merritt 91e644ff77 r20739 broke compilation on systems without yasm 16 years ago
  Loren Merritt b1159ad928 refactor and optimize scalarproduct 16 years ago
  Loren Merritt b10fa1bb8b port ape dsp functions from sse2 to mmx 16 years ago
  Loren Merritt 4521308363 s/movdqa/movaps/ in sse1 fft. (regression in r20293) 16 years ago
  Loren Merritt b07781b6e4 fix linking on systems with a function name prefix (10l in r20287) 16 years ago
  Loren Merritt 29e4edbbe7 sync yasm macros to x264 16 years ago
  Loren Merritt e17ccf60fe huffyuv: add some const qualifiers 16 years ago
  Loren Merritt 2f77923d72 simd add_hfyu_left_prediction 16 years ago
  Justin Ruggles f4d608e344 add CONFIG_LPC to the build system for lpc dsputil functions. fixes build 16 years ago
  Justin Ruggles fde82ca7e4 Move autocorrelation function from flacenc.c to lpc.c. Also rename the 16 years ago
  Reimar Döffinger ec65675504 Use MANGLE in cavsdsp, the current version using "m" constraints will not 16 years ago
  Reimar Döffinger 003121091e Replace several #ifdef PIC with the more obvious and correct 16 years ago
  Måns Rullgård 35de5d2412 cosmetics: fix indentation after previous commit 16 years ago
  Måns Rullgård 952e872198 Drop unused args from vector_fmul_add_add, simpify code, and rename 16 years ago
  Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 16 years ago
  Måns Rullgård f486321395 Move per-arch fft init bits into the corresponding subdirs 16 years ago
  Måns Rullgård 4e36a5b46f Move declarations of some mmx functions to dsputil_mmx.h 16 years ago
  Vitor Sessak 9263a05aab Mark "i" parameter of vector_clipf_sse() as early-clobber 16 years ago
  Vitor Sessak 50e23ae9d3 Mark parameter src of vector_clipf() as const 16 years ago