aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/x86
AgeCommit message (Expand)Author
2011-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-17Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.Daniel Kang
2011-05-17Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-16h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.Gil Pedersen
2011-05-15Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-14Fix FSF address copy paste error in some license headers.Diego Biurrun
2011-05-12Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-1110-bit H.264 x86 chroma v loopfilter asmJason Garrett-Glaser
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser
2011-05-10Update x86 H.264 deblock asmJason Garrett-Glaser
2011-05-10h264dsp_mmx: place bracket outside #if/#endif block.Ronald S. Bultje
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-30Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-29Remove disabled non-optimized code variants.Diego Biurrun
2011-04-27Fix add_paeth_prediction_mmx for rgb48Michael Niedermayer
2011-04-27merge read and and in add_paeth_predictionMichael Niedermayer
2011-04-27Move png mmx functions into x86/png_mmx.c, remove them from DSPContext.Baptiste Coudurier
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-04-26Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.Vitor Sessak
2011-04-12Fix compilation with --disable-yasm.Carl Eugen Hoyos
2011-04-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-03-27Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-26dsputil: allow to skip drawing of top/bottom edges.Alexander Strange
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-22Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles
2011-03-22Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles
2011-03-15mathops: fix MULL() when the compiler does not inline the function.Justin Ruggles
2011-03-15mathops: change "g" constraint to "rm" in x86-32 version of MUL64().Justin Ruggles
2011-03-15mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.Justin Ruggles
2011-03-14ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles
2011-03-12Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard
2011-02-19dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje
2011-02-17dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-02-16ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().Justin Ruggles
2011-02-13ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles
2011-02-13FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt
2011-02-10Add x86-optimized versions of exponent_min().Justin Ruggles
2011-02-08Fix ff_emu_edge_core_sse() on Win64.Ronald S. Bultje
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Fix ff_imdct_calc_sse() on gcc-4.6Alex Converse
2011-01-31Implement a SIMD version of emulated_edge_mc() for x86.Ronald S. Bultje
2011-01-31cosmetics: indentationJustin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-24x86: fix overflow in h264 8x8 planar predictionMans Rullgard