summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Use new infrastructure.Zeev Suraski2003-08-031-1/+4
| | | | | There are bound to be some messups, please report build/runtime bugs!
* - Errors, warnings and notices start with a capital letter.Marcus Boerger2003-06-201-98/+120
| | | | | - Show sorcode info when debugging exif.
* Fixed win32 buildEdin Kadribasic2003-06-151-2/+2
|
* proto fixesAndrey Hristov2003-06-151-3/+3
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Use safe_estrdup() instead.Marcus Boerger2003-05-301-16/+6
| | | | | # Thanks Sascha i didn't knew about that thing.
* Fix handling of ini settingsMarcus Boerger2003-05-301-6/+16
|
* basename() now binary safe, testcases addedHartmut Holzgraefe2003-05-051-1/+1
|
* Change to use safe_emalloc() and provide macro for nowMarcus Boerger2003-04-161-5/+9
|
* Fixed bug #23102 (integer overflow in exif_iif_add_value()).Ilia Alshanetsky2003-04-081-0/+4
|
* MFBRasmus Lerdorf2003-04-031-9/+15
|
* MFB: Get rid of bogus dtorsRasmus Lerdorf2003-04-021-3/+0
|
* MFBRasmus Lerdorf2003-04-011-8/+4
|
* correct my fault here and documnet the sense of the testMarcus Boerger2003-01-181-4/+3
|
* Additional memory allocation fixes by Marcus Börger.Ilia Alshanetsky2003-01-181-7/+12
|
* Removed the no longer needed memory allocation checks.Ilia Alshanetsky2003-01-181-153/+22
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* (char *) vptr += expr; is refused by the IRIX compiler, so we useSascha Schumann2002-12-221-1/+1
| | | | | vptr = (char *) vptr + expr; instead.
* 'index' is a function name in the C library, do not use it as variable name.Sascha Schumann2002-12-221-3/+3
| | | | | | also, cast the 'void *' correctly to a 'char *' for manipulation instead of an 'int'.
* fix compiler definition testsMarcus Boerger2002-12-161-1/+1
|
* fix compiler definition testsMarcus Boerger2002-12-161-7/+7
|
* -Add constant that shows whether or not exif uses mbstring.Marcus Boerger2002-12-161-3/+4
| | | | | -Fix tests
* change mbstring detectionMarcus Boerger2002-12-161-1/+3
|
* wsMarcus Boerger2002-12-151-12/+12
|
* Fix build when mbstring is a shared module or dll under windowsMarcus Boerger2002-12-141-8/+12
|
* Bugfix: #21010 (Here it's maker (manufacturer) instead of marker)Marcus Boerger2002-12-141-32/+32
|
* decode variable is only used when mbstring is avaliable.Ilia Alshanetsky2002-12-111-1/+1
|
* 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