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