aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* intel: omx: Unbreak SetConfigVideoBitrateHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0Ecm-13.0Christopher R. Palmer2016-01-131-0/+7
* intel: omx: Zenfone2 blobs cannot handle metadata modeChristopher R. Palmer2016-01-131-2/+2
* intel: omx: LP blob compatibilityChristopher R. Palmer2016-01-131-2/+14
* fix random SEGV issue which is caused by wild pointer in libmixmahongpe2015-11-091-1/+2
* Enlarge the size of OMX Output Buffer for fixing CTS issues.hding32015-08-051-1/+1
* align the yv12 stride to 128bit for vp9 hybridGu, Wangyi2015-07-171-1/+1
* correctly set SW_USAGE for HW codecsTianmi Chen2015-07-151-1/+4
* align the yv12 stride to 64bit for vp9 hybridGu, Wangyi2015-07-101-2/+3
* omx-component: fix video corruptionYuanjun Huang2015-07-101-1/+14
* Remove unused argument to suppress compilation errorTianmi Chen2015-07-012-10/+3
* Revert "omx-component: Adding media resource management support"Yuanjun Huang2015-07-015-131/+5
* enable meta data for VP9 hybridGu, Wangyi2015-06-304-35/+125
* Fix clang build issue with unused argumentBrian Carlstrom2015-06-151-1/+2
* enable meta data mode for MPEG4, H263 and MPEG2Tianmi Chen2015-06-091-0/+3
* Merge "omx-component: Adding media resource management support for each codec...Ronghua Wu2015-06-015-5/+131
|\
| * omx-component: Adding media resource management supportYuanjun Huang2015-06-015-5/+131
* | enable meta data mode for AVC and VP8 on FUGUTianmi Chen2015-06-013-19/+198
|/
* omx-component:Yuanjun Huang2015-05-122-0/+50
* Fix print format error found by clang/llvm.Chih-Hung Hsieh2015-05-071-3/+3
* Porting ProtectedDataBuffer changes in OMXVideoDecoderAVCSecure.Rajesh Poornachandran2015-04-304-59/+564
* am fe8ec911: Move init of variable after setjmp.Christopher Ferris2015-03-230-0/+0
|\
| * Move init of variable after setjmp.Christopher Ferris2015-03-201-1/+2
* | Move init of variable after setjmp.Christopher Ferris2015-03-201-1/+2
* | am 7ed7ddf7: am 15f60f1e: Fix defect when native buffer mode fallbacks to byt...Yuanjun Huang2015-02-111-5/+14
|\|
| * am 15f60f1e: Fix defect when native buffer mode fallbacks to byte-buffer mode...Yuanjun Huang2015-02-111-5/+14
| |\
| | * Fix defect when native buffer mode fallbacks to byte-buffer modeYuanjun Huang2015-02-111-5/+14
* | | omx-component: Enabling MPEG2 hardware decodingYuanjun Huang2015-02-093-0/+269
|/ /
* | am dd94f000: VP8 OMX component - Add flushing the decode pipeline at the begi...Yuanjun Huang2015-01-291-2/+10
|\|
| * VP8 OMX component - Add flushing the decode pipeline at the beginning,Yuanjun Huang2015-01-291-2/+10
* | am 237fe154: AVC secure OMX component - Change the level to 4.2 to pass new C...Yuanjun Huang2015-01-211-3/+14
|\|
| * AVC secure OMX component - Change the level to 4.2 to pass new CTS cases.Yuanjun Huang2015-01-211-3/+14
* | resolved conflicts for merge of bcf10222 to lmp-mr1-dev-plus-aospChih-Hung Hsieh2014-12-181-0/+3
|\ \
| * | Fix or suppress clang warnings before upstream fix.Chih-Hung Hsieh2014-12-182-4/+5
* | | am af3c298c: Suppress some clang compiler warnings.Chih-Hung Hsieh2014-12-183-3/+7
|\| |
| * | Suppress some clang compiler warnings.Chih-Hung Hsieh2014-12-173-3/+7
* | | am d7a24953: vp9 hybrid omxywan1712014-12-171-0/+14
|\ \ \ | | |/ | |/|
| * | vp9 hybrid omxywan1712014-12-171-0/+14
* | | am 77e0e77a: pass buffer width to libDecoderVp9Hybridywan1712014-12-122-5/+9
|\| |
| * | pass buffer width to libDecoderVp9Hybridywan1712014-12-122-5/+9
* | | am 3b7c847a: vp9 hybrid omx: if it\'s eos frame and encounter resolution chan...ywan1712014-12-111-1/+1
|\| |
| * | vp9 hybrid omx: if it's eos frame and encounter resolution change, retain the...ywan1712014-12-101-1/+1
* | | resolved conflicts for merge of 1edf1d80 to lmp-mr1-dev-plus-aospAndreas Gampe2014-12-115-25/+1
|\ \ \ | | |/ | |/|
| * | VideoCodec: Remove unused variablesAndreas Gampe2014-12-085-30/+1
* | | am d5673bef: To support standard omx api for passing GTS testhding32014-12-104-2/+74
|\ \ \ | | |/ | |/|
| * | To support standard omx api for passing GTS testhding32014-12-094-2/+74
* | | am 8a050ed9: Libvpx: Turn off unused-function warningAndreas Gampe2014-12-091-0/+4
|\ \ \ | |/ / |/| / | |/
| * Libvpx: Turn off unused-function warningAndreas Gampe2014-12-081-0/+4
* | OMXVideoDecoderVP9Hybrid: set usage flag as GRALLOC_USAGE_SW_READ_OFTEN + GRA...Dale Stimson2014-12-081-1/+1
* | enable OMX extension OMX_IndexExtVppBufferNum for ISVXigui Wang2014-12-023-35/+35
* | adjust vp9 hybrid output buffer count to avoid play freeze caused by no avail...ywan1712014-11-202-1/+3