index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
camera
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
2
-27
/
+27
*
Fix 5487571: Make sure shutter sound is played when it's enforced
Chih-Chung Chang
2011-10-20
1
-8
/
+2
*
Fix 5468644: Use the proper audio stream type to play sound.
Chih-Chung Chang
2011-10-17
2
-14
/
+16
*
Add initialize method to CameraHardwareInterface
Tyler Luu
2011-10-07
2
-14
/
+28
*
Merge "Allow shutter/recording sound to be adjusted unless it's forced."
Chih-Chung Chang
2011-10-07
1
-1
/
+12
|
\
|
*
Allow shutter/recording sound to be adjusted unless it's forced.
Chih-Chung Chang
2011-10-07
1
-1
/
+12
*
|
Allow Camera.setDisplayOrientation to be called when preview is active.
Wu-cheng Li
2011-10-07
1
-4
/
+4
|
/
*
Add video snapshot camera parameter.
Wu-cheng Li
2011-09-01
1
-5
/
+0
*
Pass camera frame metadata from camera service to Java.
Wu-cheng Li
2011-08-02
2
-22
/
+28
*
connect/disconnect is now called from our EGL wrapper
Mathias Agopian
2011-08-01
1
-4
/
+4
*
Add frame metadata parameter to camera data_callback.
Wu-cheng Li
2011-07-29
4
-6
/
+9
*
libcameraservice: call put_parameters on camera HAL
Iliyan Malchev
2011-07-27
1
-1
/
+4
*
Merge "Disconnect the native window in CameraService::Client::disconnect."
Wu-cheng Li
2011-07-19
1
-11
/
+12
|
\
|
*
Disconnect the native window in CameraService::Client::disconnect.
Wu-cheng Li
2011-07-20
1
-11
/
+12
*
|
use SurfaceTexture new scaling mode in SF
Mathias Agopian
2011-07-19
1
-0
/
+4
|
/
*
Merge "CameraService: (dis)connect from preview windows"
Jamie Gennis
2011-07-18
2
-46
/
+55
|
\
|
*
CameraService: (dis)connect from preview windows
Jamie Gennis
2011-07-14
2
-46
/
+55
*
|
get rid of overlay HAL
Mathias Agopian
2011-07-12
1
-10
/
+0
*
|
Eliminate single-process mode.
Jeff Brown
2011-07-08
1
-8
/
+1
|
/
*
CameraService: Decouple dequeue and lock
Sundar Raman
2011-06-27
1
-7
/
+11
*
Add framework support for camcorder zoom.
Wu-cheng Li
2011-06-27
1
-0
/
+9
*
Merge "Allow camera to be disabled via Device Policy Manager"
Wu-cheng Li
2011-06-16
1
-0
/
+8
|
\
|
*
Allow camera to be disabled via Device Policy Manager
Wu-cheng Li
2011-05-30
1
-0
/
+8
*
|
CameraService: return stide when dequeueing a buffer
Iliyan Malchev
2011-06-11
1
-2
/
+4
*
|
frameworks/base: updates for camera HAL memory management
Iliyan Malchev
2011-06-07
1
-18
/
+70
|
/
*
frameworks/base: android_native_buffer_t -> ANativeWindowBuffer
Iliyan Malchev
2011-05-03
1
-7
/
+7
*
frameworks/base: switch CameraService to a HAL module
Iliyan Malchev
2011-05-03
4
-67
/
+675
*
frameworks/base: include system/core header camera.h in Camera.h
Iliyan Malchev
2011-05-03
2
-13
/
+13
*
audio/media: convert to using the audio HAL and new audio defs
Dima Zavin
2011-04-27
1
-2
/
+2
*
remove more unused references to ISurface
Mathias Agopian
2011-04-05
2
-17
/
+3
*
frameworks/base: some camera-interface cleanup
Iliyan Malchev
2011-03-28
2
-21
/
+3
*
merge libsurfaceflinger_client into libgui
Mathias Agopian
2011-03-25
2
-2
/
+1
*
Fix missing AOSP copyright headers for more files
James Dong
2011-03-17
2
-0
/
+32
*
Application-managed callback buffer support for raw image
James Dong
2011-02-22
2
-7
/
+20
*
Add camera service support for SurfaceTexture.
Jamie Gennis
2011-01-06
3
-25
/
+50
*
We requires camera hal's implementation should not track the ref count of any...
James Dong
2010-12-10
1
-4
/
+1
*
remove support for PUSH_BUFFER surfaces and overlays
Mathias Agopian
2010-12-08
2
-104
/
+10
*
Don't drop video frames but to release them.
James Dong
2010-12-06
1
-1
/
+4
*
Revert "Temporary workaround for issue 3187563"
Eric Laurent
2010-11-24
1
-4
/
+0
*
Temporary workaround for issue 3187563
Eric Laurent
2010-11-11
1
-0
/
+4
*
Mirror the camera preview if the camera is front-facing.
Wu-cheng Li
2010-10-25
2
-27
/
+38
*
Camera framework change required for 0-memcpy recording
James Dong
2010-10-19
2
-1
/
+27
*
Fix camera display orientation.
Wu-cheng Li
2010-10-12
2
-1
/
+13
*
resolved conflicts for merge of 191a25e1 to master
Wu-cheng Li
2010-09-27
2
-6
/
+16
|
\
|
*
The old overlay should be destroyed if orientation changes.
Wu-cheng Li
2010-09-27
2
-6
/
+16
*
|
Added command type to play recording sound.
Nipun Kwatra
2010-09-14
1
-0
/
+2
*
|
Adding enable/disable option for sendCommand()
Nipun Kwatra
2010-09-14
2
-1
/
+50
*
|
Only enable CAMERA_MSG_PREVIEW_FRAME when necessary.
Wu-cheng Li
2010-09-09
1
-14
/
+5
*
|
Remove setPreviewDisplay in CameraService::Client::~Client().
Wu-cheng Li
2010-08-31
1
-5
/
+0
*
|
Add the setPreviewWindow camera HAL API to the camera stub.
Jamie Gennis
2010-08-23
2
-3
/
+3
[next]