summaryrefslogtreecommitdiff
path: root/jni
AgeCommit message (Expand)Author
2012-10-24Clean up SRI panorama UI.Wu-cheng Li
2012-10-24Small clean up of SRI panorama.Wu-cheng Li
2012-10-24Keep the current frame static in the center in SRI panorama.Wu-cheng Li
2012-10-22Fix panorama preview distortion when capture starts.Wu-cheng Li
2012-08-22fix mips buildKeun young Park
2012-08-14Retire LOCAL_NDK_VERSION.Ying Wang
2012-07-18Fixed x86 buildAndrew Hsieh
2012-07-11Use TARGET_ARCH to guard LOCAL_NDK_VERSION.Wu-cheng Li
2012-07-04Build mosaic against NDK.Wu-cheng Li
2012-05-17Make panorama work in all orientations.Angus Kong
2012-05-14Enable swipe UI in panorama mode.Angus Kong
2012-04-13Fix 5848011.Wei-Ta Chen
2012-04-05Speed up the start-up time of PanoramaActivity.Wei-Ta Chen
2012-04-04Disable debug printing.Ben Cheng
2012-03-15Remove references to old panorama java package name.Pin Ting
2012-02-21This modification improves the performance of panorama by 10.8% with gcc4.7 a...Guozhi Wei
2012-02-02Fix PanoramaActivity stucks in native lib.Angus Kong
2011-11-23Fix a typo.Wei-Ta Chen
2011-11-22Fix an issue that the cropping rect has 0 width/height.Wei-Ta Chen
2011-11-09Merge "Fix a memory leak bug."Guozhi Wei
2011-11-09Fix a memory leak bug.Guozhi Wei
2011-11-08Changes to resolve jagged horizontal edge and blurred vertical edge issues.mbansal
2011-11-04Fix an OOM issue in mosaic blending.Wei-Ta Chen
2011-10-26Make Panorama work in portrait layout.Wei-Ta Chen
2011-10-14Eliminating aliasing vertical lines.Wei-Ta Chen
2011-10-12Avoid a possible overflow on setting the mosaic size.Wei-Ta Chen
2011-10-03Blending updates to handle the case of mosaicing with the device in portrait ...mbansal
2011-10-03Reduce the frame memory we allocate.Wei-Ta Chen
2011-09-22Updates to handle textureless scenes during capture.mbansal
2011-09-21Bug fixes to the cropping region selection algorithm.mbansal
2011-09-21Merge "Correct the YUV444 to NV21 conversion." into ics-factoryromWei-Ta Chen
2011-09-20Correct the YUV444 to NV21 conversion.Wei-Ta Chen
2011-09-20Blending algorithm updates to support WIDE strip-based blending.mbansal
2011-09-15Updated cropping algorithm to get rid of gray pixels around the mosaic border.mbansal
2011-09-11Use the high-resolution data to render the preview.Wei-Ta Chen
2011-09-11Clean up the logs.Wei-Ta Chen
2011-09-09Make the preview mosaic leave a margin.Wei-Ta Chen
2011-09-09Updates to allow cancellation of mosaic computation from a UI trigger.mbansal
2011-08-31Fix a warping bug that makes images slant.Wei-Ta Chen
2011-08-30Fix a monkey bug - a null pointer issue in native.Wei-Ta Chen
2011-08-29Update the transform matrix from SurfaceTexture.Wei-Ta Chen
2011-08-24Updates to allow the mosaic library to report the mosaic computation progress...mbansal
2011-08-22Updates to remove compile warnings and stop the viewfinder panning at UI boun...mbansal
2011-08-18Updates to allow the viewfinder to slide across the UI with device panning. A...mbansal
2011-08-12Updates to allow using SurfaceTexture for reading the preview frames directly...mbansal
2011-08-05Updates for mosaic preview rendering to happen using native GLES2.0 code.mbansal
2011-07-28Add a freeMosaicMemory function in JNI to address the leaks.mbansal
2011-07-27Check in the Mosaic Stitching codes.Wei-Ta Chen
2011-07-08Check in Mosaic.java - the Java interface to JNI.Wei-Ta Chen
2011-07-04Check in mosaic stitching codes - the native partWei-Ta Chen