1. df712ea fix libgui header location by Mathias Agopian · 13 years ago
  2. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  3. 5ff1dd5 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  4. b8a8052 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  5. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  6. 7019d22 Add video stabilization control to Camera parameters. by Eino-Ville Talvala · 13 years ago
  7. a8e409f Add video snapshot camera parameter. by Wu-cheng Li · 13 years ago
  8. ab3f138 Add new camera focus mode FOCUS_MODE_CONTINUOUS_PICTURE. by Wu-cheng Li · 13 years ago
  9. 79e2ab4 Add camera bayer image format. by Wu-cheng Li · 13 years ago
  10. 57c8618 Pass camera frame metadata from camera service to Java. by Wu-cheng Li · 13 years ago
  11. 40cdc56 Add camera recording hint parameter. by Wu-cheng Li · 13 years ago
  12. 7fc25dd Add camera face detection API. by Wu-cheng Li · 13 years ago
  13. 5e0067b Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  14. 4ca2c7c Add framework support for camcorder zoom. by Wu-cheng Li · 13 years ago
  15. 5e7271d CameraParameters: add PIXEL_FORMAT_RGBA8888 by Iliyan Malchev · 13 years ago
  16. fd99e1d Add auto-white balance locking to the Camera API. by Eino-Ville Talvala · 13 years ago
  17. 95fbf2c Add an auto-exposure lock feature to the Camera API. by Eino-Ville Talvala · 14 years ago
  18. 38ecadb Add camera metering area API. by Wu-cheng Li · 14 years ago
  19. a1c3d37 Add camera focus area API. by Wu-cheng Li · 14 years ago
  20. 108dddf frameworks/base: some camera-interface cleanup by Iliyan Malchev · 14 years ago
  21. 5f7fcf2 merge libsurfaceflinger_client into libgui by Mathias Agopian · 14 years ago
  22. 6f7a293 Merge "Add YV12 preview format to camera parameter constants." by Wu-cheng Li · 14 years ago
  23. d42c6e8 Add YV12 preview format to camera parameter constants. by Wu-cheng Li · 14 years ago
  24. e468ac5 Application-managed callback buffer support for raw image by James Dong · 14 years ago
  25. bfa33aa Add camera service support for SurfaceTexture. by Jamie Gennis · 14 years ago
  26. 627baac Camera::create should fail when it fails to connect the camera. by Wu-cheng Li · 14 years ago
  27. 0f5a6f9 Add preferred preview size support in the camera framework by James Dong · 14 years ago
  28. c42478e Fixed a race condition where some recording frames may not be released. by James Dong · 14 years ago
  29. e2ad673 Camera framework change required for 0-memcpy recording by James Dong · 14 years ago
  30. 0d14c25 Video size retrieval/configuration support in camera hal by James Dong · 14 years ago
  31. 9219e0b am 2ad1ebca: am d45cb72a: Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO. by Wu-cheng Li · 14 years ago
  32. ac4205c Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO. by Wu-cheng Li · 14 years ago
  33. e2d8ba8 Add YUV420P color format support for video output from camera hal by James Dong · 14 years ago
  34. f015774 am 6e46e6f7: am 7ec7b997: Remove camera metering mode API. by Wu-cheng Li · 14 years ago
  35. 541d765 Remove camera metering mode API. by Wu-cheng Li · 14 years ago
  36. 10d3d28 am 346b6126: am 97a56269: Merge "Add camera fps range API." into gingerbread by Wu-cheng Li · 14 years ago
  37. 4b79168 Change the framework to use the new camera preview path. by Jamie Gennis · 14 years ago
  38. 04379fa Add camera fps range API. by Wu-cheng Li · 14 years ago
  39. e44607e Adding getSupportedPreviewSizes to CameraParameters.DO NOT MERGE by Nipun Kwatra · 14 years ago
  40. 34c91a3 Adding getSupportedPictureSizes to CameraParameters.DO NOT MERGE by Nipun Kwatra · 14 years ago
  41. 0cc1878 Adding parseSizesList, getSupportedPreviewSizes to CameraParameters. by Nipun Kwatra · 14 years ago
  42. 99b4de9 Adding getSupportedPictureSizes which returns a Vector of supported Sizes. by Nipun Kwatra · 14 years ago
  43. 9da2070 resolved conflicts for merge of 27eecb70 to gingerbread by Jean-Baptiste Queru · 14 years ago
  44. 0319aae am 4506c62a: fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
  45. 68335fd fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
  46. 01cff46 fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
  47. ddbdb35 Change camera interface to support multiple cameras. by Chih-Chung Chang · 14 years ago
  48. d38bee5 Add KEY_SUPPORTED_METERING_MODES and fix some typos. by Wu-cheng Li · 14 years ago
  49. 2b8aba2 Add camera metering mode API. by Wu-cheng Li · 14 years ago
  50. 0b0279e Add video frame parameter. by Wu-cheng Li · 14 years ago
  51. ae77ffa Fix build error. by Wu-cheng Li · 14 years ago
  52. 09a2ab9 Add camera focus distances API. by Wu-cheng Li · 14 years ago
  53. d06618e Fix deadlock if the last reference of ICameraClient is removed in by Chih-Chung Chang · 14 years ago
  54. 83e5a90 am d8c33747: am 78624e41: Add remove method in CameraParameters class. by Wu-cheng Li · 14 years ago
  55. adbda96 Add remove method in CameraParameters class. by Wu-cheng Li · 14 years ago
  56. 4bf7ace Add continuous focus mode constant. by Wu-cheng Li · 14 years ago
  57. 35a055b Support multiple cameras in framework. by Chih-Chung Chang · 14 years ago
  58. 465d5a7 Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 15 years ago
  59. 8cc76ae Add some comments for zoom methods. by Wu-cheng Li · 15 years ago
  60. f8ed70a Call unlinkToDeath() when we disconnect the Camera, by Chih-Chung Chang · 15 years ago
  61. d8d888e Add camera parameter string constant for "true". by Wu-cheng Li · 15 years ago
  62. c0170bc Add location provider name to gps-processing-method in EXIF header. by Ray Chen · 15 years ago
  63. 949c503 Unhide zoom API. by Wu-cheng Li · 15 years ago
  64. 4f1bff9 Unhide exposure compensation API. by Wu-cheng Li · 15 years ago
  65. 3cf6135 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago