summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/StagefrightRecorder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Runtime dump support for MediaWriterJames Dong2010-08-231-2/+10
* setParamMaxFileDurationUs should allow zero time input as per API of setMaxDu...Nipun Kwatra2010-08-201-1/+5
* Make MediaWriter stop and pause return errors if necessaryJames Dong2010-08-191-2/+3
* Change the default time scale for audio/video track during recordingJames Dong2010-08-161-6/+12
* Fix all fd leaks in authoring engineJames Dong2010-08-111-5/+5
* Support for Gtalk video, includes AMR/H.263 assembler and packetization suppo...Andreas Huber2010-08-041-3/+46
* Replace CHECK with a failure return value when mCamera->setParameters() failsJames Dong2010-08-031-1/+7
* Lower the lower bound for max file duration checkJames Dong2010-07-301-1/+1
* Interleave the audio and video by defaultJames Dong2010-07-281-2/+4
* Progress status notificationJames Dong2010-07-201-21/+0
* Support user-supplied timescales for authoringJames Dong2010-07-141-12/+72
* Initial checkin for software AVC encoderJames Dong2010-07-131-1/+3
* Add runtime dumpsys support for media recorder clientJames Dong2010-07-081-0/+60
* Allow application to set two more encoding paramters: video profile and levelJames Dong2010-07-071-0/+38
* Refactor Stagefright::StartMPEG4Recording()James Dong2010-07-011-151/+179
* Added encoding parameters set up for H263 video encoderJames Dong2010-06-291-17/+95
* Separate MediaRecorderClient with MediaPlayerClientJames Dong2010-06-281-1/+1
* Provide progress status report during authoringJames Dong2010-06-251-14/+67
* Enable passing parameters to the MediaWriter at runtime (at start() call).James Dong2010-06-251-4/+22
* Track maximum amplitude and fix getMaxAmplitude()James Dong2010-06-241-1/+7
* Check and clip some video encoding parameters against media profiles before p...James Dong2010-06-171-0/+75
* Remove hard-coded number of audio channels in AudioSourceJames Dong2010-06-141-1/+1
* Initial checkin for pause and resume controlJames Dong2010-06-111-0/+8
* Remove the lock/unlock workaround from CameraServiceJames Dong2010-06-091-8/+17
* Remove some hard-coded encoding parametersJames Dong2010-06-081-2/+31
* Properly handle start code in H264/AVC encoder outputJames Dong2010-05-201-0/+1
* Workaround for preview frame rate setting and encoder profile and level setti...James Dong2010-05-201-2/+2
* Detect and handle premature termination of a recording sessionJames Dong2010-05-141-6/+1
* Handle recording file size and/or duration limitJames Dong2010-05-141-0/+15
* Remove dummy surface in CameraSourceJames Dong2010-05-131-2/+2
* Added initial validation on video/audio encoding parameters before/at start()James Dong2010-05-111-21/+170
* Support audio and video track interleaving in the recorded mp4 fileJames Dong2010-05-051-4/+16
* Support AAC recordingJames Dong2010-05-031-30/+200
* Use timestamp from camera driver for CameraSourceJames Dong2010-04-281-2/+36
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-2/+2
* Fixing AMR recording code.Andreas Huber2010-02-101-0/+5
* Support for audio recording into AMR NB/WB files as well as audio tracks in M...Andreas Huber2010-01-261-4/+100
* Squashed commit of the following:Andreas Huber2009-11-161-0/+241