1. 037abb8 Add video stabilization control to Camera parameters. by Eino-Ville Talvala · 13 years ago
  2. 98bb251 Add video snapshot camera parameter. by Wu-cheng Li · 13 years ago
  3. b9ac75d Add new camera focus mode FOCUS_MODE_CONTINUOUS_PICTURE. by Wu-cheng Li · 13 years ago
  4. 70fb908 Add camera bayer image format. by Wu-cheng Li · 13 years ago
  5. bb1e275 Pass camera frame metadata from camera service to Java. by Wu-cheng Li · 13 years ago
  6. 25d8fb5 Add camera recording hint parameter. by Wu-cheng Li · 13 years ago
  7. 4c2292e Add camera face detection API. by Wu-cheng Li · 13 years ago
  8. bd882b1 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  9. 42419ce Add framework support for camcorder zoom. by Wu-cheng Li · 13 years ago
  10. 2194513 CameraParameters: add PIXEL_FORMAT_RGBA8888 by Iliyan Malchev · 13 years ago
  11. d9c2601a Add auto-white balance locking to the Camera API. by Eino-Ville Talvala · 13 years ago
  12. 3773eef Add an auto-exposure lock feature to the Camera API. by Eino-Ville Talvala · 13 years ago
  13. e98e4c8 Add camera metering area API. by Wu-cheng Li · 13 years ago
  14. 30771b7 Add camera focus area API. by Wu-cheng Li · 13 years ago
  15. 40c3641 frameworks/base: some camera-interface cleanup by Iliyan Malchev · 13 years ago
  16. 696257c merge libsurfaceflinger_client into libgui by Mathias Agopian · 13 years ago
  17. e857cc8 Merge "Add YV12 preview format to camera parameter constants." by Wu-cheng Li · 14 years ago
  18. 10a1b30 Add YV12 preview format to camera parameter constants. by Wu-cheng Li · 14 years ago
  19. e00cab7 Application-managed callback buffer support for raw image by James Dong · 14 years ago
  20. ff2dc46 Add camera service support for SurfaceTexture. by Jamie Gennis · 14 years ago
  21. 0e73cdc Camera::create should fail when it fails to connect the camera. by Wu-cheng Li · 14 years ago
  22. 4ddca9b Add preferred preview size support in the camera framework by James Dong · 14 years ago
  23. df7a856 Fixed a race condition where some recording frames may not be released. by James Dong · 14 years ago
  24. 3831185 Camera framework change required for 0-memcpy recording by James Dong · 14 years ago
  25. 4fd446f Video size retrieval/configuration support in camera hal by James Dong · 14 years ago
  26. d276720 am 2ad1ebca: am d45cb72a: Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO. by Wu-cheng Li · 14 years ago
  27. d45cb72 Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO. by Wu-cheng Li · 14 years ago
  28. 9b61dc5 Add YUV420P color format support for video output from camera hal by James Dong · 14 years ago
  29. b8f7f42 am 6e46e6f7: am 7ec7b997: Remove camera metering mode API. by Wu-cheng Li · 14 years ago
  30. 7ec7b99 Remove camera metering mode API. by Wu-cheng Li · 14 years ago
  31. eee0931 am 346b6126: am 97a56269: Merge "Add camera fps range API." into gingerbread by Wu-cheng Li · 14 years ago
  32. 85cfdd0 Change the framework to use the new camera preview path. by Jamie Gennis · 14 years ago
  33. 454630f Add camera fps range API. by Wu-cheng Li · 14 years ago
  34. 6c008b8 Adding getSupportedPreviewSizes to CameraParameters.DO NOT MERGE by Nipun Kwatra · 14 years ago
  35. 0de0c49 Adding getSupportedPictureSizes to CameraParameters.DO NOT MERGE by Nipun Kwatra · 14 years ago
  36. b70c1db Adding parseSizesList, getSupportedPreviewSizes to CameraParameters. by Nipun Kwatra · 14 years ago
  37. 51c2ec2 Adding getSupportedPictureSizes which returns a Vector of supported Sizes. by Nipun Kwatra · 14 years ago
  38. 154a320 resolved conflicts for merge of 27eecb70 to gingerbread by Jean-Baptiste Queru · 14 years ago
  39. 0c51c98 am 4506c62a: fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
  40. 83407b9 fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
  41. 4506c62 fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
  42. b8bb78f Change camera interface to support multiple cameras. by Chih-Chung Chang · 14 years ago
  43. 8aba232 Add KEY_SUPPORTED_METERING_MODES and fix some typos. by Wu-cheng Li · 14 years ago
  44. f7f6333 Add camera metering mode API. by Wu-cheng Li · 14 years ago
  45. d2c2929 Add video frame parameter. by Wu-cheng Li · 14 years ago
  46. ae7ca4c Fix build error. by Wu-cheng Li · 14 years ago
  47. e339c5e Add camera focus distances API. by Wu-cheng Li · 14 years ago
  48. 553447b Fix deadlock if the last reference of ICameraClient is removed in by Chih-Chung Chang · 14 years ago
  49. b339013 am d8c33747: am 78624e41: Add remove method in CameraParameters class. by Wu-cheng Li · 14 years ago
  50. 78624e4 Add remove method in CameraParameters class. by Wu-cheng Li · 14 years ago
  51. ca09961 Add continuous focus mode constant. by Wu-cheng Li · 14 years ago
  52. e25cc65 Support multiple cameras in framework. by Chih-Chung Chang · 14 years ago
  53. c58b423 Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 14 years ago
  54. 0ca2519 Add some comments for zoom methods. by Wu-cheng Li · 14 years ago
  55. cfea8fd Call unlinkToDeath() when we disconnect the Camera, by Chih-Chung Chang · 14 years ago
  56. d9ef5d7 Add camera parameter string constant for "true". by Wu-cheng Li · 15 years ago
  57. 055c986 Add location provider name to gps-processing-method in EXIF header. by Ray Chen · 15 years ago
  58. 8cbb8f5 Unhide zoom API. by Wu-cheng Li · 15 years ago
  59. 24b326a Unhide exposure compensation API. by Wu-cheng Li · 15 years ago
  60. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago