summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/CameraSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* stagefright: Remove the HAL3 limitation from the video reference clock selectionRicardo Cerqueira2016-08-101-2/+1
* Merge tag 'android-6.0.1_r61' into HEADJessica Wagantall2016-08-021-0/+29
|\
| * DO NOT MERGE: Camera: Adjust pointers to ANW buffers to avoid infoleakEino-Ville Talvala2016-06-231-0/+29
* | frameworks/av: Fix video recording breaksKeith Mok2016-04-151-5/+4
* | video: Use boot clock for recording start timeSurajit Podder2016-04-131-1/+9
* | Revert "Stagefright: Allow setting high-framerates in CameraSource"Keith Mok2016-01-221-12/+0
* | libstagefright: Support YVU420SemiPlanar camera formatEthan Chen2016-01-111-0/+4
* | libstagefright: squash exynos4 supportSimon Shields2015-12-081-0/+5
* | stagefright: Fix more compilation warningsd34d2015-11-071-3/+3
* | stagefright: Fix compilation warningSteve Kondik2015-11-071-4/+4
* | stagefright: Squashed commit of pause/resume featuresSteve Kondik2015-11-071-1/+40
* | libstagefright: Add support for NV21 color formatAndreas Schneider2015-11-041-0/+7
* | Stagefright: add a NULL check before accessing camera paramsPraveen Chavan2015-10-071-0/+5
* | avextensions: Add support for Codec Extension featuresShalaj Jain2015-10-061-0/+4
* | Stagefright: Allow setting high-framerates in CameraSourcePraveen Chavan2015-10-061-0/+12
|/
* skip dropped frame without timestamp checkingChong Zhang2015-08-191-7/+12
* stagefright: ask for flex-YUV camera buffers for software encodersLajos Molnar2015-06-261-3/+7
* Camera1 API: Support SW encoders for new camera HALsEino-Ville Talvala2015-06-081-0/+17
* stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-4/+4
* Update calls to IInterface::asBinder()Marco Nelissen2014-11-141-3/+3
* am c3ddddbd: Merge "release camera without holding CameraSource mutex" into l...Chong Zhang2014-10-221-41/+58
|\
| * release camera without holding CameraSource mutexChong Zhang2014-10-211-41/+58
* | libstagefright: compile errorsMark Salyzyn2014-10-081-0/+1
|/
* libstagefright: 64-bit compile warningsMark Salyzyn2014-06-261-7/+9
* Handle recording failure more gracefully.Ruben Brunk2014-02-181-8/+19
* warnings be gone.Andreas Huber2014-02-111-1/+10
* Camera1: Rename setPreviewTexture to ...Target for clarityEino-Ville Talvala2013-08-211-1/+1
* remove uses of Surface in favor or IGraphicBufferProducerMathias Agopian2013-03-121-3/+3
* CameraService and Stagefright: Support AppOpsEino-Ville Talvala2013-02-251-8/+19
* Turn off executable bit on ordinary filesGlenn Kasten2012-11-021-0/+0
* Dynamically configure the number of video buffers used by camera source, if s...James Dong2012-08-021-3/+25
* Codecs: Add MetaDataMode support to software video encoders.Eino-Ville Talvala2012-07-241-0/+4
* Remove new camera connect API.Wu-cheng Li2012-04-191-1/+1
* Merge "Do not set camera preview display if the surface is null."Wu-cheng Li2012-03-191-3/+7
|\
| * Do not set camera preview display if the surface is null.Wu-cheng Li2012-03-191-3/+7
* | Add a new camera open API that allows taking the ownership.Wu-cheng Li2012-03-151-1/+1
|/
* fix libgui header locationMathias Agopian2012-02-271-1/+1
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-5/+6
* Don't call virtual functions in the destructor for audio and camera source cl...James Dong2012-02-021-4/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-11/+11
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-4/+4
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-2/+2
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-3/+3
* am d0a25456: am 02740dc4: Merge "Fix log spamming during time lapse video rec...James Dong2011-11-211-2/+7
|\
| * Fix log spamming during time lapse video recordingJames Dong2011-11-211-2/+7
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-21/+21
|/
* When Camera is launched by media recording framework, stagefright controls th...James Dong2011-08-241-0/+9
* Do not release recording frames if camera is goneJames Dong2011-08-051-1/+1
* Pass camera frame metadata from camera service to Java.Wu-cheng Li2011-08-021-2/+4
* Let the media recording framework release the Camera object when it is the ownerJames Dong2011-07-201-15/+35