| Commit message (Expand) | Author | Age | Files | Lines |
* | Still do dump() if we cannot get mServiceLock for a while. | Chih-Chung Chang | 2010-03-05 | 1 | -1/+27 |
* | Fix the rgb to yuv422sp conversion. The order of uv is different from the | Chih-Chung Chang | 2010-02-18 | 1 | -4/+4 |
* | fix [2447659] fix improper usage of the YCbCr_420_SP format | Mathias Agopian | 2010-02-16 | 1 | -2/+4 |
* | get rid off the YUV formats at the libui layer | Mathias Agopian | 2010-02-16 | 1 | -2/+5 |
* | split libsurfaceflinger_client and libcamera_client out of libui | Mathias Agopian | 2010-02-11 | 6 | -13/+19 |
* | API Extension: Support for optionally specifying a map of extra request heade... | Andreas Huber | 2010-01-28 | 1 | -1/+1 |
* | Add support for setting camera display orientation. | Chih-Chung Chang | 2010-01-26 | 1 | -8/+24 |
* | Add an orientation parameter for overlay, so we can do camera preview in port... | Chih-Chung Chang | 2010-01-21 | 3 | -17/+18 |
* | less log spew | Joe Onorato | 2010-01-08 | 1 | -35/+34 |
* | Remove some logging from camera operations. Bug 2346606. | Dave Sparks | 2010-01-04 | 1 | -20/+20 |
* | Add missing library in linker option. Currently the library is used by the | Doug Kwan | 2009-12-09 | 1 | -0/+1 |
* | Merge change I5ff64f6f into eclair-mr2 | Android (Google) Code Review | 2009-12-02 | 2 | -0/+869 |
|\ |
|
| * | Add CameraServiceTest. | Chih-Chung Chang | 2009-11-13 | 2 | -0/+869 |
* | | am bb3bb57a: Merge change I524dc046 into eclair | Eric Laurent | 2009-12-01 | 1 | -4/+16 |
|\ \ |
|
| * | | Fix issue 2192673: Music Pausing Even when notifications are set to silent. | Eric Laurent | 2009-11-27 | 1 | -4/+16 |
| |/ |
|
* | | Set more camera parameters initial values. | Owen Lin | 2009-11-27 | 2 | -1558/+747 |
|/ |
|
* | Fix potential deadlock in stopPreview/stopRecord. | Dave Sparks | 2009-11-10 | 2 | -29/+46 |
* | Hold a lock while we access the preview heap. | Dave Sparks | 2009-11-06 | 1 | -7/+14 |
* | Use image rect information to display zoomed picture. | Wu-cheng Li | 2009-10-29 | 2 | -4/+18 |
* | Don't callback on NULL client. Bug 2180510. | Dave Sparks | 2009-10-15 | 2 | -30/+63 |
* | Retry overlay create if it fails. Bug 2153980. | Dave Sparks | 2009-10-07 | 1 | -1/+13 |
* | Add zoom functions and sendCommand. | Wu-cheng Li | 2009-10-06 | 4 | -3/+29 |
* | Fix 2083478: Camera needs an auto-focus cancel API | Chih-Chung Chang | 2009-09-15 | 4 | -1/+25 |
* | Pass return code from Camera HAL for setParameters(). | James Dong | 2009-09-13 | 1 | -2/+1 |
* | CameraService change for OVERLAY_FORMAT_DEFAULT | Snigdha Sinha | 2009-09-08 | 1 | -12/+1 |
* | Modified the camera HAL interface to use the same generic callback architectu... | Benny Wong | 2009-08-13 | 4 | -291/+292 |
* | In the simulator, make sure that the preview thread is a Java thread, | Marco Nelissen | 2009-08-13 | 2 | -3/+18 |
* | Fix issue 1795088 Improve audio routing code | Eric Laurent | 2009-07-23 | 1 | -8/+1 |
* | Hardware overlay support | Benny Wong | 2009-07-16 | 2 | -6/+47 |
* | resolved conflicts for merge of 04c7d0f8 to master | Dave Sparks | 2009-07-08 | 2 | -8/+7 |
|\ |
|
| * | Add timestamps to video frames to improve A/V sync. | Dave Sparks | 2009-07-08 | 2 | -8/+7 |
* | | am b8a10fe4: Allow setPreviewDisplay after startPreview. | Wu-cheng Li | 2009-07-01 | 2 | -50/+91 |
|\ \
| |/ |
|
| * | Allow setPreviewDisplay after startPreview. | Wu-cheng Li | 2009-07-01 | 2 | -50/+91 |
* | | am c6a482e7: Merge change 5199 into donut | Android (Google) Code Review | 2009-06-24 | 2 | -11/+11 |
|\ \
| |/ |
|
| * | Only remove client after the hardware is teared down, so a new client | Chih-Chung Chang | 2009-06-25 | 2 | -11/+11 |
* | | am 82a32714: Merge change 5190 into donut | Android (Google) Code Review | 2009-06-24 | 2 | -12/+44 |
|\ \
| |/ |
|
| * | Fix 1933269: startPreview failed. | Chih-Chung Chang | 2009-06-24 | 2 | -12/+44 |
* | | am 8570e5fc: Merge change 4907 into donut | Android (Google) Code Review | 2009-06-22 | 1 | -48/+91 |
|\ \
| |/ |
|
| * | Add more debug messages for CameraService. | Chih-Chung Chang | 2009-06-22 | 1 | -48/+91 |
* | | am 7f148d65: Merge change 4316 into donut | Android (Google) Code Review | 2009-06-16 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Enable more debug message to debug the Camera startPreview bug. | Chih-Chung Chang | 2009-06-16 | 1 | -6/+6 |
* | | am 084af5e1: Merge change 3551 into donut | Android (Google) Code Review | 2009-06-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Allow the owner to reconnect to Camera. | Chih-Chung Chang | 2009-06-09 | 1 | -1/+1 |
* | | some work to try to reduce the code size of some native libraries | Mathias Agopian | 2009-05-26 | 1 | -6/+0 |
* | | am 7283fb18: Merge commit \'7b7225c8fdbead25235c74811b30ff4ee690dc58\' into m... | Dave Sparks | 2009-05-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge commit '7b7225c8fdbead25235c74811b30ff4ee690dc58' into manual_merge | Dave Sparks | 2009-05-21 | 1 | -1/+1 |
| |\ |
|
| | * | AI 149133: Enable the camera permission check. | Dave Sparks | 2009-05-21 | 2 | -4/+3 |
| | * | Automated import from //branches/cupcake/...@142889,142889 | Eric Laurent | 2009-03-26 | 1 | -1/+9 |
| | * | Automated import from //branches/cupcake/...@141708,141708 | Andreas Huber | 2009-03-24 | 1 | -0/+3 |
| | * | Automated import from //branches/cupcake/...@141613,141613 | Wu-cheng Li | 2009-03-24 | 1 | -4/+5 |