summaryrefslogtreecommitdiff
path: root/media/libstagefright/CameraSource.cpp
AgeCommit message (Expand)Author
2012-08-02Dynamically configure the number of video buffers used by camera source, if s...James Dong
2012-07-24Codecs: Add MetaDataMode support to software video encoders.Eino-Ville Talvala
2012-04-19Remove new camera connect API.Wu-cheng Li
2012-03-19Merge "Do not set camera preview display if the surface is null."Wu-cheng Li
2012-03-19Do not set camera preview display if the surface is null.Wu-cheng Li
2012-03-15Add a new camera open API that allows taking the ownership.Wu-cheng Li
2012-02-27fix libgui header locationMathias Agopian
2012-02-10Move away from MediaDebug and use ADebug insteadJames Dong
2012-02-02Don't call virtual functions in the destructor for audio and camera source cl...James Dong
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block
2011-11-21am d0a25456: am 02740dc4: Merge "Fix log spamming during time lapse video rec...James Dong
2011-11-21Fix log spamming during time lapse video recordingJames Dong
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-08-24When Camera is launched by media recording framework, stagefright controls th...James Dong
2011-08-05Do not release recording frames if camera is goneJames Dong
2011-08-02Pass camera frame metadata from camera service to Java.Wu-cheng Li
2011-07-20Let the media recording framework release the Camera object when it is the ownerJames Dong
2011-07-12Add support for TI H264 encoderDandawate Saket
2011-07-10Release camera if CameraSource::start() has not been calledJames Dong
2011-06-29Unlock the camera if media recorder fails to start recording.Wu-cheng Li
2011-06-27Add framework support for camcorder zoom.Wu-cheng Li
2011-06-03Add timestamp and data pointer checks in CameraSourceJames Dong
2011-03-28frameworks/base: some camera-interface cleanupIliyan Malchev
2011-02-17A/V synchronization at the beginning of a recording sessionJames Dong
2011-01-26Make sure that key frame is generated for timelapse video recording if there ...James Dong
2010-12-21Add more debugging code to track down hang during video recordingJames Dong
2010-12-11Revert "Allows the authoring engine to skip frame."James Dong
2010-12-10Fixed a failure from timelapse video recording because of accidental use of m...James Dong
2010-12-10Release a recording frame only if mCamera exists and is not cleared.James Dong
2010-12-09First step towards renabling Timelapse video recordingJames Dong
2010-12-05Remove check if the target video resolution is not supported by CameraSourceJames Dong
2010-11-15Fixed a race condition where some recording frames may not be released.James Dong
2010-11-11Separate the key for audio sampling rate and video frame rate in MetaData.hJames Dong
2010-10-25Don't change the video recording frame rate if it is not requested.James Dong
2010-10-20Fix an issue where the video size was incorrectly retrieved from preview sizeJames Dong
2010-10-19Make camera source ready for handling meta-data video buffers.James Dong
2010-10-090-memcpy video recording frameworkJames Dong
2010-10-08Move Camera specific logic out from StagefrightRecorder to CameraSourceJames Dong
2010-09-17Implemented frequent read returns for quick stop in time lapse.Nipun Kwatra
2010-09-16Add YUV420P color format support for video output from camera halJames Dong
2010-09-15am 0cd2472b: am 82a39f4a: Merge "Add some explicit error log messages" into g...James Dong
2010-09-14Add some explicit error log messagesJames Dong
2010-08-11am 136d8336: am 90d1d104: Merge "This code in CameraSource really should hold...Andreas Huber
2010-08-11This code in CameraSource really should hold the lock.Andreas Huber
2010-07-22am 9bc4dc11: am 53d4e0d5: Allows the authoring engine to skip frame.James Dong
2010-07-22Allows the authoring engine to skip frame.James Dong
2010-07-21am 8a9a931f: am 8138e841: Merge "Support finer seek control on MediaSources."...Andreas Huber