summaryrefslogtreecommitdiff
path: root/jni
AgeCommit message (Expand)Author
2012-06-04Rename Camera to LegacyCamera for SDK inclusion.Eino-Ville Talvala
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