search for: jpeg_debug

Displaying 5 results from an estimated 5 matches for "jpeg_debug".

2007 Feb 13
0
libswfdec/jpeg libswfdec/swfdec_image.c
...am | 18 - libswfdec/jpeg/bits.h | 140 ++++++------- libswfdec/jpeg/huffman.c | 67 +++--- libswfdec/jpeg/huffman.h | 35 +-- libswfdec/jpeg/jpeg.c | 217 +++++++------------- libswfdec/jpeg/jpeg.h | 28 +- libswfdec/jpeg/jpeg_debug.h | 25 -- libswfdec/jpeg/jpeg_internal.h | 143 ++++++------- libswfdec/jpeg/jpeg_rgb_decoder.c | 383 ++++++++++++++++++++++--------------- libswfdec/jpeg/jpeg_rgb_decoder.h | 19 - libswfdec/jpeg/jpeg_rgb_internal.h | 36 --- libswfdec/jpeg/test.c | 12 - libs...
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
2007 Apr 17
0
8 commits - configure.ac doc/Makefile.am libswfdec/jpeg libswfdec/swfdec_debug.h libswfdec/swfdec_image.c
....c -libjpeg_la_CFLAGS = $(GLOBAL_CFLAGS) $(LIBOIL_CFLAGS) +libjpeg_la_SOURCES = \ + jpeg.c \ + jpeg_bits.c \ + jpeg_huffman.c \ + jpeg_rgb_decoder.c \ + jpeg_tables.c + +noinst_HEADERS = \ + jpeg.h \ + jpeg_bits.h \ + jpeg_huffman.h \ + jpeg_rgb_decoder.h -noinst_HEADERS = bits.h huffman.h jpeg.h jpeg_debug.h \ - jpeg_internal.h - - - -jpeg_test_SOURCES = test.c -jpeg_test_CFLAGS = $(GLOBAL_CFLAGS) $(LIBOIL_CFLAGS) -jpeg_test_LDADD = libjpeg.la $(LIBOIL_LIBS) - -jpeg_rgb_test_SOURCES = test_rgb.c -jpeg_rgb_test_CFLAGS = $(GLOBAL_CFLAGS) $(LIBOIL_CFLAGS) -jpeg_rgb_test_LDADD = libjpeg.la $(LIBOIL_LIBS...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...ec/jpeg/bits.h | 140 - libswfdec/jpeg/huffman.c | 67 libswfdec/jpeg/huffman.h | 35 libswfdec/jpeg/jpeg.c | 232 - libswfdec/jpeg/jpeg.h | 28 libswfdec/jpeg/jpeg_debug.h | 25 libswfdec/jpeg/jpeg_internal.h | 143 - libswfdec/jpeg/jpeg_rgb_decoder.c | 373 +- libswfdec/jpeg/jpeg_rgb_decoder.h | 19 libswfdec/jpeg/jpeg_rgb_internal.h | 36 libswfdec/jpeg/test.c...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
.../huffman.h | 32 libswfdec/jpeg/jpeg.c | 1170 ++++---- libswfdec/jpeg/jpeg.h | 80 libswfdec/jpeg/jpeg_bits.c | 154 + libswfdec/jpeg/jpeg_bits.h | 32 libswfdec/jpeg/jpeg_debug.h | 28 libswfdec/jpeg/jpeg_huffman.c | 170 + libswfdec/jpeg/jpeg_huffman.h | 37 libswfdec/jpeg/jpeg_internal.h | 176 - libswfdec/jpeg/jpeg_markers.h | 44 libswfdec/jpeg/jpeg_rgb_decoder.c...