summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* vp3: DC-only IDCTDavid Conrad2010-04-17
* Convert two "m" constraints to MANGLE to fix compilation with some compilers.Reimar Döffinger2010-04-01
* Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård2010-03-18
* Simplify arch-specific object file listsMåns Rullgård2010-03-16
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-16
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16
* Separate DWT from snow and dsputilMåns Rullgård2010-03-14
* x86: move function prototypes to header filesMåns Rullgård2010-03-06
* Add some missing #includesMåns Rullgård2010-03-06
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move NEG_[US]SR32 macros to mathops.hMåns Rullgård2010-02-17
* Enable SSE2 (put|avg)_pixels_16_sse2David Conrad2010-02-10
* Make the jump-table section-relative for x86_64 with PIC enabled.Reimar Döffinger2010-01-30
* optimize h264_loop_filter_strength_mmx2Loren Merritt2010-01-26
* Implement an sse version of scalarproduct_float().Alex Converse2010-01-22
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Use two separate memory arguments since 8+() is invalid gas syntaxDavid Conrad2010-01-21
* Attempt to fix asm compilation failure.Michael Niedermayer2010-01-20
* Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård2010-01-20
* Use constant offsets for memory operands since gcc is unable toDavid Conrad2010-01-20
* Fix h264_loop_filter_strength_mmx2() so it works with b frames.Michael Niedermayer2010-01-19
* Remove -2 -> -1 remapping, its not needed anymore as we must remap allMichael Niedermayer2010-01-19
* Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,Gwenole Beauchesne2010-01-04
* Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since itReimar Döffinger2010-01-02
* Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun2009-12-30
* fix a crash in ape decoding on x86_32 sse2Loren Merritt2009-12-08
* slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on co...Loren Merritt2009-12-05
* r20739 broke compilation on systems without yasmLoren Merritt2009-12-05
* refactor and optimize scalarproductLoren Merritt2009-12-05
* port ape dsp functions from sse2 to mmxLoren Merritt2009-12-03
* s/movdqa/movaps/ in sse1 fft. (regression in r20293)Loren Merritt2009-10-25
* fix linking on systems with a function name prefix (10l in r20287)Loren Merritt2009-10-18
* sync yasm macros to x264Loren Merritt2009-10-18
* huffyuv: add some const qualifiersLoren Merritt2009-10-18
* simd add_hfyu_left_predictionLoren Merritt2009-10-18
* add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles2009-10-18
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-17
* Use MANGLE in cavsdsp, the current version using "m" constraints will notReimar Döffinger2009-10-01
* Replace several #ifdef PIC with the more obvious and correctReimar Döffinger2009-09-30
* cosmetics: fix indentation after previous commitMåns Rullgård2009-09-27
* 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