summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-30
|\
| * Remove disabled non-optimized code variants.Diego Biurrun2011-04-29
* | Fix add_paeth_prediction_mmx for rgb48Michael Niedermayer2011-04-27
* | merge read and and in add_paeth_predictionMichael Niedermayer2011-04-27
* | Move png mmx functions into x86/png_mmx.c, remove them from DSPContext.Baptiste Coudurier2011-04-27
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * Add AVX FFT implementation.Vitor Sessak2011-04-26
| * Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.Vitor Sessak2011-04-26
* | Fix compilation with --disable-yasm.Carl Eugen Hoyos2011-04-12
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-10
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-27
|\|
| * dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-26
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-24
|\|
| * Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-22
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-22
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
|\|
| * Move dct and rdft definitions to separate filesMans Rullgard2011-03-20
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles2011-03-17
* mathops: fix MULL() when the compiler does not inline the function.Justin Ruggles2011-03-15
* mathops: change "g" constraint to "rm" in x86-32 version of MUL64().Justin Ruggles2011-03-15
* mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.Justin Ruggles2011-03-15
* ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles2011-03-14
* Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard2011-03-12
* dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje2011-02-19
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-17
* ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().Justin Ruggles2011-02-16
* ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles2011-02-13
* FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-13
* Add x86-optimized versions of exponent_min().Justin Ruggles2011-02-10
* Fix ff_emu_edge_core_sse() on Win64.Ronald S. Bultje2011-02-08
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Fix ff_imdct_calc_sse() on gcc-4.6Alex Converse2011-02-02
* Implement a SIMD version of emulated_edge_mc() for x86.Ronald S. Bultje2011-01-31
* cosmetics: indentationJustin Ruggles2011-01-31
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* x86: fix overflow in h264 8x8 planar predictionMans Rullgard2011-01-24
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* cosmetics related to LPC changes.Justin Ruggles2011-01-21
* Separate window function from autocorrelation.Justin Ruggles2011-01-21
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21
* Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions.Ronald S. Bultje2011-01-19
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-18
* x86: remove VLA in ac3_downmix_sseMans Rullgard2011-01-18
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547.Ronald S. Bultje2011-01-15
* Fix ff_pw_3 alignment.Ronald S. Bultje2011-01-14
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-14
* Fix compilation on x86-32 with --disable-optimizations,Daniel Kang2011-01-03