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