summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/CameraSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add some explicit error log messagesJames Dong2010-09-141-0/+3
* This code in CameraSource really should hold the lock.Andreas Huber2010-08-111-0/+2
* Allows the authoring engine to skip frame.James Dong2010-07-221-15/+36
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
* 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