1. 44a5949 CameraJNI: Fix memory leak in stop recording. by Akhila musunuri · 8 years ago
  2. e259271 Camera: Update for video buffer binder changes by Chien-Yu Chen · 8 years ago
  3. 6c91e2c Camera: Add bandaid for preview orientation on reverse-landscape cameras by Eino-Ville Talvala · 8 years ago
  4. 225257a Camera: update connect call by Chien-Yu Chen · 9 years ago
  5. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  6. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  7. 5717612 Camera2: Add camera type to getNumberOfCameras. by Eino-Ville Talvala · 9 years ago
  8. 31028fa am 1334a6f3: am 8d47bc97: Merge "Camera: Clarify JNI exception message" into lmp-mr1-dev by Eino-Ville Talvala · 10 years ago
  9. f913334 Camera: Clarify JNI exception message by Eino-Ville Talvala · 10 years ago
  10. 7d13d9d resolved conflicts for merge of 3fc5e3ca to lmp-mr1-dev-plus-aosp by Andreas Gampe · 10 years ago
  11. ed6b9df Frameworks/base: Consistency in core/jni by Andreas Gampe · 10 years ago
  12. 3a091b7 resolved conflicts for merge of 8e0cfe7c to lmp-mr1-dev-plus-aosp by Dan Albert · 10 years ago
  13. 582bdf9 am d8c169fe: am 0c437fd3: Merge "Add appropriate casts for char16_t." by Dan Albert · 10 years ago
  14. 8e357bf Merge "Fix clang warnings in core/jni." by Dan Albert · 10 years ago
  15. 6698749 Add appropriate casts for char16_t. by Dan Albert · 10 years ago
  16. 46d8444 Fix clang warnings in core/jni. by Dan Albert · 10 years ago
  17. 0601ab1 camera: Fix missing optional Face fields (eyes, mouth, id) by Igor Murashkin · 10 years ago
  18. a1d6627 camera: Get detailed error reporting from api1 Camera if open fails by Igor Murashkin · 10 years ago
  19. 4c91380 Camera: Implement HAL1 and higher HAL API coexistence by Zhijun He · 10 years ago
  20. feb50af camera2: Add HAL1 compatibility shim skeleton. by Ruben Brunk · 10 years ago
  21. 2fbf25b Fix warnings by Glenn Kasten · 10 years ago
  22. 4838e33 AArch64: Use long for pointers in hardware classes by Ashok Bhat · 11 years ago
  23. 7b29779 Camera1: Rename setPreviewTexture to ...Target for clarity by Eino-Ville Talvala · 11 years ago
  24. 52a9a10 Clearly separate consumer and producer interfaces by Mathias Agopian · 11 years ago
  25. 7005b67 Camera: Add hidden camera preview to renderscript allocation API by Eino-Ville Talvala · 11 years ago
  26. 4a05f43 remove uses of Surface in favor of IGraphicBufferProducer by Mathias Agopian · 11 years ago
  27. b1d90c8 fix JNI use of incStrong/decStrong by Mathias Agopian · 11 years ago
  28. 788717c Camera and MediaRecorder: Support AppOps by Eino-Ville Talvala · 12 years ago
  29. aa70f22 Restore a mistakenly-removed null check by Jesse Hall · 12 years ago
  30. 3866f0d split Surface in two classes: SurfaceControl and Surface by Mathias Agopian · 12 years ago
  31. d47f7d8 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  32. c99db2b Updated android.graphics.SurfaceTexture to use wp for FrameAvailableListener by Igor Murashkin · 12 years ago
  33. 4f8e5ce Camera: Query AudioService for shutter sound enforcement. by Eino-Ville Talvala · 12 years ago
  34. f7c6c5a NEW_API: Add android.hardware.Camera.CameraInfo#canDisableShutterSound by Eino-Ville Talvala · 12 years ago
  35. 69fe527 Camera: Add enableShutterSound method. by Eino-Ville Talvala · 12 years ago
  36. 7bc1b21 Remove new camera open API. by Wu-cheng Li · 12 years ago
  37. a1c41e1 Add a new camera open API that allows taking the ownership. by Wu-cheng Li · 13 years ago
  38. 2e76c99 SurfaceTexture: Fully refactored from BufferQueue by Daniel Lam · 13 years ago
  39. 8335f1c fix libgui header location by Mathias Agopian · 12 years ago
  40. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  41. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  42. 0209752 Fix compile error in android_hardware_Camera.cpp. by Wu-cheng Li · 13 years ago
  43. 9d062cf Add camera focus move callback. by Wu-cheng Li · 13 years ago
  44. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  45. 5f0ef5f Fix jpeg callback is lost if setPreviewCallbackWithBuffer has been called. by Wu-cheng Li · 13 years ago
  46. bb1e275 Pass camera frame metadata from camera service to Java. by Wu-cheng Li · 13 years ago
  47. f0d6a48 Add frame metadata parameter to camera data_callback. by Wu-cheng Li · 13 years ago
  48. 4c2292e Add camera face detection API. by Wu-cheng Li · 13 years ago
  49. 9c7ac0d frameworks/base: include system/core header camera.h in Camera.h by Iliyan Malchev · 13 years ago
  50. 69a017b More JNI exception-throwing cleanup. by Elliott Hughes · 13 years ago
  51. e00cab7 Application-managed callback buffer support for raw image by James Dong · 14 years ago
  52. fd6f39e Enable camera preview to a SurfaceTexture. by Jamie Gennis · 14 years ago
  53. 3fd5fa4 Fix the runtime restart due to name change. by Wu-cheng Li · 14 years ago
  54. b8bb78f Change camera interface to support multiple cameras. by Chih-Chung Chang · 14 years ago
  55. e25cc65 Support multiple cameras in framework. by Chih-Chung Chang · 14 years ago
  56. 8b13832 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 14 years ago
  57. 0ca2519 Add some comments for zoom methods. by Wu-cheng Li · 14 years ago
  58. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  59. f5dbf6a Remove excessive logging. by Wu-cheng Li · 15 years ago
  60. d1d7706 Add support for setting camera display orientation. by Chih-Chung Chang · 15 years ago
  61. f5d95cb less log spew by Joe Onorato · 15 years ago
  62. c95a176 Remove some logging from camera operations. Bug 2346606. by Dave Sparks · 15 years ago
  63. 94927df Patching in hidden API to allow app managed preview frame buffers. by Andrew Harp · 15 years ago
  64. 36f68b8 Add zoom functions and sendCommand. by Wu-cheng Li · 15 years ago
  65. 6157de0 Fix 2101425: Camera crashes spontaneously in preview. by Chih-Chung Chang · 15 years ago
  66. ffe1cf2 Unhide Camera lock and unlock API. by Wu-cheng Li · 15 years ago
  67. 244f8c2 Fix 2083478: Camera needs an auto-focus cancel API by Chih-Chung Chang · 15 years ago
  68. 4b5a8f8 am da57856d: Add logging to help track down intermittent bug by Dave Sparks · 15 years ago
  69. da57856 Add logging to help track down intermittent bug by Dave Sparks · 15 years ago
  70. 0d4586d am 9181bc9a: Merge change 7079 into donut by Android (Google) Code Review · 15 years ago
  71. 8978bd0 Cleanup of unused enums by Dave Sparks · 15 years ago
  72. 0203513 am c4ca4206: Fix build by Dave Sparks · 15 years ago
  73. c4ca420 Fix build by Dave Sparks · 15 years ago
  74. e3ea663 am 8ceba810: Merge change 6871 into donut by Android (Google) Code Review · 15 years ago
  75. b442478 am 086bd7fe: Merge change 6846 into donut by Android (Google) Code Review · 15 years ago
  76. a95f495 Use SetByteArrayRegion to minimize copy overhead and JNI calls. by Dave Sparks · 15 years ago
  77. 75acd89 Avoid memcpy's by using GetPrimitiveArrayCritical. by Dave Sparks · 15 years ago
  78. 6698d16 resolved conflicts for merge of 04c7d0f8 to master by Dave Sparks · 15 years ago
  79. 59c1a93 Add timestamps to video frames to improve A/V sync. Bug 1927069. by Dave Sparks · 15 years ago
  80. fee47b6 am c7396025: Merge change 6084 into donut by Android (Google) Code Review · 15 years ago
  81. a1b653d Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726) by James Dong · 15 years ago
  82. 1b43089 am b1a97523: Merge change 5739 into donut by Android (Google) Code Review · 15 years ago
  83. 0795684 am b8a10fe4: Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 15 years ago
  84. d0cbb1a Check to make sure the Java camera object is still valid on the by Dave Sparks · 15 years ago
  85. b8a10fe Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 15 years ago
  86. 6034cb5 am 17a80081: Merge change 5544 into donut by Android (Google) Code Review · 15 years ago
  87. c62f9bd Pipe all the camera callbacks to Java to facilitate the addition by Dave Sparks · 15 years ago
  88. 2387208 am 3d7b8d1a: Merge change 5158 into donut by Android (Google) Code Review · 15 years ago
  89. 5e27115 Use a ref-counted callback interface for Camera. by Dave Sparks · 15 years ago
  90. af08ee3 am 3b277c70: Merge change 3702 into donut by Android (Google) Code Review · 15 years ago
  91. ba55b36 Change exceptions to RuntimeException. by Wu-cheng Li · 15 years ago
  92. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  93. fa3e556 Change error message. by Wu-cheng Li · 15 years ago
  94. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  95. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  96. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  97. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  98. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  99. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  100. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago