summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Add support for a.out object format to assembler macros.Dave Yeo2011-05-204-3/+14
* mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard2011-05-191-5/+1
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-5/+4
* 10l: wrap float_interleave functions in HAVE_YASM.Justin Ruggles2011-05-181-0/+6
* Add float_interleave() to FmtConvertContext with x86-optimized versions.Justin Ruggles2011-05-182-0/+171
* Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.Daniel Kang2011-05-174-110/+160
* h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.Gil Pedersen2011-05-161-0/+2
* Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-1417-17/+17
* 10-bit H.264 x86 chroma v loopfilter asmJason Garrett-Glaser2011-05-113-42/+121
* Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser2011-05-106-65/+909
* Update x86 H.264 deblock asmJason Garrett-Glaser2011-05-103-193/+277
* h264dsp_mmx: place bracket outside #if/#endif block.Ronald S. Bultje2011-05-101-1/+1
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-103-2/+40
* Remove disabled non-optimized code variants.Diego Biurrun2011-04-291-11/+0
* Add AVX FFT implementation.Vitor Sessak2011-04-264-152/+351
* Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.Vitor Sessak2011-04-261-1/+248
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-261-31/+38
* Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-222-2/+164
* Move dct and rdft definitions to separate filesMans Rullgard2011-03-201-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-1952-208/+208
* ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles2011-03-172-1/+129
* mathops: fix MULL() when the compiler does not inline the function.Justin Ruggles2011-03-151-1/+1
* mathops: change "g" constraint to "rm" in x86-32 version of MUL64().Justin Ruggles2011-03-151-1/+1
* mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.Justin Ruggles2011-03-151-16/+37
* ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles2011-03-142-0/+57
* Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard2011-03-121-4/+2
* dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje2011-02-191-4/+1
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-173-41/+43
* ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().Justin Ruggles2011-02-161-2/+1
* ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles2011-02-132-0/+80
* FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-132-32/+31
* Add x86-optimized versions of exponent_min().Justin Ruggles2011-02-104-0/+126
* Fix ff_emu_edge_core_sse() on Win64.Ronald S. Bultje2011-02-081-5/+15
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-025-289/+359
* Fix ff_imdct_calc_sse() on gcc-4.6Alex Converse2011-02-021-4/+3
* Implement a SIMD version of emulated_edge_mc() for x86.Ronald S. Bultje2011-01-312-3/+667
* cosmetics: indentationJustin Ruggles2011-01-311-53/+53
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-12/+8
* x86: fix overflow in h264 8x8 planar predictionMans Rullgard2011-01-241-4/+4
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-221-12/+12
* cosmetics related to LPC changes.Justin Ruggles2011-01-211-4/+5
* Separate window function from autocorrelation.Justin Ruggles2011-01-211-13/+6
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-213-9/+12
* Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions.Ronald S. Bultje2011-01-191-22/+10
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-1811-44/+44
* x86: remove VLA in ac3_downmix_sseMans Rullgard2011-01-181-1/+2
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-181-5/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-171-0/+5
* Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547.Ronald S. Bultje2011-01-151-22/+21
* Fix ff_pw_3 alignment.Ronald S. Bultje2011-01-141-1/+1
OpenPOWER on IntegriCloud