1. 80de5dc Camera2Device: fix camera metadata leaks by Chien-Yu Chen · 11 years ago
  2. e2d167e camera: Configure streams immediately when API2 does configuration by Igor Murashkin · 12 years ago
  3. 28c9b6f Camera2/3: Cleanup the jpeg buffer size calcaulation logic by Zhijun He · 12 years ago
  4. 7d70c5e CameraService: Replace deprecated native_window methods by Eino-Ville Talvala · 12 years ago
  5. f67e23e CameraService: Clean up availability listeners and HAL error codes by Eino-Ville Talvala · 12 years ago
  6. 204e329 Camera HAL3: migrate from partial quirks to partial result by Zhijun He · 12 years ago
  7. cb0652e CameraService: trigger appropriate callbacks for burst capture. by Jianing Wei · 12 years ago
  8. 32ce52b am 5c679d41: resolved conflicts for merge of 3d7c5002 to klp-modular-dev-plus-aosp by Colin Cross · 12 years ago
  9. cfe0907 Merge "CameraService: Add support for burst capture and repeating burst." by Jianing Wei · 12 years ago
  10. 90e59c9 CameraService: Add support for burst capture and repeating burst. by Jianing Wei · 12 years ago
  11. e5729fa libcameraservice: fix 64-bit print format warnings by Colin Cross · 12 years ago
  12. 947237f camera3: Remove old vendor tag ops dependencies. by Ruben Brunk · 12 years ago
  13. 377b2ec Make frameworks/av 64-bit compatible by Kévin PETIT · 12 years ago
  14. f1e98d8 Camera API 2, Device 2/3: Implement idle and shutter callbacks by Eino-Ville Talvala · 12 years ago
  15. abaa51d Camera2: Add flush support by Eino-Ville Talvala · 13 years ago
  16. 7b82efe Camera: Rename new API to camera2, rearrange camera service by Eino-Ville Talvala · 13 years ago[Renamed from services/camera/libcameraservice/Camera2Device.cpp]
  17. 46910bd Camera2/3: Fix deadlock when starting recording before preview. by Eino-Ville Talvala · 13 years ago
  18. 02f8457 Camera2: Fix deadlock on shutdown due to client getting killed. by Eino-Ville Talvala · 13 years ago
  19. f0eeb53 Camera: fix waitUntilDrained log message by Alex Ray · 13 years ago
  20. 7138105 (Camera)FrameProcessor: Refactor to share code with ProFrameProcessor by Igor Murashkin · 13 years ago
  21. 7fa43f3 Camera: Start of support for version 3.0 of camera device HAL by Eino-Ville Talvala · 13 years ago
  22. bd02dd1 Camera: Move CameraMetadata.h from service to client library by Igor Murashkin · 13 years ago
  23. ebe3f69 Camera2: Compile with warnings, fix warnings by Igor Murashkin · 13 years ago
  24. 4c9eb71 Camera2: Synchronize mode changes and triggers by Eino-Ville Talvala · 13 years ago
  25. a1e5dcc Camera2: Fix trying to release HAL stream twice by Igor Murashkin · 13 years ago
  26. 8dcdb95 Camera2: Handle client processes dying by closing camera resources by Igor Murashkin · 13 years ago
  27. c62bb78 Camera2: Make sure to clean out reprocess streams on shutdown as well. by Eino-Ville Talvala · 13 years ago
  28. 852c381 Camera2: Debug and logging fixes. by Eino-Ville Talvala · 13 years ago
  29. 7adb52f Camera2: Clean up startup/shutdown sequences. by Eino-Ville Talvala · 13 years ago
  30. 69230df Camera2: Basic ZSL and precapture trigger support. by Eino-Ville Talvala · 14 years ago
  31. a289bf6 Fix an issue where the "mFrameCount" field was accessed without its containing object by James Dong · 13 years ago
  32. 314079e Camera: set vendor_ops on camera metadata. by Shuzhen Wang · 13 years ago
  33. 2e19c3c Camera2: Factor out Camera2Client::Parameters by Eino-Ville Talvala · 14 years ago
  34. c8474b6 Camera2: Move frame processing to its own thread. by Eino-Ville Talvala · 14 years ago
  35. cab96a4 Camera2: Use CameraMetadata wrapper class. by Eino-Ville Talvala · 14 years ago
  36. 228a538 Camera2: Add support for preview callbacks by Eino-Ville Talvala · 14 years ago
  37. 8ce89d9 Camera2: Skeleton for output frame processing, plus face detect by Eino-Ville Talvala · 14 years ago
  38. 603b12e Camera2: Swap AF notification order, minor bug fix. by Eino-Ville Talvala · 14 years ago
  39. 174181e Camera2: Add trigger support, and implement autofocus by Eino-Ville Talvala · 14 years ago
  40. 31d377b Update state only if calls to native window are successful by James Dong · 14 years ago
  41. 9719715 Camera2: Reduce redundant device dumpsys by Eino-Ville Talvala · 14 years ago
  42. 160d4af Camera2: Add notification handling skeleton. by Eino-Ville Talvala · 14 years ago
  43. 750d74b Camera2: Minor logging updates. by Eino-Ville Talvala · 14 years ago
  44. 428b77a Camera2: Improve formatting of debugging dump by Eino-Ville Talvala · 14 years ago
  45. 9e4c3db Camera2: Add more verbose logging by Eino-Ville Talvala · 14 years ago
  46. 9cca4c6 Camera2: Add recording support by Eino-Ville Talvala · 14 years ago
  47. 1e5b2b3 Update ANativeWindow client code for sync by Jamie Gennis · 14 years ago
  48. 2c08dc6 Camera2: Move per-frame verbose logs to separate log enable by Eino-Ville Talvala · 14 years ago
  49. c94cd19 Camera2: Handle preview orientation changes. by Eino-Ville Talvala · 14 years ago
  50. 3297daa Camera2: Add more dump information, connect HAL device dump by Eino-Ville Talvala · 14 years ago
  51. 4ecfec3 Camera2: Improve error checking and debug logs. by Eino-Ville Talvala · 14 years ago
  52. d4bcfde Camera2: Still image support by Eino-Ville Talvala · 14 years ago
  53. 6ed1ed1 Camera2: Copy metadata buffers for streaming. by Eino-Ville Talvala · 14 years ago
  54. bd4976a Camera2: Improve ANativeWindow handling by Eino-Ville Talvala · 14 years ago
  55. 6db981c Camera service: Minimally functional preview for camera 2 devices. by Eino-Ville Talvala · 14 years ago
  56. f69c70d Camera service: Initialization for camera2 clients and devices by Eino-Ville Talvala · 14 years ago
  57. 61ab9f9 Camera service: Add skeleton support for camera2 devices. by Eino-Ville Talvala · 14 years ago