summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,Gwenole Beauchesne2010-01-041-1/+3
* Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since itReimar Döffinger2010-01-021-9/+10
* Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun2009-12-301-4/+3
* fix a crash in ape decoding on x86_32 sse2Loren Merritt2009-12-081-1/+1
* slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on co...Loren Merritt2009-12-051-5/+13
* r20739 broke compilation on systems without yasmLoren Merritt2009-12-051-7/+6
* refactor and optimize scalarproductLoren Merritt2009-12-052-47/+136
* port ape dsp functions from sse2 to mmxLoren Merritt2009-12-032-75/+93
* s/movdqa/movaps/ in sse1 fft. (regression in r20293)Loren Merritt2009-10-251-0/+2
* fix linking on systems with a function name prefix (10l in r20287)Loren Merritt2009-10-181-1/+1
* sync yasm macros to x264Loren Merritt2009-10-181-5/+3
* huffyuv: add some const qualifiersLoren Merritt2009-10-183-7/+7
* simd add_hfyu_left_predictionLoren Merritt2009-10-183-0/+83
* add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles2009-10-181-0/+2
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-172-6/+4
* Use MANGLE in cavsdsp, the current version using "m" constraints will notReimar Döffinger2009-10-011-23/+23
* Replace several #ifdef PIC with the more obvious and correctReimar Döffinger2009-09-302-10/+10
* cosmetics: fix indentation after previous commitMåns Rullgård2009-09-271-32/+32
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-271-70/+6
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-203-18/+18
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-154-0/+82
* Move declarations of some mmx functions to dsputil_mmx.hMåns Rullgård2009-08-294-0/+8
* Mark "i" parameter of vector_clipf_sse() as early-clobberVitor Sessak2009-08-271-1/+1
* Mark parameter src of vector_clipf() as constVitor Sessak2009-08-271-1/+1
* SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak2009-08-271-0/+35
* Update x264 asm code to latest to add support for 64-bit Windows.John Adcock2009-08-045-142/+507
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-291-1/+1
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-221-2/+2
* Icc 11.1 still does not align the stack pointer, disable some x264 functions.Carl Eugen Hoyos2009-07-171-1/+1
* SSE version of clear_blocksJason Garrett-Glaser2009-06-161-2/+26
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-161-0/+203
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-042-2/+2
* Use fewer macros in x86-optimized mlpdsp.Ramiro Polla2009-06-031-19/+10
* H264: Fix out of bounds reads in SSSE3 MCAlexander Strange2009-05-301-38/+38
* mlp: Use LABEL_MANGLE() to export label symbols from inside asm block.Ramiro Polla2009-05-251-5/+5
* MLP DSP functions x86-optimized.Ramiro Polla2009-05-231-0/+190
* avg_ pixel functions need to use (dst+pix+1)>>1 to average with existingDavid Conrad2009-04-152-16/+22
* VC1: extend MMX qpel MC to include MMX2 avg qpelDavid Conrad2009-04-152-133/+187
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-142-0/+11
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-142-4/+4
* Do not use SSE2 SAD for snow as it requires more alignment than can beMichael Niedermayer2009-04-091-1/+1
* Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini2009-04-045-14/+14
* Mark line_skip3 asm argument as output-only instead of using av_uninit.Reimar Döffinger2009-04-031-2/+2
* Mark put_signed_pixels_clamped_mmx output operands as early-clobber becauseReimar Döffinger2009-04-031-1/+1
* Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLEReimar Döffinger2009-04-031-1/+1
* Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.Alex Converse2009-04-021-13/+31
* Add SSE4 detection supportDavid Conrad2009-04-011-2/+8
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-191-2/+2
* Remove CPUID availability check on AMD64 as it's architectural.Zuxy Meng2009-02-231-11/+6
* Convert x264 asm files to proper unix line breaksJason Garrett-Glaser2009-02-222-808/+808