2 Commits (473b297f26b51a5d6bf4cd0126d950cc4b105bd7)

Author SHA1 Message Date
  Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 12 years ago
  Diego Biurrun bcc45d6348 x86: avcodec: Drop silly "_mmx" suffixes from filenames 12 years ago
  Ronald S. Bultje 79195ce565 x86/dsputil: put inline asm under HAVE_INLINE_ASM. 13 years ago
  Diego Biurrun 1e9d55e45e x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from h264_qpel_mmx.c. 13 years ago
  Mans Rullgard da4c7cce21 x86: fix build with gcc 4.7 14 years ago
  Daniel Kang 567a32b5b2 x86_32: Fix build on x86_32 with --disable-yasm. 14 years ago
  Daniel Kang 9bfa5363da H.264: Add x86 assembly for 10-bit H.264 qpel functions. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Ramiro Polla 153ca56b38 xmm_clobbers: list xmm registers first in clobber list 14 years ago
  Ramiro Polla 51d592dbcb h264dsp: add xmm registers to clobber list 14 years ago
  Ramiro Polla ac19f4a3e8 indent 14 years ago
  Ramiro Polla cae05859e1 h264dsp: merge some more asm blocks 14 years ago
  Ramiro Polla b32c9ca9a3 h264dsp: merge some asm blocks 14 years ago
  Ronald S. Bultje 14bc1f2485 Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c, 14 years ago
  Ronald S. Bultje de1c253bab Split intra prediction initialization (i.e. assigning of function pointers) 14 years ago
  Ronald S. Bultje d0eb5a1174 Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1 14 years ago
  Ronald S. Bultje 7e7c4b6008 Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() 14 years ago
  Måns Rullgård c0ec9918b0 Remove global mm_flags variable 14 years ago
  Jason Garrett-Glaser 4a384de5b8 Split h264dsp and h264pred in configure. 15 years ago
  Eli Friedman c12d6955e2 H.264: SSE2/SSSE3 weighted prediction asm 15 years ago
  Jason Garrett-Glaser 17dc7c7a60 Fix h264/vp8 intra pred on Athlon XP 15 years ago
  Jason Garrett-Glaser 29e719377f Add missing mm_support call toff_h264_pred_init_x86. 15 years ago
  Jason Garrett-Glaser bc14f04b2f MMXEXT version of vp8 4x4 vertical pred 15 years ago
  Jason Garrett-Glaser fb9927ad7d Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8 15 years ago
  Jason Garrett-Glaser 270a85d259 Fix some intra pred MMX functions that used MMXEXT instructions 15 years ago
  Baptiste Coudurier 50f70541d3 Change MMXEXT to MMX2, MMXEXT is deprecated 15 years ago
  Måns Rullgård 1f65b67c46 Fix x86 build with h264dsp disabled 15 years ago
  Carl Eugen Hoyos 96da2a6967 Cosmetics: Fix indentation. 15 years ago
  Jason Garrett-Glaser 4af8cdfc3f 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 15 years ago
  Reimar Döffinger 1c71b5c89a Replace more "m" constraints with MANGLE to fix compilation issues 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 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
  Loren Merritt 900479bb74 optimize h264_loop_filter_strength_mmx2 15 years ago
  Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
  David Conrad 1f630b9717 Use two separate memory arguments since 8+() is invalid gas syntax 15 years ago
  Michael Niedermayer b4c2ada528 Attempt to fix asm compilation failure. 15 years ago
  David Conrad c4f2b6dce3 Use constant offsets for memory operands since gcc is unable to 15 years ago
  Michael Niedermayer 9ac4548ff7 Fix h264_loop_filter_strength_mmx2() so it works with b frames. 15 years ago
  Michael Niedermayer ebddd2e253 Remove -2 -> -1 remapping, its not needed anymore as we must remap all 15 years ago
  Ramiro Polla 74a841af8b Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. 16 years ago
  Alexander Strange 2b9969a945 H264: Fix out of bounds reads in SSSE3 MC 16 years ago
  David Conrad 8013da7364 VC1: add and use avg_no_rnd chroma MC functions 16 years ago
  David Conrad c374691b28 Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only 16 years ago
  Baptiste Coudurier 353f87b8d4 fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC 16 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
  Mathieu Velten 21ff7689da Use H264 MMX chroma functions to accelerate RV40 decoding. 16 years ago
  Jason Garrett-Glaser 37fed10087 Add x264 SSE2 iDCT functions to H.264 decoder. 16 years ago
  Diego Biurrun a6493a8fbd Rename libavcodec/i386/ --> libavcodec/x86/. 16 years ago
  Michael Niedermayer ac22385931 H.264 idct functions that include the chroma, inter luma and intra16 luma loops 16 years ago
  Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago