summaryrefslogtreecommitdiffstats
path: root/media/omx
Commit message (Expand)AuthorAgeFilesLines
* media: OMX seek works for OMX_HEADBUFFERTYPE now.jiesun@google.com2010-06-291-6/+5
* 1. make omx engine the driving force to read bit streamwjia@google.com2010-06-101-15/+14
* add support of OpenMAX EGL image decodingwjia@google.com2010-06-071-5/+5
* enable omx_codec_unittest based on new omx enginewjia@google.com2010-06-021-158/+192
* Remove omx_codec since OMX client implementation is in omx_video_decode_engin...wjia@google.com2010-05-283-1603/+0
* 1. decoder interface now looks a little strange, until we refactoring.jiesun@google.com2010-05-213-103/+36
* Fix OpenMAX video decoding hanginghclam@chromium.org2010-05-142-13/+26
* Remove OmxSink interface because Buffer Allocation will go through Allocator ...jiesun@google.com2010-04-274-305/+42
* OmxInputBuffer removed as it is not used anywhere.sergeyu@chromium.org2010-04-223-159/+0
* Remove 2 memcpy() in the OpenMAX code pathhclam@chromium.org2010-04-155-43/+102
* Revert "Remove 2 memcpy() for omx video decode input"hclam@chromium.org2010-04-145-102/+43
* Remove 2 memcpy() for omx video decode inputhclam@chromium.org2010-04-145-43/+102
* omx_unittests to load OpenMAX library dynamicallyhclam@chromium.org2010-03-051-1/+7
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-194-11/+13
* API to allow strategy class to work on the output buffer of OpenMAXhclam@chromium.org2010-02-176-95/+1160
* Unit test for OmxInputBufferhclam@chromium.org2010-02-091-0/+67
* Fix usage of OmxInputBuffer in OpenMAX code since it's refcounted.hclam@chromium.org2010-02-092-12/+15
* Refactor media::InputBuffer to consolidate it with media::Bufferhclam@chromium.org2010-02-054-37/+38
* Refactoring of media::OmxCodec to split configuration of IO portshclam@chromium.org2010-02-044-315/+381
* Refactor some code that depends on FFmpeghclam@chromium.org2010-01-261-528/+0
* Use OpenMAX for video decoding in the media pipelinehclam@chromium.org2010-01-231-0/+2
* More unit tests for OpenMAXhclam@chromium.org2010-01-221-22/+95
* Unit tests for testing OpenMAX supporthclam@chromium.org2010-01-221-24/+331
* Video and OpenMAX: add role name to replace vendor specific component name.hclam@chromium.org2010-01-213-35/+103
* Separate input data into NALUs for testing OpenMAXhclam@chromium.org2010-01-201-30/+103
* Fix build caused by omx_testhclam@chromium.org2010-01-151-0/+2
* enable simple encoding in omx_codechclam@chromium.org2010-01-153-261/+570
* Simple unit tests for OpenMAX video decoderhclam@chromium.org2010-01-131-3/+36
* omx_test refactor to add encoder support. (only start)hclam@chromium.org2010-01-123-83/+310
* Revert my last two commits that brokoe the buildhclam@chromium.org2010-01-063-306/+79
* Fix linux buildhclam@chromium.org2010-01-061-3/+4
* omx_test refactor to add encoder support. (only start)hclam@chromium.org2010-01-063-79/+305
* Implementation of OmxVideoDecodeEngine.ajwong@chromium.org2009-12-221-3/+5
* Checking in the beginnings of omx_unittests.scherkus@chromium.org2009-12-092-0/+22
* Rename OmxVideoDecoder, and break up the omx library files from the omx_test ...ajwong@chromium.org2009-12-023-84/+93
* Benchmark memcpy of the output of OpenMAX decoderhclam@chromium.org2009-12-021-4/+23
* Use argv[0] to print out executable usage info for media tools.scherkus@chromium.org2009-11-251-1/+2
* Minor cleanup to some OpenMAX code.scherkus@chromium.org2009-11-254-14/+20
* Implement method stubs for OpenMAX IL instead of relying on -lOmxCore.scherkus@chromium.org2009-11-253-35/+6
* Revert "Implement method stubs for OpenMAX IL instead of relying on -lOmxCore."scherkus@chromium.org2009-11-242-2/+31
* Implement method stubs for OpenMAX IL instead of relying on -lOmxCore.scherkus@chromium.org2009-11-242-31/+2
* Fixes for bellagio compatibility.ajwong@chromium.org2009-11-242-43/+46
* Test program for OpenMAX video decodinghclam@chromium.org2009-11-134-8/+205
* OpenMAX for video decoderhclam@chromium.org2009-11-124-0/+1493