390 Commits (174df6affc4e2cfdc6c91c1be3c3e1a8a794cf78)

Author SHA1 Message Date
  Daniel Kang a8d44f9dd5 Add x86 assembly for some 10-bit H.264 intra predict functions. 14 years ago
  Loren Merritt 53be7b23e9 Cosmetic changes to h264_idct_10bit.asm. 14 years ago
  Loren Merritt 994c3550ff 2x faster h264_idct_add8_10. 14 years ago
  Ronald S. Bultje e6635a9a19 h264: remove CONFIG_GPL from x86 intra prediction code. 14 years ago
  Daniel Kang f3aa65af3a h264/10bit: add HAVE_ALIGNED_STACK checks. 14 years ago
  Daniel Kang 348493db60 Update 8-bit H.264 IDCT function names to reflect bit-depth. 14 years ago
  Daniel Kang 836f47d34b Add IDCT functions for 10-bit H.264. 14 years ago
  Justin Ruggles 70bb747a57 ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits. 14 years ago
  Justin Ruggles 6ca23db9cc ac3enc: modify mantissa bit counting to keep bap counts for all values of bap 14 years ago
  Diego Biurrun 5e528cffcf x86: Add appropriate ifdefs around certain AVX functions. 14 years ago
  Reimar Döffinger 7e637b70ec Fix compilation with YASM/NASM versions not supporting AVX. 14 years ago
  Reimar Döffinger 384d10360b Fix register types for LOAD_AB arguments, fixes compilation with NASM. 14 years ago
  Dave Yeo a10fb79070 x86 asm: Add SECTION_TEXT to dct32_sse.asm. 14 years ago
  Michael Niedermayer 94ea17075b dct32: Replacing libav by ffmpeg in the license header with the authors permission. 14 years ago
  Loren Merritt 422b2362fc dct32_sse: eliminate some spills 14 years ago
  Vitor Sessak e6c1791b47 Fix compilation with --disable-yasm. 14 years ago
  Vitor Sessak 165c7c420d Fix dct32() compilation with --disable-yasm 14 years ago
  Vitor Sessak 6204feb160 dct32: Add AVX implementation of 32-point DCT 14 years ago
  Vitor Sessak 4e653b98c8 dct32: Change pass 6 permutation to allow for AVX implementation 14 years ago
  Vitor Sessak 3758eb0eb9 dct32: port SSE 32-point DCT to YASM 14 years ago
  Diego Biurrun 153382e1b6 multiple inclusion guard cleanup 14 years ago
  Dave Yeo d69f9a4234 Add support for a.out object format to assembler macros. 14 years ago
  Mans Rullgard 0b5e44ed29 mpegaudiodsp: fix x86 and ppc makefiles 14 years ago
  Mans Rullgard c4f5c2d6f4 Move some mpegaudio functions to new mpegaudiodsp subsystem 14 years ago
  Justin Ruggles e98a95e779 10l: wrap float_interleave functions in HAVE_YASM. 14 years ago
  Justin Ruggles 32f8fb8ecf Add float_interleave() to FmtConvertContext with x86-optimized versions. 15 years ago
  Daniel Kang d0005d347d Modify x86util.asm to ease transitioning to 10-bit H.264 assembly. 14 years ago
  Gil Pedersen 257de5fb25 h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64. 14 years ago
  Diego Biurrun 888fa31eca Fix FSF address copy paste error in some license headers. 14 years ago
  Jason Garrett-Glaser 5705b02079 10-bit H.264 x86 chroma v loopfilter asm 14 years ago
  Jason Garrett-Glaser 9f3d6ca4f1 Port x86 10-bit H.264 deblock asm from x264 14 years ago
  Jason Garrett-Glaser 8ad77b65b5 Update x86 H.264 deblock asm 14 years ago
  Ronald S. Bultje 86b29553f8 h264dsp_mmx: place bracket outside #if/#endif block. 14 years ago
  Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 15 years ago
  Diego Biurrun a734fa575f Remove disabled non-optimized code variants. 15 years ago
  Michael Niedermayer 52a81cd0e4 Fix add_paeth_prediction_mmx for rgb48 15 years ago
  Michael Niedermayer afd2371d5c merge read and and in add_paeth_prediction 15 years ago
  Baptiste Coudurier 6d4c49a2af Move png mmx functions into x86/png_mmx.c, remove them from DSPContext. 15 years ago
  Vitor Sessak 9d35fa520e Add AVX FFT implementation. 15 years ago
  Vitor Sessak 33cbfa6fa3 Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX. 15 years ago
  Carl Eugen Hoyos 5c0068758f Fix compilation with --disable-yasm. 15 years ago
  Oskar Arvidsson 8dbe585641 Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 15 years ago
  Alexander Strange 1500be13f2 dsputil: allow to skip drawing of top/bottom edges. 15 years ago
  Justin Ruggles e6e9823488 Add apply_window_int16() to DSPContext with x86-optimized versions and use it 15 years ago
  Michael Niedermayer d375c10400 Fake-Merge remote-tracking branch 'ffmpeg-mt/master' 15 years ago
  Mans Rullgard 0aded9484d Move dct and rdft definitions to separate files 15 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 15 years ago
  Justin Ruggles 0f999cfddb ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext 15 years ago
  Justin Ruggles 79414257e2 mathops: fix MULL() when the compiler does not inline the function. 15 years ago
  Justin Ruggles aaff3b312e mathops: change "g" constraint to "rm" in x86-32 version of MUL64(). 15 years ago