From e76676a7233fee6a3b7043443dda2bdbfe06703e Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sat, 8 Sep 2007 15:15:57 +0000 Subject: * src/db-image-parser.c src/itdb_device.c src/ithumb-writer.c src/db-image-parser.h src/itdb_device.h src/itdb.h src/itdb_artwork.c tests/test-covers.c: added support to read and write coverart on iPhones. New cover formats are: MEDIUM, XLARGE, XSMALL, SMEDIUM -- should be renamed if function becomes clearer. Introduced New image formats for the thumbnails (THUMB_FORMAT_RGB555, THUMB_FORMAT_REC_RGB555). Coding/decoding functions are pack_/unpack_RGB_555() and pack_/unpack_REC_RGB_555(). Introduced possible padding for thumbnail files (Itdb_ArtworkFormat). * src/db-artwork-parser.c: make output filename unique. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1691 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d2b908c..c856429 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,27 @@ -2007-09-4 Jorg Schuler +2007-09-08 Jorg Schuler + + * src/db-image-parser.c + src/itdb_device.c + src/ithumb-writer.c + src/db-image-parser.h + src/itdb_device.h + src/itdb.h + src/itdb_artwork.c + tests/test-covers.c: added support to read and write coverart on + iPhones. New cover formats are: MEDIUM, XLARGE, XSMALL, SMEDIUM + -- should be renamed if function becomes clearer. + + Introduced New image formats for the thumbnails + (THUMB_FORMAT_RGB555, THUMB_FORMAT_REC_RGB555). Coding/decoding + functions are pack_/unpack_RGB_555() and + pack_/unpack_REC_RGB_555(). + + Introduced possible padding for thumbnail files + (Itdb_ArtworkFormat). + + * src/db-artwork-parser.c: make output filename unique. + +2007-09-04 Jorg Schuler * itdb_itunesdb.c (itdb_get_control_dir): added support for iPhones -- cgit