summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2006-11-12 15:12:40 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2006-11-12 15:12:40 +0000
commit7044c632719e31d7e7a644d1ab7c26989bcb7357 (patch)
tree1fb613e3baca215d1fff02a32beb794a1bf05ffd /ChangeLog
parentf8dfb79778a3313fb3897437a5d662edbd69a81e (diff)
downloadlibgpod-7044c632719e31d7e7a644d1ab7c26989bcb7357.tar.gz
libgpod-7044c632719e31d7e7a644d1ab7c26989bcb7357.tar.xz
libgpod-7044c632719e31d7e7a644d1ab7c26989bcb7357.zip
* itdb_artwork.c: added support for UYVY format for iPod Video and
iPod Photo TV output. Code adapted from the GPixPod project. (itdb_thumb_get_byteorder): return the byte order for the current thumbnail (internal function). * itdb_device.[hc]: added thumbnail storage format to the Itdb_ArtworkFormat image information. Currently the following are defined: THUMB_FORMAT_UYVY THUMB_FORMAT_RGB565_LE THUMB_FORMAT_RGB565_BE THUMB_FORMAT_RGB565_BE_90 THUMB_FORMAT_RGB565_LE_90 THUMB_FORMAT_RGB565_LE_90 does not appear to be used by any iPod model. THUMB_FORMAT_RGB565_BE_90 is used for full screen iPod Photo photos but currently is handeled the same as THUMB_FORMAT_RGB565_BE pending input from iPod Photo users. * ithumb-writer.c: added support for UYVY format for iPod Video and iPod Photo TV output. Code adapted from the GPixPod project. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1337 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f82b8eb..34bf692 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,28 @@
will NOT be truncated. Patches are welcome (probably add code at
the end of ithumb_rearrange_thumbnail_file()) :-)
+ * itdb_artwork.c: added support for UYVY format for iPod Video and
+ iPod Photo TV output. Code adapted from the GPixPod project.
+
+ (itdb_thumb_get_byteorder): return the byte order for the
+ current thumbnail (internal function).
+
+ * itdb_device.[hc]: added thumbnail storage format to the
+ Itdb_ArtworkFormat image information. Currently the following
+ are defined:
+ THUMB_FORMAT_UYVY
+ THUMB_FORMAT_RGB565_LE
+ THUMB_FORMAT_RGB565_BE
+ THUMB_FORMAT_RGB565_BE_90
+ THUMB_FORMAT_RGB565_LE_90
+ THUMB_FORMAT_RGB565_LE_90 does not appear to be used by any iPod
+ model. THUMB_FORMAT_RGB565_BE_90 is used for full screen iPod
+ Photo photos but currently is handeled the same as
+ THUMB_FORMAT_RGB565_BE pending input from iPod Photo users.
+
+ * ithumb-writer.c: added support for UYVY format for iPod Video and
+ iPod Photo TV output. Code adapted from the GPixPod project.
+
2006-11-11 Jorg Schuler <jcsjcs at users.sourceforge.net>
* itdb.h: Itdb_Artwork: