summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed win32 build.Ilia Alshanetsky2002-12-101-1/+1
|
* -make those debug messagesMarcus Boerger2002-12-101-0/+12
|
* Fixed bug #20907, patch by m-arai@sco.bekkoame.ne.jp.Ilia Alshanetsky2002-12-101-11/+12
|
* -Code completley rewrittenMarcus Boerger2002-11-271-20/+0
|
* -Forgot to correct lengthMarcus Boerger2002-11-271-0/+1
|
* -Add magic_quotes_runtime supportMarcus Boerger2002-11-271-36/+75
| | | | | -Fix Canon Markernote
* Fixed bug #20560.Ilia Alshanetsky2002-11-221-1/+1
|
* Test is affected by mbstringMarcus Boerger2002-11-141-3/+16
|
* Removed duplicate assignment.Ilia Alshanetsky2002-11-081-1/+1
|
* Allow ifd start at offset other than 00000007h and provide testcase.Marcus Boerger2002-10-191-4/+6
| | | | | #Now we can read images modified by Exifer.
* typingMarcus Boerger2002-10-031-2/+2
|
* One zero to muchMarcus Boerger2002-08-291-1/+1
|
* some work on the messagesMarcus Boerger2002-08-131-64/+63
|
* Don't use long as a typeRasmus Lerdorf2002-08-131-1/+1
|
* use of php_error_docrefMarcus Boerger2002-08-121-105/+117
|
* left on debug infosMarcus Boerger2002-08-071-1/+1
| | | | | #overlooked that in diff
* Ignore additional thumbnailsMarcus Boerger2002-08-071-47/+54
| | | | | #anybody interested in expansion to support multiple thumbnails?
* Keeping function prototype variables the sameDan Kalowsky2002-08-061-1/+1
|
* datatype inconsistency found by Dan KalowskyMarcus Boerger2002-08-061-1/+1
|
* -fix warnings in windows buildMarcus Boerger2002-07-311-11/+11
|
* -decode several MarkerNotesMarcus Boerger2002-07-281-47/+249
| | | | | | -correct offset information in debug mode @exif_read_data() can decode MarkerNote of several Cameras. (Marcus)
* Missing Photoshop tagsMarcus Boerger2002-07-261-2/+11
|
* -handling of thumbnails in sub IFDs (the Photoshopway for TIFF)Marcus Boerger2002-07-251-10/+59
| | | | | | -Some Photoshop specific tags #after the last patches this finally fixes all warnings and errors in bug #18405
* -naming conventionMarcus Boerger2002-07-241-78/+147
| | | | | | | | -better notices -(D)WORD are unsigned datatypes -started to split tygs into different arrays that would allow to handle vendor specific tags after detection of their markers #BUT simply i do not have any vendor specific image tags...
* added some more tags from WinXPMarcus Boerger2002-07-221-26/+118
| | | | | | | changed conersion for TAG_FMT_SBYTE & BYTE #second change fixes unnecessary conversion timeout #found by Johan Hultgren <johan@6thgear.se>
* added EXIF Version 2.2 TagsMarcus Boerger2002-07-221-40/+155
|
* unify error messages & noticesMarcus Boerger2002-07-211-30/+30
| | | | | # this fixes exif again since it was broken by message unify
* -fix datatypes for some vriablesMarcus Boerger2002-07-021-19/+21
| | | | | | | -fix comment for function exif_process_CME -force return parameters to be passed by reference #this should kill warnings on win systems as found by Edin
* Unify error messages part 1Derick Rethans2002-06-291-149/+149
|
* register IMAGETYPE_<xxx> constants in image.c as they are neededMarcus Boerger2002-06-241-14/+0
| | | | | there.
* @GetImageSize now allways set fields unknown to 0 and new ImagetypeMarcus Boerger2002-06-241-0/+1
| | | | | @iff. (Marcus)
* -imagetype2mimetype renamed to image_type_to_mime_typeMarcus Boerger2002-06-231-2/+2
|
* -exif versionMarcus Boerger2002-06-221-3/+4
| | | | | | -missing constant (and notice) -corrected error messages
* @exif_read_data returns mime-type now for image and thumbnail And ↵Marcus Boerger2002-06-221-11/+19
| | | | | | | exif_thumbnail now optionally returns imagetype. (Marcus) #So now you can use imagetype2filetype with exif_thumbnail
* DO NOT use C++ comments!foobar2002-05-191-1/+5
|
* support for WinXP tags (thanks to Rui Carmo)Marcus Boerger2002-04-141-1/+75
|
* Fix the build.foobar2002-04-121-2/+2
| | | | | # Marcus, do you TEST build at all before you commit?!
* Ini settings for internal encoding and decoding of Unicode and JIS formatted ↵Marcus Boerger2002-04-121-12/+111
| | | | | | | user comments. @- Ini settings for encoding/decoding Unicode/JIS user comments (Marcus)
* fix exif using vspprintfMarcus Boerger2002-04-101-21/+31
|
* correcting some more whitespaceMarcus Boerger2002-04-071-323/+310
| | | | | #hope that's it
* -fix warningsMarcus Boerger2002-04-071-137/+140
| | | | | -fix layout
* -correct length for ASCIIMarcus Boerger2002-04-051-11/+22
| | | | | | -global encoding variables #will become ini settings explanation on what to set follows then
* aligning #Marcus Boerger2002-04-051-102/+103
| | | | | #mentioned by derick
* Unicode is now based on php_mb_convert_encoding if availableMarcus Boerger2002-04-051-4/+59
| | | | | | #currently only ISO-8859-15 is supported as result #maybe this will become an ini setting
* removed calls to wctomb, wcstombsMarcus Boerger2002-04-041-26/+21
| | | | | #leave UNICODE to user
* - Fix as suggested my MarcusDerick Rethans2002-04-031-0/+5
|
* - Nuke *FETCH macros.Markus Fischer2002-04-011-26/+29
|
* #cleanup sourceMarcus Boerger2002-04-011-232/+231
|
* - Fix compilation.Markus Fischer2002-03-311-0/+4
| | | | | # Marcus, could you please fix the whitespace in this file?
* -compiler warningsMarcus Boerger2002-03-301-1/+5
|