summaryrefslogtreecommitdiffstats
path: root/media/img_utils/src
Commit message (Collapse)AuthorAgeFilesLines
* camera2: Add bad pixel opcode to img_utils.Ruben Brunk2015-08-051-14/+71
| | | | | Bug: 22463079 Change-Id: Ied76bbdcf3f706cea6e249748c6bfd4092ff6d39
* Add distortion correction opcodes in DngCreator.Ruben Brunk2015-06-161-1/+96
| | | | | | 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>
* Img_utils: Fix "unused" variablesAndreas Gampe2014-11-242-2/+2
| | | | | | For build-system CFLAGS clean-up, fix unused variables. Change-Id: I589a73780f022271fce40f64305b29a84c382e5f
* 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-108-64/+459
| | | | | | | | | | | | | - 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
* Fix warnings, re-enable -Werror.Ruben Brunk2014-05-173-11/+12
| | | Change-Id: Ic6b1a10f46f980f9a9d8d130600419a792703c44
* FixbuildRuben Brunk2014-05-171-1/+0
| | | | Change-Id: I4379964731b671f36a1e239b0f7665f595ac1c2d
* camera2: Adding TIFF writing utilities.Ruben Brunk2014-05-1715-0/+1504
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