14 Commits (bf2f93cdbf15c96c62b5112c1ab7f8093177e508)

Author SHA1 Message Date
  Janne Grunau f101eab1be x86: call most of the x86 dsp init functions under if (ARCH_X86) 12 years ago
  Michael Niedermayer efac6f7472 x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNAL 12 years ago
  Michael Niedermayer c0dfc720ef mpegaudiodec: add prototypes for all functions that may need them 12 years ago
  Michael Niedermayer 44f83930d9 x86/mpegaudiodec: fix compilation failure on cygwin with undefined imdct36_blocks_avx 12 years ago
  Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 12 years ago
  Diego Biurrun 1169f0d0af x86: more specific checks for availability of required assembly capabilities 12 years ago
  Carl Eugen Hoyos a26789cf9f Fix compilation with yasm-0.6.2. 12 years ago
  Diego Biurrun ec36aa6944 x86: Fix linking with some or all of yasm, mmx, optimizations disabled 12 years ago
  Diego Biurrun bcc45d6348 x86: avcodec: Drop silly "_mmx" suffixes from filenames 12 years ago
  Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 12 years ago
  Ronald S. Bultje bde73f28af mpegaudio: bury inline asm under HAVE_INLINE_ASM. 13 years ago
  Christophe GISQUET f3e084909b mpegaudio: replace memcpy by SIMD code 13 years ago
  Reimar Döffinger 7a1723086a Fix compilation without HAVE_AVX, HAVE_YASM etc. 13 years ago
  Vitor Sessak 39df0c434c mpegaudiodec: optimized iMDCT transform 13 years ago
  Vitor Sessak 22e25c002e mpegaudiodec: add SSE-optimized imdct36() 13 years ago
  Mans Rullgard c4f5c2d6f4 Move some mpegaudio functions to new mpegaudiodsp subsystem 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 14 years ago
  Stefano Sabatini 7160bb716b Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 14 years ago
  Måns Rullgård c0ec9918b0 Remove global mm_flags variable 14 years ago
  Vitor Sessak 89c7d8058c Fix compilation on x64. 15 years ago
  Vitor Sessak 57dbd12b6d Fix asm constraints in apply_window() 15 years ago
  Vitor Sessak bc2b368215 SSE-optimized MP3 floating point windowing functions 15 years ago