| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for save_postview changes | Robert Burns | 2012-12-09 | 1 | -1/+2 |
* | Replace LOG by ALOG | KalimochoAz | 2012-07-23 | 1 | -3/+3 |
* | Merge remote-tracking branch 'github/ics' into 23072012 | KalimochoAz | 2012-07-23 | 5 | -4/+148 |
|\ |
|
| * | Modified Libcamera to allow Touch to focus | KalimochoAz | 2012-01-09 | 5 | -4/+148 |
* | | Camera: Fix crash when cancelling autofocus outside of preview. | Eino-Ville Talvala | 2012-06-05 | 1 | -0/+5 |
* | | libcamera: remove unused fimc_v4l2_s_ext_ctrl function | Dima Zavin | 2012-04-09 | 1 | -20/+0 |
* | | Switched to use header files from /frameworks/native | James Dong | 2012-03-12 | 2 | -1/+2 |
* | | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE | Steve Block | 2012-01-08 | 2 | -216/+216 |
* | | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE | Steve Block | 2012-01-05 | 2 | -6/+6 |
* | | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE | Steve Block | 2012-01-04 | 2 | -25/+25 |
* | | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE | Steve Block | 2012-01-03 | 3 | -17/+17 |
* | | resolved conflicts for merge of 98591897 to master | James Dong | 2011-11-22 | 2 | -34/+27 |
|\ \
| |/ |
|
| * | libcamera: record GPS coordinates with greater precision. | James Dong | 2011-11-21 | 2 | -34/+27 |
* | | Fix broken build due to transition to ALOGV instead of LOGV | James Dong | 2011-11-15 | 1 | -1/+1 |
* | | resolved conflicts for merge of c62dbe3e to master | James Dong | 2011-11-15 | 2 | -16/+4 |
|\ \
| |/ |
|
| * | libcamera: Remove 16 bytes padding | James Dong | 2011-11-15 | 2 | -15/+3 |
* | | resolved conflicts for merge of 77143165 to master | Simon Wilson | 2011-11-15 | 2 | -3/+39 |
|\ \
| |/ |
|
| * | Camera: move AF polling code from driver into HAL | kyoungho.yun | 2011-11-14 | 2 | -3/+39 |
* | | am f9a8cbcf: Merge "5PC11X: CAMERA: Fix CTS fail list Fix Issue 4905016 - and... | James Dong | 2011-11-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 5PC11X: CAMERA: Fix CTS fail list | kyoungho.yun | 2011-11-03 | 1 | -1/+1 |
* | | Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE | Steve Block | 2011-10-26 | 2 | -200/+200 |
|/ |
|
* | Fix cancelAutoFocus failure if native window is not set. | Wu-cheng Li | 2011-10-18 | 1 | -0/+5 |
* | Fix the bug that jpeg size is always 6.8MB. | Wu-cheng Li | 2011-08-31 | 1 | -7/+9 |
* | Send RawPictureCallback when CAMERA_MSG_RAW_IMAGE_NOTIFY is enabled. | Wu-cheng Li | 2011-08-25 | 1 | -31/+31 |
* | 5PC11X: CAMERA: Fix Issue 5143943(SceneMode Fail) | kyoungho.yun | 2011-08-16 | 1 | -0/+17 |
* | Merge "5PC11X: CAMERA: Fix issue 5032708 - Native crash" | Wu-cheng Li | 2011-08-11 | 1 | -1/+1 |
|\ |
|
| * | 5PC11X: CAMERA: Fix issue 5032708 - Native crash | kyoungho.yun | 2011-08-11 | 1 | -1/+1 |
* | | Add support NV21 preview callback | James Dong | 2011-08-09 | 1 | -114/+45 |
|/ |
|
* | Use new camera data callback. | Wu-cheng Li | 2011-07-29 | 1 | -3/+3 |
* | crespo: implement method put_parameters in camera hal | Iliyan Malchev | 2011-07-27 | 1 | -0/+7 |
* | Remove the hack for Camera hal since now the encoder support YV12 and NV12 | James Dong | 2011-07-26 | 1 | -1/+1 |
* | Change SEC_OMX for Video Editor | SeungBeom Kim | 2011-07-25 | 2 | -1/+17 |
* | Merge "Fix black preview in Goggles." | Wu-cheng Li | 2011-07-24 | 1 | -14/+1 |
|\ |
|
| * | Fix black preview in Goggles. | Wu-cheng Li | 2011-07-11 | 1 | -14/+1 |
* | | libcamera: Fix a synchronization bug | Wu-cheng Li | 2011-07-15 | 2 | -31/+40 |
|/ |
|
* | libcamera: for checking invalid parameters | Jeong-Seok Yang | 2011-06-28 | 2 | -3/+38 |
* | libcamera: for preventing to open camera before releasing another camera | Jeong-Seok Yang | 2011-06-19 | 2 | -2/+15 |
* | Merge "libcamera: Increase memory buffer" | Wu-cheng Li | 2011-06-19 | 1 | -1/+1 |
|\ |
|
| * | libcamera: Increase memory buffer | Jeong-Seok Yang | 2011-06-13 | 1 | -1/+1 |
* | | libcamera: Change camera.herring.so from camera.s5pc110.so | Jeong-Seok Yang | 2011-06-14 | 1 | -1/+1 |
|/ |
|
* | crespo camera: software work-around to enable camcorder | Iliyan Malchev | 2011-06-11 | 2 | -53/+112 |
* | crespo: enable camera (wip) | Iliyan Malchev | 2011-06-07 | 5 | -462/+789 |
* | am b069d589: am f6512678: libcamera: for supporting QVGA and QCIF on front ca... | Jeong-Seok Yang | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | libcamera: for supporting QVGA and QCIF on front camera | Jeong-Seok Yang | 2011-03-16 | 1 | -1/+1 |
* | | am 4faec6c9: am 069108e8: Merge "Add 176x144 preview size for front camera." ... | Wu-cheng Li | 2011-03-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 176x144 preview size for front camera. | Wu-cheng Li | 2011-03-11 | 1 | -1/+1 |
* | | am 2d6a6037: am 28e8633c: Merge "libcamera: Fix setParameters crash when open... | Wu-cheng Li | 2011-03-08 | 3 | -37/+16 |
|\ \
| |/ |
|
| * | libcamera: Fix setParameters crash when opening front camera. | Wu-cheng Li | 2011-03-07 | 3 | -37/+16 |
* | | am 8164eaba: am d9e21463: Add additional statements to accept the crespo4g pr... | Maarten Hooft | 2011-03-01 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Add additional statements to accept the crespo4g product | Maarten Hooft | 2011-02-28 | 1 | -1/+2 |