1. 4a05f43 remove uses of Surface in favor of IGraphicBufferProducer by Mathias Agopian · 11 years ago
  2. b1d90c8 fix JNI use of incStrong/decStrong by Mathias Agopian · 11 years ago
  3. 788717c Camera and MediaRecorder: Support AppOps by Eino-Ville Talvala · 11 years ago
  4. aa70f22 Restore a mistakenly-removed null check by Jesse Hall · 11 years ago
  5. 3866f0d split Surface in two classes: SurfaceControl and Surface by Mathias Agopian · 11 years ago
  6. d47f7d8 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  7. c99db2b Updated android.graphics.SurfaceTexture to use wp for FrameAvailableListener by Igor Murashkin · 12 years ago
  8. 4f8e5ce Camera: Query AudioService for shutter sound enforcement. by Eino-Ville Talvala · 12 years ago
  9. f7c6c5a NEW_API: Add android.hardware.Camera.CameraInfo#canDisableShutterSound by Eino-Ville Talvala · 12 years ago
  10. 69fe527 Camera: Add enableShutterSound method. by Eino-Ville Talvala · 12 years ago
  11. 7bc1b21 Remove new camera open API. by Wu-cheng Li · 12 years ago
  12. a1c41e1 Add a new camera open API that allows taking the ownership. by Wu-cheng Li · 12 years ago
  13. 2e76c99 SurfaceTexture: Fully refactored from BufferQueue by Daniel Lam · 12 years ago
  14. 8335f1c fix libgui header location by Mathias Agopian · 12 years ago
  15. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  16. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  17. 0209752 Fix compile error in android_hardware_Camera.cpp. by Wu-cheng Li · 13 years ago
  18. 9d062cf Add camera focus move callback. by Wu-cheng Li · 13 years ago
  19. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  20. 5f0ef5f Fix jpeg callback is lost if setPreviewCallbackWithBuffer has been called. by Wu-cheng Li · 13 years ago
  21. bb1e275 Pass camera frame metadata from camera service to Java. by Wu-cheng Li · 13 years ago
  22. f0d6a48 Add frame metadata parameter to camera data_callback. by Wu-cheng Li · 13 years ago
  23. 4c2292e Add camera face detection API. by Wu-cheng Li · 13 years ago
  24. 9c7ac0d frameworks/base: include system/core header camera.h in Camera.h by Iliyan Malchev · 13 years ago
  25. 69a017b More JNI exception-throwing cleanup. by Elliott Hughes · 13 years ago
  26. e00cab7 Application-managed callback buffer support for raw image by James Dong · 13 years ago
  27. fd6f39e Enable camera preview to a SurfaceTexture. by Jamie Gennis · 14 years ago
  28. 3fd5fa4 Fix the runtime restart due to name change. by Wu-cheng Li · 14 years ago
  29. b8bb78f Change camera interface to support multiple cameras. by Chih-Chung Chang · 14 years ago
  30. e25cc65 Support multiple cameras in framework. by Chih-Chung Chang · 14 years ago
  31. 8b13832 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 14 years ago
  32. 0ca2519 Add some comments for zoom methods. by Wu-cheng Li · 14 years ago
  33. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago
  34. f5dbf6a Remove excessive logging. by Wu-cheng Li · 14 years ago
  35. d1d7706 Add support for setting camera display orientation. by Chih-Chung Chang · 15 years ago
  36. f5d95cb less log spew by Joe Onorato · 15 years ago
  37. c95a176 Remove some logging from camera operations. Bug 2346606. by Dave Sparks · 15 years ago
  38. 94927df Patching in hidden API to allow app managed preview frame buffers. by Andrew Harp · 15 years ago
  39. 36f68b8 Add zoom functions and sendCommand. by Wu-cheng Li · 15 years ago
  40. 6157de0 Fix 2101425: Camera crashes spontaneously in preview. by Chih-Chung Chang · 15 years ago
  41. ffe1cf2 Unhide Camera lock and unlock API. by Wu-cheng Li · 15 years ago
  42. 244f8c2 Fix 2083478: Camera needs an auto-focus cancel API by Chih-Chung Chang · 15 years ago
  43. 4b5a8f8 am da57856d: Add logging to help track down intermittent bug by Dave Sparks · 15 years ago
  44. da57856 Add logging to help track down intermittent bug by Dave Sparks · 15 years ago
  45. 0d4586d am 9181bc9a: Merge change 7079 into donut by Android (Google) Code Review · 15 years ago
  46. 8978bd0 Cleanup of unused enums by Dave Sparks · 15 years ago
  47. 0203513 am c4ca4206: Fix build by Dave Sparks · 15 years ago
  48. c4ca420 Fix build by Dave Sparks · 15 years ago
  49. e3ea663 am 8ceba810: Merge change 6871 into donut by Android (Google) Code Review · 15 years ago
  50. b442478 am 086bd7fe: Merge change 6846 into donut by Android (Google) Code Review · 15 years ago
  51. a95f495 Use SetByteArrayRegion to minimize copy overhead and JNI calls. by Dave Sparks · 15 years ago
  52. 75acd89 Avoid memcpy's by using GetPrimitiveArrayCritical. by Dave Sparks · 15 years ago
  53. 6698d16 resolved conflicts for merge of 04c7d0f8 to master by Dave Sparks · 15 years ago
  54. 59c1a93 Add timestamps to video frames to improve A/V sync. Bug 1927069. by Dave Sparks · 15 years ago
  55. fee47b6 am c7396025: Merge change 6084 into donut by Android (Google) Code Review · 15 years ago
  56. a1b653d Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726) by James Dong · 15 years ago
  57. 1b43089 am b1a97523: Merge change 5739 into donut by Android (Google) Code Review · 15 years ago
  58. 0795684 am b8a10fe4: Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 15 years ago
  59. d0cbb1a Check to make sure the Java camera object is still valid on the by Dave Sparks · 15 years ago
  60. b8a10fe Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 15 years ago
  61. 6034cb5 am 17a80081: Merge change 5544 into donut by Android (Google) Code Review · 15 years ago
  62. c62f9bd Pipe all the camera callbacks to Java to facilitate the addition by Dave Sparks · 15 years ago
  63. 2387208 am 3d7b8d1a: Merge change 5158 into donut by Android (Google) Code Review · 15 years ago
  64. 5e27115 Use a ref-counted callback interface for Camera. by Dave Sparks · 15 years ago
  65. af08ee3 am 3b277c70: Merge change 3702 into donut by Android (Google) Code Review · 15 years ago
  66. ba55b36 Change exceptions to RuntimeException. by Wu-cheng Li · 15 years ago
  67. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  68. fa3e556 Change error message. by Wu-cheng Li · 15 years ago
  69. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  70. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  71. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  72. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  73. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  74. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  75. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  76. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  77. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  78. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago