summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/GraphicBufferSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "BufferQueue: Increase max slots from 32 to 64"Dan Stoza2014-04-211-3/+5
|\
| * BufferQueue: Increase max slots from 32 to 64Dan Stoza2014-04-111-3/+5
* | am e80631aa: am 839d11d1: Merge changes I0a744dc7,Id993a70dMark Salyzyn2014-04-151-2/+4
|\ \ | |/ |/|
| * am 839d11d1: Merge changes I0a744dc7,Id993a70dMark Salyzyn2014-04-151-2/+4
| |\
| | * media: 64 bit compile issuesMark Salyzyn2014-04-151-2/+4
| * | fix codec buffer leak in error handling when timestamp goes backwardChong Zhang2014-03-111-7/+7
| * | Merge "Cap pts gap between adjacent frames to specified value" into klp-devChong Zhang2014-03-111-1/+99
| |\ \
| | * | Cap pts gap between adjacent frames to specified valueChong Zhang2014-03-111-1/+99
| | |/
| * | save mGraphicBuffer pointer even when we're suspendedChong Zhang2014-03-111-0/+6
| |/
* | Remove deprecated BufferQueue constructorDan Stoza2014-03-121-18/+18
* | Add empty onSidebandChanged callbacks to BufferQueue::ConsumerListenersJesse Hall2014-03-071-0/+5
* | Merge "support for time lapse/slow motion when using SURFACE source"Chong Zhang2014-02-221-3/+43
|\ \
| * | support for time lapse/slow motion when using SURFACE sourceChong Zhang2014-02-141-3/+43
* | | Merge "fix codec buffer leak in error handling when timestamp goes backward"Chong Zhang2014-02-191-7/+7
|\ \ \ | |/ /
| * | fix codec buffer leak in error handling when timestamp goes backwardChong Zhang2014-02-141-7/+7
* | | warnings be gone.Andreas Huber2014-02-111-1/+1
|/ /
* | Change StagefrightRecorder to use MediaCodecChong Zhang2014-02-051-1/+21
* | Cap pts gap between adjacent frames to specified valueChong Zhang2014-01-301-1/+99
* | save mGraphicBuffer pointer even when we're suspendedChong Zhang2014-01-281-0/+6
|/
* Back to the old way of making sure that no more buffers are submittedAndreas Huber2013-11-081-2/+4
* Merge "Properly handle executing->idle in GraphicBufferSource" into klp-devAndreas Huber2013-11-081-0/+12
|\
| * Properly handle executing->idle in GraphicBufferSourceAndreas Huber2013-11-071-0/+12
* | Replace assert with error messageAndy McFadden2013-11-071-1/+6
|/
* Check for NULL buffer in repeat-latestAndy McFadden2013-10-231-0/+17
* Optionally repeat the previously submitted frame to the encoderAndreas Huber2013-08-131-3/+164
* fix fallout from binderizing BufferQueues consumer sideMathias Agopian2013-08-011-5/+2
* Don't abort on unusual state transitionAndy McFadden2013-07-231-3/+5
* Merge "update to new Consumer APIs"Mathias Agopian2013-07-201-5/+4
|\
| * update to new Consumer APIsMathias Agopian2013-07-161-5/+4
* | Support "suspension" of a video encoder in "surface-input" mode.Andreas Huber2013-07-171-4/+44
|/
* Pass additional arg to acquireBuffer calls.Andy McFadden2013-07-081-2/+2
* stagefright: BufferProducer updatesLajos Molnar2013-05-231-27/+20
* Merge "update to Fence::waitForever() API change" into jb-mr2-devMathias Agopian2013-05-171-2/+1
|\
| * update to Fence::waitForever() API changeMathias Agopian2013-05-161-2/+1
* | Adjust timestamp scaleAndy McFadden2013-05-161-3/+3
|/
* GraphicBufferSource fixesAndy McFadden2013-03-121-53/+75
* Correct MediaCodec + Surface behaviorAndy McFadden2013-03-051-10/+15
* Implement Surface input to MediaCodec.Andy McFadden2013-03-041-0/+441