summaryrefslogtreecommitdiff
path: root/libavcodec/i386
Commit message (Expand)AuthorAge
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-17
* cosmetics: Fix nonstandard indentation.Diego Biurrun2008-04-16
* Cosmetics:Jeff Downs2008-04-16
* Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.Jeff Downs2008-04-16
* Revert 12838 to redo it the right way (use svn copy to create newJeff Downs2008-04-16
* Add a new xvid-style IDCT using SSE2.Alexander Strange2008-04-16
* Move decode_significance_x86() and decode_significance_8x8_x86() toJeff Downs2008-04-15
* Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithin...Luca Barbato2008-04-14
* Add a header file to declare Xvid IDCT functions.Alexander Strange2008-04-12
* Fix H.264 interframe decoding when compiling with icc. Patch by LorenLoren Merritt2008-04-08
* h264 chroma mc ssse3Loren Merritt2008-04-01
* cosmetics: typo fixesDiego Biurrun2008-03-22
* Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()Zuxy Meng2008-03-21
* Hardcode register to prevent aparent miscompilation.Michael Niedermayer2008-03-20
* remove unused tempMichael Niedermayer2008-03-20
* get register names from x86_cpu.hMåns Rullgård2008-03-17
* move draw_edges() into dsputilAurelien Jacobs2008-03-04
* split encoding part of dsputil_mmx into its own fileAurelien Jacobs2008-02-25
* __asm __volatile -> asm volatile part 2Reimar Döffinger2008-02-24
* __asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger2008-02-24
* simd and unroll png_filter_rowLoren Merritt2008-02-21
* Disabling all SSE* code for old gcc to avoid alignment issues.Michael Niedermayer2008-02-21
* Fix warnings:Reimar Döffinger2008-02-19
* cosmetics: Replace // by /* */ comments.Diego Biurrun2008-02-13
* asm argument that might be in memory needs a sizeLoren Merritt2008-02-10
* use fewer registers in apply_welch_window_sse2Loren Merritt2008-02-09
* sse2 h264 motion compensation. not new code, just separate out the cases that...Loren Merritt2008-02-06
* put loop counter in a register if possible. makes some of the qpel functions ...Loren Merritt2008-02-06
* fix aliasing warnings. simpler too.Loren Merritt2008-02-06
* constant was excessively alignedLoren Merritt2008-02-06
* ssse3 h264 motion compensation.Loren Merritt2008-02-05
* add qpel rounder once during hv rather than twice during hv and whatever it's...Loren Merritt2008-02-05
* clean up an ugliness introduced in r11826. this syntax will require fewer cha...Loren Merritt2008-02-05
* Deprecate old and inefficient per instruction asm().Michael Niedermayer2008-02-04
* reduce code duplicationLoren Merritt2008-02-04
* avg_pixels4_mmx2Loren Merritt2008-02-03
* use mmx2/3dnow avg functions in avg_qpel*_mc00Loren Merritt2008-02-03
* ff_h264_idct8_add_sse2.Loren Merritt2008-02-03
* remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.Loren Merritt2008-02-03
* add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest paren...Baptiste Coudurier2008-01-30
* fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment ...Baptiste Coudurier2008-01-30
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-27
* Use DECLARE_ALIGNED in yet another placeReimar Döffinger2008-01-27
* Use DECLARE_ALIGNED and remove unneeded attribute_usedReimar Döffinger2008-01-27
* Use DECLARE_ALIGNEDReimar Döffinger2008-01-27
* Rename illegal identifiers, _ followed by capital is reserved for the system.Diego Biurrun2008-01-16
* Factorize some duplicated code from CAVS and H.264 into a common file.Christophe Gisquet2008-01-11
* Fix issue #301:Christophe Gisquet2008-01-02
* add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.Christophe Gisquet2007-12-21
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-21