Update of /cvsroot/gtkpod/libgpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv455
Modified Files:
ChangeLog
Log Message:
* 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.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- ChangeLog 12 Nov 2006 10:13:58 -0000 1.157
+++ ChangeLog 12 Nov 2006 15:12:33 -0000 1.158
@@ -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:
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2