summaryrefslogtreecommitdiffstats
path: root/media/libmedia/IOMX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update OMX messages for 64 bitAndy Hung2014-05-141-64/+68
* When passing a size_t via binder, use 64-bits unconditionallyGlenn Kasten2014-02-131-8/+8
* IOMX: Add prepareForAdaptivePlayback methodLajos Molnar2013-10-031-0/+34
* IOMX: add updateGraphicBufferInMeta method for metadata modeLajos Molnar2013-08-061-0/+33
* Support "suspension" of a video encoder in "surface-input" mode.Andreas Huber2013-07-171-0/+29
* Implement Surface input to MediaCodec.Andy McFadden2013-03-041-20/+93
* fix libgui header locationMathias Agopian2012-02-271-2/+0
* Slighly improve the API to discover if the OMX stack is running in the localAndreas Huber2012-01-311-2/+5
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Stagefright: idle OMX after ANW errorsJamie Gennis2011-10-191-0/+26
* Fix missing AOSP copyright headers for a bunch of media framework filesJames Dong2011-03-171-0/+16
* Add an OMX IL API for querying buffer usage flags.Jamie Gennis2011-02-281-0/+29
* Make parameter blocks read/writable even for SET_PARAMETER/SET_CONFIG requests.Andreas Huber2011-01-191-58/+20
* Remove all traces of legacy renderer support in stagefright.Andreas Huber2010-11-161-128/+0
* OMX extension to support storing meta data in video input buffers during reco...James Dong2010-10-211-0/+28
* Add the new Stagefright ANativeWindow OMX codec API.Jamie Gennis2010-09-031-0/+73
* Revert "Merge "Add the new Stagefright ANativeWindow OMX codec API.""Jamie Gennis2010-09-011-73/+0
* Add the new Stagefright ANativeWindow OMX codec API.Jamie Gennis2010-09-011-0/+73
* 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