search for: cogcompat

Displaying 3 results from an estimated 3 matches for "cogcompat".

Did you mean: cc_compat
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
2008 May 25
1
[RFC] check return of mallocs in swfdec/jpeg/
hi, this patch checks the returns of most malloc functions called in swfdec/jpeg. This should fix bug #15528. Don't know if you like gotos :) This incorporates the patch attached to message "[PATCH] fix leak in jpeg_decode_argb". thanks, rm -------------- next part -------------- A non-text attachment was scrubbed... Name: check-malloc-return.diff Type: text/x-diff Size: 3922
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...fdec-gtk/swfdec_source.c | 41 libswfdec-gtk/swfdec_source.h | 2 libswfdec/Makefile.am | 52 libswfdec/jpeg/Makefile.am | 34 libswfdec/jpeg/bits.h | 134 libswfdec/jpeg/cogcompat.h | 14 libswfdec/jpeg/huffman.c | 190 - libswfdec/jpeg/huffman.h | 32 libswfdec/jpeg/jpeg.c | 1170 ++++---- libswfdec/jpeg/jpeg.h | 80 libswfdec/jpeg/jpeg_bits....