summaryrefslogtreecommitdiffstats
path: root/jni_jpegstream
Commit message (Collapse)AuthorAgeFilesLines
* Revert setting Werror flag - there are still warnings on some builds.Tomasz Wasilczyk2017-04-201-1/+1
| | | | | | Change-Id: I94a2c0f5885e19d186506062e67d538ae3c7bf09 Test: it builds. Bug: b/37159108
* Fix warnings and set Werror flag to not let them happen again.Tomasz Wasilczyk2017-04-075-6/+4
| | | | | | Test: it builds. Bug: b/37159108 Change-Id: I898f5de0f8e992404977d4958b8dd44af4aea9fe
* Bump API to match dependencies.Dan Albert2016-08-111-1/+1
| | | | | | | | | libjpeg_static_ndk is built against 17, so we need to be built against at least that. Test: mma Bug: None Change-Id: I6c3697010e308f04c629118c6a63f614d87b3409
* Fix misc-macro-parentheses warnings in Gallery2.Chih-Hung Hsieh2016-06-301-4/+4
| | | | | | | | Add parentheses around negative literals and parameters beside operators. Bug: 28705665 Test: build with clang-tidy Change-Id: Icdb2d003e77f6b0dfac7d9c30dec0ee80c13e3cd
* Use a NDK-compatible libjpegDan Willemsen2016-06-171-4/+2
| | | | Change-Id: I5c6e3efca5574a97ff130e43609f860137c67572
* Build against the NDK libraries.Ying Wang2014-07-221-2/+2
| | | | | | | | | That way you don't have dependency on the platform libraries, which in turn depends on things like libcompiler_rt-extras, which isn't exposed to apps_only build. Bug: 16398512 Change-Id: Ie7cf54c97c57b13e82c1891970eb3731a68ae075
* A couple of fixesKévin PETIT2014-03-051-2/+1
| | | | | | | | | | - using LDFLAGS doesn't pull the required dependencies, move to using LOCAL_SHARED_LIBRARIES - eliminate 'implicit declaration' warnings Change-Id: I57f6feca6bfcf8b2e9d439462a33c9757cdde07d Signed-off-by: Marcus Oakland <marcus.oakland@arm.com> Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
* Remove the unused libcutils.Ying Wang2013-08-121-4/+0
| | | | Change-Id: I91b3143f0959e194b71c66ef79f37c35f7a29499
* Added jpeg streaming classes.Ruben Brunk2013-07-1119-0/+1848
- Provides streaming operations for decompressing/compressing JPEG files. - Allows pixel operations to be performed on large JPEG images without holding the entire bitmap in memory. Change-Id: I597ddf282b59d2ba6d6bca4722208121e3728f94