summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ignore additional thumbnailsMarcus Boerger2002-08-071-47/+54
* 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
* Missing Photoshop tagsMarcus Boerger2002-07-261-2/+11
* -handling of thumbnails in sub IFDs (the Photoshopway for TIFF)Marcus Boerger2002-07-251-10/+59
* -naming conventionMarcus Boerger2002-07-241-78/+147
* added some more tags from WinXPMarcus Boerger2002-07-221-26/+118
* added EXIF Version 2.2 TagsMarcus Boerger2002-07-221-40/+155
* unify error messages & noticesMarcus Boerger2002-07-211-30/+30
* -fix datatypes for some vriablesMarcus Boerger2002-07-021-19/+21
* 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
* @GetImageSize now allways set fields unknown to 0 and new ImagetypeMarcus Boerger2002-06-241-0/+1
* -imagetype2mimetype renamed to image_type_to_mime_typeMarcus Boerger2002-06-231-2/+2
* -exif versionMarcus Boerger2002-06-221-3/+4
* @exif_read_data returns mime-type now for image and thumbnail And exif_thumbn...Marcus Boerger2002-06-221-11/+19
* 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
* Ini settings for internal encoding and decoding of Unicode and JIS formatted ...Marcus Boerger2002-04-121-12/+111
* fix exif using vspprintfMarcus Boerger2002-04-101-21/+31
* correcting some more whitespaceMarcus Boerger2002-04-071-323/+310
* -fix warningsMarcus Boerger2002-04-071-137/+140
* -correct length for ASCIIMarcus Boerger2002-04-051-11/+22
* aligning #Marcus Boerger2002-04-051-102/+103
* Unicode is now based on php_mb_convert_encoding if availableMarcus Boerger2002-04-051-4/+59
* removed calls to wctomb, wcstombsMarcus Boerger2002-04-041-26/+21
* - 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
* -compiler warningsMarcus Boerger2002-03-301-1/+5
* -fix possible problem on low memoryMarcus Boerger2002-03-291-2/+3
* pproto fixHartmut Holzgraefe2002-03-251-1/+1
* -removed old streams test codeMarcus Boerger2002-03-211-25/+0
* -fixed memory handlingMarcus Boerger2002-03-211-45/+56
* #wsMarcus Boerger2002-03-211-59/+59
* Streams are all tracked as resources now.Wez Furlong2002-03-201-4/+1
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-1/+1
* -streams are no longer an optionMarcus Boerger2002-03-181-60/+53
* -use php_stream_make_seekableMarcus Boerger2002-03-181-15/+21
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-2/+2
* #removed code to track down error in streamsMarcus Boerger2002-03-171-12/+5
* -quick hack to bug in streams....but where?Marcus Boerger2002-03-161-3/+4