summaryrefslogtreecommitdiffstats
path: root/media/img_utils
Commit message (Collapse)AuthorAgeFilesLines
* camera2: Add bad pixel opcode to img_utils.Ruben Brunk2015-08-052-14/+102
| | | | | Bug: 22463079 Change-Id: Ied76bbdcf3f706cea6e249748c6bfd4092ff6d39
* Add distortion correction opcodes in DngCreator.Ruben Brunk2015-06-162-1/+133
| | | | | | Bug: 20491394 Change-Id: Ide932d49e620c7dc9a847bb5ddc8715d5f936bd5
* Fix build with clangBernhard Rosenkränzer2014-12-081-2/+1
| | | | | | | | In the -DNDEBUG case, nextOffset is unused, causing clang to spew a warning in code build with -Werror. Change-Id: If0101dcdf735672050f985a1de25a983edb02a52 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
* Merge "Img_utils: Fix "unused" variables"Andreas Gampe2014-11-252-2/+2
|\
| * Img_utils: Fix "unused" variablesAndreas Gampe2014-11-242-2/+2
| | | | | | | | | | | | For build-system CFLAGS clean-up, fix unused variables. Change-Id: I589a73780f022271fce40f64305b29a84c382e5f
* | Remove unused parameterBernhard Rosenkränzer2014-11-181-1/+1
|/ | | | | | | Remove unused parameter clang complains about Change-Id: I6710645658a802438e41d881d262231a10b091d3 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
* camera2: Force DNG previews to render with LSC map.Ruben Brunk2014-10-011-1/+3
| | | | | Bug: 17688063 Change-Id: I7f60a3465ab608a6b68d1e38493895cbd40bd7ae
* DNG: Clean up logging.Ruben Brunk2014-07-252-7/+11
| | | | Change-Id: Ie34d5a22c89a726215d740fef359d53e5a1a360b
* DNG: Update TiffWriter to handle thumbnails and SubIfds.Ruben Brunk2014-07-1017-149/+938
| | | | | | | | | | | | | - Fix SubIfd handling. - Add StripSources, convenience functions for writing image strips. - Update Input classes to use with JNI. - Add skip method. - Add tag definitions for GPS tags. - Add name string to tag definitions. Bug: 15112503 Change-Id: I9535b21261027f6c06a041c1621de8f865a0ad32
* DNG: Fix OpcodeList2 length field.Ruben Brunk2014-06-041-1/+1
| | | | | Bug: 15432434 Change-Id: I2a0e017f72c31cdbd30df1fdb32cdd5ff4af3649
* DNG: Add additional TIFF/EP tag definitions.Ruben Brunk2014-06-021-0/+48
| | | | | Bug: 15112503 Change-Id: Ib06d9a5e70e6e3d5063a95a7109538ef64f03334
* Fix warnings, re-enable -Werror.Ruben Brunk2014-05-175-14/+15
| | | Change-Id: Ic6b1a10f46f980f9a9d8d130600419a792703c44
* FixbuildRuben Brunk2014-05-171-1/+0
| | | | Change-Id: I4379964731b671f36a1e239b0f7665f595ac1c2d
* camera2: Adding TIFF writing utilities.Ruben Brunk2014-05-1733-0/+4424
Adds a native image utilities library with support for: - Writing TIFF 6.0 and TIFF EP compliant file headers. - Additional tags defined in EXIF 2.3 and DNG 1.4 specs. Change-Id: I7a4fef74bd5254d92baf08a3cf61af5de1b7ca83