summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx
Commit message (Expand)AuthorAgeFilesLines
* Various improvements to nuplayer playbackAndreas Huber2011-09-162-2/+2
* Merge "Remove useAndroidNativeBuffer(2) warning message."Chih-Chung Chang2011-08-211-3/+0
|\
| * Remove useAndroidNativeBuffer(2) warning message.Chih-Chung Chang2011-08-181-3/+0
* | Stagefright: fix a compiler warningJamie Gennis2011-08-111-1/+1
|/
* libstagefright: add destroyOMXPlugin and use C linkage for symbolsIliyan Malchev2011-07-271-2/+13
* Remove PV AVC decoderJames Dong2011-07-191-1/+0
* Bug 5031179 possible fix for assert in joinGlenn Kasten2011-07-141-2/+7
* Merge "OMX CallbackDispatcher uses C++ Thread not pthread"Glenn Kasten2011-07-141-28/+35
|\
| * OMX CallbackDispatcher uses C++ Thread not pthreadGlenn Kasten2011-07-121-28/+35
* | Remove the simulator target from all makefiles.Jeff Brown2011-07-111-8/+1
|/
* Update paths to test content used to run the omx_tests.Andreas Huber2011-06-271-11/+7
* Stagefright: add support for gralloc OMX_UseBuffer.Anu Sundararajan2011-06-231-0/+65
* Log an error instead of asserting if the OMX plugin reports an error.Andreas Huber2011-06-211-1/+5
* Remove unneeded #include <sys/resource.h>Glenn Kasten2011-06-151-1/+0
* Bug 4608375Glenn Kasten2011-06-141-1/+1
* Initial-checkin for ON2 Software AVC/H264 decoderJames Dong2011-06-021-0/+1
* Make sure all references to the decoder plugin are accounted forAndreas Huber2011-05-242-1/+7
* Make sure the software mpeg4 decoder supports multiple input frames per input...Andreas Huber2011-05-241-0/+2
* Squashed commit of the following:Andreas Huber2011-05-1110-152/+1192
* Fix omx_tests to no longer refer to test files that are no longer available.Andreas Huber2011-04-271-8/+8
* Ignore OMX codec messages once we're in ERROR state.Andreas Huber2011-03-281-1/+1
* Add an OMX IL API for querying buffer usage flags.Jamie Gennis2011-02-282-0/+44
* More instrumentation to track down the hardware decoder not shutting down bug.Andreas Huber2011-01-261-1/+19
* Avoid deadlock in OMX::freeNode by making sure OMXCodecObserver does not hold...James Dong2011-01-101-3/+9
* Squashed commit of the following:Andreas Huber2010-11-221-1/+0
* Remove all traces of legacy renderer support in stagefright.Andreas Huber2010-11-162-153/+0
* OMX extension to support storing meta data in video input buffers during reco...James Dong2010-10-212-0/+36
* Merge fb474872 from gingerbread-plus-aospJean-Baptiste Queru2010-10-182-1/+5
|\
| * Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-152-1/+5
| * Raise the amount of memory set aside for omx buffer allocations in the test h...Andreas Huber2010-09-221-1/+1
* | Merge "Raise the amount of memory set aside for omx buffer allocations in the...Andreas Huber2010-09-221-1/+1
|\ \
| * | Raise the amount of memory set aside for omx buffer allocations in the test h...Andreas Huber2010-09-221-1/+1
| |/
* | am 7bc600cb: am f98197a7: Make sure the message dispatcher stays around until...Andreas Huber2010-09-171-3/+5
|\ \ | |/
| * Make sure the message dispatcher stays around until after OMX_FreeHandle is f...Andreas Huber2010-09-171-3/+5
* | Add the new Stagefright ANativeWindow OMX codec API.Jamie Gennis2010-09-032-2/+110
* | Revert "Merge "Add the new Stagefright ANativeWindow OMX codec API.""Jamie Gennis2010-09-012-99/+2
* | Add the new Stagefright ANativeWindow OMX codec API.Jamie Gennis2010-09-012-2/+99
* | Squashed commit of the following:Andreas Huber2010-08-231-0/+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