Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-22Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16Reimar Döffinger
2008-05-17Simplify vsad16_mmx2().Michael Niedermayer
2008-05-17Simplify vsad16_mmx().Michael Niedermayer
2008-05-17Simplify vsad_intra16_mmx2()Michael Niedermayer
2008-05-17Simplify vsad_intra16_mmx()Michael Niedermayer
2008-05-09Add missing required header directly.Diego Biurrun
2008-05-09Add missing path to #include.Diego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-09Do not misuse long as the size of a register in x86.Ramiro Polla
2008-04-26Rename i386/cputest.c --> i386/cpuid.c.Diego Biurrun
2008-04-18cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun
2008-04-17cosmetics: Fix nonstandard indentation.Diego Biurrun
2008-04-17Cosmetics:Jeff Downs
2008-04-16Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.Jeff Downs
2008-04-16Revert 12838 to redo it the right way (use svn copy to create newJeff Downs
2008-04-16Add a new xvid-style IDCT using SSE2.Alexander Strange
2008-04-15Move decode_significance_x86() and decode_significance_8x8_x86() toJeff Downs
2008-04-15Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithin...Luca Barbato
2008-04-12Add a header file to declare Xvid IDCT functions.Alexander Strange
2008-04-09Fix H.264 interframe decoding when compiling with icc. Patch by LorenLoren Merritt
2008-04-01h264 chroma mc ssse3Loren Merritt
2008-03-22cosmetics: typo fixesDiego Biurrun
2008-03-21Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()Zuxy Meng
2008-03-20Hardcode register to prevent aparent miscompilation.Michael Niedermayer
2008-03-20remove unused tempMichael Niedermayer
2008-03-18get register names from x86_cpu.hMåns Rullgård
2008-03-04move draw_edges() into dsputilAurelien Jacobs
2008-02-26split encoding part of dsputil_mmx into its own fileAurelien Jacobs
2008-02-24__asm __volatile -> asm volatile part 2Reimar Döffinger
2008-02-24__asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger
2008-02-21simd and unroll png_filter_rowLoren Merritt
2008-02-21Disabling all SSE* code for old gcc to avoid alignment issues.Michael Niedermayer
2008-02-20Fix warnings:Reimar Döffinger
2008-02-13cosmetics: Replace // by /* */ comments.Diego Biurrun
2008-02-10asm argument that might be in memory needs a sizeLoren Merritt
2008-02-09use fewer registers in apply_welch_window_sse2Loren Merritt
2008-02-06sse2 h264 motion compensation. not new code, just separate out the cases that...Loren Merritt
2008-02-06put loop counter in a register if possible. makes some of the qpel functions ...Loren Merritt
2008-02-06fix aliasing warnings. simpler too.Loren Merritt
2008-02-06constant was excessively alignedLoren Merritt
2008-02-05ssse3 h264 motion compensation.Loren Merritt
2008-02-05add qpel rounder once during hv rather than twice during hv and whatever it's...Loren Merritt
2008-02-05clean up an ugliness introduced in r11826. this syntax will require fewer cha...Loren Merritt
2008-02-04Deprecate old and inefficient per instruction asm().Michael Niedermayer
2008-02-04reduce code duplicationLoren Merritt
2008-02-03avg_pixels4_mmx2Loren Merritt
2008-02-03use mmx2/3dnow avg functions in avg_qpel*_mc00Loren Merritt
2008-02-03ff_h264_idct8_add_sse2.Loren Merritt
2008-02-03remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.Loren Merritt
2008-01-31add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest paren...Baptiste Coudurier