1. b3f7cd2 Use std::optional for nullable by Jooyung Han · 5 years ago
  2. f2e3709 CameraService: Implement SCALER_ROTATE_AND_CROP_AUTO, part 1 by Eino-Ville Talvala · 5 years ago
  3. 9e648f6 Pipe through featureId from context to Camera code by Philip P. Moltmann · 5 years ago
  4. 7dd3972 Improve visibility of IMemory security risks by Ytai Ben-Tsvi · 6 years ago
  5. cfab4e1 Camera: update camera audio restriction API by Yin-Chia Yeh · 6 years ago
  6. dba0323 Camera: implement camera audio restriction API by Yin-Chia Yeh · 6 years ago
  7. 1236193 cameraserver: Wrap calls to IPCThreadState functions to factor in different transports. by Jayant Chowdhary · 7 years ago
  8. 06fcfb0 Camera: Play shutter sound in absence of CAMERA_MSG_SHUTTER by Shuzhen Wang · 7 years ago
  9. f5bc9a9 Merge "Camera: Add API level to service proxy notification" by TreeHugger Robot · 7 years ago
  10. 7dc2089 Merge "Camera: Cache monitored tag options in service" by TreeHugger Robot · 7 years ago
  11. 573291c Camera: Add API level to service proxy notification by Emilian Peev · 7 years ago
  12. c3e9d6f Camera: expose external camera to API1 by Yin-Chia Yeh · 7 years ago
  13. bd8c503 Camera: Cache monitored tag options in service by Emilian Peev · 7 years ago
  14. f44c24a Camera: fix use after disconnect error by Yin-Chia Yeh · 7 years ago
  15. 9cf785b Camera: fix dump/disconnect race by Yin-Chia Yeh · 7 years ago
  16. e8c96c7 CameraService: Clean up ICameraServiceProxy; send it more info by Eino-Ville Talvala · 8 years ago
  17. f53f66e Camera: Cleanup 'CameraModule' dependend code by Emilian Peev · 8 years ago
  18. 698f0a7 Camera: Clear available callback buffers during recording stop by Emilian Peev · 8 years ago
  19. b5df547 Camera: HAL1 recording batching support by Yin-Chia Yeh · 8 years ago
  20. 05d19b0 fallout of cleaning-up libutils includes by Mathias Agopian · 8 years ago
  21. 2f09bac Camera: Update camera service to use new HIDL HALs, part 1 by Eino-Ville Talvala · 8 years ago
  22. 2d13b1d Camera: Fix passing video native handle for 64-bit app by Chien-Yu Chen · 9 years ago
  23. 6192b89 Camera: Ensure correct error message for disconnected devices by Eino-Ville Talvala · 9 years ago
  24. 42f2707 Camera: validate input in releaseRecordingFrame by Chien-Yu Chen · 9 years ago
  25. d56db1d Camera: Switch camera2 to auto-gen C++ binder interfaces by Eino-Ville Talvala · 9 years ago
  26. f735117 CameraHardwareInterface: Reconnect preview in HAL set_buffer_count by Eino-Ville Talvala · 9 years ago
  27. 98a668f Camera: Fix client permission check by Chien-Yu Chen · 9 years ago
  28. c73e041 Camera: Disallow dumping clients directly am: c400396525 am: 795243686f am: fb5043a703 am: 3a0d1df37d am: f0b0a7c7bb by Eino-Ville Talvala · 9 years ago
  29. 715e5cd Camera: Disallow dumping clients directly am: c400396525 am: 795243686f am: fb5043a703 am: 3a0d1df37d by Eino-Ville Talvala · 9 years ago
  30. 7952436 Camera: Disallow dumping clients directly am: c400396525 by Eino-Ville Talvala · 9 years ago
  31. c400396 Camera: Disallow dumping clients directly by Eino-Ville Talvala · 9 years ago
  32. d55d0be Merge "libcameraservice: Allow media server to disconnect camera even unlocked" am: a68b10a49b by Eino-Ville Talvala · 9 years ago
  33. 418f4d1 libcameraservice: Allow media server to disconnect camera even unlocked by Wang, Jianfeng XA · 11 years ago
  34. 8cca075 Camera: Support BufferQueue between Camera and StageFright by Chien-Yu Chen · 9 years ago
  35. 82104eb Camera: Add video recording stop sound by Chien-Yu Chen · 10 years ago
  36. 412fe56 CameraService: Notify camera service proxy of device status by Eino-Ville Talvala · 10 years ago
  37. cc77671 camera2: Add camera client eviction enforcement. by Ruben Brunk · 10 years ago
  38. e074a93 CameraService: intercept Camera module by Yin-Chia Yeh · 10 years ago
  39. 06b4606 Update calls to IInterface::asBinder() by Marco Nelissen · 10 years ago
  40. e992e75 Camera: Guard against asBinder() calls on NULL interfaces by Eino-Ville Talvala · 10 years ago
  41. fcf5fea camera: add latest parameters to dumpsys for api1 cameras by Igor Murashkin · 11 years ago
  42. 65e01f7 camera1: Ensure MemoryHeap buffers are mmapped before copying. by Ruben Brunk · 11 years ago
  43. a858ea0 camera: Allow shutter sounds to be disabled from camera2 api by Igor Murashkin · 11 years ago
  44. ebe865b camera: Allow Camera#getParameters to be called by mediaserver anytime by Igor Murashkin · 11 years ago
  45. b10cdad cameraservice: Implement HAL1 and higher HAL API coexistence by Zhijun He · 11 years ago
  46. 377b2ec Make frameworks/av 64-bit compatible by Kévin PETIT · 11 years ago
  47. 1ce7c34 Camera1: Set preview to be asynchronous, and remove dead code by Eino-Ville Talvala · 12 years ago
  48. 7b82efe Camera: Rename new API to camera2, rearrange camera service by Eino-Ville Talvala · 12 years ago[Renamed (99%) from services/camera/libcameraservice/CameraClient.cpp]
  49. 3ee3550 Camera: Add preview callback surface support by Eino-Ville Talvala · 12 years ago
  50. 44cfcf0 CameraService: Refactor Camera2Client to share a base with ProCameraClient by Igor Murashkin · 12 years ago
  51. ceb388d CameraService and Stagefright: Support AppOps by Eino-Ville Talvala · 12 years ago
  52. 9e1cdea replace getISurfaceTexture by getIGraphicBufferProducer by Mathias Agopian · 12 years ago
  53. 1a2952a Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  54. 8ba0102 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  55. ddf3c50 Camera2: Compile with warnings, fix warnings by Igor Murashkin · 13 years ago
  56. c037920 Camera: Limit valid caller PIDs for camera clients. by Eino-Ville Talvala · 13 years ago
  57. 44f120f Camera: Clear Hardware device pointer when initialization fails by Igor Murashkin · 13 years ago
  58. ecf17e8 Camera2: Handle client processes dying by closing camera resources by Igor Murashkin · 13 years ago
  59. c5268e8 Camera1: Fix enable shutter sound command error handling. by Eino-Ville Talvala · 13 years ago
  60. 983cf23 Dynamically configure the number of video buffers used by camera source, if supported by James Dong · 13 years ago
  61. 35f859b Shutter sound is heard at the end of the recorded video by Patric Frederiksen · 13 years ago
  62. f69c70d Camera service: Initialization for camera2 clients and devices by Eino-Ville Talvala · 13 years ago
  63. 5e08d60 Break out CameraClient from CameraService. by Eino-Ville Talvala · 13 years ago