summaryrefslogtreecommitdiffstats
path: root/libavcodec/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify vsad16_mmx().Michael Niedermayer2008-05-171-3/+2
* Simplify vsad_intra16_mmx2()Michael Niedermayer2008-05-171-3/+2
* Simplify vsad_intra16_mmx()Michael Niedermayer2008-05-171-3/+2
* Add missing required header directly.Diego Biurrun2008-05-091-0/+1
* Add missing path to #include.Diego Biurrun2008-05-091-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-0922-45/+49
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-0820-175/+185
* Rename i386/cputest.c --> i386/cpuid.c.Diego Biurrun2008-04-261-0/+0
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-172-11/+11
* cosmetics: Fix nonstandard indentation.Diego Biurrun2008-04-161-21/+21
* Cosmetics:Jeff Downs2008-04-161-9/+21
* Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.Jeff Downs2008-04-161-0/+144
* Revert 12838 to redo it the right way (use svn copy to create newJeff Downs2008-04-161-144/+0
* Add a new xvid-style IDCT using SSE2.Alexander Strange2008-04-163-1/+402
* Move decode_significance_x86() and decode_significance_8x8_x86() toJeff Downs2008-04-151-0/+144
* Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithin...Luca Barbato2008-04-141-146/+146
* Add a header file to declare Xvid IDCT functions.Alexander Strange2008-04-122-3/+33
* Fix H.264 interframe decoding when compiling with icc. Patch by LorenLoren Merritt2008-04-081-2/+3
* h264 chroma mc ssse3Loren Merritt2008-04-015-2/+251
* cosmetics: typo fixesDiego Biurrun2008-03-221-1/+1
* Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()Zuxy Meng2008-03-211-0/+4
* Hardcode register to prevent aparent miscompilation.Michael Niedermayer2008-03-201-2/+2
* remove unused tempMichael Niedermayer2008-03-201-5/+3
* get register names from x86_cpu.hMåns Rullgård2008-03-171-8/+1
* move draw_edges() into dsputilAurelien Jacobs2008-03-042-90/+90
* split encoding part of dsputil_mmx into its own fileAurelien Jacobs2008-02-253-1409/+1434
* __asm __volatile -> asm volatile part 2Reimar Döffinger2008-02-242-32/+32
* __asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger2008-02-242-19/+19
* simd and unroll png_filter_rowLoren Merritt2008-02-211-0/+98
* Disabling all SSE* code for old gcc to avoid alignment issues.Michael Niedermayer2008-02-211-2/+6
* Fix warnings:Reimar Döffinger2008-02-191-2/+2
* cosmetics: Replace // by /* */ comments.Diego Biurrun2008-02-131-202/+202
* asm argument that might be in memory needs a sizeLoren Merritt2008-02-101-1/+1
* use fewer registers in apply_welch_window_sse2Loren Merritt2008-02-091-8/+7
OpenPOWER on IntegriCloud