1. c8474b6 Camera2: Move frame processing to its own thread. by Eino-Ville Talvala · 13 years ago
  2. cab96a4 Camera2: Use CameraMetadata wrapper class. by Eino-Ville Talvala · 13 years ago
  3. 30e65e7 Camera2: Replace MediaConsumer with BufferItemConsumer. by Eino-Ville Talvala · 13 years ago
  4. 76dc8da Camera2: Ignore NOT_FOUND errors for face detect mode on frame receipt. by Eino-Ville Talvala · 13 years ago
  5. 228a538 Camera2: Add support for preview callbacks by Eino-Ville Talvala · 13 years ago
  6. 3cc8979 Camera2: Fix SCENE_MODE by Eino-Ville Talvala · 13 years ago
  7. 8ce89d9 Camera2: Skeleton for output frame processing, plus face detect by Eino-Ville Talvala · 13 years ago
  8. 603b12e Camera2: Swap AF notification order, minor bug fix. by Eino-Ville Talvala · 13 years ago
  9. 174181e Camera2: Add trigger support, and implement autofocus by Eino-Ville Talvala · 13 years ago
  10. 31d377b Update state only if calls to native window are successful by James Dong · 13 years ago
  11. 9719715 Camera2: Reduce redundant device dumpsys by Eino-Ville Talvala · 13 years ago
  12. 8da4cd7 Fix a deadlock in commandSetVideoBufferCountL() by James Dong · 13 years ago
  13. 160d4af Camera2: Add notification handling skeleton. by Eino-Ville Talvala · 13 years ago
  14. 36cdfb1 Camera2: Break out individual commands by Eino-Ville Talvala · 13 years ago
  15. 983cf23 Dynamically configure the number of video buffers used by camera source, if supported by James Dong · 13 years ago
  16. 15d7245 Merge "Camera2: Fix exposure compensation step value." into jb-mr1-dev by Eino-Ville Talvala · 13 years ago
  17. 1bf1c00 Merge "Camera2: Minor logging updates." into jb-mr1-dev by Eino-Ville Talvala · 13 years ago
  18. 4a76bce Merge "Camera2: Check PIDs to ensure camera exclusive access." into jb-mr1-dev by Eino-Ville Talvala · 13 years ago
  19. d6f8e08 Camera2: Fix exposure compensation step value. by Eino-Ville Talvala · 13 years ago
  20. 750d74b Camera2: Minor logging updates. by Eino-Ville Talvala · 13 years ago
  21. 3a60914 Camera2: Check PIDs to ensure camera exclusive access. by Eino-Ville Talvala · 13 years ago
  22. 9007619 Merge "Shutter sound is heard at the end of the recorded video" into jb-mr1-dev by Eino-Ville Talvala · 13 years ago
  23. 35f859b Shutter sound is heard at the end of the recorded video by Patric Frederiksen · 13 years ago
  24. 428b77a Camera2: Improve formatting of debugging dump by Eino-Ville Talvala · 13 years ago
  25. 836b81f Camera2: Improve threading safety by Eino-Ville Talvala · 13 years ago
  26. 803cbf6 Camera2: Use more buffers for video encoding. by Eino-Ville Talvala · 13 years ago
  27. 78822d7 Camera2: Revamp recording support to allow opaque formats. by Eino-Ville Talvala · 13 years ago
  28. 2267106 Camera2: Stop preview: Wait until HAL is drained by Eino-Ville Talvala · 13 years ago
  29. 9e4c3db Camera2: Add more verbose logging by Eino-Ville Talvala · 13 years ago
  30. 898a9a9 Camera2: Fix recording bugs by Eino-Ville Talvala · 13 years ago
  31. f592613 CameraService: Add more information to service dump. by Eino-Ville Talvala · 13 years ago
  32. 9cca4c6 Camera2: Add recording support by Eino-Ville Talvala · 13 years ago
  33. 1e5b2b3 Update ANativeWindow client code for sync by Jamie Gennis · 13 years ago
  34. 2c08dc6 Camera2: Move per-frame verbose logs to separate log enable by Eino-Ville Talvala · 13 years ago
  35. c94cd19 Camera2: Handle preview orientation changes. by Eino-Ville Talvala · 13 years ago
  36. be0573b Camera2: Connect camera parameters to HAL request entries. by Eino-Ville Talvala · 13 years ago
  37. 11b7cde Camera2: Minor parameter restructuring by Eino-Ville Talvala · 13 years ago
  38. 3297daa Camera2: Add more dump information, connect HAL device dump by Eino-Ville Talvala · 13 years ago
  39. bfe00d2 am cc0df657: am e20435de: Merge "Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/" into jb-dev by James Dong · 13 years ago
  40. 3d51d5c Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/ by James Dong · 13 years ago
  41. 4ecfec3 Camera2: Improve error checking and debug logs. by Eino-Ville Talvala · 13 years ago
  42. d4bcfde Camera2: Still image support by Eino-Ville Talvala · 13 years ago
  43. 6ed1ed1 Camera2: Copy metadata buffers for streaming. by Eino-Ville Talvala · 13 years ago
  44. bd4976a Camera2: Improve ANativeWindow handling by Eino-Ville Talvala · 13 years ago
  45. bd47b7b Camera2: Minor bugfixes and cleanup by Eino-Ville Talvala · 13 years ago
  46. 6861a4e Camera2: Add setParameters call by Eino-Ville Talvala · 13 years ago
  47. ac45eb3 Camera2: Add basic concurrency guards. by Eino-Ville Talvala · 13 years ago
  48. 7f61084 Camera2: Add internal parameter state to dump. by Eino-Ville Talvala · 13 years ago
  49. 3cca136 Camera2: Use new param structure, improve static camera info queries by Eino-Ville Talvala · 13 years ago
  50. a189097 Camera2: Switch to using ATRACE by Eino-Ville Talvala · 13 years ago
  51. 6db981c Camera service: Minimally functional preview for camera 2 devices. by Eino-Ville Talvala · 13 years ago
  52. 611f619 Add basic Camera2Client dump, minor fixes to CameraService dump. by Eino-Ville Talvala · 13 years ago
  53. f69c70d Camera service: Initialization for camera2 clients and devices by Eino-Ville Talvala · 13 years ago
  54. 09cf462 DO NOT MERGE: Minimal fix for takePicture/previewCallback deadlock by Eino-Ville Talvala · 13 years ago
  55. 61ab9f9 Camera service: Add skeleton support for camera2 devices. by Eino-Ville Talvala · 13 years ago
  56. 44631c2 Merge "Break out CameraClient from CameraService." by Eino-Ville Talvala · 13 years ago
  57. 5e08d60 Break out CameraClient from CameraService. by Eino-Ville Talvala · 13 years ago
  58. ba3c33d Remove old fake camera. by Eino-Ville Talvala · 13 years ago
  59. 08ad5ef Remove new camera connect API. by Wu-cheng Li · 13 years ago
  60. d8973a7 Fix deadlock in camera destruction after client app's crash by Keun young Park · 13 years ago
  61. 559bf28 AV Android make files changes by James Dong · 13 years ago
  62. b12153e Add libmedia_native by Glenn Kasten · 13 years ago
  63. 2fd2440 Add a new camera open API that allows taking the ownership. by Wu-cheng Li · 14 years ago
  64. df712ea fix libgui header location by Mathias Agopian · 14 years ago
  65. 9eeafeb remove dependency on android_native{s_priv|buffer}.h by Mathias Agopian · 14 years ago
  66. 9f3d591 Add ANativeWindow timestamp support to camera service. by Eino-Ville Talvala · 14 years ago
  67. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 14 years ago
  68. 0e5ace7 am 4bc873e6: am 7944704e: Merge "Switch camera sounds to always use the system enforced audio stream." into ics-mr1 by Eino-Ville Talvala · 14 years ago
  69. 60a78ac Switch camera sounds to always use the system enforced audio stream. by Eino-Ville Talvala · 14 years ago
  70. 5ff1dd5 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 14 years ago
  71. df64d15 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 14 years ago
  72. b8a8052 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 14 years ago
  73. d620506 Add camera focus move callback. by Wu-cheng Li · 14 years ago
  74. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 14 years ago
  75. 8888a75 Fix 5487571: Make sure shutter sound is played when it's enforced by Chih-Chung Chang · 14 years ago
  76. ff4f55c Fix 5468644: Use the proper audio stream type to play sound. by Chih-Chung Chang · 14 years ago
  77. 5861a9a Add initialize method to CameraHardwareInterface by Tyler Luu · 14 years ago
  78. 6c904e2 Merge "Allow shutter/recording sound to be adjusted unless it's forced." by Chih-Chung Chang · 14 years ago
  79. b9f5886 Allow Camera.setDisplayOrientation to be called when preview is active. by Wu-cheng Li · 14 years ago
  80. 90f4bc2 Allow shutter/recording sound to be adjusted unless it's forced. by Chih-Chung Chang · 14 years ago
  81. a8e409f Add video snapshot camera parameter. by Wu-cheng Li · 14 years ago
  82. 57c8618 Pass camera frame metadata from camera service to Java. by Wu-cheng Li · 14 years ago
  83. c3da343 connect/disconnect is now called from our EGL wrapper by Mathias Agopian · 14 years ago
  84. ff09ef8 Add frame metadata parameter to camera data_callback. by Wu-cheng Li · 14 years ago
  85. 85fb61e libcameraservice: call put_parameters on camera HAL by Iliyan Malchev · 14 years ago
  86. 2cd60e3 Merge "Disconnect the native window in CameraService::Client::disconnect." by Wu-cheng Li · 14 years ago
  87. 7574da5 Disconnect the native window in CameraService::Client::disconnect. by Wu-cheng Li · 14 years ago
  88. 9bc7af1 use SurfaceTexture new scaling mode in SF by Mathias Agopian · 14 years ago
  89. 630e65c Merge "CameraService: (dis)connect from preview windows" by Jamie Gennis · 14 years ago
  90. 0ed3ec0 CameraService: (dis)connect from preview windows by Jamie Gennis · 14 years ago
  91. 319d2e3 get rid of overlay HAL by Mathias Agopian · 14 years ago
  92. 619d29f Eliminate single-process mode. Bug: 5010576 by Jeff Brown · 14 years ago
  93. 1e06f43 CameraService: Decouple dequeue and lock by Sundar Raman · 14 years ago
  94. 4ca2c7c Add framework support for camcorder zoom. by Wu-cheng Li · 14 years ago
  95. 01bded1 Merge "Allow camera to be disabled via Device Policy Manager" by Wu-cheng Li · 14 years ago
  96. afcedc9 CameraService: return stide when dequeueing a buffer by Iliyan Malchev · 14 years ago
  97. 26adde8 frameworks/base: updates for camera HAL memory management by Iliyan Malchev · 14 years ago
  98. a335543 Allow camera to be disabled via Device Policy Manager by Wu-cheng Li · 14 years ago
  99. 8ce2364 frameworks/base: android_native_buffer_t -> ANativeWindowBuffer by Iliyan Malchev · 14 years ago
  100. 8951a97 frameworks/base: switch CameraService to a HAL module by Iliyan Malchev · 14 years ago