summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-02* liboil/i386/wavelet.c:liboil_0_3_7David Schleef10-261/+101
2006-01-31* testsuite/mmx_engine.c: Add SSE2David Schleef2-21/+229
2006-01-31* configure.ac:David Schleef28-160/+1095
2006-01-29* liboil/i386/composite_i386.c:David Schleef3-40/+16
2006-01-29* liboil/i386/composite_i386.c:David Schleef6-69/+138
2006-01-28* examples/oil-suggest.c: cleanupDavid Schleef8-118/+44
2006-01-21* configure.ac: Add LIBOIL_OLD_MAJORMINORDavid Schleef4-13/+33
2006-01-19* liboil/ref/convert.c:David Schleef3-4/+1021
2006-01-19* liboil/ref/Makefile.am:David Schleef11-0/+4852
2006-01-06* liboil/build_prototypes.c:David Schleef5-4/+76
2006-01-06Add an unrolled unzigzag8x8_s16, just like zigzag8x8_s16 has.Eric Anholt2-2/+75
2006-01-06Minor distcheck fix.Eric Anholt2-1/+6
2006-01-05* liboil/liboilcpu.c:David Schleef2-1/+37
2005-12-27* configure.ac:David Schleef23-2703/+605
2005-12-27Add an example program to pretty-print the set of cpu flags. To be usedEric Anholt4-1/+116
2005-12-26* liboil/c/Makefile.am:David Schleef8-6/+2280
2005-12-26* liboil/i386/Makefile.am: add resample.cDavid Schleef13-30/+191
2005-12-23add list_implsEric Anholt1-0/+1
2005-12-23Rename some i386 mmx implementations to not collide with mmx intrinsicsEric Anholt5-6/+24
2005-12-23Add MMX/SSE2 copy implementations. MMX wins on my desktop, but I'mEric Anholt5-0/+153
2005-12-23Correct the splat_sse.c filename, which I botched at the last minuteEric Anholt2-1/+19
2005-12-23Add some MMX/SSE2 splat_ns implementations.Eric Anholt4-2/+240
2005-12-23Add a few more easy-to-write clamp implementations for SSE2.Eric Anholt2-0/+213
2005-12-23Add an SSE2 sad8x8 implementation that's way faster than _ref.Eric Anholt3-1/+71
2005-12-23Disable fdct8x8theora_mmx, since it produces garbage results for me.Eric Anholt2-1/+5
2005-12-23Move list_impls to a noinst_PROGRAMS variable, so that it gets buildEric Anholt2-1/+8
2005-12-23Add fast C implementations of composite classes, operating on twoEric Anholt3-0/+548
2005-12-23* liboil/mmx/Makefile.am:David Schleef3-2288/+6
2005-12-22* .cvsignore:David Schleef14-1/+3644
2005-12-22update last entryDavid Schleef1-1/+2
2005-12-22* doc/tmpl/liboil-unused.sgml:David Schleef8-146/+320
2005-12-22* examples/jpeg/jpeg_rgb_decoder.c: Use new colorspace_argbDavid Schleef10-195/+173
2005-12-22Don't forget to increment the source pointer in composite_add_u8_sse,Eric Anholt2-3/+12
2005-12-22Check for overflows in fast utf8 functions where truncated wideEric Anholt2-1/+15
2005-12-22Add a set of MMX-intrinsics implementations of recon8x8_*. Disable theEric Anholt4-7/+142
2005-12-22* m4/as-unaligned-access.m4: New macro.David Schleef2-0/+45
2005-12-22* configure.ac: Check whether we can do unaligned access.David Schleef11-15/+481
2005-12-21* liboil/dct/idct8x8theora_ref.c: Fix stupid bug in referenceDavid Schleef2-24/+8
2005-12-21* examples/oil-test.c: Print out the correct values forDavid Schleef2-2/+8
2005-12-21* liboil/dct/idct8x8_c.c: Add a test function.David Schleef5-9/+40
2005-12-21Add more SSE2-intrinsics composite code. There are actually 2 copies,Eric Anholt5-8/+1095
2005-12-20Add an SSE2 implementation of composite_add_u8_const_src.Eric Anholt3-0/+69
2005-12-20Enable building of mmx intrinsics code on amd64.Eric Anholt2-2/+7
2005-12-20Add a ref and sse implementation of a new group of "clamp" functions.Eric Anholt9-12/+1013
2005-12-20Touch up some .cvsignores for generated files.Eric Anholt2-0/+2
2005-12-20Add a ref and mmx implementation of composite_add_u8_const_src, likeEric Anholt9-3/+119
2005-12-19* doc/Makefile.am:David Schleef23-165/+878
2005-12-18* liboil/utf8/utf8.c: (utf8_validate_test), (utf8_validate_ref):David Schleef3-7/+165
2005-12-18* liboil/liboilparameter.h:David Schleef11-50/+62
2005-12-18* liboil/Makefile.am: Add librandom.cDavid Schleef9-311/+611