summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx
Commit message (Expand)AuthorAgeFilesLines
* Raise the amount of memory set aside for omx buffer allocations in the test h...Andreas Huber2010-09-221-1/+1
* Make sure the message dispatcher stays around until after OMX_FreeHandle is f...Andreas Huber2010-09-171-3/+5
* Make sure the OMX callback thread is properly shutdown after the node goes away.Andreas Huber2010-07-071-0/+9
* Remove most stagefright property overrides, remove VorbisPlayer and VorbisMet...Andreas Huber2010-06-231-6/+0
* Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cppAndreas Huber2010-06-231-0/+4
* This patch enables each omx instance to have a separate message dispatcher, andJames Dong2010-06-141-10/+17
* am 2a1674b1: am 2d315667: For issue #2651381, allow library prelinking.Dan Bornstein2010-05-051-2/+0
|\
| * For issue #2651381, allow library prelinking.Dan Bornstein2010-05-051-2/+0
* | Various fixes to enable recording on passion and nexus1.Andreas Huber2010-04-091-0/+6
|/
* Tweak the omx tests to always do a seek-beyond-EOS on the first iteration, fo...Andreas Huber2010-03-181-3/+14
* Properly handle errors during the codec configuration phase, attempt to rever...Andreas Huber2010-03-161-1/+9
* 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
* During shutdown, don't loop forever on a state transition to OMX_StateInvalid.Andreas Huber2010-02-081-2/+8
* When the extractor is not able to be created successfully, don't crashJames Dong2010-02-041-1/+7
* Simplify the MemoryDealer implementationMathias Agopian2010-01-291-1/+1
* Support the specification of additional HTTP headers in the creation of a Dat...Andreas Huber2010-01-281-2/+12
* 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-202-3/+5
* Avoid unnecessary buffer copying if at all possible, detect if running in the...Andreas Huber2010-01-191-0/+4
* Merge "Remove totally unused code from OMX.cpp"Andreas Huber2010-01-191-44/+0
|\
| * Remove totally unused code from OMX.cppAndreas Huber2010-01-191-44/+0
* | Make sure the seek test attempts to seek on the very first iteration, as this...Andreas Huber2010-01-141-2/+2
|/
* Add missing shared libraries in linker commands. Currently these libraries areDoug Kwan2009-12-221-1/+1
* Squashed commit of the following:Andreas Huber2009-12-176-27/+976
* Add a new API to support determining the roles of an OMX component specified ...Andreas Huber2009-12-158-134/+95
* AwesomePlayer now renders either remote (IOMXRenderer) or locally depending o...Andreas Huber2009-12-143-376/+2
* Initial checkin of stagefright MP3 audio decoder based on PV source code.Andreas Huber2009-12-075-411/+1
* Enable proper cleanup of OMX nodes managed through stagefright.Andreas Huber2009-12-048-18/+59
* 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
|\