summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MediaCodecSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* stagefright: Remove the HAL3 limitation from the video reference clock selectionRicardo Cerqueira2016-08-101-2/+1
* frameworks/av: Fix video recording breaksKeith Mok2016-04-151-5/+4
* video: Use boot clock for recording start timeSurajit Podder2016-04-131-1/+9
* stagefright: Forward-port HFR and HSR supportSteve Kondik2016-01-051-0/+5
* libstagefright: add NULL check in MediaCodecSource's pullerKim Zhang2015-11-071-1/+1
* stagefright: Remove additional deep-copy of encoder buffersShivaprasad Hongal2015-10-291-0/+2
* video: Modify classes to support camcorder pause/resumeSurajit Podder2015-10-061-1/+4
* audio: add support for HW AAC encoderSathishKumar Mani2015-10-061-2/+6
* avextensions: Add support for Codec Extension featuresShalaj Jain2015-10-061-0/+4
* Audio: post error to client during SSRDhanalakshmi Siddani2015-10-061-3/+7
* stagefright: ask for flex-YUV camera buffers for software encodersLajos Molnar2015-06-261-1/+28
* stagefright: rename usePersistentInputSurface to setInputSurfaceChong Zhang2015-05-131-1/+1
* MediaRecorder: implement persistent input surface APIsChong Zhang2015-05-011-4/+17
* stagefright: make more warnings errorsLajos Molnar2015-04-171-1/+0
* mediaplayer: use async mode in NuPlayerMarco Nelissen2015-04-101-3/+3
* stagefright: don't use ALooperRoster mutex for reply handlingLajos Molnar2015-03-101-4/+4
* media: switch to new AMessage handlingLajos Molnar2015-03-051-12/+10
* Stagefright: use MediaCodec in async mode for recordingPraveen Chavan2014-11-121-164/+105
* MediaRecorder: only dequeue available buffers from MediaCodecChong Zhang2014-10-031-5/+14
* MediaBuffer: ABuffer will release MediaBuffer when it's destructed.Wei Jia2014-09-191-16/+3
* MediaCodecSource: stop puller from caller's thread instead of looperChong Zhang2014-08-041-32/+42
* libstagefright: 64-bit compile warningsMark Salyzyn2014-06-261-2/+5
* warnings be gone.Andreas Huber2014-02-111-2/+2
* Change StagefrightRecorder to use MediaCodecChong Zhang2014-02-051-0/+881