search for: 549,17

Displaying 5 results from an estimated 5 matches for "549,17".

Did you mean: 49,17
2007 Feb 13
0
libswfdec/jpeg libswfdec/swfdec_image.c
...p;& bits->ptr[4] == 0) { int version; @@ -564,7 +539,7 @@ jpeg_decoder_application0 (JpegDecoder * int x_thumbnail; int y_thumbnail; - JPEG_DEBUG ("JFIF"); + OIL_DEBUG ("JFIF"); bits->ptr += 5; version = get_be_u16 (bits); @@ -574,17 +549,17 @@ jpeg_decoder_application0 (JpegDecoder * x_thumbnail = get_u8 (bits); y_thumbnail = get_u8 (bits); - JPEG_DEBUG ("version = %04x", version); - JPEG_DEBUG ("units = %d", units); - JPEG_DEBUG ("x_density = %d", x_density); - JPEG_DEBUG (&quo...
2008 Jul 14
18
[git patches] Ocfs2 and Configfs updates for 2.6.27
I'm running a bit late with the e-mail this time around, but I think that's ok since there really isn't any major new features here - the bulk of the Ocfs2 update is bug fixes, or cleanups. The same goes for configfs. The only two things that could be described as features would be: - Sunil has updated Ocfs2 to provide even more live cluster locking information via debugfs. - Joel
2007 Apr 17
0
8 commits - configure.ac doc/Makefile.am libswfdec/jpeg libswfdec/swfdec_debug.h libswfdec/swfdec_image.c
...0 && bits->ptr[4] == 0) { int version; @@ -539,7 +286,7 @@ jpeg_decoder_application0 (JpegDecoder * int x_thumbnail; int y_thumbnail; - OIL_DEBUG ("JFIF"); + SWFDEC_DEBUG ("JFIF"); bits->ptr += 5; version = get_be_u16 (bits); @@ -549,17 +296,17 @@ jpeg_decoder_application0 (JpegDecoder * x_thumbnail = get_u8 (bits); y_thumbnail = get_u8 (bits); - OIL_DEBUG ("version = %04x", version); - OIL_DEBUG ("units = %d", units); - OIL_DEBUG ("x_density = %d", x_density); - OIL_DEBUG (...
2020 Nov 06
12
[PATCH v3 0/6] mm/hmm/nouveau: add THP migration to migrate_vma_*
This series adds support for transparent huge page migration to migrate_vma_*() and adds nouveau SVM and HMM selftests as consumers. Earlier versions were posted previously [1] and [2]. The patches apply cleanly to the linux-mm 5.10.0-rc2 tree. There are a lot of other THP patches being posted. I don't think there are any semantic conflicts but there may be some merge conflicts depending on
2012 Nov 06
50
chain.c32 (and partiter) updates v2
This is a bit updated set of chain.c32 changes that simplifies a few things (and in partiter part), fixes few minor issues and adds a few new features. Details are in the following commits, below is the summary and pull details at the end. Shao - any chance to peek over them ? Most of those are relatively simple changes and well tested, though of course something might have slipped my attention.