Share

libjpeg

Code

Repositories

browse code, statistics, last commit on 2009-07-25 cvs -d:pserver:anonymous@libjpeg.cvs.sourceforge.net:/cvsroot/libjpeg login

cvs -z3 -d:pserver:anonymous@libjpeg.cvs.sourceforge.net:/cvsroot/libjpeg co -P modulename

Show:

What's happening?

  • Comment: 12bit default huffman tables

    I have regenerated the tables in such a way as to build broader "dc" tables. The new generator code is as follows, and the optimal table was generated with a quality of 99. #ifndef generate_universal_tables long total = 0; int has_over_15 = 0; for( i = 0; i < 256; i++ ) { if( freq[i] > 0 ) printf( "freq[%d] = %d\n", i, freq[i] ); total +=...

    2009-07-25 04:20:03 UTC by warmerda

  • libjpeg

    warmerda committed patchset 30 of module libjpeg to the libjpeg CVS repository, changing 1 files.

    2009-07-25 04:19:11 UTC by warmerda

  • libjpeg

    warmerda committed patchset 29 of module libjpeg to the libjpeg CVS repository, changing 1 files.

    2009-07-12 15:22:00 UTC by warmerda