You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(22) |
Sep
(57) |
Oct
(39) |
Nov
(93) |
Dec
(72) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(15) |
Feb
(8) |
Mar
(12) |
Apr
(25) |
May
(2) |
Jun
|
Jul
(11) |
Aug
(32) |
Sep
(18) |
Oct
(53) |
Nov
|
Dec
(11) |
2004 |
Jan
(19) |
Feb
(1) |
Mar
(15) |
Apr
(17) |
May
(56) |
Jun
(19) |
Jul
(6) |
Aug
(16) |
Sep
(44) |
Oct
(31) |
Nov
(36) |
Dec
(13) |
2005 |
Jan
(2) |
Feb
(41) |
Mar
(304) |
Apr
(176) |
May
(19) |
Jun
(33) |
Jul
(14) |
Aug
(21) |
Sep
(4) |
Oct
(3) |
Nov
|
Dec
(8) |
2006 |
Jan
(18) |
Feb
(9) |
Mar
(5) |
Apr
(2) |
May
(2) |
Jun
(4) |
Jul
(2) |
Aug
|
Sep
(7) |
Oct
(10) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
(3) |
Mar
(1) |
Apr
(4) |
May
(124) |
Jun
(59) |
Jul
(1) |
Aug
(13) |
Sep
(3) |
Oct
(11) |
Nov
(30) |
Dec
(35) |
2008 |
Jan
(31) |
Feb
(42) |
Mar
(4) |
Apr
(5) |
May
(2) |
Jun
(12) |
Jul
(8) |
Aug
(2) |
Sep
(4) |
Oct
(5) |
Nov
(89) |
Dec
(23) |
2009 |
Jan
(71) |
Feb
(5) |
Mar
(8) |
Apr
(7) |
May
(8) |
Jun
(7) |
Jul
|
Aug
(4) |
Sep
(58) |
Oct
(74) |
Nov
(53) |
Dec
(32) |
2010 |
Jan
(8) |
Feb
(13) |
Mar
(4) |
Apr
|
May
|
Jun
(10) |
Jul
(1) |
Aug
(2) |
Sep
(12) |
Oct
(17) |
Nov
(2) |
Dec
(24) |
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(24) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(20) |
Mar
(18) |
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(12) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(8) |
Jun
|
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(5) |
From: Dan F. <dfa...@us...> - 2009-11-13 06:11:49
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11211 Modified Files: NEWS configure.ac Log Message: Prepare for continued development Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.63 retrieving revision 1.64 diff -u -p -d -r1.63 -r1.64 --- NEWS 13 Nov 2009 06:09:36 -0000 1.63 +++ NEWS 13 Nov 2009 06:11:28 -0000 1.64 @@ -1,3 +1,6 @@ +libexif-0.6.x: + + libexif-0.6.19 (2009-11-12): * New translations: be, en_GB, it, ja, pt, sq, zh_CN * Updated translations: da, sv, vi Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.60 retrieving revision 1.61 diff -u -p -d -r1.60 -r1.61 --- configure.ac 13 Nov 2009 06:09:36 -0000 1.60 +++ configure.ac 13 Nov 2009 06:11:28 -0000 1.61 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([EXIF library], [0.6.19], [lib...@li...], [libexif]) +AC_INIT([EXIF library], [0.6.19.1], [lib...@li...], [libexif]) AC_CONFIG_SRCDIR([libexif/exif-data.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) |
From: Dan F. <dfa...@us...> - 2009-11-13 06:09:49
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10632 Modified Files: ChangeLog NEWS configure.ac Log Message: Released 0.6.19 Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.62 retrieving revision 1.63 diff -u -p -d -r1.62 -r1.63 --- NEWS 6 Nov 2009 06:58:08 -0000 1.62 +++ NEWS 13 Nov 2009 06:09:36 -0000 1.63 @@ -1,7 +1,8 @@ -libexif-0.6.x: +libexif-0.6.19 (2009-11-12): * New translations: be, en_GB, it, ja, pt, sq, zh_CN * Updated translations: da, sv, vi * Now using a binary search to make searching through the tag table faster + * Fixed a heap buffer overflow during tag format conversion libexif-0.6.18 (2009-10-09): Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.59 retrieving revision 1.60 diff -u -p -d -r1.59 -r1.60 --- configure.ac 6 Nov 2009 06:58:08 -0000 1.59 +++ configure.ac 13 Nov 2009 06:09:36 -0000 1.60 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([EXIF library], [0.6.18.1], [lib...@li...], [libexif]) +AC_INIT([EXIF library], [0.6.19], [lib...@li...], [libexif]) AC_CONFIG_SRCDIR([libexif/exif-data.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) @@ -53,9 +53,10 @@ dnl 13:1:0 added EXIF_DATA_OPTION_DONT dnl 14:2:0 added XP_ WinXP tags (for 0.6.15) dnl 14:2:1 0.6.17 dnl 15:3:0 added exif_loader_get_buf (for 0.6.18) +dnl 15:3:1 0.6.19 LIBEXIF_CURRENT=15 LIBEXIF_AGE=3 -LIBEXIF_REVISION=0 +LIBEXIF_REVISION=1 AC_SUBST([LIBEXIF_AGE]) AC_SUBST([LIBEXIF_REVISION]) AC_SUBST([LIBEXIF_CURRENT]) Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.336 retrieving revision 1.337 diff -u -p -d -r1.336 -r1.337 --- ChangeLog 8 Nov 2009 06:59:04 -0000 1.336 +++ ChangeLog 13 Nov 2009 06:09:36 -0000 1.337 @@ -1,3 +1,8 @@ +2009-11-12 Dan Fandrich <da...@co...> + + * Fixed a heap buffer overflow during tag format conversion. + * Released 0.6.19 + 2009-11-07 Dan Fandrich <da...@co...> * Sorted ExifFormatTable[] in approximate decreasing order of |
From: Dan F. <dfa...@us...> - 2009-11-13 06:05:49
|
Update of /cvsroot/libexif/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9598/libexif Modified Files: exif-entry.c Log Message: Fixed a heap buffer overflow during tag format conversion. Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.135 retrieving revision 1.136 diff -u -p -d -r1.135 -r1.136 --- exif-entry.c 27 Oct 2009 06:06:11 -0000 1.135 +++ exif-entry.c 13 Nov 2009 06:05:36 -0000 1.136 @@ -195,7 +195,8 @@ exif_get_short_convert (const unsigned c void exif_entry_fix (ExifEntry *e) { - unsigned int i; + unsigned int i, newsize; + unsigned char *newdata; ExifByteOrder o; ExifRational r; ExifSRational sr; @@ -237,20 +238,30 @@ exif_entry_fix (ExifEntry *e) exif_entry_get_ifd(e)), exif_format_get_name (e->format), exif_format_get_name (EXIF_FORMAT_SHORT)); + o = exif_data_get_byte_order (e->parent->parent); + newsize = e->components * exif_format_get_size (EXIF_FORMAT_SHORT); + newdata = exif_entry_alloc (e, newsize); + if (!newdata) { + exif_entry_log (e, EXIF_LOG_CODE_NO_MEMORY, + "Could not allocate %lu byte(s).", (unsigned long)newsize); + break; + } + for (i = 0; i < e->components; i++) exif_set_short ( - e->data + i * + newdata + i * exif_format_get_size ( EXIF_FORMAT_SHORT), o, exif_get_short_convert ( e->data + i * exif_format_get_size (e->format), e->format, o)); + + exif_mem_free (e->priv->mem, e->data); + e->data = newdata; + e->size = newsize; e->format = EXIF_FORMAT_SHORT; - e->size = e->components * - exif_format_get_size (e->format); - e->data = exif_entry_realloc (e, e->data, e->size); break; case EXIF_FORMAT_SHORT: /* No conversion necessary */ |
From: Dan F. <dfa...@us...> - 2009-11-13 06:04:42
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9258 Modified Files: NEWS configure.ac Log Message: Prepare for continued development Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.37 retrieving revision 1.38 diff -u -p -d -r1.37 -r1.38 --- NEWS 13 Nov 2009 05:59:55 -0000 1.37 +++ NEWS 13 Nov 2009 06:04:31 -0000 1.38 @@ -1,3 +1,6 @@ +exif-0.6.x: + + exif-0.6.19 (2009-11-12): * New translations: fi, ja * Updated translations: sv, vi, zh_CN Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -d -r1.31 -r1.32 --- configure.ac 13 Nov 2009 05:59:55 -0000 1.31 +++ configure.ac 13 Nov 2009 06:04:31 -0000 1.32 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([libexif command line interface], [0.6.19], [lib...@li...], [exif]) +AC_INIT([libexif command line interface], [0.6.19.1], [lib...@li...], [exif]) AC_CONFIG_SRCDIR([exif/main.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) |
From: Dan F. <dfa...@us...> - 2009-11-13 06:00:11
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7814 Modified Files: ChangeLog NEWS configure.ac exif.1 Log Message: Released 0.6.19 Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.36 retrieving revision 1.37 diff -u -p -d -r1.36 -r1.37 --- NEWS 17 Oct 2009 06:01:09 -0000 1.36 +++ NEWS 13 Nov 2009 05:59:55 -0000 1.37 @@ -1,6 +1,7 @@ -exif-0.6.x: +exif-0.6.19 (2009-11-12): * New translations: fi, ja * Updated translations: sv, vi, zh_CN + * Fixed alignment of --list-tags header with --width exif-0.6.18 (2009-10-08): * New translations: is, it, lv Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -d -r1.30 -r1.31 --- configure.ac 14 Oct 2009 05:37:25 -0000 1.30 +++ configure.ac 13 Nov 2009 05:59:55 -0000 1.31 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([libexif command line interface], [0.6.18.1], [lib...@li...], [exif]) +AC_INIT([libexif command line interface], [0.6.19], [lib...@li...], [exif]) AC_CONFIG_SRCDIR([exif/main.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) @@ -67,6 +67,7 @@ AC_CHECK_FUNCS(mblen) # --------------------------------------------------------------------------- # libraries needed # --------------------------------------------------------------------------- +dnl Need 0.6.18 for exif_loader_get_buf GP_CHECK_LIBRARY([LIBEXIF],[libexif],[>= 0.6.18]) Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.102 retrieving revision 1.103 diff -u -p -d -r1.102 -r1.103 --- ChangeLog 17 Oct 2009 19:00:42 -0000 1.102 +++ ChangeLog 13 Nov 2009 05:59:55 -0000 1.103 @@ -1,3 +1,7 @@ +2009-11-12 Dan Fandrich <da...@co...> + + * Released 0.6.19 + 2009-10-17 Dan Fandrich <da...@co...> * Fixed alignment of --list-tags header with --width Index: exif.1 =================================================================== RCS file: /cvsroot/libexif/exif/exif.1,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -d -r1.16 -r1.17 --- exif.1 1 Oct 2009 06:50:32 -0000 1.16 +++ exif.1 13 Nov 2009 05:59:55 -0000 1.17 @@ -13,7 +13,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" License. .\" -.TH exif 1 "2009-09-30" "exif 0.6.18" "command line front-end to libexif" +.TH exif 1 "2009-11-12" "exif 0.6.19" "command line front-end to libexif" .SH "NAME" exif \- shows EXIF information in JPEG files .SH "SYNOPSIS" |
From: Dan F. <dfa...@us...> - 2009-11-12 20:24:34
|
Update of /cvsroot/libexif/libexif/po In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31928 Modified Files: da.po Log Message: po/da.po: Updated Danish translation by Joe Hansen Index: da.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/da.po,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -d -r1.5 -r1.6 --- da.po 3 Nov 2009 17:04:17 -0000 1.5 +++ da.po 12 Nov 2009 20:24:19 -0000 1.6 @@ -22,9 +22,10 @@ # focal -> brændpunkt, brændpunkts- # focal length -> brændvidde # focal point -> brændpunkt +# hue -> farvetone # incandescence -> hvidglødende # shutter -> lukketid -# still image -> fastbillede +# still image -> stillbillede # strobe light -> stroboskoplys # top -> øverst # tag -> mærke @@ -34,7 +35,7 @@ msgstr "" "Project-Id-Version: libexif-0.6.18\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-10-09 14:52-0700\n" -"PO-Revision-Date: 2009-11-01 01:01I+0200\n" +"PO-Revision-Date: 2009-11-12 01:01I+0200\n" "Last-Translator: Joe Hansen <joe...@ya...>\n" "Language-Team: Danish <da...@da...>\n" "MIME-Version: 1.0\n" @@ -420,9 +421,10 @@ msgstr "Digital makro" msgid "My colors" msgstr "Mine farver" +# Stillbillede fremgår af RO #: libexif/canon/mnote-canon-entry.c:148 msgid "Still image" -msgstr "Fastbillede" +msgstr "Stillbillede" #: libexif/canon/mnote-canon-entry.c:149 msgid "Color accent" @@ -556,7 +558,7 @@ msgstr "Uendeligt" #: libexif/canon/mnote-canon-entry.c:190 msgid "Manual AF point selection" -msgstr "Manuel AF-pointudvælgelse" +msgstr "Manuel AF-punktudvælgelse" #: libexif/canon/mnote-canon-entry.c:191 libexif/canon/mnote-canon-entry.c:349 msgid "None (MF)" @@ -586,7 +588,7 @@ msgstr "Venstre" #: libexif/canon/mnote-canon-entry.c:196 msgid "Auto AF point selection" -msgstr "Auto AF-pointudvælgelse" +msgstr "Auto AF-punktudvælgelse" #: libexif/canon/mnote-canon-entry.c:197 msgid "Easy shooting" @@ -951,7 +953,7 @@ msgstr "E-TTL" #: libexif/canon/mnote-canon-entry.c:289 msgid "FP sync enabled" -msgstr "FP synkronisering slået til" +msgstr "FP-synkronisering slået til" #: libexif/canon/mnote-canon-entry.c:290 msgid "2nd-curtain sync used" @@ -1070,17 +1072,18 @@ msgstr "Skygge" msgid "Manual temperature (Kelvin)" msgstr "Manuel temperatur (Kelvin)" +# pc sb., pc'en, pc'er. jævnfør RO #: libexif/canon/mnote-canon-entry.c:338 msgid "PC set 1" -msgstr "PC sæt 1" +msgstr "Pc sæt 1" #: libexif/canon/mnote-canon-entry.c:339 msgid "PC set 2" -msgstr "PC sæt 3" +msgstr "Pc sæt 3" #: libexif/canon/mnote-canon-entry.c:340 msgid "PC set 3" -msgstr "PC sæt 3" +msgstr "Pc sæt 3" #: libexif/canon/mnote-canon-entry.c:341 libexif/exif-entry.c:709 msgid "Daylight fluorescent" @@ -1128,7 +1131,7 @@ msgstr "Tændt (billed 3)" #: libexif/canon/mnote-canon-entry.c:362 msgid "EOS high-end" -msgstr "EOS høj-ende" +msgstr "EOS høj kvalitet" #: libexif/canon/mnote-canon-entry.c:363 msgid "Compact" @@ -1136,7 +1139,7 @@ msgstr "Kompakt" #: libexif/canon/mnote-canon-entry.c:364 msgid "EOS mid-range" -msgstr "EOS midt-interval" +msgstr "EOS mellem kvalitet" #: libexif/canon/mnote-canon-entry.c:366 msgid "Rotate 90 CW" @@ -1214,15 +1217,15 @@ msgstr "Manuel temperatur (Kelvin)" #: libexif/canon/mnote-canon-entry.c:410 msgid "PC Set1" -msgstr "PC Sæt1" +msgstr "Pc Sæt1" #: libexif/canon/mnote-canon-entry.c:411 msgid "PC Set2" -msgstr "PC Sæt2" +msgstr "Pc Sæt2" #: libexif/canon/mnote-canon-entry.c:412 msgid "PC Set3" -msgstr "PC Sæt3" +msgstr "Pc Sæt3" #: libexif/canon/mnote-canon-entry.c:413 #: libexif/pentax/mnote-pentax-entry.c:251 @@ -1429,10 +1432,11 @@ msgstr "Skarphed" msgid "ISO" msgstr "ISO" +# Målingstilstand #: libexif/canon/mnote-canon-tag.c:70 libexif/exif-tag.c:562 #: libexif/pentax/mnote-pentax-tag.c:82 msgid "Metering Mode" -msgstr "Målingstilstand" +msgstr "Måletilstand" #: libexif/canon/mnote-canon-tag.c:71 libexif/olympus/mnote-olympus-tag.c:133 msgid "Focus Range" @@ -1744,15 +1748,15 @@ msgstr "Ikke defineret" #: libexif/exif-entry.c:641 msgid "One-chip color area sensor" -msgstr "En chip, farveområdesensor" +msgstr "En områdefarvesensor med en chip" #: libexif/exif-entry.c:642 msgid "Two-chip color area sensor" -msgstr "To chip, farveområdesensor" +msgstr "En områdefarvesensor med to chip" #: libexif/exif-entry.c:642 msgid "Three-chip color area sensor" -msgstr "Tre chip, farveområdesensor" +msgstr "En områdefarvesenor med tre chip" #: libexif/exif-entry.c:643 msgid "Color sequential area sensor" @@ -1922,11 +1926,11 @@ msgstr "Centrumvægtet gennemsnit" #: libexif/exif-entry.c:685 msgid "Center-Weight" -msgstr "Centervægtet" +msgstr "Centrumvægtet" #: libexif/exif-entry.c:687 msgid "Multi Spot" -msgstr "Mange punktet" +msgstr "Flerpunktet" #: libexif/exif-entry.c:688 msgid "Pattern" @@ -2491,7 +2495,7 @@ msgstr "Indikerer identifikationen af in #: libexif/exif-tag.c:65 msgid "Interoperability Version" -msgstr "Interoperability version" +msgstr "Interoperabilitet version" #: libexif/exif-tag.c:67 msgid "Image Width" @@ -2667,7 +2671,7 @@ msgstr "Kunstner" #: libexif/exif-tag.c:186 msgid "This tag records the name of the camera owner, photographer or image creator. The detailed format is not specified, but it is recommended that the information be written as in the example below for ease of Interoperability. When the field is left blank, it is treated as unknown." -msgstr "Dette mærke viser navnet på kameraejeren, fotografen eller personen der oprettede billedet. Det detaljerede format er ikke angivet, men det anbefales at informatione skrives som vist i eksemplet nedenfor for at lette interoperabiliteten. Når feltet er uudfyldt, opfattes det som ukendt." +msgstr "Dette mærke viser navnet på kameraejeren, fotografen eller personen der oprettede billedet. Det detaljerede format er ikke angivet, men det anbefales at informationerne skrives som vist i eksemplet nedenfor for at lette interoperabiliteten. Når feltet er uudfyldt, opfattes det som ukendt." #: libexif/exif-tag.c:192 libexif/pentax/mnote-pentax-tag.c:113 msgid "White Point" @@ -3163,7 +3167,7 @@ msgstr "Distancen til emnet, angivet i m #: libexif/exif-tag.c:563 msgid "The metering mode." -msgstr "Målningstilstanden." +msgstr "Måletilstanden." #: libexif/exif-tag.c:565 msgid "Light Source" @@ -3171,7 +3175,7 @@ msgstr "Lyskilde" #: libexif/exif-tag.c:566 msgid "The kind of light source." -msgstr "Arten af lyskilden." +msgstr "Lyskildetype." #: libexif/exif-tag.c:569 msgid "This tag is recorded when an image is taken using a strobe light (flash)." @@ -4216,6 +4220,7 @@ msgstr "Manuelt: %liK" msgid "Manual: Unknown" msgstr "Manuelt: Ukendt" +# Enkeltryk #: libexif/olympus/mnote-olympus-entry.c:734 msgid "One-touch" msgstr "Et tryk" @@ -4334,7 +4339,7 @@ msgstr "Lystype" #: libexif/olympus/mnote-olympus-tag.c:74 msgid "Hue Adjustment" -msgstr "Hue-justering" +msgstr "Farvetonejustering" #: libexif/olympus/mnote-olympus-tag.c:76 msgid "Noisereduction" @@ -4354,7 +4359,7 @@ msgstr "Størrelse på komprimeret bille #: libexif/olympus/mnote-olympus-tag.c:84 msgid "Total Number of Pictures Taken" -msgstr "Samlet antal billeder skudt" +msgstr "Samlet antal billeder taget" #: libexif/olympus/mnote-olympus-tag.c:86 msgid "Optimize Image" @@ -4862,7 +4867,7 @@ msgstr "Fast centrum" #: libexif/pentax/mnote-pentax-entry.c:232 msgid "Multiple" -msgstr "Fler" +msgstr "Flere" #: libexif/pentax/mnote-pentax-entry.c:233 msgid "Top-left" |
From: Dan F. <dfa...@us...> - 2009-11-08 06:59:22
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14891 Modified Files: ChangeLog Log Message: Sorted ExifFormatTable[] in approximate decreasing order of popularity to decrease the total average lookup time. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.335 retrieving revision 1.336 diff -u -p -d -r1.335 -r1.336 --- ChangeLog 6 Nov 2009 06:58:08 -0000 1.335 +++ ChangeLog 8 Nov 2009 06:59:04 -0000 1.336 @@ -1,3 +1,8 @@ +2009-11-07 Dan Fandrich <da...@co...> + + * Sorted ExifFormatTable[] in approximate decreasing order of + popularity to decrease the total average lookup time. + 2009-11-05 Dan Fandrich <da...@co...> * Added a bunch of new translations from launchpad.net |
From: Dan F. <dfa...@us...> - 2009-11-08 06:59:22
|
Update of /cvsroot/libexif/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14891/libexif Modified Files: exif-format.c Log Message: Sorted ExifFormatTable[] in approximate decreasing order of popularity to decrease the total average lookup time. Index: exif-format.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-format.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -d -r1.18 -r1.19 --- exif-format.c 27 Oct 2009 06:06:11 -0000 1.18 +++ exif-format.c 8 Nov 2009 06:59:07 -0000 1.19 @@ -25,23 +25,27 @@ #include <stdlib.h> +/*! Table of data format types, descriptions and sizes. + * This table should be sorted in decreasing order of popularity in order + * to decrease the total average lookup time. + */ static const struct { ExifFormat format; const char *name; unsigned char size; } ExifFormatTable[] = { - {EXIF_FORMAT_BYTE, N_("Byte"), 1}, - {EXIF_FORMAT_ASCII, N_("ASCII"), 1}, {EXIF_FORMAT_SHORT, N_("Short"), 2}, - {EXIF_FORMAT_LONG, N_("Long"), 4}, {EXIF_FORMAT_RATIONAL, N_("Rational"), 8}, + {EXIF_FORMAT_SRATIONAL, N_("SRational"), 8}, + {EXIF_FORMAT_UNDEFINED, N_("Undefined"), 1}, + {EXIF_FORMAT_ASCII, N_("ASCII"), 1}, + {EXIF_FORMAT_LONG, N_("Long"), 4}, + {EXIF_FORMAT_BYTE, N_("Byte"), 1}, {EXIF_FORMAT_SBYTE, N_("SByte"), 1}, {EXIF_FORMAT_SSHORT, N_("SShort"), 2}, {EXIF_FORMAT_SLONG, N_("SLong"), 4}, - {EXIF_FORMAT_SRATIONAL, N_("SRational"), 8}, {EXIF_FORMAT_FLOAT, N_("Float"), 4}, {EXIF_FORMAT_DOUBLE, N_("Double"), 8}, - {EXIF_FORMAT_UNDEFINED, N_("Undefined"), 1}, {0, NULL, 0} }; |
From: Dan F. <dfa...@us...> - 2009-11-08 06:13:59
|
Update of /cvsroot/libexif/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10741/libexif Modified Files: exif-tag.c Log Message: Made exif_tag_get_description_in_ifd work again after the binary search change. Index: exif-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-tag.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -p -d -r1.61 -r1.62 --- exif-tag.c 28 Oct 2009 22:36:50 -0000 1.61 +++ exif-tag.c 8 Nov 2009 06:13:41 -0000 1.62 @@ -1007,7 +1007,7 @@ exif_tag_get_description_in_ifd (ExifTag if (first < 0) return NULL; - for (i = 0; ExifTagTable[i].name; i++) { + for (i = first; ExifTagTable[i].name; i++) { if (ExifTagTable[i].tag == tag) { if (RECORDED) break; |
From: Dan F. <dfa...@us...> - 2009-11-06 06:58:28
|
Update of /cvsroot/libexif/libexif/po In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14909/po Added Files: be.po en_GB.po it.po ja.po pt.po sq.po zh_CN.po Log Message: Added a bunch of new translations from launchpad.net po/be.po: Added Belarusian translation by Iryna Nikanchuk po/en_GB.po: Added English (United Kingdom) translation by Bruce Cowan po/it.po: Added Italian translation by Sergio Zanchetta po/ja.po: Added Japanese translation by Shushi Kurose po/pt.po: Added Portuguese translation by nglnx po/sq.po: Added Albanian translation by Vilson Gjeci po/zh_CN.po: Added Chinese (simplified) translation by Tao Wei --- NEW FILE: en_GB.po --- # English (United Kingdom) translation for libexif # Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 # This file is distributed under the same license as the libexif package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2006. # msgid "" msgstr "" "Project-Id-Version: libexif\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" "POT-Creation-Date: 2008-11-06 00:59-0800\n" "PO-Revision-Date: 2007-06-28 12:03+0000\n" "Last-Translator: Bruce Cowan <Unknown>\n" "Language-Team: English (United Kingdom) <en...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2009-10-28 04:44+0000\n" "X-Generator: Launchpad (build Unknown)\n" [...5184 lines suppressed...] #: libexif/pentax/mnote-pentax-tag.c:69 msgid "Auto AF Point" msgstr "Auto AF Point" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Object Distance" msgstr "Object Distance" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Distance of photographed object in millimeters." msgstr "Distance of photographed object in millimeters." #: libexif/pentax/mnote-pentax-tag.c:73 msgid "Bestshot mode" msgstr "Bestshot mode" #: test/nls/test-nls.c:20 test/nls/test-nls.c:23 test/nls/test-nls.c:24 msgid "[DO_NOT_TRANSLATE_THIS_MARKER]" msgstr "[DO_NOT_TRANSLATE_THIS_MARKER]" --- NEW FILE: it.po --- # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: libexif HEADD\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-11-06 00:59-0800\n" "PO-Revision-Date: 2009-02-27 22:24+0000\n" "Last-Translator: Sergio Zanchetta <pri...@ub...>\n" "Language-Team: Italian <tp...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2009-10-28 04:44+0000\n" "X-Generator: Launchpad (build Unknown)\n" [...5270 lines suppressed...] #: libexif/pentax/mnote-pentax-tag.c:69 msgid "Auto AF Point" msgstr "Punto AF automatico" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Object Distance" msgstr "Distanza oggetto" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Distance of photographed object in millimeters." msgstr "Distanza dell'oggetto fotografato in millimetri." #: libexif/pentax/mnote-pentax-tag.c:73 msgid "Bestshot mode" msgstr "Modo Bestshot" #: test/nls/test-nls.c:20 test/nls/test-nls.c:23 test/nls/test-nls.c:24 msgid "[DO_NOT_TRANSLATE_THIS_MARKER]" msgstr "[DO_NOT_TRANSLATE_THIS_MARKER]" --- NEW FILE: be.po --- # Belarusian translation for libexif # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the libexif package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2009. # msgid "" msgstr "" "Project-Id-Version: libexif\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" "POT-Creation-Date: 2008-11-06 00:59-0800\n" "PO-Revision-Date: 2009-10-19 10:31+0000\n" "Last-Translator: Iryna Nikanchuk <def...@gm...>\n" "Language-Team: Belarusian <be...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2009-10-28 04:44+0000\n" "X-Generator: Launchpad (build Unknown)\n" [...4893 lines suppressed...] #: libexif/pentax/mnote-pentax-tag.c:69 msgid "Auto AF Point" msgstr "" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Object Distance" msgstr "" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Distance of photographed object in millimeters." msgstr "" #: libexif/pentax/mnote-pentax-tag.c:73 msgid "Bestshot mode" msgstr "" #: test/nls/test-nls.c:20 test/nls/test-nls.c:23 test/nls/test-nls.c:24 msgid "[DO_NOT_TRANSLATE_THIS_MARKER]" msgstr "[DO_NOT_TRANSLATE_THIS_MARKER]" --- NEW FILE: pt.po --- # Portuguese translation for libexif # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the libexif package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2007. # msgid "" msgstr "" "Project-Id-Version: libexif\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" "POT-Creation-Date: 2008-11-06 00:59-0800\n" "PO-Revision-Date: 2008-06-30 12:58+0000\n" "Last-Translator: nglnx <Unknown>\n" "Language-Team: Portuguese <pt...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2009-10-28 04:44+0000\n" "X-Generator: Launchpad (build Unknown)\n" [...4893 lines suppressed...] #: libexif/pentax/mnote-pentax-tag.c:69 msgid "Auto AF Point" msgstr "" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Object Distance" msgstr "" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Distance of photographed object in millimeters." msgstr "" #: libexif/pentax/mnote-pentax-tag.c:73 msgid "Bestshot mode" msgstr "" #: test/nls/test-nls.c:20 test/nls/test-nls.c:23 test/nls/test-nls.c:24 msgid "[DO_NOT_TRANSLATE_THIS_MARKER]" msgstr "" --- NEW FILE: ja.po --- # Japanese translation for libexif # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the libexif package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2007. # msgid "" msgstr "" "Project-Id-Version: libexif\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" "POT-Creation-Date: 2008-11-06 00:59-0800\n" "PO-Revision-Date: 2007-03-18 06:54+0000\n" "Last-Translator: Shushi Kurose <md8...@hi...>\n" "Language-Team: Japanese <ja...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2009-10-28 04:44+0000\n" "X-Generator: Launchpad (build Unknown)\n" [...4898 lines suppressed...] #: libexif/pentax/mnote-pentax-tag.c:69 msgid "Auto AF Point" msgstr "" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Object Distance" msgstr "" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Distance of photographed object in millimeters." msgstr "" #: libexif/pentax/mnote-pentax-tag.c:73 msgid "Bestshot mode" msgstr "" #: test/nls/test-nls.c:20 test/nls/test-nls.c:23 test/nls/test-nls.c:24 msgid "[DO_NOT_TRANSLATE_THIS_MARKER]" msgstr "" --- NEW FILE: sq.po --- # Albanian translation for libexif # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the libexif package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2009. # msgid "" msgstr "" "Project-Id-Version: libexif\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" "POT-Creation-Date: 2008-11-06 00:59-0800\n" "PO-Revision-Date: 2009-06-19 15:47+0000\n" "Last-Translator: Vilson Gjeci <vil...@gm...>\n" "Language-Team: Albanian <sq...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2009-10-28 04:44+0000\n" "X-Generator: Launchpad (build Unknown)\n" [...4893 lines suppressed...] #: libexif/pentax/mnote-pentax-tag.c:69 msgid "Auto AF Point" msgstr "" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Object Distance" msgstr "" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Distance of photographed object in millimeters." msgstr "" #: libexif/pentax/mnote-pentax-tag.c:73 msgid "Bestshot mode" msgstr "" #: test/nls/test-nls.c:20 test/nls/test-nls.c:23 test/nls/test-nls.c:24 msgid "[DO_NOT_TRANSLATE_THIS_MARKER]" msgstr "" --- NEW FILE: zh_CN.po --- # Chinese (China) translation for libexif # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the libexif package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2007. # msgid "" msgstr "" "Project-Id-Version: libexif\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" "POT-Creation-Date: 2008-11-06 00:59-0800\n" "PO-Revision-Date: 2009-09-29 10:31+0000\n" "Last-Translator: Tao Wei <wei...@gm...>\n" "Language-Team: Chinese (China) <zh...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2009-10-28 04:44+0000\n" "X-Generator: Launchpad (build Unknown)\n" [...4893 lines suppressed...] #: libexif/pentax/mnote-pentax-tag.c:69 msgid "Auto AF Point" msgstr "èªå¨ AF ç¹" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Object Distance" msgstr "ç®æ è·ç¦»" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Distance of photographed object in millimeters." msgstr "è·è¢«æç®æ 毫米æ°ã" #: libexif/pentax/mnote-pentax-tag.c:73 msgid "Bestshot mode" msgstr "" #: test/nls/test-nls.c:20 test/nls/test-nls.c:23 test/nls/test-nls.c:24 msgid "[DO_NOT_TRANSLATE_THIS_MARKER]" msgstr "" |
From: Dan F. <dfa...@us...> - 2009-11-06 06:58:26
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14909 Modified Files: ChangeLog NEWS README configure.ac Log Message: Added a bunch of new translations from launchpad.net po/be.po: Added Belarusian translation by Iryna Nikanchuk po/en_GB.po: Added English (United Kingdom) translation by Bruce Cowan po/it.po: Added Italian translation by Sergio Zanchetta po/ja.po: Added Japanese translation by Shushi Kurose po/pt.po: Added Portuguese translation by nglnx po/sq.po: Added Albanian translation by Vilson Gjeci po/zh_CN.po: Added Chinese (simplified) translation by Tao Wei Index: README =================================================================== RCS file: /cvsroot/libexif/libexif/README,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -d -r1.24 -r1.25 --- README 15 Oct 2009 07:32:53 -0000 1.24 +++ README 6 Nov 2009 06:58:08 -0000 1.25 @@ -133,17 +133,24 @@ by eliminating them. INTERNATIONALIZATION -------------------- -All translations for libexif, except cr, cs, pt_BR, ru and en_CA, are -coordinated by the Translation Project at http://translationproject.org/. -This means that ALL changes to the .po files (except those few -exceptions) MUST be made through the TP web site, or they will be -eventually overwritten and lost. If you are interested in translating -libexif into a new language, simply join TP and start! A translation -disclaimer is NOT required for libexif; by making a translation, you -agree implicitly to provide it under the same license terms as the rest -of libexif (LGPL). When a new version of libexif is available for -translation, a libexif maintainer will contact the Translation Project -and all interested TP members will be automatically notified. +The libexif translations are made by volunteers working on their own, +either directly with the libexif project or through one of two translation +coordination sites, the Translation Project +<http://translationproject.org/domain/libexif.html> and Launchpad +<https://translations.edge.launchpad.net/ubuntu/karmic/+source/libexif>. +Any updates to language translations coordinated by the Translation Project +must be made through their web site, but all other languages can be +updated either through Launchpad (preferred) or by sending updates to +the libexif developers mailing list directly. As of this writing, the +following languages must be updated through the Translation Project: +da de es fr nl pl sk sv vi + +If you are interested in translating libexif into a new language, we +recommend that you join one of the above translation groups and take +advantage of the systems they have built to help you. A translation +disclaimer is NOT required for libexif at the Translation Project; by making +a translation, you agree implicitly to provide it under the same license +terms as the rest of libexif (LGPL). AUTHORS Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.61 retrieving revision 1.62 diff -u -p -d -r1.61 -r1.62 --- NEWS 15 Oct 2009 06:15:15 -0000 1.61 +++ NEWS 6 Nov 2009 06:58:08 -0000 1.62 @@ -1,9 +1,11 @@ libexif-0.6.x: + * New translations: be, en_GB, it, ja, pt, sq, zh_CN + * Updated translations: da, sv, vi * Now using a binary search to make searching through the tag table faster libexif-0.6.18 (2009-10-09): - * New translations: da pt_BR sr + * New translations: da, pt_BR, sr * Updated translations: cs, de, en_CA, nl, pl, sk, sv, vi * Added some example programs * libexif is now thread safe when the underlying C library is thread safe Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.58 retrieving revision 1.59 diff -u -p -d -r1.58 -r1.59 --- configure.ac 9 Oct 2009 19:59:47 -0000 1.58 +++ configure.ac 6 Nov 2009 06:58:08 -0000 1.59 @@ -170,7 +170,7 @@ AM_CONDITIONAL([ENABLE_INTERNAL_DOCS], [ # --------------------------------------------------------------------------- # i18n support # --------------------------------------------------------------------------- -ALL_LINGUAS="cs da de en_CA es fr nl pl pt_BR ru sk sr sv vi" +ALL_LINGUAS="be cs da de en_CA en_GB es fr it ja nl pl pt pt_BR ru sk sq sr sv vi zh_CN" AM_PO_SUBDIRS GP_GETTEXT_HACK([${PACKAGE}-${LIBEXIF_CURRENT_MIN}], [Lutz Mueller and others]) Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.334 retrieving revision 1.335 diff -u -p -d -r1.334 -r1.335 --- ChangeLog 27 Oct 2009 00:41:41 -0000 1.334 +++ ChangeLog 6 Nov 2009 06:58:08 -0000 1.335 @@ -1,3 +1,19 @@ +2009-11-05 Dan Fandrich <da...@co...> + + * Added a bunch of new translations from launchpad.net + * po/be.po: Added Belarusian translation by Iryna Nikanchuk + * po/en_GB.po: Added English (United Kingdom) translation by Bruce + Cowan + * po/it.po: Added Italian translation by Sergio Zanchetta + * po/ja.po: Added Japanese translation by Shushi Kurose + * po/pt.po: Added Portuguese translation by nglnx + * po/sq.po: Added Albanian translation by Vilson Gjeci + * po/zh_CN.po: Added Chinese (simplified) translation by Tao Wei + +2009-11-03 Dan Fandrich <da...@co...> + + * po/da.po: Updated Danish translation by Joe Hansen + 2009-10-27 Dan Fandrich <da...@co...> * Improved tag table lookup performance by optimally ordering IFD |
From: Dan F. <dfa...@us...> - 2009-11-03 17:04:42
|
Update of /cvsroot/libexif/libexif/po In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26612 Modified Files: da.po Log Message: po/da.po: Updated Danish translation by Joe Hansen Index: da.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/da.po,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- da.po 6 Oct 2009 06:23:28 -0000 1.4 +++ da.po 3 Nov 2009 17:04:17 -0000 1.5 @@ -11,6 +11,7 @@ # # konventioner: # aperture -> blændetal +# bottom -> nederst # bracket -> kantparentes # brightness -> lysstyrke # custom -> tilpasset @@ -21,18 +22,19 @@ # focal -> brændpunkt, brændpunkts- # focal length -> brændvidde # focal point -> brændpunkt [...1616 lines suppressed...] #: libexif/pentax/mnote-pentax-tag.c:77 msgid "Focus Position" @@ -5086,7 +5089,7 @@ msgstr "Bynummer for hjemby" #: libexif/pentax/mnote-pentax-tag.c:120 msgid "Destination City Code" -msgstr "" +msgstr "Destinationsbykode" #: libexif/pentax/mnote-pentax-tag.c:125 msgid "Object Distance" @@ -5106,7 +5109,7 @@ msgstr "" #: libexif/pentax/mnote-pentax-tag.c:133 msgid "CCS ISO Sensitivity" -msgstr "" +msgstr "CCS ISO-følsomhed" #: libexif/pentax/mnote-pentax-tag.c:135 msgid "Enhancement" |
From: Dan F. <dfa...@us...> - 2009-10-28 23:50:39
|
Update of /cvsroot/libexif/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2839/libexif Modified Files: exif-tag.c Log Message: Mark exif_tag_table_count as inline so uses within the file can be faster. Index: exif-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-tag.c,v retrieving revision 1.60 retrieving revision 1.61 diff -u -p -d -r1.60 -r1.61 --- exif-tag.c 27 Oct 2009 06:06:11 -0000 1.60 +++ exif-tag.c 28 Oct 2009 22:36:50 -0000 1.61 @@ -866,6 +866,17 @@ static const struct TagEntry { /* For now, do not use these functions. */ +/*! + * Return the number of entries in the EXIF tag table, including the + * terminating NULL entry. + */ +inline unsigned int +exif_tag_table_count (void) +{ + return sizeof (ExifTagTable) / sizeof (ExifTagTable[0]); +} + + ExifTag exif_tag_table_get_tag (unsigned int n) { @@ -879,17 +890,6 @@ exif_tag_table_get_name (unsigned int n) } /*! - * Return the number of entries in the EXIF tag table, including the - * terminating NULL entry. - */ -unsigned int -exif_tag_table_count (void) -{ - return sizeof (ExifTagTable) / sizeof (ExifTagTable[0]); -} - - -/*! * Compares the tag with that in entry. * \param[in] tag pointer to integer tag value * \param[in] entry pointer to a struct TagEntry @@ -913,9 +913,9 @@ exif_tag_table_first(ExifTag tag) { int i; struct TagEntry *entry = bsearch(&tag, ExifTagTable, - exif_tag_table_count()-1, sizeof(struct TagEntry), match_tag); + exif_tag_table_count()-1, sizeof(struct TagEntry), match_tag); if (!entry) - return -1; /* Not found */ + return -1; /* Not found */ /* Calculate index of found entry */ i = entry - ExifTagTable; |
From: Dan F. <dfa...@us...> - 2009-10-27 07:05:56
|
Update of /cvsroot/libexif/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7372/libexif Modified Files: exif-content.c Log Message: Indentation change Index: exif-content.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-content.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -d -r1.33 -r1.34 --- exif-content.c 27 Oct 2009 06:06:11 -0000 1.33 +++ exif-content.c 27 Oct 2009 07:05:42 -0000 1.34 @@ -162,8 +162,12 @@ exif_content_remove_entry (ExifContent * if (!c || !c->priv || !e || (e->parent != c)) return; /* Search the entry */ - for (i = 0; i < c->count; i++) if (c->entries[i] == e) break; - if (i == c->count) return; + for (i = 0; i < c->count; i++) + if (c->entries[i] == e) + break; + + if (i == c->count) + return; /* Remove the entry */ temp = c->entries[c->count-1]; @@ -291,9 +295,9 @@ exif_content_fix (ExifContent *c) /* * Go through each tag and if it's not recorded, remove it. If one * is removed, exif_content_foreach_entry() will skip the next entry, - * so do the loop again from the beginning if this happens to ensure + * so if this happens do the loop again from the beginning to ensure * they're all checked. This could be avoided if we stop relying on - * exif_content_foreach_entry. + * exif_content_foreach_entry but loop intelligently here. */ do { num = c->count; |
From: Dan F. <dfa...@us...> - 2009-10-27 06:09:56
|
Update of /cvsroot/libexif/exif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32083/exif Modified Files: actions.c actions.h exif-i18n.h main.c utils.c utils.h Log Message: Updated the Free Software Foundation's street address Index: utils.h =================================================================== RCS file: /cvsroot/libexif/exif/exif/utils.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -d -r1.9 -r1.10 --- utils.h 1 Oct 2009 06:10:39 -0000 1.9 +++ utils.h 27 Oct 2009 06:09:44 -0000 1.10 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __UTILS_H__ Index: utils.c =================================================================== RCS file: /cvsroot/libexif/exif/exif/utils.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -d -r1.14 -r1.15 --- utils.c 1 Oct 2009 06:10:39 -0000 1.14 +++ utils.c 27 Oct 2009 06:09:44 -0000 1.15 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include "config.h" Index: exif-i18n.h =================================================================== RCS file: /cvsroot/libexif/exif/exif/exif-i18n.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -d -r1.5 -r1.6 --- exif-i18n.h 25 Jan 2008 03:34:03 -0000 1.5 +++ exif-i18n.h 27 Oct 2009 06:09:44 -0000 1.6 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __I18N_H__ Index: actions.c =================================================================== RCS file: /cvsroot/libexif/exif/exif/actions.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -p -d -r1.47 -r1.48 --- actions.c 17 Oct 2009 19:00:44 -0000 1.47 +++ actions.c 27 Oct 2009 06:09:44 -0000 1.48 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include "config.h" Index: main.c =================================================================== RCS file: /cvsroot/libexif/exif/exif/main.c,v retrieving revision 1.76 retrieving revision 1.77 diff -u -p -d -r1.76 -r1.77 --- main.c 13 Oct 2009 03:11:33 -0000 1.76 +++ main.c 27 Oct 2009 06:09:44 -0000 1.77 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include "config.h" Index: actions.h =================================================================== RCS file: /cvsroot/libexif/exif/exif/actions.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -d -r1.12 -r1.13 --- actions.h 1 Oct 2009 06:50:34 -0000 1.12 +++ actions.h 27 Oct 2009 06:09:44 -0000 1.13 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __ACTIONS_H__ |
From: Dan F. <dfa...@us...> - 2009-10-27 06:09:53
|
Update of /cvsroot/libexif/exif/libjpeg In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32083/libjpeg Modified Files: jpeg-data.c jpeg-data.h jpeg-marker.c jpeg-marker.h Log Message: Updated the Free Software Foundation's street address Index: jpeg-marker.c =================================================================== RCS file: /cvsroot/libexif/exif/libjpeg/jpeg-marker.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- jpeg-marker.c 23 Jan 2008 22:38:41 -0000 1.4 +++ jpeg-marker.c 27 Oct 2009 06:09:45 -0000 1.5 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include "config.h" #include "jpeg-marker.h" Index: jpeg-marker.h =================================================================== RCS file: /cvsroot/libexif/exif/libjpeg/jpeg-marker.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- jpeg-marker.h 11 May 2004 14:27:52 -0000 1.4 +++ jpeg-marker.h 27 Oct 2009 06:09:45 -0000 1.5 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __JPEG_MARKER_H__ #define __JPEG_MARKER_H__ Index: jpeg-data.c =================================================================== RCS file: /cvsroot/libexif/exif/libjpeg/jpeg-data.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -d -r1.21 -r1.22 --- jpeg-data.c 16 Sep 2009 22:35:50 -0000 1.21 +++ jpeg-data.c 27 Oct 2009 06:09:45 -0000 1.22 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include "config.h" Index: jpeg-data.h =================================================================== RCS file: /cvsroot/libexif/exif/libjpeg/jpeg-data.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- jpeg-data.h 20 Nov 2008 00:49:10 -0000 1.7 +++ jpeg-data.h 27 Oct 2009 06:09:45 -0000 1.8 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __JPEG_DATA_H__ |
From: Dan F. <dfa...@us...> - 2009-10-27 06:06:28
|
Update of /cvsroot/libexif/libexif/test In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31040/test Modified Files: test-integers.c test-mem.c test-mnote.c test-parse.c test-tagtable.c test-value.c Log Message: Updated the Free Software Foundation's street address Index: test-mem.c =================================================================== RCS file: /cvsroot/libexif/libexif/test/test-mem.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -d -r1.11 -r1.12 --- test-mem.c 26 Jun 2007 02:10:23 -0000 1.11 +++ test-mem.c 27 Oct 2009 06:06:11 -0000 1.12 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: test-integers.c =================================================================== RCS file: /cvsroot/libexif/libexif/test/test-integers.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- test-integers.c 29 Jun 2007 11:37:36 -0000 1.2 +++ test-integers.c 27 Oct 2009 06:06:11 -0000 1.3 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ Index: test-parse.c =================================================================== RCS file: /cvsroot/libexif/libexif/test/test-parse.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- test-parse.c 2 Aug 2007 03:03:54 -0000 1.4 +++ test-parse.c 27 Oct 2009 06:06:11 -0000 1.5 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. * */ Index: test-tagtable.c =================================================================== RCS file: /cvsroot/libexif/libexif/test/test-tagtable.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- test-tagtable.c 23 Jan 2009 00:12:27 -0000 1.1 +++ test-tagtable.c 27 Oct 2009 06:06:11 -0000 1.2 @@ -16,8 +16,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include "config.h" Index: test-value.c =================================================================== RCS file: /cvsroot/libexif/libexif/test/test-value.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- test-value.c 26 Jun 2007 02:23:29 -0000 1.3 +++ test-value.c 27 Oct 2009 06:06:11 -0000 1.4 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <libexif/exif-utils.h> Index: test-mnote.c =================================================================== RCS file: /cvsroot/libexif/libexif/test/test-mnote.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -d -r1.5 -r1.6 --- test-mnote.c 14 Jul 2005 22:14:07 -0000 1.5 +++ test-mnote.c 27 Oct 2009 06:06:11 -0000 1.6 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> |
Update of /cvsroot/libexif/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31040/libexif Modified Files: exif-byte-order.c exif-byte-order.h exif-content.c exif-content.h exif-data-type.h exif-data.c exif-data.h exif-entry.c exif-entry.h exif-format.c exif-format.h exif-ifd.c exif-ifd.h exif-loader.c exif-loader.h exif-log.c exif-log.h exif-mem.h exif-mnote-data-priv.h exif-mnote-data.c exif-mnote-data.h exif-system.h exif-tag.c exif-tag.h exif-utils.c exif-utils.h i18n.h Log Message: Updated the Free Software Foundation's street address Index: exif-data.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-data.c,v retrieving revision 1.123 retrieving revision 1.124 diff -u -p -d -r1.123 -r1.124 --- exif-data.c 27 Oct 2009 00:41:43 -0000 1.123 +++ exif-data.c 27 Oct 2009 06:06:11 -0000 1.124 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: exif-mem.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-mem.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -d -r1.9 -r1.10 --- exif-mem.h 17 Oct 2009 06:00:27 -0000 1.9 +++ exif-mem.h 27 Oct 2009 06:06:11 -0000 1.10 @@ -18,8 +18,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_MEM_H__ Index: exif-byte-order.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-byte-order.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -d -r1.6 -r1.7 --- exif-byte-order.h 14 Apr 2009 06:00:15 -0000 1.6 +++ exif-byte-order.h 27 Oct 2009 06:06:11 -0000 1.7 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_BYTE_ORDER_H__ Index: exif-data.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-data.h,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -d -r1.25 -r1.26 --- exif-data.h 30 Sep 2009 06:56:16 -0000 1.25 +++ exif-data.h 27 Oct 2009 06:06:11 -0000 1.26 @@ -17,8 +17,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_DATA_H__ Index: exif-byte-order.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-byte-order.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -d -r1.6 -r1.7 --- exif-byte-order.c 17 Feb 2008 18:31:55 -0000 1.6 +++ exif-byte-order.c 27 Oct 2009 06:06:11 -0000 1.7 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: exif-utils.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-utils.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -d -r1.15 -r1.16 --- exif-utils.c 22 Jan 2009 23:28:22 -0000 1.15 +++ exif-utils.c 27 Oct 2009 06:06:11 -0000 1.16 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: exif-content.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-content.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -p -d -r1.32 -r1.33 --- exif-content.c 27 Sep 2009 04:48:56 -0000 1.32 +++ exif-content.c 27 Oct 2009 06:06:11 -0000 1.33 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: exif-utils.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-utils.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -d -r1.21 -r1.22 --- exif-utils.h 27 Nov 2008 06:54:45 -0000 1.21 +++ exif-utils.h 27 Oct 2009 06:06:11 -0000 1.22 @@ -16,8 +16,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_UTILS_H__ Index: exif-content.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-content.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -d -r1.20 -r1.21 --- exif-content.h 28 Sep 2009 23:09:12 -0000 1.20 +++ exif-content.h 27 Oct 2009 06:06:11 -0000 1.21 @@ -16,8 +16,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_CONTENT_H__ Index: exif-loader.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-loader.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -p -d -r1.37 -r1.38 --- exif-loader.c 1 Oct 2009 06:05:08 -0000 1.37 +++ exif-loader.c 27 Oct 2009 06:06:11 -0000 1.38 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: i18n.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/i18n.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -d -r1.6 -r1.7 --- i18n.h 13 Jan 2006 07:42:44 -0000 1.6 +++ i18n.h 27 Oct 2009 06:06:11 -0000 1.7 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __I18N_H__ Index: exif-system.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-system.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- exif-system.h 22 Nov 2008 07:08:56 -0000 1.3 +++ exif-system.h 27 Oct 2009 06:06:11 -0000 1.4 @@ -16,8 +16,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef EXIF_SYSTEM_H Index: exif-log.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-log.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -d -r1.8 -r1.9 --- exif-log.c 17 Feb 2008 18:31:56 -0000 1.8 +++ exif-log.c 27 Oct 2009 06:06:11 -0000 1.9 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: exif-format.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-format.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -d -r1.9 -r1.10 --- exif-format.h 27 Nov 2008 06:54:45 -0000 1.9 +++ exif-format.h 27 Oct 2009 06:06:11 -0000 1.10 @@ -17,8 +17,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_FORMAT_H__ Index: exif-log.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-log.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -d -r1.12 -r1.13 --- exif-log.h 5 Dec 2008 07:07:15 -0000 1.12 +++ exif-log.h 27 Oct 2009 06:06:11 -0000 1.13 @@ -16,8 +16,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_LOG_H__ Index: exif-format.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-format.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -d -r1.17 -r1.18 --- exif-format.c 17 Sep 2009 22:32:59 -0000 1.17 +++ exif-format.c 27 Oct 2009 06:06:11 -0000 1.18 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: exif-mnote-data.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-mnote-data.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -d -r1.12 -r1.13 --- exif-mnote-data.c 17 Feb 2008 18:31:56 -0000 1.12 +++ exif-mnote-data.c 27 Oct 2009 06:06:11 -0000 1.13 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: exif-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-tag.c,v retrieving revision 1.59 retrieving revision 1.60 diff -u -p -d -r1.59 -r1.60 --- exif-tag.c 27 Oct 2009 00:41:43 -0000 1.59 +++ exif-tag.c 27 Oct 2009 06:06:11 -0000 1.60 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: exif-mnote-data-priv.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-mnote-data-priv.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -d -r1.8 -r1.9 --- exif-mnote-data-priv.h 17 Feb 2008 18:31:56 -0000 1.8 +++ exif-mnote-data-priv.h 27 Oct 2009 06:06:11 -0000 1.9 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_MNOTE_DATA_PRIV_H__ Index: exif-tag.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-tag.h,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -d -r1.27 -r1.28 --- exif-tag.h 14 Oct 2009 06:57:08 -0000 1.27 +++ exif-tag.h 27 Oct 2009 06:06:11 -0000 1.28 @@ -16,8 +16,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_TAG_H__ Index: exif-mnote-data.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-mnote-data.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -d -r1.9 -r1.10 --- exif-mnote-data.h 3 Jan 2009 08:19:20 -0000 1.9 +++ exif-mnote-data.h 27 Oct 2009 06:06:11 -0000 1.10 @@ -16,8 +16,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_MNOTE_DATA_H__ Index: exif-data-type.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-data-type.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- exif-data-type.h 30 Sep 2009 06:56:16 -0000 1.3 +++ exif-data-type.h 27 Oct 2009 06:06:11 -0000 1.4 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_DATA_TYPE_H__ Index: exif-ifd.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-ifd.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- exif-ifd.c 17 Feb 2008 18:31:55 -0000 1.7 +++ exif-ifd.c 27 Oct 2009 06:06:11 -0000 1.8 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: exif-entry.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -d -r1.23 -r1.24 --- exif-entry.h 17 Oct 2009 06:00:27 -0000 1.23 +++ exif-entry.h 27 Oct 2009 06:06:11 -0000 1.24 @@ -16,8 +16,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_ENTRY_H__ Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.134 retrieving revision 1.135 diff -u -p -d -r1.134 -r1.135 --- exif-entry.c 23 Sep 2009 18:00:16 -0000 1.134 +++ exif-entry.c 27 Oct 2009 06:06:11 -0000 1.135 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: exif-ifd.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-ifd.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -d -r1.5 -r1.6 --- exif-ifd.h 27 Nov 2008 06:54:45 -0000 1.5 +++ exif-ifd.h 27 Oct 2009 06:06:11 -0000 1.6 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_IFD_H__ Index: exif-loader.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-loader.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -d -r1.13 -r1.14 --- exif-loader.h 17 Oct 2009 06:00:27 -0000 1.13 +++ exif-loader.h 27 Oct 2009 06:06:11 -0000 1.14 @@ -16,8 +16,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_LOADER_H__ |
From: Dan F. <dfa...@us...> - 2009-10-27 06:06:23
|
Update of /cvsroot/libexif/libexif/contrib/c++ In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31040/contrib/c++ Modified Files: exif.hxx exif_module.cxx Log Message: Updated the Free Software Foundation's street address Index: exif.hxx =================================================================== RCS file: /cvsroot/libexif/libexif/contrib/c++/exif.hxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- exif.hxx 19 Jan 2004 21:49:50 -0000 1.1 +++ exif.hxx 27 Oct 2009 06:06:08 -0000 1.2 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef EXIF_HXX Index: exif_module.cxx =================================================================== RCS file: /cvsroot/libexif/libexif/contrib/c++/exif_module.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- exif_module.cxx 19 Jan 2004 21:49:50 -0000 1.1 +++ exif_module.cxx 27 Oct 2009 06:06:08 -0000 1.2 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include "exif.hxx" |
Update of /cvsroot/libexif/libexif/libexif/fuji In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31040/libexif/fuji Modified Files: exif-mnote-data-fuji.c exif-mnote-data-fuji.h mnote-fuji-entry.c mnote-fuji-entry.h mnote-fuji-tag.c mnote-fuji-tag.h Log Message: Updated the Free Software Foundation's street address Index: exif-mnote-data-fuji.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/fuji/exif-mnote-data-fuji.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -d -r1.10 -r1.11 --- exif-mnote-data-fuji.c 25 Sep 2009 22:01:53 -0000 1.10 +++ exif-mnote-data-fuji.c 27 Oct 2009 06:06:11 -0000 1.11 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <stdlib.h> Index: mnote-fuji-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/fuji/mnote-fuji-entry.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- mnote-fuji-entry.c 17 Feb 2008 18:31:56 -0000 1.4 +++ mnote-fuji-entry.c 27 Oct 2009 06:06:11 -0000 1.5 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <stdlib.h> Index: exif-mnote-data-fuji.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/fuji/exif-mnote-data-fuji.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- exif-mnote-data-fuji.h 17 Feb 2008 18:31:56 -0000 1.2 +++ exif-mnote-data-fuji.h 27 Oct 2009 06:06:11 -0000 1.3 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_FUJI_CONTENT_H__ Index: mnote-fuji-entry.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/fuji/mnote-fuji-entry.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- mnote-fuji-entry.h 17 Feb 2008 18:31:56 -0000 1.2 +++ mnote-fuji-entry.h 27 Oct 2009 06:06:11 -0000 1.3 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_FUJI_ENTRY_H__ Index: mnote-fuji-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/fuji/mnote-fuji-tag.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- mnote-fuji-tag.c 18 Jan 2009 09:38:29 -0000 1.7 +++ mnote-fuji-tag.c 27 Oct 2009 06:06:11 -0000 1.8 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <stdlib.h> Index: mnote-fuji-tag.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/fuji/mnote-fuji-tag.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- mnote-fuji-tag.h 17 Feb 2008 18:31:56 -0000 1.2 +++ mnote-fuji-tag.h 27 Oct 2009 06:06:11 -0000 1.3 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_FUJI_TAG_H__ |
Update of /cvsroot/libexif/libexif/libexif/olympus In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31040/libexif/olympus Modified Files: exif-mnote-data-olympus.c exif-mnote-data-olympus.h mnote-olympus-entry.c mnote-olympus-entry.h mnote-olympus-tag.c mnote-olympus-tag.h Log Message: Updated the Free Software Foundation's street address Index: mnote-olympus-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/olympus/mnote-olympus-tag.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -d -r1.21 -r1.22 --- mnote-olympus-tag.c 31 Jan 2009 23:36:18 -0000 1.21 +++ mnote-olympus-tag.c 27 Oct 2009 06:06:11 -0000 1.22 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: mnote-olympus-tag.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/olympus/mnote-olympus-tag.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -d -r1.13 -r1.14 --- mnote-olympus-tag.h 31 Jan 2009 23:36:18 -0000 1.13 +++ mnote-olympus-tag.h 27 Oct 2009 06:06:11 -0000 1.14 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_OLYMPUS_TAG_H__ Index: mnote-olympus-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/olympus/mnote-olympus-entry.c,v retrieving revision 1.50 retrieving revision 1.51 diff -u -p -d -r1.50 -r1.51 --- mnote-olympus-entry.c 17 Sep 2009 22:33:01 -0000 1.50 +++ mnote-olympus-entry.c 27 Oct 2009 06:06:11 -0000 1.51 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: exif-mnote-data-olympus.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/olympus/exif-mnote-data-olympus.c,v retrieving revision 1.42 retrieving revision 1.43 diff -u -p -d -r1.42 -r1.43 --- exif-mnote-data-olympus.c 25 Sep 2009 22:01:53 -0000 1.42 +++ exif-mnote-data-olympus.c 27 Oct 2009 06:06:11 -0000 1.43 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: exif-mnote-data-olympus.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/olympus/exif-mnote-data-olympus.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -d -r1.10 -r1.11 --- exif-mnote-data-olympus.h 13 Jan 2009 08:26:41 -0000 1.10 +++ exif-mnote-data-olympus.h 27 Oct 2009 06:06:11 -0000 1.11 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_OLYMPUS_CONTENT_H__ Index: mnote-olympus-entry.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/olympus/mnote-olympus-entry.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- mnote-olympus-entry.h 17 Feb 2008 18:31:56 -0000 1.3 +++ mnote-olympus-entry.h 27 Oct 2009 06:06:11 -0000 1.4 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_OLYMPUS_ENTRY_H__ |
Update of /cvsroot/libexif/libexif/libexif/pentax In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31040/libexif/pentax Modified Files: exif-mnote-data-pentax.c exif-mnote-data-pentax.h mnote-pentax-entry.c mnote-pentax-entry.h mnote-pentax-tag.c mnote-pentax-tag.h Log Message: Updated the Free Software Foundation's street address Index: mnote-pentax-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/pentax/mnote-pentax-tag.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -d -r1.13 -r1.14 --- mnote-pentax-tag.c 14 Jan 2009 08:46:44 -0000 1.13 +++ mnote-pentax-tag.c 27 Oct 2009 06:06:11 -0000 1.14 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: exif-mnote-data-pentax.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/pentax/exif-mnote-data-pentax.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -d -r1.19 -r1.20 --- exif-mnote-data-pentax.c 9 Oct 2009 04:28:49 -0000 1.19 +++ exif-mnote-data-pentax.c 27 Oct 2009 06:06:11 -0000 1.20 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include "config.h" Index: mnote-pentax-entry.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/pentax/mnote-pentax-entry.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- mnote-pentax-entry.h 17 Feb 2008 18:31:57 -0000 1.3 +++ mnote-pentax-entry.h 27 Oct 2009 06:06:11 -0000 1.4 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_PENTAX_ENTRY_H__ Index: exif-mnote-data-pentax.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/pentax/exif-mnote-data-pentax.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -d -r1.6 -r1.7 --- exif-mnote-data-pentax.h 19 Sep 2009 05:16:04 -0000 1.6 +++ exif-mnote-data-pentax.h 27 Oct 2009 06:06:11 -0000 1.7 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_MNOTE_DATA_PENTAX_H__ Index: mnote-pentax-tag.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/pentax/mnote-pentax-tag.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- mnote-pentax-tag.h 17 Feb 2008 18:31:57 -0000 1.3 +++ mnote-pentax-tag.h 27 Oct 2009 06:06:11 -0000 1.4 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_PENTAX_TAG_H__ Index: mnote-pentax-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/pentax/mnote-pentax-entry.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -d -r1.23 -r1.24 --- mnote-pentax-entry.c 6 Oct 2009 06:43:07 -0000 1.23 +++ mnote-pentax-entry.c 27 Oct 2009 06:06:11 -0000 1.24 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> |
Update of /cvsroot/libexif/libexif/libexif/canon In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31040/libexif/canon Modified Files: exif-mnote-data-canon.c exif-mnote-data-canon.h mnote-canon-entry.c mnote-canon-entry.h mnote-canon-tag.c mnote-canon-tag.h Log Message: Updated the Free Software Foundation's street address Index: mnote-canon-entry.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/canon/mnote-canon-entry.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- mnote-canon-entry.h 17 Feb 2008 18:31:56 -0000 1.4 +++ mnote-canon-entry.h 27 Oct 2009 06:06:11 -0000 1.5 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_CANON_ENTRY_H__ Index: mnote-canon-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/canon/mnote-canon-entry.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -d -r1.30 -r1.31 --- mnote-canon-entry.c 17 Sep 2009 22:33:01 -0000 1.30 +++ mnote-canon-entry.c 27 Oct 2009 06:06:11 -0000 1.31 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include "config.h" Index: mnote-canon-tag.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/canon/mnote-canon-tag.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -d -r1.6 -r1.7 --- mnote-canon-tag.h 17 Feb 2008 18:31:56 -0000 1.6 +++ mnote-canon-tag.h 27 Oct 2009 06:06:11 -0000 1.7 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_CANON_TAG_H__ Index: exif-mnote-data-canon.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/canon/exif-mnote-data-canon.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -d -r1.25 -r1.26 --- exif-mnote-data-canon.c 9 Oct 2009 04:28:49 -0000 1.25 +++ exif-mnote-data-canon.c 27 Oct 2009 06:06:11 -0000 1.26 @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: mnote-canon-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/canon/mnote-canon-tag.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -d -r1.18 -r1.19 --- mnote-canon-tag.c 18 Jan 2009 09:38:27 -0000 1.18 +++ mnote-canon-tag.c 27 Oct 2009 06:06:11 -0000 1.19 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include <config.h> Index: exif-mnote-data-canon.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/canon/exif-mnote-data-canon.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -d -r1.5 -r1.6 --- exif-mnote-data-canon.h 17 Feb 2008 18:31:56 -0000 1.5 +++ exif-mnote-data-canon.h 27 Oct 2009 06:06:11 -0000 1.6 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_MNOTE_DATA_CANON_H__ |
From: Dan F. <dfa...@us...> - 2009-10-27 00:41:54
|
Update of /cvsroot/libexif/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26924/libexif Modified Files: exif-data.c exif-tag.c Log Message: Improved tag table lookup performance by optimally ordering IFD search and aborting searches early if the tag is not found. Index: exif-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-tag.c,v retrieving revision 1.58 retrieving revision 1.59 diff -u -p -d -r1.58 -r1.59 --- exif-tag.c 15 Oct 2009 06:15:17 -0000 1.58 +++ exif-tag.c 27 Oct 2009 00:41:43 -0000 1.59 @@ -45,7 +45,8 @@ * When there are such duplicate entries, there must be no overlap in their * support levels. * The entries MUST be sorted in tag order. - * The name and title are mandatory, but the description may be NULL. + * The name and title are mandatory, but the description may be an empty + * string. None of the entries may be NULL except the final array terminator. */ static const struct TagEntry { /*! Tag ID. There may be duplicate tags when the same number is used for @@ -945,8 +946,14 @@ exif_tag_get_name_in_ifd (ExifTag tag, E first = exif_tag_table_first(tag); if (first < 0) return NULL; - for (i = first; ExifTagTable[i].name; i++) - if ((ExifTagTable[i].tag == tag) && RECORDED) break; + + for (i = first; ExifTagTable[i].name; i++) { + if (ExifTagTable[i].tag == tag) { + if (RECORDED) + break; + } else + return NULL; /* Recorded tag not found in the table */ + } return ExifTagTable[i].name; } @@ -969,8 +976,14 @@ exif_tag_get_title_in_ifd (ExifTag tag, first = exif_tag_table_first(tag); if (first < 0) return NULL; - for (i = first; ExifTagTable[i].title; i++) - if ((ExifTagTable[i].tag == tag) && RECORDED) break; + + for (i = first; ExifTagTable[i].name; i++) { + if (ExifTagTable[i].tag == tag) { + if (RECORDED) + break; + } else + return NULL; /* Recorded tag not found in the table */ + } return _(ExifTagTable[i].title); } @@ -993,14 +1006,19 @@ exif_tag_get_description_in_ifd (ExifTag first = exif_tag_table_first(tag); if (first < 0) return NULL; - for (i = 0; ExifTagTable[i].description; i++) - if ((ExifTagTable[i].tag == tag) && RECORDED) { - /* GNU gettext acts strangely when given an empty string */ - if (!*ExifTagTable[i].description) - return ""; - return _(ExifTagTable[i].description); - } - return NULL; + + for (i = 0; ExifTagTable[i].name; i++) { + if (ExifTagTable[i].tag == tag) { + if (RECORDED) + break; + } else + return NULL; /* Recorded tag not found in the table */ + } + + /* GNU gettext acts strangely when given an empty string */ + if (!ExifTagTable[i].description || !*ExifTagTable[i].description) + return ""; + return _(ExifTagTable[i].description); } @@ -1014,10 +1032,11 @@ typedef const char * (*get_stuff_func) ( static const char * exif_tag_get_stuff (ExifTag tag, get_stuff_func func) { + /* Search IFDs in this order, in decreasing order of number of valid tags */ static const ExifIfd ifds[EXIF_IFD_COUNT] = { + EXIF_IFD_EXIF, EXIF_IFD_0, EXIF_IFD_1, - EXIF_IFD_EXIF, EXIF_IFD_INTEROPERABILITY, EXIF_IFD_GPS }; @@ -1084,6 +1103,7 @@ get_support_level_in_ifd (ExifTag tag, E int first = exif_tag_table_first(tag); if (first < 0) return EXIF_SUPPORT_LEVEL_NOT_RECORDED; + for (i = first; ExifTagTable[i].name; i++) { if (ExifTagTable[i].tag == tag) { const ExifSupportLevel supp = ExifTagTable[i].esl[ifd][t]; Index: exif-data.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-data.c,v retrieving revision 1.122 retrieving revision 1.123 diff -u -p -d -r1.122 -r1.123 --- exif-data.c 15 Oct 2009 07:32:54 -0000 1.122 +++ exif-data.c 27 Oct 2009 00:41:43 -0000 1.123 @@ -414,7 +414,8 @@ exif_data_load_data_content (ExifData *d * specific IFD, so exif_tag_get_name_in_ifd won't work */ exif_log (data->priv->log, EXIF_LOG_CODE_DEBUG, "ExifData", - "Sub-IFD entry 0x%x at %u.", tag, o); + "Sub-IFD entry 0x%x ('%s') at %u.", tag, + exif_tag_get_name(tag), o); switch (tag) { case EXIF_TAG_EXIF_IFD_POINTER: CHECK_REC (EXIF_IFD_EXIF); |
From: Dan F. <dfa...@us...> - 2009-10-27 00:41:51
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26924 Modified Files: ChangeLog Log Message: Improved tag table lookup performance by optimally ordering IFD search and aborting searches early if the tag is not found. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.333 retrieving revision 1.334 diff -u -p -d -r1.333 -r1.334 --- ChangeLog 15 Oct 2009 06:15:15 -0000 1.333 +++ ChangeLog 27 Oct 2009 00:41:41 -0000 1.334 @@ -1,3 +1,8 @@ +2009-10-27 Dan Fandrich <da...@co...> + + * Improved tag table lookup performance by optimally ordering IFD + search and aborting searches early if the tag is not found. + 2009-10-14 Dan Fandrich <da...@co...> * Changed the various functions searching for tags in ExifTagTable[] |