193 Commits (2e81acc687e64d15dd93c74793060bb5a233f44d)

Author SHA1 Message Date
  Luca Barbato a8b6015823 dsputil: convert remaining functions to use ptrdiff_t strides 12 years ago
  Diego Biurrun ebc701993f x86: dsputil: Drop some unused function #defines 12 years ago
  Diego Biurrun 845cfc92f9 x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext 12 years ago
  Diego Biurrun 096cc11ec1 x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c 12 years ago
  Martin Storsjö 31a23a0dc6 x86: dsputil_mmx: Remove leftover inline assembly fragments 12 years ago
  Daniel Kang 7a03145ed7 x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size param 12 years ago
  Daniel Kang 659d4ba5af dsputil: x86: Convert h263 loop filter to yasm 12 years ago
  Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
  Diego Biurrun c9f933b5b6 Add av_cold attributes to arch-specific init functions 12 years ago
  Diego Biurrun 25841dfe80 Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. 12 years ago
  Daniel Kang 0eedf5d74d dsputil: add missing HAVE_YASM guard 12 years ago
  Daniel Kang 71155d7b41 dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasm 12 years ago
  Diego Biurrun 033a86f9bb x86: h264qpel: Move stray comment to the right spot and clarify it 12 years ago
  Mans Rullgard e9d817351b dsputil: Separate h264 qpel 12 years ago
  Ronald S. Bultje baf35bb4bc dsputil: remove one array dimension from avg_no_rnd_pixels_tab. 12 years ago
  Ronald S. Bultje 32ff643228 dsputil: remove avg_no_rnd_pixels8. 12 years ago
  Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
  Ronald S. Bultje 2e4bb99f4d vorbisdsp: convert x86 simd functions from inline asm to yasm. 12 years ago
  Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 12 years ago
  Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 years ago
  Ronald S. Bultje 55aa03b9f8 floatdsp: move vector_fmul_add from dsputil to avfloatdsp. 12 years ago
  Ronald S. Bultje 8a4f26206d dsputil: remove butterflies_float_interleave. 12 years ago
  Mans Rullgard 0b711ca3f3 dsputil: drop non-compliant "fast" qpel mc functions 12 years ago
  Ronald S. Bultje fef906c77c Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. 12 years ago
  Diego Biurrun 822b0728f0 x86: dsputil: Drop some unused macro definitions 12 years ago
  Justin Ruggles e034cc6c60 lavc: Move vector_fmul_window to AVFloatDSPContext 13 years ago
  Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 13 years ago
  Diego Biurrun 7ee4071362 x86: fix build without inline asm 13 years ago
  Daniel Kang 610e00b359 x86: h264: Convert 8-bit QPEL inline assembly to YASM 13 years ago
  Daniel Kang ad01ba6cea x86: h264: Remove 3dnow QPEL code 13 years ago
  Diego Biurrun 8c3849bc76 x86: dsputil: port to cpuflags 13 years ago
  Diego Biurrun 26301caaa1 x86: mmx2 ---> mmxext in asm constructs 13 years ago
  Diego Biurrun c37322e68c x86: Move optimization suffix to end of function names 13 years ago
  Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 13 years ago
  Diego Biurrun 588fafe7f3 x86: MMX2 ---> MMXEXT in macro names 13 years ago
  Diego Biurrun 652f518594 x86: mmx2 ---> mmxext in comments and messages 13 years ago
  Mans Rullgard bcf07a15a0 x86: dsputil: kill VLA in gmc_mmx() 13 years ago
  Diego Biurrun 58139e141b x86: dsputil: Move Xvid IDCT put/add functions to a more suitable place 13 years ago
  Mans Rullgard 97cb9236cf ac3: move ac3_downmix() from dsputil to ac3dsp 13 years ago
  Diego Biurrun 1648a508fa x86: dsputil: Move specific optimization settings out of global init function 13 years ago
  Diego Biurrun 8cb7ed5562 x86: avcodec: Drop silly "_mmx" suffix from dsputil template names 13 years ago
  Mans Rullgard 6efb698883 cavsdsp: set idct permutation independently of dsputil 13 years ago
  Mans Rullgard 5fe64d88f6 x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmov 13 years ago
  Diego Biurrun ef6ba1f237 x86: dsputil: Do not redundantly check for CPU caps before calling init funcs 13 years ago
  Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 13 years ago
  Diego Biurrun a886b279a0 x86: cosmetics: Comment some #endifs for better readability 13 years ago
  Diego Biurrun bcc45d6348 x86: avcodec: Drop silly "_mmx" suffixes from filenames 13 years ago
  Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 13 years ago