summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/OMX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update OMX messages for 64 bitAndy Hung2014-06-121-5/+7
* media: 64 bit compile issuesMark Salyzyn2014-04-151-1/+3
* warnings be gone.Andreas Huber2014-04-111-2/+2
* Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-1/+1
* IOMX: Add prepareForAdaptivePlayback methodLajos Molnar2013-10-031-0/+7
* IOMX: add updateGraphicBufferInMeta method for metadata modeLajos Molnar2013-08-061-0/+7
* Support "suspension" of a video encoder in "surface-input" mode.Andreas Huber2013-07-171-0/+9
* Implement Surface input to MediaCodec.Andy McFadden2013-03-041-0/+14
* Synchronize access to OMX class member variablesHaynes Mathew George2012-07-201-7/+10
* Fix assertion triggered when mediaserver dies at roughly the sameAndreas Huber2012-05-011-1/+5
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-2/+2
* Slighly improve the API to discover if the OMX stack is running in the localAndreas Huber2012-01-311-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-5/+5
* Stagefright: idle OMX after ANW errorsJamie Gennis2011-10-191-0/+6
* Various improvements to nuplayer playbackAndreas Huber2011-09-161-1/+1
* Bug 5031179 possible fix for assert in joinGlenn Kasten2011-07-141-2/+7
* OMX CallbackDispatcher uses C++ Thread not pthreadGlenn Kasten2011-07-121-28/+35
* Remove unneeded #include <sys/resource.h>Glenn Kasten2011-06-151-1/+0
* Bug 4608375Glenn Kasten2011-06-141-1/+1
* Add an OMX IL API for querying buffer usage flags.Jamie Gennis2011-02-281-0/+5
* Avoid deadlock in OMX::freeNode by making sure OMXCodecObserver does not hold...James Dong2011-01-101-3/+9
* Remove all traces of legacy renderer support in stagefright.Andreas Huber2010-11-161-109/+0
* OMX extension to support storing meta data in video input buffers during reco...James Dong2010-10-211-0/+5
* am 7bc600cb: am f98197a7: Make sure the message dispatcher stays around until...Andreas Huber2010-09-171-3/+5
|\
| * Make sure the message dispatcher stays around until after OMX_FreeHandle is f...Andreas Huber2010-09-171-3/+5
* | Add the new Stagefright ANativeWindow OMX codec API.Jamie Gennis2010-09-031-1/+12
* | Revert "Merge "Add the new Stagefright ANativeWindow OMX codec API.""Jamie Gennis2010-09-011-12/+1
* | Add the new Stagefright ANativeWindow OMX codec API.Jamie Gennis2010-09-011-1/+12
* | Squashed commit of the following:Andreas Huber2010-08-231-0/+5
|/
* Make sure the OMX callback thread is properly shutdown after the node goes away.Andreas Huber2010-07-071-0/+9
* This patch enables each omx instance to have a separate message dispatcher, andJames Dong2010-06-141-10/+17
* Fixing the sim build.Andreas Huber2010-03-151-1/+2
* Boost OMX callback dispatcher thread priority to prevent audio playback stutt...Andreas Huber2010-03-121-0/+7
* Properly unload the renderer shared library after the renderer goes away.Andreas Huber2010-02-221-5/+38
* The qcom OMX video decoders do not allocate output buffer memory at the time ...Andreas Huber2010-01-251-0/+1
* Fix no-copy-overhead OMXCodec implementation to actually work.Andreas Huber2010-01-201-2/+2
* Avoid unnecessary buffer copying if at all possible, detect if running in the...Andreas Huber2010-01-191-0/+4
* Remove totally unused code from OMX.cppAndreas Huber2010-01-191-44/+0
* Squashed commit of the following:Andreas Huber2009-12-171-26/+14
* Add a new API to support determining the roles of an OMX component specified ...Andreas Huber2009-12-151-0/+25
* Enable proper cleanup of OMX nodes managed through stagefright.Andreas Huber2009-12-041-2/+2
* Squashed commit of the following:Andreas Huber2009-12-031-13/+17
* resolved conflicts for merge of c66d53f9 to eclair-mr2Andreas Huber2009-11-121-21/+29
|\
| * Delegate the platform dependent hardware renderer implementation to a shared ...Andreas Huber2009-11-121-21/+29
| * DO NOT MERGE: Squashed commit of the following:Andreas Huber2009-11-051-271/+116
* | When freeing an OMX node, attempt to transition it from its current state all...Andreas Huber2009-10-261-1/+1
* | Reimplement the OMX backend for stagefright.Andreas Huber2009-10-161-273/+115
* | Separated private from public header files.Andreas Huber2009-10-131-3/+4
* | Split the ColorConverter off SoftwareRenderer, metadata support in stagefright.Andreas Huber2009-10-081-1/+1
* | Some decoders will return an error on OMX_EmptyThisBuffer to indicate that th...Andreas Huber2009-10-081-4/+6
|/