aboutsummaryrefslogtreecommitdiffstats
path: root/includes/media/JpegMetadataExtractor.php
Commit message (Expand)AuthorAgeFilesLines
* Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* Remove or replace usages of "sanity"Reedy2021-11-191-2/+1
* Use the unserialized form of image metadata internallyTim Starling2021-06-081-0/+7
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-3/+3
* Fix some Squiz.Scope.MethodScope.MissingReedy2020-05-161-1/+1
* Add const visibility to includes/mediaMax Semenik2020-04-261-5/+5
* Fix XMP parser errors due to trailing nullcharDerk-Jan Hartman2019-09-111-3/+6
* Use wikimedia/xmp-reader libraryKunal Mehta2018-05-311-0/+2
* Adjust tests for JPEG segmentation fixBrion Vibber2018-02-231-0/+2
* Fix infinite loop in JpegMetadataExtractorBrion Vibber2018-02-211-1/+1
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* JpegMetadataExtractor: Don't fail when garbage bytes are present between JPEG...Bartosz Dziewoński2016-10-181-3/+4
* JpegMetadataExtractor: Allow empty segmentsBartosz Dziewoński2016-09-301-2/+6
* Convert all array() syntax to []Kunal Mehta2016-02-171-5/+5
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-2/+2
* SECURITY: Don't allow entities in XMP with HHVMcsteipp2015-04-011-1/+1
* Use wikimedia/utfnormal library, add backwards-compatability layerKunal Mehta2015-03-241-2/+2
* Cleanup some docs (includes/[m-r])umherirrender2014-07-241-4/+4
* Update documentation for media related classesSiebrand Mazeland2013-12-061-4/+5
* Break long lines in media related classesSiebrand Mazeland2013-12-051-1/+2
* Update formatting for media related classesSiebrand Mazeland2013-12-051-4/+2
* newlines in wfDebug() callsAntoine Musso2013-05-201-2/+2
* Fixed spacing in context/installer/media/templates/upload folderumherirrender2013-04-211-4/+10
* Remove spaces in function signatureumherirrender2013-03-181-2/+2
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-1/+1
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-2/+2
* Fix align of block commentsumherirrender2013-03-071-22/+22
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-191-1/+1
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-4/+5
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-031-5/+29
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-3/+7
* Make sure that if we fail to read the App13 (iptc) block of a JPG file, that ...Brian Wolff2012-01-051-4/+6
* (follow up r99477) not sure what I was doing on r99477, but its not right (do...Brian Wolff2011-10-241-3/+4
* (bug 31740) JpegMetadataExtractor and friends weren't checking for unexpected...Brian Wolff2011-10-241-4/+11
* (bug 31588, sort of) Jpeg metadata code wasn't handling padding bytes properly.Brian Wolff2011-10-111-1/+4
* follow-up r86169 - 2 minor issues found while writing unit testsBrian Wolff2011-08-211-6/+20
* Few more comment/whitespace issues from r86169Sam Reed2011-04-181-3/+1
* Few style/whitespace/comment issues from r86169Sam Reed2011-04-181-7/+20
* follow-up r86195 - That $valid really was reachable :PBrian Wolff2011-04-161-0/+1
* (Follow-up r86169) Needed supress warnings around iconvBrian Wolff2011-04-161-3/+11
* Remove some unused variablesSam Reed2011-04-161-5/+0
* Merge to trunk everything in img_metadata branch.Brian Wolff2011-04-161-0/+212