summaryrefslogtreecommitdiffstats
path: root/jni_jpegstream
Commit message (Collapse)AuthorAgeFilesLines
* Use -Werror in packages/apps/Gallery2Chih-Hung Hsieh2018-11-101-0/+1
| | | | | | | | * Keep constant-conversion warnings to fix later. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ib93e954e025fd2f0202960df20583b50b97fce7f
* Fix misc-macro-parentheses warnings in Gallery2.Chih-Hung Hsieh2018-11-101-4/+4
| | | | | | | | Add parentheses around negative literals and parameters beside operators. Bug: 28705665 Test: build with clang-tidy Change-Id: Icdb2d003e77f6b0dfac7d9c30dec0ee80c13e3cd
* Fix compiling warningsjinwu2018-03-084-4/+3
| | | | Change-Id: Ifa32c703e9919277be98c258ced56ef67150dd13
* Changing to correct library name (stlport_static to c++_static)Soumil Shah2018-01-221-1/+1
| | | | Change-Id: I2747fb45518f81ba96c576a1790f47c33aa57c32
* Switch to static NDK jpeg libraryDavid Ng2016-12-091-2/+2
| | | | | | Remove dependency on platform jpeg shared library. Change-Id: Ib4ec3d83a5e4a609c8ddf4609e0699aa43203097
* Gallery: rename project and make it buildLikai Ding2016-05-291-1/+1
| | | | Change-Id: I18f3b067694be923a263732a90b8e59904db0186
* 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