summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/StagefrightRecorder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-3/+4
* StageFrightRecorder: do not use meta-data mode for software encodersLajos Molnar2013-10-301-6/+25
* Fix valgrind error.Marco Nelissen2013-03-271-1/+2
* remove uses of Surface in favor or IGraphicBufferProducerMathias Agopian2013-03-121-1/+1
* CameraService and Stagefright: Support AppOpsEino-Ville Talvala2013-02-251-2/+11
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-1/+1
* Fix some missing checks against missing codecsJames Dong2012-10-111-14/+14
* Codecs: Add MetaDataMode support to software video encoders.Eino-Ville Talvala2012-07-241-1/+0
* Added support for HE-AAC recordingDave Burke2012-04-301-2/+10
* Add Fraunhofer AAC encoder with AAC-ELD support.Dave Burke2012-04-251-1/+9
* Refactored SurfaceMediaSourceDaniel Lam2012-04-091-1/+1
* fix libgui header locationMathias Agopian2012-02-271-1/+1
* Allow to record time lapse videos without using setProfile()James Dong2012-02-221-0/+6
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-8/+8
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-37/+37
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-19/+19
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-3/+3
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-49/+49
* Fix an issue where we should allow negative values but did notJames Dong2011-10-051-6/+6
* Do not support still image capture mode for timelapse video recordingJames Dong2011-07-241-173/+4
* Connect MediaRecorder Native to SurfaceMediaSourcePannag Sanketi2011-07-221-19/+90
* Use advertised h264 encoding parameters by default if the profile is not base...James Dong2011-07-081-0/+59
* Add framework support for camcorder zoom.Wu-cheng Li2011-06-271-3/+11
* Support platform and camera dependent recording start time offsetJames Dong2011-05-141-0/+9
* Support for storing geo information in the recorded mp4/3gpp file.James Dong2011-05-131-0/+36
* update for new audio.h header locationDima Zavin2011-05-121-1/+1
* Initial check-in for AACWriterJames Dong2011-05-041-5/+22
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-271-14/+16
* To collect the total usage time of encoders in the media recorderGloria Wang2011-02-231-7/+79
* Should reset errno to 0 before calling strtoll().James Dong2011-02-081-0/+4
* Make sure that key frame is generated for timelapse video recording if there ...James Dong2011-01-261-0/+8
* Eliminate recording sound by starting the video track before audio track.James Dong2011-01-201-6/+9
* Use metadata in video buffers for timelapse video recording by default to eli...James Dong2011-01-181-13/+1
* Fix the sluggish preview during timelapse video recording because software en...James Dong2011-01-181-1/+3
* Add audio encoding parameters checkJames Dong2011-01-121-18/+85
* Backward-compatibility max file size support, ignoring 0 or negative file siz...James Dong2010-12-201-1/+9
* First step towards renabling Timelapse video recordingJames Dong2010-12-091-1/+1
* Remove check if the target video resolution is not supported by CameraSourceJames Dong2010-12-051-1/+9
* If camera source uses the metadata, we must use HW encoderJames Dong2010-12-021-2/+10
* am 80639875: am d4c5478a: Merge "Be conservative in estimating the file size ...James Dong2010-12-021-0/+8
|\
| * Be conservative in estimating the file size limit.James Dong2010-11-301-0/+8
| * Rotation supportJames Dong2010-11-051-0/+20
| * Revert "Support rotation in media recorder"James Dong2010-11-031-25/+0
| * Support rotation in media recorderJames Dong2010-11-031-0/+25
* | Removed uncessary FILE structure pointer for I/OJames Dong2010-11-191-4/+4
* | Separate the key for audio sampling rate and video frame rate in MetaData.hJames Dong2010-11-111-2/+2
* | Fix uninitialized variableJames Dong2010-11-101-0/+1
* | Rotation supportJames Dong2010-11-091-0/+19
* | Use meta data in the media recording frameworkJames Dong2010-11-041-2/+12
* | Don't change the video recording frame rate if it is not requested.James Dong2010-10-251-3/+20