search for: jpeg_decoder_restart

Displaying 4 results from an estimated 4 matches for "jpeg_decoder_restart".

2007 Apr 17
0
8 commits - configure.ac doc/Makefile.am libswfdec/jpeg libswfdec/swfdec_debug.h libswfdec/swfdec_image.c
...h)"}, - {0xcc, NULL, "define arithmetic coding conditioning(s)"}, - {0xcd, NULL, "differential sequential DCT (arith)"}, - {0xce, NULL, "differential progressive DCT (arith)"}, - {0xcf, NULL, "differential lossless (sequential) (arith)"}, - - {0xd0, jpeg_decoder_restart, "restart0", JPEG_ENTROPY_SEGMENT}, - {0xd1, jpeg_decoder_restart, "restart1", JPEG_ENTROPY_SEGMENT}, - {0xd2, jpeg_decoder_restart, "restart2", JPEG_ENTROPY_SEGMENT}, - {0xd3, jpeg_decoder_restart, "restart3", JPEG_ENTROPY_SEGMENT}, - {0xd4, jpeg_decoder...
2007 Nov 08
0
No subject
...#39;: jpeg.c:303: warning: unused parameter 'dec' jpeg.c: In function 'jpeg_decoder_application_misc': jpeg.c:348: warning: unused parameter 'dec' jpeg.c: In function 'jpeg_decoder_comment': jpeg.c:366: warning: unused parameter 'dec' jpeg.c: In function 'jpeg_decoder_restart': jpeg.c:399: warning: unused parameter 'dec' jpeg.c:399: warning: unused parameter 'bits' make[4]: *** [libjpeg_la-jpeg.lo] Error 1 make[4]: Leaving directory `/usr/src/redhat/BUILD/swfdec-0.5.3.1/libswfdec/jpeg' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directo...
2007 Feb 13
0
libswfdec/jpeg libswfdec/swfdec_image.c
...sive DCT"}, - {0xcf, NULL, "differential lossless (sequential)"}, + {0xcd, NULL, "differential sequential DCT (arith)"}, + {0xce, NULL, "differential progressive DCT (arith)"}, + {0xcf, NULL, "differential lossless (sequential) (arith)"}, {0xd0, jpeg_decoder_restart, "restart0", JPEG_ENTROPY_SEGMENT}, {0xd1, jpeg_decoder_restart, "restart1", JPEG_ENTROPY_SEGMENT}, @@ -191,9 +198,6 @@ static unsigned char std_tables[] = { /* misc helper function declarations */ static void dumpbits (bits_t * bits); -#if 0 -static char *sprintbits (cha...
2007 Apr 18
2
libswfdec/jpeg
libswfdec/jpeg/jpeg_rgb_decoder.c | 1 - 1 files changed, 1 deletion(-) New commits: diff-tree 15ed4a69b4ffc265fe103ba79a0b60af7e42a9fa (from 2073f39bc0b0aa90f1f67def9bb3f0c6b68018ae) Author: Benjamin Otte <otte@gnome.org> Date: Wed Apr 18 10:47:06 2007 +0200 remove leftover debugging statement diff --git a/libswfdec/jpeg/jpeg_rgb_decoder.c b/libswfdec/jpeg/jpeg_rgb_decoder.c