summaryrefslogtreecommitdiffstats
path: root/media/libmedia/IOMX.cpp
Commit message (Expand)AuthorAgeFilesLines
* IOMX: work against metadata buffer spoofingLajos Molnar2016-09-271-5/+9
* Fix OMX_IndexParamConsumerUsageBits size checkMarco Nelissen2016-04-211-3/+4
* Fix size check for OMX_IndexParamConsumerUsageBitsMarco Nelissen2016-04-211-2/+6
* DO NOT MERGE Verify OMX buffer sizes prior to accessMarco Nelissen2016-04-211-30/+66
* Clear allocation to avoid info leakMarco Nelissen2016-02-261-27/+32
* Fixing safteynet logging bug introduced in ag/862848mspector@google.com2016-02-261-4/+0
* 3 uninitialized variables in IOMX.cppmspector@google.com2016-02-261-3/+16
* IOMX.cpp uninitialized pointer in BnOMX::onTransactmspector@google.com2016-02-261-3/+5
* OMX: allow only secure codec to remotely call allocateBuffer.Wei Jia2015-10-021-0/+6
* stagefright: add support for batching OMX eventsLajos Molnar2015-06-051-18/+40
* stagefright: add support for fences in OMXLajos Molnar2015-06-021-9/+23
* stagefright: rework metadata buffer supportLajos Molnar2015-06-011-9/+32
* stagefright: allow to overallocate OMX codec buffersLajos Molnar2015-06-011-4/+8
* stagefright: rename usePersistentInputSurface to setInputSurfaceChong Zhang2015-05-131-7/+5
* MediaCodec: implement persistent input surface APIsChong Zhang2015-05-011-0/+83
* Update calls to IInterface::asBinder()Marco Nelissen2014-11-141-4/+4
* Added Tunneled video playback support to ACodecRachad2014-08-081-0/+38
* 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