aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Add const to some pointer parameters.Eli Friedman2010-06-271-5/+5
* Fix build without yasmDavid Conrad2010-06-271-0/+8
* First shot at VP8 optimizations:Jason Garrett-Glaser2010-06-273-0/+924
* Make vp8 select h264dsp and use this to pull in mmx intrapredMåns Rullgård2010-06-251-3/+1
* Fix compilation without --enable-gpl.Carl Eugen Hoyos2010-06-251-1/+4
* Cosmetics: Fix indentation.Carl Eugen Hoyos2010-06-251-1/+1
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-255-2/+564
* Fix compilation on x64.Vitor Sessak2010-06-241-1/+1
* Fix asm constraints in apply_window()Vitor Sessak2010-06-241-7/+8
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-242-0/+161
* Update x264asm header files to latest versions.Jason Garrett-Glaser2010-06-236-95/+155
* Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theoraDavid Conrad2010-06-042-0/+93
* vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to theDavid Conrad2010-05-281-3/+1
* Adding missing () to mathops.h.Michael Niedermayer2010-05-111-3/+3
* Replace more "m" constraints with MANGLE to fix compilation issuesReimar Döffinger2010-05-101-7/+6
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-207-7/+7
* vp3: DC-only IDCTDavid Conrad2010-04-173-0/+45
* Convert two "m" constraints to MANGLE to fix compilation with some compilers.Reimar Döffinger2010-04-011-3/+3
* Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård2010-03-182-34/+30
* Simplify arch-specific object file listsMåns Rullgård2010-03-161-4/+2
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-161-0/+41
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-161-65/+79
* Separate DWT from snow and dsputilMåns Rullgård2010-03-143-34/+31
* x86: move function prototypes to header filesMåns Rullgård2010-03-066-35/+27
* Add some missing #includesMåns Rullgård2010-03-064-0/+4
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-0611-54/+54
* Move NEG_[US]SR32 macros to mathops.hMåns Rullgård2010-02-171-0/+19
* Enable SSE2 (put|avg)_pixels_16_sse2David Conrad2010-02-101-2/+0
* Make the jump-table section-relative for x86_64 with PIC enabled.Reimar Döffinger2010-01-301-7/+12
* optimize h264_loop_filter_strength_mmx2Loren Merritt2010-01-261-74/+70
* Implement an sse version of scalarproduct_float().Alex Converse2010-01-222-0/+29
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-2215-51/+51
* Use two separate memory arguments since 8+() is invalid gas syntaxDavid Conrad2010-01-211-19/+19
* Attempt to fix asm compilation failure.Michael Niedermayer2010-01-201-21/+20
* Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård2010-01-201-0/+12
* Use constant offsets for memory operands since gcc is unable toDavid Conrad2010-01-201-12/+8
* Fix h264_loop_filter_strength_mmx2() so it works with b frames.Michael Niedermayer2010-01-191-0/+34
* Remove -2 -> -1 remapping, its not needed anymore as we must remap allMichael Niedermayer2010-01-191-4/+0
* 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