aboutsummaryrefslogtreecommitdiffstats
path: root/includes/media/PNGMetadataExtractor.php
Commit message (Expand)AuthorAgeFilesLines
* Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-8/+10
* PNGMetadataExtractor: skip oversize chunks instead of abortingTim Starling2021-07-281-6/+7
* Ignore invalid chunks in PNG files, instead of aborting metadata extractionTim Starling2021-07-131-56/+43
* Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)Fomafix2021-06-281-1/+1
* Use the unserialized form of image metadata internallyTim Starling2021-06-081-0/+4
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-5/+5
* Fix some Squiz.Scope.MethodScope.MissingReedy2020-05-161-1/+1
* Add const visibility to includes/mediaMax Semenik2020-04-261-2/+2
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-8/+8
* Use file width/height instead of metadata for getContentHeadersGilles Dubuc2017-05-231-2/+0
* Store original media dimensions as additional headerGilles Dubuc2017-05-091-0/+4
* Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-2/+2
* Improve code suffering from PHP 5.3's lack of support for foo()[]Bartosz DziewoƄski2016-02-281-2/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-8/+8
* Cleanup some docs (includes/[m-r])umherirrender2014-07-241-1/+1
* Update documentation for media related classesSiebrand Mazeland2013-12-061-3/+3
* Declare visibility for class properties of PNGMetadataExtractorSiebrand Mazeland2013-12-051-21/+24
* Update formatting for media related classesSiebrand Mazeland2013-12-051-23/+20
* Fix spacing and break some linesumherirrender2013-08-241-2/+2
* newlines in wfDebug() callsAntoine Musso2013-05-201-5/+5
* Fixed spacing in context/installer/media/templates/upload folderumherirrender2013-04-211-1/+1
* fix some spacingumherirrender2013-03-251-9/+9
* The static declaration must come after the visibility declarationumherirrender2013-01-261-1/+1
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-191-1/+1
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-031-0/+16
* (bug 31740) JpegMetadataExtractor and friends weren't checking for unexpected...Brian Wolff2011-10-241-16/+27
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* follow-up r86195 (Sort of). Make sure the string there can really be exploded...Brian Wolff2011-04-161-0/+10
* follow-up r86195 - That $valid really was reachable :PBrian Wolff2011-04-161-1/+1
* Remove some unused variablesSam Reed2011-04-161-6/+0
* Merge to trunk everything in img_metadata branch.Brian Wolff2011-04-161-25/+285
* Extract bit depth and color type for PNG imagesBryan Tong Minh2011-03-181-2/+34
* Fixup whitespace from r71592Sam Reed2010-08-241-10/+11
* Remove some unreachable code (usually returns after throwing exceptions)Sam Reed2010-08-241-4/+12
* * Standardised file description headersAlexandre Emsenhuber2010-08-151-5/+13
* Cleanup debug and comments of r68324Derk-Jan Hartman2010-07-281-9/+9
* Add a new PNG parser in order to recognize APNG (animated PNG) images.Derk-Jan Hartman2010-06-201-0/+87