summaryrefslogtreecommitdiff
path: root/libavcodec/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* sse2 h264 motion compensation. not new code, just separate out the cases that...Loren Merritt2008-02-062-120/+245
* put loop counter in a register if possible. makes some of the qpel functions ...Loren Merritt2008-02-062-6/+6
* fix aliasing warnings. simpler too.Loren Merritt2008-02-061-41/+34
* constant was excessively alignedLoren Merritt2008-02-061-1/+1
* ssse3 h264 motion compensation.Loren Merritt2008-02-053-60/+512
* add qpel rounder once during hv rather than twice during hv and whatever it's...Loren Merritt2008-02-051-23/+8
* clean up an ugliness introduced in r11826. this syntax will require fewer cha...Loren Merritt2008-02-054-9/+11
* Deprecate old and inefficient per instruction asm().Michael Niedermayer2008-02-041-0/+2
* reduce code duplicationLoren Merritt2008-02-041-175/+70
* avg_pixels4_mmx2Loren Merritt2008-02-032-2/+25
* use mmx2/3dnow avg functions in avg_qpel*_mc00Loren Merritt2008-02-032-3/+16
* ff_h264_idct8_add_sse2.Loren Merritt2008-02-034-8/+97
* remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.Loren Merritt2008-02-031-29/+23
* add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest paren...Baptiste Coudurier2008-01-301-2/+2
* fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment ...Baptiste Coudurier2008-01-301-4/+4
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-272-4/+4
* Use DECLARE_ALIGNED in yet another placeReimar Döffinger2008-01-271-1/+1
* Use DECLARE_ALIGNED and remove unneeded attribute_usedReimar Döffinger2008-01-271-4/+4
* Use DECLARE_ALIGNEDReimar Döffinger2008-01-272-2/+2
* Rename illegal identifiers, _ followed by capital is reserved for the system.Diego Biurrun2008-01-161-8/+8
* Factorize some duplicated code from CAVS and H.264 into a common file.Christophe Gisquet2008-01-114-73/+57
* Fix issue #301:Christophe Gisquet2008-01-021-69/+65
* add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.Christophe Gisquet2007-12-213-8/+31