summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/OMXNodeInstance.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Cap pts gap between adjacent frames to specified valueChong Zhang2014-01-301-3/+23
* Properly handle executing->idle in GraphicBufferSourceAndreas Huber2013-11-071-7/+12
* IOMX: Add prepareForAdaptivePlayback methodLajos Molnar2013-10-031-0/+34
* Optionally repeat the previously submitted frame to the encoderAndreas Huber2013-08-131-5/+16
* IOMX: add updateGraphicBufferInMeta method for metadata modeLajos Molnar2013-08-061-0/+20
* Update error messageAndy McFadden2013-07-241-1/+2
* Support "suspension" of a video encoder in "surface-input" mode.Andreas Huber2013-07-171-10/+47
* Avoid a deadlock during EmptyBufferDoneAndreas Huber2013-05-201-11/+17
* OMXNodeInstance: actually fix OMX_GetExtIndex loggingJamie Gennis2013-04-181-4/+5
* OMXNodeInstance: fix OMX_GetExtensionIndex loggingJamie Gennis2013-04-091-17/+15
* GraphicBufferSource fixesAndy McFadden2013-03-121-1/+2
* Correct MediaCodec + Surface behaviorAndy McFadden2013-03-051-5/+12
* Implement Surface input to MediaCodec.Andy McFadden2013-03-041-0/+136
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-1/+1
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-3/+3
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-17/+17
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-6/+6
* Stagefright: idle OMX after ANW errorsJamie Gennis2011-10-191-0/+8
* Merge "Remove useAndroidNativeBuffer(2) warning message."Chih-Chung Chang2011-08-211-3/+0
|\
| * Remove useAndroidNativeBuffer(2) warning message.Chih-Chung Chang2011-08-181-3/+0
* | Stagefright: fix a compiler warningJamie Gennis2011-08-111-1/+1
|/
* Stagefright: add support for gralloc OMX_UseBuffer.Anu Sundararajan2011-06-231-0/+65
* Squashed commit of the following:Andreas Huber2011-05-111-0/+1
* Ignore OMX codec messages once we're in ERROR state.Andreas Huber2011-03-281-1/+1
* Add an OMX IL API for querying buffer usage flags.Jamie Gennis2011-02-281-0/+39
* More instrumentation to track down the hardware decoder not shutting down bug.Andreas Huber2011-01-261-1/+19
* OMX extension to support storing meta data in video input buffers during reco...James Dong2010-10-211-0/+31
* Add the new Stagefright ANativeWindow OMX codec API.Jamie Gennis2010-09-031-1/+98
* Revert "Merge "Add the new Stagefright ANativeWindow OMX codec API.""Jamie Gennis2010-09-011-87/+1
* Add the new Stagefright ANativeWindow OMX codec API.Jamie Gennis2010-09-011-1/+87
* Various fixes to enable recording on passion and nexus1.Andreas Huber2010-04-091-0/+6
* Properly handle errors during the codec configuration phase, attempt to rever...Andreas Huber2010-03-161-1/+9
* During shutdown, don't loop forever on a state transition to OMX_StateInvalid.Andreas Huber2010-02-081-2/+8
* Fix no-copy-overhead OMXCodec implementation to actually work.Andreas Huber2010-01-201-1/+3
* Squashed commit of the following:Andreas Huber2009-12-171-1/+16
* Enable proper cleanup of OMX nodes managed through stagefright.Andreas Huber2009-12-041-5/+7
* Squashed commit of the following:Andreas Huber2009-12-031-2/+3
* Handle OMX_StateInvalid in emergency shutdown properly (by ignoring it and ho...Andreas Huber2009-11-061-0/+1
* When freeing an OMX node, attempt to transition it from its current state all...Andreas Huber2009-10-261-0/+89
* Make stagefright a little less verbose. Fix heap corruption for real.Andreas Huber2009-10-231-5/+2
* Still don't know why the heap gets corrupted, but not deleting the OMXNodeIns...Andreas Huber2009-10-221-1/+2
* Reimplement the OMX backend for stagefright.Andreas Huber2009-10-161-0/+373