1. 1a6c4d5 Convert LegacyCamera's Android.mk to Android.bp by Jingwen Chen · 4 years, 6 months ago
  2. 6472059 Fix warning by Colin Cross · 4 years, 7 months ago
  3. 7cd8d8d Use -Werror in packages/apps/LegacyCamera/jni by Chih-Hung Hsieh · 7 years ago
  4. bc75301 Merge "Fix use of uninitialized value" by Treehugger Robot · 7 years ago
  5. 603d572 Fix use of uninitialized value by George Burgess IV · 7 years ago
  6. 91e09d4 Fix a small bug in Log.h in LegacyCamera jni by Zhizhou Yang · 7 years ago
  7. 54fe973 Fix misc-macro-parentheses warnings in LegacyCamera. by Chih-Hung Hsieh · 8 years ago
  8. a00c8e7 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 8 years ago
  9. 2a799a3 Add missing <string.h> include. by Elliott Hughes · 9 years ago
  10. 8a07787 Use and older standard version. by Dan Albert · 10 years ago
  11. 1461b53 Rename Camera to LegacyCamera for SDK inclusion. by Eino-Ville Talvala · 12 years ago
  12. 8252bf7 Changes to resolve jagged horizontal edge and blurred vertical edge issues. by mbansal · 13 years ago
  13. 0a03913 Fix an OOM issue in mosaic blending. by Wei-Ta Chen · 13 years ago
  14. d32aa04 Make Panorama work in portrait layout. by Wei-Ta Chen · 13 years ago
  15. d97245f Eliminating aliasing vertical lines. by Wei-Ta Chen · 13 years ago
  16. 89b9c07 Avoid a possible overflow on setting the mosaic size. by Wei-Ta Chen · 13 years ago
  17. ff1c641 Blending updates to handle the case of mosaicing with the device in portrait mode. by mbansal · 13 years ago
  18. 317e8c7 Reduce the frame memory we allocate. by Wei-Ta Chen · 13 years ago
  19. dd28e1c Updates to handle textureless scenes during capture. by mbansal · 13 years ago
  20. a369cd3 Bug fixes to the cropping region selection algorithm. by mbansal · 13 years ago
  21. 9e9aff5 Merge "Correct the YUV444 to NV21 conversion." into ics-factoryrom by Wei-Ta Chen · 13 years ago
  22. ad5d193 Correct the YUV444 to NV21 conversion. by Wei-Ta Chen · 13 years ago
  23. b28b9c0 Blending algorithm updates to support WIDE strip-based blending. by mbansal · 13 years ago
  24. 6c5b201 Updated cropping algorithm to get rid of gray pixels around the mosaic border. by mbansal · 13 years ago
  25. 47f3bff Use the high-resolution data to render the preview. by Wei-Ta Chen · 13 years ago
  26. 274ca49 Clean up the logs. by Wei-Ta Chen · 13 years ago
  27. 85dedb8 Make the preview mosaic leave a margin. by Wei-Ta Chen · 13 years ago
  28. e1178a7 Updates to allow cancellation of mosaic computation from a UI trigger. by mbansal · 13 years ago
  29. fa45108 Fix a warping bug that makes images slant. by Wei-Ta Chen · 13 years ago
  30. 50f36b9 Fix a monkey bug - a null pointer issue in native. by Wei-Ta Chen · 13 years ago
  31. c73d5e2 Update the transform matrix from SurfaceTexture. by Wei-Ta Chen · 13 years ago
  32. 50b3c89 Updates to allow the mosaic library to report the mosaic computation progress (both low-res and high-res). by mbansal · 13 years ago
  33. a6f0b9e Updates to remove compile warnings and stop the viewfinder panning at UI boundary. Also, new logic for rendering the preview mosaic. by mbansal · 13 years ago
  34. 1e762b1 Updates to allow the viewfinder to slide across the UI with device panning. Also, rendering updates for color conversion using GPU. by mbansal · 13 years ago
  35. 41a2e97 Updates to allow using SurfaceTexture for reading the preview frames directly from GPU memory. by mbansal · 13 years ago
  36. eeb94d4 Updates for mosaic preview rendering to happen using native GLES2.0 code. by mbansal · 13 years ago
  37. b062b80 Add a freeMosaicMemory function in JNI to address the leaks. by mbansal · 13 years ago
  38. bdc7e2b Check in the Mosaic Stitching codes. by Wei-Ta Chen · 13 years ago
  39. 81f844f Check in Mosaic.java - the Java interface to JNI. by Wei-Ta Chen · 13 years ago
  40. e295e32 Check in mosaic stitching codes - the native part by Wei-Ta Chen · 13 years ago