Frank Warmerdam

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 in libjpeg

  • libjpeg

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

    2009-07-25 04:19:11 UTC in libjpeg

  • libjpeg

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

    2009-07-12 15:22:00 UTC in libjpeg

About Me

  • 2000-03-03 (10 years ago)
  • 17655
  • warmerda (My Site)
  • Frank Warmerdam

Send me a message