summaryrefslogtreecommitdiffstats
path: root/media/libmedia/IOMX.cpp
Commit message (Expand)AuthorAgeFilesLines
* don't hardcode "mSurface" throughout our source codeMathias Agopian2010-04-121-1/+1
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-2/+2
* Fix no-copy-overhead OMXCodec implementation to actually work.Andreas Huber2010-01-201-3/+7
* Avoid unnecessary buffer copying if at all possible, detect if running in the...Andreas Huber2010-01-191-3/+21
* Squashed commit of the following:Andreas Huber2009-12-171-6/+18
* Reimplement the OMX backend for stagefright.Andreas Huber2009-10-161-56/+40
* Some decoders will return an error on OMX_EmptyThisBuffer to indicate that th...Andreas Huber2009-10-081-8/+13
* Added an API IOMX::createRendererFromJavaSurface.Andreas Huber2009-09-151-0/+25
* Support for marshalling pointers / intptr_t in Parcel.Andreas Huber2009-08-171-54/+44
* Squashed commit of the following:Andreas Huber2009-08-171-0/+120
* Expose a variation of the createRenderer API that works on a plain Surface.Andreas Huber2009-08-101-0/+13
* Deprecate/remove now unused socketpair ipc communication in favour of exclusi...Andreas Huber2009-08-101-43/+0
* The IOMX interface now instantiates IOMXRenderers to hide the details of hard...Andreas Huber2009-07-311-0/+92
* Squashed commit of the following:Andreas Huber2009-07-161-0/+561