1. 9d062cf Add camera focus move callback. by Wu-cheng Li · 13 years ago
  2. f806871 Fix 5487571: Make sure shutter sound is played when it's enforced by Chih-Chung Chang · 13 years ago
  3. 4091f0b Fix 5468644: Use the proper audio stream type to play sound. by Chih-Chung Chang · 13 years ago
  4. 7b6da3c Add initialize method to CameraHardwareInterface by Tyler Luu · 13 years ago
  5. 17f2541 Merge "Allow shutter/recording sound to be adjusted unless it's forced." by Chih-Chung Chang · 13 years ago
  6. d303362 Allow Camera.setDisplayOrientation to be called when preview is active. by Wu-cheng Li · 13 years ago
  7. 9143aaa Allow shutter/recording sound to be adjusted unless it's forced. by Chih-Chung Chang · 13 years ago
  8. 98bb251 Add video snapshot camera parameter. by Wu-cheng Li · 13 years ago
  9. bb1e275 Pass camera frame metadata from camera service to Java. by Wu-cheng Li · 13 years ago
  10. 982d2da connect/disconnect is now called from our EGL wrapper by Mathias Agopian · 13 years ago
  11. f0d6a48 Add frame metadata parameter to camera data_callback. by Wu-cheng Li · 13 years ago
  12. eb12309 Merge "Disconnect the native window in CameraService::Client::disconnect." by Wu-cheng Li · 13 years ago
  13. 13528f7 Disconnect the native window in CameraService::Client::disconnect. by Wu-cheng Li · 13 years ago
  14. ff86f37 use SurfaceTexture new scaling mode in SF by Mathias Agopian · 13 years ago
  15. f107200 CameraService: (dis)connect from preview windows by Jamie Gennis · 13 years ago
  16. 42419ce Add framework support for camcorder zoom. by Wu-cheng Li · 13 years ago
  17. 04c453d Allow camera to be disabled via Device Policy Manager by Wu-cheng Li · 13 years ago
  18. a269b87 frameworks/base: switch CameraService to a HAL module by Iliyan Malchev · 13 years ago
  19. 9c7ac0d frameworks/base: include system/core header camera.h in Camera.h by Iliyan Malchev · 13 years ago
  20. 24fc2fb audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 13 years ago
  21. c8a04b5 remove more unused references to ISurface by Mathias Agopian · 13 years ago
  22. 40c3641 frameworks/base: some camera-interface cleanup by Iliyan Malchev · 13 years ago
  23. e00cab7 Application-managed callback buffer support for raw image by James Dong · 13 years ago
  24. ff2dc46 Add camera service support for SurfaceTexture. by Jamie Gennis · 14 years ago
  25. 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
  26. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  27. 2db9044 Don't drop video frames but to release them. by James Dong · 14 years ago
  28. 2148357 Revert "Temporary workaround for issue 3187563" by Eric Laurent · 14 years ago
  29. 065299b Temporary workaround for issue 3187563 by Eric Laurent · 14 years ago
  30. d55f7e5 Mirror the camera preview if the camera is front-facing. by Wu-cheng Li · 14 years ago
  31. 3831185 Camera framework change required for 0-memcpy recording by James Dong · 14 years ago
  32. b0f7d95 Fix camera display orientation. by Wu-cheng Li · 14 years ago
  33. de8652c resolved conflicts for merge of 191a25e1 to master by Wu-cheng Li · 14 years ago
  34. b3347bc The old overlay should be destroyed if orientation changes. by Wu-cheng Li · 14 years ago
  35. 4e94c30 Added command type to play recording sound. by Nipun Kwatra · 14 years ago
  36. 088146a Adding enable/disable option for sendCommand() by Nipun Kwatra · 14 years ago
  37. d02c812 Only enable CAMERA_MSG_PREVIEW_FRAME when necessary. by Wu-cheng Li · 14 years ago
  38. 8d7a59c Remove setPreviewDisplay in CameraService::Client::~Client(). by Wu-cheng Li · 14 years ago
  39. 85cfdd0 Change the framework to use the new camera preview path. by Jamie Gennis · 14 years ago
  40. e704438 Handle the camera open failure better. by Wu-cheng Li · 14 years ago
  41. 154a320 resolved conflicts for merge of 27eecb70 to gingerbread by Jean-Baptiste Queru · 14 years ago
  42. 2465168 added BinderService<> template to help creating native binder services by Mathias Agopian · 14 years ago
  43. 08e83bb move native services under services/ by Mathias Agopian · 14 years ago[Renamed from camera/libcameraservice/CameraService.cpp]
  44. 3ef6ebe am 7df74471: Merge "Flush binder buffer after setting raw heap to avoid leaking a reference." into froyo by Chih-Chung Chang · 14 years ago
  45. fe1bac6 Flush binder buffer after setting raw heap to avoid leaking a reference. by Chih-Chung Chang · 14 years ago
  46. b8bb78f Change camera interface to support multiple cameras. by Chih-Chung Chang · 14 years ago
  47. 71d714c Remove the lock/unlock workaround from CameraService by James Dong · 14 years ago
  48. 7768892 Fix for build without a hardware camera. by Chih-Chung Chang · 14 years ago
  49. e25cc65 Support multiple cameras in framework. by Chih-Chung Chang · 14 years ago
  50. b00e246 Use timestamp from camera driver for CameraSource by James Dong · 14 years ago
  51. e86ae1b Still do dump() if we cannot get mServiceLock for a while. by Chih-Chung Chang · 14 years ago
  52. 5a48712 fix [2447659] fix improper usage of the YCbCr_420_SP format by Mathias Agopian · 14 years ago
  53. 8f2423e get rid off the YUV formats at the libui layer by Mathias Agopian · 14 years ago
  54. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago
  55. 2564300 API Extension: Support for optionally specifying a map of extra request headers when specifying the uri of media data to be played. by Andreas Huber · 15 years ago
  56. d1d7706 Add support for setting camera display orientation. by Chih-Chung Chang · 15 years ago
  57. e1ceec2 Add an orientation parameter for overlay, so we can do camera preview in portrait mode. by Chih-Chung Chang · 15 years ago
  58. f5d95cb less log spew by Joe Onorato · 15 years ago
  59. c95a176 Remove some logging from camera operations. Bug 2346606. by Dave Sparks · 15 years ago
  60. 524dc04 Fix issue 2192673: Music Pausing Even when notifications are set to silent. by Eric Laurent · 15 years ago
  61. 05fd0df Fix potential deadlock in stopPreview/stopRecord. by Dave Sparks · 15 years ago
  62. c8093c1 Hold a lock while we access the preview heap. by Dave Sparks · 15 years ago
  63. 4cb04c4 Use image rect information to display zoomed picture. by Wu-cheng Li · 15 years ago
  64. dd158c9 Don't callback on NULL client. Bug 2180510. by Dave Sparks · 15 years ago
  65. 2133640 Retry overlay create if it fails. Bug 2153980. by Dave Sparks · 15 years ago
  66. 36f68b8 Add zoom functions and sendCommand. 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. 6085b4e Pass return code from Camera HAL for setParameters(). bug 2116866 by James Dong · 15 years ago
  69. fd98ff8 CameraService change for OVERLAY_FORMAT_DEFAULT by Snigdha Sinha · 15 years ago
  70. da83f46 Modified the camera HAL interface to use the same generic callback architecture as camera services by Benny Wong · 15 years ago
  71. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 15 years ago
  72. 6d2090e Hardware overlay support by Benny Wong · 15 years ago
  73. 6698d16 resolved conflicts for merge of 04c7d0f8 to master by Dave Sparks · 15 years ago
  74. 59c1a93 Add timestamps to video frames to improve A/V sync. Bug 1927069. by Dave Sparks · 15 years ago
  75. 0795684 am b8a10fe4: Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 15 years ago
  76. b8a10fe Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 15 years ago
  77. c076706 am c6a482e7: Merge change 5199 into donut by Android (Google) Code Review · 15 years ago
  78. d5d1ebd Only remove client after the hardware is teared down, so a new client by Chih-Chung Chang · 15 years ago
  79. 5310745 am 82a32714: Merge change 5190 into donut by Android (Google) Code Review · 15 years ago
  80. 6fcba31 Fix 1933269: startPreview failed. by Chih-Chung Chang · 15 years ago
  81. a44e01d am 8570e5fc: Merge change 4907 into donut by Android (Google) Code Review · 15 years ago
  82. 1f25ec8 Add more debug messages for CameraService. by Chih-Chung Chang · 15 years ago
  83. 7942359 am 7f148d65: Merge change 4316 into donut by Android (Google) Code Review · 15 years ago
  84. 4b4900b Enable more debug message to debug the Camera startPreview bug. by Chih-Chung Chang · 15 years ago
  85. 259f55a am 084af5e1: Merge change 3551 into donut by Android (Google) Code Review · 15 years ago
  86. c8b2408 Allow the owner to reconnect to Camera. by Chih-Chung Chang · 15 years ago
  87. aaf834a some work to try to reduce the code size of some native libraries by Mathias Agopian · 15 years ago
  88. 67d5fc6 am 7283fb18: Merge commit \'7b7225c8fdbead25235c74811b30ff4ee690dc58\' into manual_merge by Dave Sparks · 15 years ago
  89. 7283fb1 Merge commit '7b7225c8fdbead25235c74811b30ff4ee690dc58' into manual_merge by Dave Sparks · 15 years ago
  90. a59fa9b am db79edc5: Merge change 2168 into donut by Android (Google) Code Review · 15 years ago
  91. 7b7225c AI 149133: Enable the camera permission check. by Dave Sparks · 15 years ago
  92. b1f3b8f Fix permission hole in camera service. Some debugging code was added by Dave Sparks · 15 years ago
  93. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  94. d6289b1 Modify camera framework to use new streamlined binder interface. by Dave Sparks · 15 years ago
  95. ab5b424 Remove debug messages. modified: core/java/android/hardware/Camera.java by Wu-cheng Li · 15 years ago
  96. e251f32 Remove dangling media recorder client reference when setCamera() is used. by James Dong · 15 years ago
  97. a7f1e5c AI 143177: am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted by new AlarmClock setting. by Eric Laurent · 15 years ago
  98. eeea922 Automated import from //branches/cupcake/...@142889,142889 by Eric Laurent · 15 years ago
  99. e25b51b Automated import from //branches/donutburger/...@141711,141711 by Andreas Huber · 15 years ago
  100. a9f95fb Automated import from //branches/donutburger/...@141614,141614 by Wu-cheng Li · 15 years ago