summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx
Commit message (Expand)AuthorAgeFilesLines
...
* Two more uses of strlcpy that break the sim build. Now fixed.Andreas Huber2009-12-031-2/+2
* Apparently strlcpy is not part of a standard linux distribution... Unbreaking...Andreas Huber2009-12-031-1/+2
* Squashed commit of the following:Andreas Huber2009-12-0314-20/+1178
* resolved conflicts for merge of c66d53f9 to eclair-mr2Andreas Huber2009-11-124-301/+35
|\
| * Delegate the platform dependent hardware renderer implementation to a shared ...Andreas Huber2009-11-125-300/+36
| * DO NOT MERGE: Squashed commit of the following:Andreas Huber2009-11-054-409/+578
* | Handle OMX_StateInvalid in emergency shutdown properly (by ignoring it and ho...Andreas Huber2009-11-061-0/+1
* | am 338ccf43: Merge change Id2906ad8 into eclairAndreas Huber2009-11-031-1/+2
|\ \ | |/
| * Fix video flickering by propagating the NO_CACHING flag from the master to Me...Andreas Huber2009-11-031-1/+2
| * do not merge: The qcom video decoders always output yuv data after adjusting ...Andreas Huber2009-10-201-0/+5
* | When freeing an OMX node, attempt to transition it from its current state all...Andreas Huber2009-10-262-1/+90
* | Make stagefright a little less verbose. Fix heap corruption for real.Andreas Huber2009-10-231-5/+2
* | Still don't know why the heap gets corrupted, but not deleting the OMXNodeIns...Andreas Huber2009-10-221-1/+2
* | Reimplement the OMX backend for stagefright.Andreas Huber2009-10-164-411/+489
* | Separated private from public header files.Andreas Huber2009-10-134-6/+10
* | Split the ColorConverter off SoftwareRenderer, metadata support in stagefright.Andreas Huber2009-10-084-267/+305
* | Some decoders will return an error on OMX_EmptyThisBuffer to indicate that th...Andreas Huber2009-10-082-6/+8
* | Insert a small delay after submitting to surface flinger and before returning...Andreas Huber2009-10-081-0/+5
|/
* Another software color conversion implementation, this time OMX_QCOM_COLOR_Fo...Andreas Huber2009-09-151-0/+75
* Merge change 25128 into eclairAndroid (Google) Code Review2009-09-152-15/+101
|\
| * Support CbYCrY -> RGB565 color conversion in IOMXRenderer.Andreas Huber2009-09-152-15/+101
* | Added an API IOMX::createRendererFromJavaSurface.Andreas Huber2009-09-151-0/+1
|/
* assert => CHECK in stagefright.Andreas Huber2009-08-263-22/+16
* Keep up with latest changes to overlay handling on that unnamable platform.Andreas Huber2009-08-262-18/+51
* Fix missing -lpthread in linux-sim build.Feng Qian2009-08-181-1/+5
* Squashed commit of the following:Andreas Huber2009-08-172-16/+157
* Deprecate/remove now unused socketpair ipc communication in favour of exclusi...Andreas Huber2009-08-102-188/+1
* Build the stagefright library by default.Andreas Huber2009-08-071-4/+0
* The IOMX interface now instantiates IOMXRenderers to hide the details of hard...Andreas Huber2009-07-317-7/+540
* 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-163-0/+780