summaryrefslogtreecommitdiffstats
path: root/camera
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE: Remove experimental parameters for burst modeJames Painter2012-09-281-5/+0
* Camera: Add HDR scene mode constants.Eino-Ville Talvala2012-09-101-0/+1
* Camera2: Add a burst mode skeleton.James Painter2012-09-071-0/+5
* Camera: Add OPAQUE pixel format to CameraParametersEino-Ville Talvala2012-07-181-0/+1
* Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* Remove new camera connect API.Wu-cheng Li2012-04-192-10/+4
* Add a new camera open API that allows taking the ownership.Wu-cheng Li2012-03-152-5/+10
* fix libgui header locationMathias Agopian2012-02-272-1/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-082-6/+6
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-4/+4
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-032-4/+4
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-265-76/+76
* Add video stabilization control to Camera parameters.Eino-Ville Talvala2011-10-121-0/+2
* Add video snapshot camera parameter.Wu-cheng Li2011-09-011-0/+1
* Add new camera focus mode FOCUS_MODE_CONTINUOUS_PICTURE.Wu-cheng Li2011-08-181-0/+1
* Add camera bayer image format.Wu-cheng Li2011-08-041-0/+1
* Pass camera frame metadata from camera service to Java.Wu-cheng Li2011-08-022-4/+18
* Add camera recording hint parameter.Wu-cheng Li2011-08-021-0/+1
* Add camera face detection API.Wu-cheng Li2011-07-271-0/+2
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+0
* Add framework support for camcorder zoom.Wu-cheng Li2011-06-274-2/+242
* CameraParameters: add PIXEL_FORMAT_RGBA8888Iliyan Malchev2011-06-061-0/+1
* Add auto-white balance locking to the Camera API.Eino-Ville Talvala2011-05-171-0/+2
* Add an auto-exposure lock feature to the Camera API.Eino-Ville Talvala2011-05-021-0/+3
* Add camera metering area API.Wu-cheng Li2011-04-131-0/+2
* Add camera focus area API.Wu-cheng Li2011-04-081-0/+2
* frameworks/base: some camera-interface cleanupIliyan Malchev2011-03-282-52/+0
* merge libsurfaceflinger_client into libguiMathias Agopian2011-03-251-1/+0
* Merge "Add YV12 preview format to camera parameter constants."Wu-cheng Li2011-02-241-1/+1
|\
| * Add YV12 preview format to camera parameter constants.Wu-cheng Li2011-02-241-1/+1
* | Application-managed callback buffer support for raw imageJames Dong2011-02-222-6/+8
|/
* Add camera service support for SurfaceTexture.Jamie Gennis2011-01-063-1/+36
* Camera::create should fail when it fails to connect the camera.Wu-cheng Li2011-01-051-1/+2
* Add preferred preview size support in the camera frameworkJames Dong2010-11-301-0/+9
* Fixed a race condition where some recording frames may not be released.James Dong2010-11-151-0/+3
* Camera framework change required for 0-memcpy recordingJames Dong2010-10-192-0/+79
* Video size retrieval/configuration support in camera halJames Dong2010-10-031-0/+23
* am 2ad1ebca: am d45cb72a: Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUO...Wu-cheng Li2010-09-211-1/+1
|\
| * Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO.Wu-cheng Li2010-09-211-1/+1
* | Add YUV420P color format support for video output from camera halJames Dong2010-09-161-1/+1
* | am 6e46e6f7: am 7ec7b997: Remove camera metering mode API.Wu-cheng Li2010-08-301-7/+0
|\ \ | |/
| * Remove camera metering mode API.Wu-cheng Li2010-08-301-7/+0
* | am 346b6126: am 97a56269: Merge "Add camera fps range API." into gingerbreadWu-cheng Li2010-08-241-30/+29
|\ \ | |/
| * Add camera fps range API.Wu-cheng Li2010-08-201-30/+29
| * Adding getSupportedPreviewSizes to CameraParameters.DO NOT MERGENipun Kwatra2010-08-191-25/+36
| * Adding getSupportedPictureSizes to CameraParameters.DO NOT MERGENipun Kwatra2010-08-191-2/+31
| * resolved conflicts for merge of 27eecb70 to gingerbreadJean-Baptiste Queru2010-07-301-1/+0
| |\
| | * fix inaccurate copyrightsJean-Baptiste Queru2010-07-291-1/+0
* | | Change the framework to use the new camera preview path.Jamie Gennis2010-08-232-21/+7
* | | Adding parseSizesList, getSupportedPreviewSizes to CameraParameters.Nipun Kwatra2010-08-041-25/+36