summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/OMX.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Support CbYCrY -> RGB565 color conversion in IOMXRenderer.Andreas Huber2009-09-151-0/+1
* assert => CHECK in stagefright.Andreas Huber2009-08-261-6/+4
* Squashed commit of the following:Andreas Huber2009-08-171-16/+141
* Deprecate/remove now unused socketpair ipc communication in favour of exclusi...Andreas Huber2009-08-101-171/+1
* The IOMX interface now instantiates IOMXRenderers to hide the details of hard...Andreas Huber2009-07-311-0/+63
* stagefright: initialize more of the OMX_BUFFERHEADERTYPE structure as they ar...Andreas Huber2009-07-171-0/+2
* Squashed commit of the following:Andreas Huber2009-07-161-0/+621