search for: jpeg_huffman

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

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
...| 28 libswfdec/jpeg/bits.h | 120 --- libswfdec/jpeg/jpeg.c | 1129 +++++++++++++++++++++---------------- libswfdec/jpeg/jpeg.h | 58 + libswfdec/jpeg/jpeg_bits.c | 154 +++++ libswfdec/jpeg/jpeg_bits.h | 32 + libswfdec/jpeg/jpeg_huffman.c | 76 -- libswfdec/jpeg/jpeg_huffman.h | 12 libswfdec/jpeg/jpeg_internal.h | 66 +- libswfdec/jpeg/jpeg_markers.h | 44 + libswfdec/jpeg/jpeg_rgb_decoder.c | 27 libswfdec/jpeg/jpeg_rgb_decoder.h | 18 libswfdec/jpeg/jpeg_rgb_internal.h | 36 + libswfdec/jpe...
2007 Jun 08
0
Changes to 'refs/tags/0.4.5'
...| 6 + configure.ac | 12 ++- libswfdec/Makefile.am | 1 libswfdec/jpeg/Makefile.am | 1 libswfdec/jpeg/jpeg.c | 44 +++++++++---- libswfdec/jpeg/jpeg.h | 118 ++++++++++++++++++++++++++++++++++++- libswfdec/jpeg/jpeg_huffman.c | 20 ++---- libswfdec/jpeg/jpeg_internal.h | 111 ---------------------------------- libswfdec/jpeg/jpeg_rgb_decoder.c | 1 libswfdec/jpeg/jpeg_rgb_internal.h | 36 ----------- libswfdec/js/jsdtoa.c | 2 libswfdec/swfdec_bits.c | 2 libswfdec/sw...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
.../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 | 390 +- libswfdec/jpeg/jpeg_rgb_decoder.h...