OSDN Git Service

Avoid the case c0 == c1 when encoding
[android-x86/external-s2tc.git] / s2tc_algorithm.cpp
2012-12-27 Rudolf PolzerAvoid the case c0 == c1 when encoding
2012-12-17 Rudolf Polzermake it compile with clang; fix a memory leak cppcheck...
2012-12-17 Laurent CarlierFix crash with ETQW and Quake 4
2011-07-22 Rudolf PolzerRefactor the code to provide a better framework for...
2011-07-19 Rudolf Polzerit probably isn't worth to have MODE_NORMAL and MODE_RA...
2011-07-19 Rudolf Polzerget rid of REFINE_CHECK mode as it has no real advantag...
2011-07-19 Rudolf Polzeruse RGB color order internally now
2011-07-19 Rudolf Polzerremove "int bgr" argument from 565 color reduction
2011-07-19 Rudolf Polzeralpha 0 pixels are always important (think color filter...
2011-07-19 Rudolf Polzerremove L*a*b* colorspace support - not working well...
2011-07-18 Rudolf Polzerfix a bug in floyd steinberg
2011-07-18 Rudolf Polzeradd support for floyd steinberg
2011-07-18 Rudolf Polzercan't specialize function templates, ugh
2011-07-18 Rudolf Polzertemplateify dithering
2011-07-18 Rudolf Polzerproperly mark everything as MIT licensed
2011-07-16 Rudolf Polzerclean up a bit (binary now renamed to s2tc_compress)