summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-27
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-15
* Move declarations of some mmx functions to dsputil_mmx.hMåns Rullgård2009-08-29
* Mark "i" parameter of vector_clipf_sse() as early-clobberVitor Sessak2009-08-27
* Mark parameter src of vector_clipf() as constVitor Sessak2009-08-27
* SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak2009-08-27
* Update x264 asm code to latest to add support for 64-bit Windows.John Adcock2009-08-04
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-29
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-22
* Icc 11.1 still does not align the stack pointer, disable some x264 functions.Carl Eugen Hoyos2009-07-17
* SSE version of clear_blocksJason Garrett-Glaser2009-06-16
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-16
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-04
* Use fewer macros in x86-optimized mlpdsp.Ramiro Polla2009-06-03
* H264: Fix out of bounds reads in SSSE3 MCAlexander Strange2009-05-30
* mlp: Use LABEL_MANGLE() to export label symbols from inside asm block.Ramiro Polla2009-05-25
* MLP DSP functions x86-optimized.Ramiro Polla2009-05-23
* avg_ pixel functions need to use (dst+pix+1)>>1 to average with existingDavid Conrad2009-04-15
* VC1: extend MMX qpel MC to include MMX2 avg qpelDavid Conrad2009-04-15
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-14
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-14
* Do not use SSE2 SAD for snow as it requires more alignment than can beMichael Niedermayer2009-04-09
* Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini2009-04-04
* Mark line_skip3 asm argument as output-only instead of using av_uninit.Reimar Döffinger2009-04-03
* Mark put_signed_pixels_clamped_mmx output operands as early-clobber becauseReimar Döffinger2009-04-03
* Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLEReimar Döffinger2009-04-03
* Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.Alex Converse2009-04-02
* Add SSE4 detection supportDavid Conrad2009-04-01
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-19
* Remove CPUID availability check on AMD64 as it's architectural.Zuxy Meng2009-02-23
* Convert x264 asm files to proper unix line breaksJason Garrett-Glaser2009-02-22
* Remove (incorrect) filenames from x264 asm files, add descriptions.Jason Garrett-Glaser2009-02-22
* Put dispatch_tab in the rodata section for macho64.Alexander Strange2009-02-13
* add SSE2 version of vp6_filter_diagZuxy Meng2009-02-13
* add MMX version of vp6_filter_diagSebastien Lucas2009-02-12
* convert ff_pw_64 into an xmm_reg for future use in vp6 sse codeAurelien Jacobs2009-02-12
* Fix wrong file name in header, noticed by David DeHaven, dave sagetv com.Diego Biurrun2009-02-11
* Add check whether the compiler/assembler supports 10 or more operands.Diego Biurrun2009-02-11
* avoid duplicating dsputil's clear_blockStefan Gehrer2009-02-10
* Remove svn:executable property from source file.Diego Biurrun2009-02-09
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-08
* re-enable mid_pred asm on x86_64. (broke in r16681)Loren Merritt2009-02-08
* fix typo in h264dsp_mmx (no effect currently as the function is not used), ap...Baptiste Coudurier2009-02-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Workaround for gcc 3.4 to align sh properlyDavid Conrad2009-01-26
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13