summaryrefslogtreecommitdiffstats
path: root/libavcodec/i386
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of const qualifiers to function arguments.Diego Biurrun2008-10-071-12/+17
* Sync cosmetics from upstream.Diego Biurrun2008-10-071-0/+3
* Declare ff_pw_53 and ff_pw_18 as assembler constants.Diego Pettenò2008-10-041-2/+2
* Remove duplication of TRANSPOSE8 macro, also removing some redundant load/storesDavid Conrad2008-09-181-58/+2
* Make a separate macro for writing an entire block from registers to memoryDavid Conrad2008-09-181-9/+12
* Factorize SSE2_(Row|Column)_IDCT into one macroDavid Conrad2008-09-181-116/+19
* Cosmetics: remove excessive blank linesDavid Conrad2008-09-171-143/+0
* Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabledDavid Conrad2008-09-171-1/+1
* Cosmetics: reindentDavid Conrad2008-09-172-9/+9
* Rewrite SSE2 VP3 IDCT in inline asmDavid Conrad2008-09-171-283/+273
* Rewrite MMX VP3 IDCT in inline asmDavid Conrad2008-09-171-202/+185
* MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permu...David Conrad2008-09-171-3/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-317-21/+21
* Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating itDavid Conrad2008-08-313-24/+2
* Declare ff_vp3_idct_data to be uint16_tDavid Conrad2008-08-311-1/+1
* Don't declare SSE vp3 idct data static, so it can be used in the mmx versionDavid Conrad2008-08-311-2/+2
* Remove unused dequantization code from SSE VP3 IDCTDavid Conrad2008-08-301-343/+0
* Use ff_pw_8 in MMX/SSE VP3 IDCTDavid Conrad2008-08-302-16/+5
* Let ff_pw_8 be used as an SSE constantDavid Conrad2008-08-302-2/+2
* Add explicit (int) cast to i386 optimized MUL* macros.Vladimir Voroshilov2008-08-261-3/+3
* stricter constraints of asm() blocksAlexis Ballier2008-08-241-6/+6
* file which should have been added in r14749Loren Merritt2008-08-141-0/+92
* missing prototypeLoren Merritt2008-08-141-0/+1
* gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ins...Loren Merritt2008-08-141-43/+19
* gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a ...Loren Merritt2008-08-141-2/+2
* special case 6 channel version of float_to_int16_interleaveLoren Merritt2008-08-131-5/+51
* simd int->floatLoren Merritt2008-08-131-0/+46
* simd downmixLoren Merritt2008-08-131-0/+100
* cosmetics in dsp initLoren Merritt2008-08-121-6/+4
* remove mdct tmp bufferLoren Merritt2008-08-122-4/+2
* optimize imdct_half:Loren Merritt2008-08-122-283/+191
* split-radix FFTLoren Merritt2008-08-124-309/+523
* import yasm macros from x264Loren Merritt2008-08-111-0/+546
* Mark add_png_paeth_prediction_* functions which are only used within this fileUoti Urpala2008-08-021-1/+1
* Fix h264_loop_filter_strength_mmx2() so it works with PAFF.Michael Niedermayer2008-07-191-1/+11
* float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt2008-07-161-10/+10
* 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samplesLoren Merritt2008-07-151-2/+2
* exploit mdct symmetryLoren Merritt2008-07-133-22/+161
* simplify vorbis windowingLoren Merritt2008-07-131-1/+120
* SSE2 optimizations for Monkey's Audio decoder vector functionsKostya Shishkov2008-07-111-0/+78
* Make the function prototype visible to comply with C99 inline.Alexander Strange2008-07-091-0/+1
* float_to_int16_sse2()Michael Niedermayer2008-07-091-0/+20
* Make LOAD4/STORE4 macros more generic.Victor Pollex2008-07-082-18/+18
* 1 c-asm loop less and 1x unroll of float_to_int16_sse()Michael Niedermayer2008-07-071-12/+19
* Fix x86-64Michael Niedermayer2008-07-071-2/+2
* dont use C-asm loops and unroll once float_to_int16_3dnow()Michael Niedermayer2008-07-071-12/+19
* Realign newlines.Alexander Strange2008-06-281-62/+62
* Use MANGLE() instead of memory operands to read globals.Alexander Strange2008-06-281-10/+10
* Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16Reimar Döffinger2008-06-221-2/+6
* Simplify vsad16_mmx2().Michael Niedermayer2008-05-171-3/+2
OpenPOWER on IntegriCloud