summaryrefslogtreecommitdiff
path: root/media/libmediaplayerservice/StagefrightRecorder.cpp
AgeCommit message (Expand)Author
2012-10-11Fix some missing checks against missing codecsJames Dong
2012-07-24Codecs: Add MetaDataMode support to software video encoders.Eino-Ville Talvala
2012-04-30Added support for HE-AAC recordingDave Burke
2012-04-25Add Fraunhofer AAC encoder with AAC-ELD support.Dave Burke
2012-04-09Refactored SurfaceMediaSourceDaniel Lam
2012-02-27fix libgui header locationMathias Agopian
2012-02-22Allow to record time lapse videos without using setProfile()James Dong
2012-02-10Move away from MediaDebug and use ADebug insteadJames 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
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-10-05Fix an issue where we should allow negative values but did notJames Dong
2011-07-24Do not support still image capture mode for timelapse video recordingJames Dong
2011-07-22Connect MediaRecorder Native to SurfaceMediaSourcePannag Sanketi
2011-07-08Use advertised h264 encoding parameters by default if the profile is not base...James Dong
2011-06-27Add framework support for camcorder zoom.Wu-cheng Li
2011-05-14Support platform and camera dependent recording start time offsetJames Dong
2011-05-13Support for storing geo information in the recorded mp4/3gpp file.James Dong
2011-05-12update for new audio.h header locationDima Zavin
2011-05-04Initial check-in for AACWriterJames Dong
2011-04-27audio/media: convert to using the audio HAL and new audio defsDima Zavin
2011-02-23To collect the total usage time of encoders in the media recorderGloria Wang
2011-02-08Should reset errno to 0 before calling strtoll().James Dong
2011-01-26Make sure that key frame is generated for timelapse video recording if there ...James Dong
2011-01-20Eliminate recording sound by starting the video track before audio track.James Dong
2011-01-18Use metadata in video buffers for timelapse video recording by default to eli...James Dong
2011-01-18Fix the sluggish preview during timelapse video recording because software en...James Dong
2011-01-12Add audio encoding parameters checkJames Dong
2010-12-20Backward-compatibility max file size support, ignoring 0 or negative file siz...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-12-02If camera source uses the metadata, we must use HW encoderJames Dong
2010-12-02am 80639875: am d4c5478a: Merge "Be conservative in estimating the file size ...James Dong
2010-11-30Be conservative in estimating the file size limit.James Dong
2010-11-19Removed uncessary FILE structure pointer for I/OJames Dong
2010-11-11Separate the key for audio sampling rate and video frame rate in MetaData.hJames Dong
2010-11-10Fix uninitialized variableJames Dong
2010-11-09Rotation supportJames Dong
2010-11-05Rotation supportJames Dong
2010-11-04Use meta data in the media recording frameworkJames Dong
2010-11-03Revert "Support rotation in media recorder"James Dong
2010-11-03Support rotation in media recorderJames Dong
2010-10-25Don't change the video recording frame rate if it is not requested.James Dong
2010-10-14resolved conflicts for merge of a127c07c to masterKenny Root
2010-10-12Support for writing to MPEG2 transport stream files.Andreas Huber
2010-10-08Move Camera specific logic out from StagefrightRecorder to CameraSourceJames Dong
2010-10-04Use setVideoSize API in StagefrightRecorderJames Dong
2010-09-17Implemented frequent read returns for quick stop in time lapse.Nipun Kwatra
2010-09-14Checks for auxiliary video recording.Nipun Kwatra