summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/CameraSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add more debugging code to track down hang during video recordingJames Dong2010-12-211-4/+11
* Revert "Allows the authoring engine to skip frame."James Dong2010-12-111-39/+16
* Fixed a failure from timelapse video recording because of accidental use of m...James Dong2010-12-101-3/+6
* Release a recording frame only if mCamera exists and is not cleared.James Dong2010-12-101-2/+4
* First step towards renabling Timelapse video recordingJames Dong2010-12-091-1/+6
* Remove check if the target video resolution is not supported by CameraSourceJames Dong2010-12-051-17/+16
* Fixed a race condition where some recording frames may not be released.James Dong2010-11-151-20/+3
* Separate the key for audio sampling rate and video frame rate in MetaData.hJames Dong2010-11-111-1/+1
* Don't change the video recording frame rate if it is not requested.James Dong2010-10-251-0/+15
* Fix an issue where the video size was incorrectly retrieved from preview sizeJames Dong2010-10-201-1/+13
* Make camera source ready for handling meta-data video buffers.James Dong2010-10-191-6/+50
* 0-memcpy video recording frameworkJames Dong2010-10-091-1/+22
* Move Camera specific logic out from StagefrightRecorder to CameraSourceJames Dong2010-10-081-37/+345
* Implemented frequent read returns for quick stop in time lapse.Nipun Kwatra2010-09-171-1/+1
* Add YUV420P color format support for video output from camera halJames Dong2010-09-161-0/+4
* am 0cd2472b: am 82a39f4a: Merge "Add some explicit error log messages" into g...James Dong2010-09-151-0/+3
|\
| * Add some explicit error log messagesJames Dong2010-09-141-0/+3
* | am 136d8336: am 90d1d104: Merge "This code in CameraSource really should hold...Andreas Huber2010-08-111-0/+2
|\ \ | |/
| * This code in CameraSource really should hold the lock.Andreas Huber2010-08-111-0/+2
* | am 9bc4dc11: am 53d4e0d5: Allows the authoring engine to skip frame.James Dong2010-07-221-15/+36
|\ \ | |/
| * Allows the authoring engine to skip frame.James Dong2010-07-221-15/+36
* | am 8a9a931f: am 8138e841: Merge "Support finer seek control on MediaSources."...Andreas Huber2010-07-211-1/+2
|\ \ | |/
| * Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
* | Adding support for timelapse capture using still camera's takepicture.Nipun Kwatra2010-07-191-53/+30
* | Adding timelapse capture from videocamera.Nipun Kwatra2010-07-011-1/+46
|/
* Audio/video sync during recording (second part)James Dong2010-06-211-10/+46
* Remove the lock/unlock workaround from CameraServiceJames Dong2010-06-091-3/+17
* Remove some hard-coded encoding parametersJames Dong2010-06-081-1/+9
* Initial check-in for collecting stats from authoring engine at runtimeJames Dong2010-06-081-5/+16
* Remove hard-coded pixel format for recording frames in CameraSource.James Dong2010-06-031-10/+33
* Avoid copying for input recording frames in CameraSourceJames Dong2010-05-281-25/+36
* Remove the logic in CameraSource using CameraParameters class to find out the...James Dong2010-05-271-24/+5
* Avoid repeatedly allocating and freeing memory in CameraSourceJames Dong2010-05-261-1/+27
* Remove dummy surface in CameraSourceJames Dong2010-05-131-44/+1
* should fix the buildMathias Agopian2010-05-121-0/+3
* Support multiple cameras in framework.Chih-Chung Chang2010-05-101-1/+1
* Support audio and video track interleaving in the recorded mp4 fileJames Dong2010-05-051-10/+13
* Use timestamp from camera driver for CameraSourceJames Dong2010-04-281-36/+51
* Various fixes to enable recording on passion and nexus1.Andreas Huber2010-04-091-7/+0
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-3/+3
* Add an orientation parameter for overlay, so we can do camera preview in port...Chih-Chung Chang2010-01-211-1/+1
* Squashed commit of the following:Andreas Huber2009-11-161-2/+26
* Re-enable CameraSource.Andreas Huber2009-10-281-92/+107
* Change to a int64_t usecs representation for timestamps and duration througho...Andreas Huber2009-10-121-2/+1
* Media MIME types now have corresponding constants in MediaDefs.h, new codec e...Andreas Huber2009-09-101-1/+1
* assert => CHECK in stagefright.Andreas Huber2009-08-261-11/+9
* Squashed commit of the following:Andreas Huber2009-07-161-0/+226