1. 9d062cf Add camera focus move callback. by Wu-cheng Li · 13 years ago
  2. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  3. f806871 Fix 5487571: Make sure shutter sound is played when it's enforced by Chih-Chung Chang · 13 years ago
  4. 4091f0b Fix 5468644: Use the proper audio stream type to play sound. by Chih-Chung Chang · 13 years ago
  5. 7b6da3c Add initialize method to CameraHardwareInterface by Tyler Luu · 13 years ago
  6. 17f2541 Merge "Allow shutter/recording sound to be adjusted unless it's forced." by Chih-Chung Chang · 13 years ago
  7. d303362 Allow Camera.setDisplayOrientation to be called when preview is active. by Wu-cheng Li · 13 years ago
  8. 9143aaa Allow shutter/recording sound to be adjusted unless it's forced. by Chih-Chung Chang · 13 years ago
  9. 98bb251 Add video snapshot camera parameter. by Wu-cheng Li · 13 years ago
  10. bb1e275 Pass camera frame metadata from camera service to Java. by Wu-cheng Li · 13 years ago
  11. 982d2da connect/disconnect is now called from our EGL wrapper by Mathias Agopian · 13 years ago
  12. f0d6a48 Add frame metadata parameter to camera data_callback. by Wu-cheng Li · 13 years ago
  13. f7b3e2e libcameraservice: call put_parameters on camera HAL by Iliyan Malchev · 13 years ago
  14. eb12309 Merge "Disconnect the native window in CameraService::Client::disconnect." by Wu-cheng Li · 13 years ago
  15. 13528f7 Disconnect the native window in CameraService::Client::disconnect. by Wu-cheng Li · 13 years ago
  16. ff86f37 use SurfaceTexture new scaling mode in SF by Mathias Agopian · 13 years ago
  17. a97eba3 Merge "CameraService: (dis)connect from preview windows" by Jamie Gennis · 13 years ago
  18. f107200 CameraService: (dis)connect from preview windows by Jamie Gennis · 13 years ago
  19. 6e62dba get rid of overlay HAL by Mathias Agopian · 13 years ago
  20. 10e8971 Eliminate single-process mode. Bug: 5010576 by Jeff Brown · 13 years ago
  21. ed9bbf2 CameraService: Decouple dequeue and lock by Sundar Raman · 13 years ago
  22. 42419ce Add framework support for camcorder zoom. by Wu-cheng Li · 13 years ago
  23. beb9ecf Merge "Allow camera to be disabled via Device Policy Manager" by Wu-cheng Li · 13 years ago
  24. 13010be CameraService: return stide when dequeueing a buffer by Iliyan Malchev · 13 years ago
  25. 5c54f4b frameworks/base: updates for camera HAL memory management by Iliyan Malchev · 13 years ago
  26. 04c453d Allow camera to be disabled via Device Policy Manager by Wu-cheng Li · 13 years ago
  27. b2a153a frameworks/base: android_native_buffer_t -> ANativeWindowBuffer by Iliyan Malchev · 13 years ago
  28. a269b87 frameworks/base: switch CameraService to a HAL module by Iliyan Malchev · 14 years ago
  29. 9c7ac0d frameworks/base: include system/core header camera.h in Camera.h by Iliyan Malchev · 14 years ago
  30. 24fc2fb audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 14 years ago
  31. c8a04b5 remove more unused references to ISurface by Mathias Agopian · 14 years ago
  32. 40c3641 frameworks/base: some camera-interface cleanup by Iliyan Malchev · 14 years ago
  33. 696257c merge libsurfaceflinger_client into libgui by Mathias Agopian · 14 years ago
  34. 199d1c1 Fix missing AOSP copyright headers for more files by James Dong · 14 years ago
  35. e00cab7 Application-managed callback buffer support for raw image by James Dong · 14 years ago
  36. ff2dc46 Add camera service support for SurfaceTexture. by Jamie Gennis · 14 years ago
  37. 74920cb We requires camera hal's implementation should not track the ref count of any outstanding video frames and ignore by James Dong · 14 years ago
  38. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  39. 2db9044 Don't drop video frames but to release them. by James Dong · 14 years ago
  40. 2148357 Revert "Temporary workaround for issue 3187563" by Eric Laurent · 14 years ago
  41. 065299b Temporary workaround for issue 3187563 by Eric Laurent · 14 years ago
  42. d55f7e5 Mirror the camera preview if the camera is front-facing. by Wu-cheng Li · 14 years ago
  43. 3831185 Camera framework change required for 0-memcpy recording by James Dong · 14 years ago
  44. b0f7d95 Fix camera display orientation. by Wu-cheng Li · 14 years ago
  45. de8652c resolved conflicts for merge of 191a25e1 to master by Wu-cheng Li · 14 years ago
  46. b3347bc The old overlay should be destroyed if orientation changes. by Wu-cheng Li · 14 years ago
  47. 4e94c30 Added command type to play recording sound. by Nipun Kwatra · 14 years ago
  48. 088146a Adding enable/disable option for sendCommand() by Nipun Kwatra · 14 years ago
  49. d02c812 Only enable CAMERA_MSG_PREVIEW_FRAME when necessary. by Wu-cheng Li · 14 years ago
  50. 8d7a59c Remove setPreviewDisplay in CameraService::Client::~Client(). by Wu-cheng Li · 14 years ago
  51. c8536d19 Add the setPreviewWindow camera HAL API to the camera stub. by Jamie Gennis · 14 years ago
  52. 85cfdd0 Change the framework to use the new camera preview path. by Jamie Gennis · 14 years ago
  53. e704438 Handle the camera open failure better. by Wu-cheng Li · 14 years ago
  54. 154a320 resolved conflicts for merge of 27eecb70 to gingerbread by Jean-Baptiste Queru · 14 years ago
  55. 2465168 added BinderService<> template to help creating native binder services by Mathias Agopian · 14 years ago
  56. 08e83bb move native services under services/ by Mathias Agopian · 14 years ago