summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix implicit-fallthrough warnings.Chih-Hung Hsieh2018-10-191-0/+1
* Update makefiles after native handle in Java.Steven Moreland2018-08-141-1/+1
* resolve merge conflicts of b92f1d2e1be35b331b18589a8cde81d51ddd31d6 to oreo-m...Pawin Vongmasa2018-08-101-0/+10
|\
| * resolve merge conflicts of b92f1d2e1be35b331b18589a8cde81d51ddd31d6 to oreo-m...Pawin Vongmasa2018-07-121-0/+10
| |\
| | * Disable tests for secure audio decodersPawin Vongmasa2018-07-111-1/+11
* | | VtsHalMediaOmx should test functionality onlyRay Essick2018-06-015-0/+25
* | | Add multichannel support am: c678d51bdc am: 9886d749d4Pawin Vongmasa2018-05-241-0/+45
|\| |
| * | Add multichannel supportPawin Vongmasa2018-05-241-0/+45
| |\|
| | * Add multichannel supportPawin Vongmasa2018-05-101-0/+45
| | * bug fix: close file pointerRam Mohan M2018-01-231-0/+1
| | * bug fix: restore support for broken flagRam Mohan M2018-01-233-5/+5
| | * bug fix: handle multiple port settings change events signalled at onceRam Mohan M2018-01-231-0/+25
| | * bug fix: disable timestamp deviation test for audio decoderRam Mohan M2018-01-231-1/+1
| | * bug fix: output colorformat configuration fixedRam Mohan M2018-01-233-44/+178
| | * bug fix: configure input port buffer sizeRam Mohan M2018-01-238-222/+193
| | * bug fix: handle OMX_EventBufferFlag eventsRam Mohan M2018-01-234-34/+76
* | | Merge "Convert omx hal test to use VtsHalHidlTargetTestEnvBase" am: 03086cfea...Zhuoyao Zhang2018-02-127-433/+82
|\ \ \
| * \ \ Merge "Convert omx hal test to use VtsHalHidlTargetTestEnvBase" am: 03086cfea4Zhuoyao Zhang2018-02-127-433/+82
| |\ \ \
| | * | | Convert omx hal test to use VtsHalHidlTargetTestEnvBaseZhuoyao Zhang2018-02-097-433/+82
| | * | | Remove subdirsSteven Moreland2017-11-281-10/+0
| | * | | Merge commit '1a06284b24f5eb7bb9c1fea0817da8898b3b1bff' fromXin Li2017-11-1446-1070/+2334
| | |\ \ \
| | * | | | Update makefiles for hidl_interface.Steven Moreland2017-11-102-247/+28
| * | | | | Remove subdirsSteven Moreland2017-11-281-10/+0
| * | | | | Updating makefiles for hidl_interface.Steven Moreland2017-11-132-247/+28
* | | | | | android.hardware.media.bufferpool@1.0 HALSungtak Lee2018-01-296-0/+331
* | | | | | Move media configuration to its own directory.Steven Moreland2017-12-182-0/+0
* | | | | | Add Android.mk back for media profile.Steven Moreland2017-12-181-0/+14
* | | | | | Remove subdirsSteven Moreland2017-11-281-10/+0
* | | | | | Updating makefiles for hidl_interface.Steven Moreland2017-11-132-247/+28
* | | | | | Merge "omxvts:vid:dec: modify resource files for avc dec and mpeg4 dec" into ...Ram Mohan M2017-11-109-497/+487
|\| | | | |
| * | | | | Merge "omxvts:vid:dec: modify resource files for avc dec and mpeg4 dec" into ...Ram Mohan M2017-11-109-497/+487
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | omxvts:vid:dec: modify resource files for avc dec and mpeg4 decRam Mohan M2017-11-089-497/+487
* | | | | Merge "bug fix: during fatal fails bypass freeNode() calls" into oc-mr1-dev a...Ram Mohan M2017-10-175-0/+20
|\| | | |
| * | | | Merge "bug fix: during fatal fails bypass freeNode() calls" into oc-mr1-devRam Mohan M2017-10-175-0/+20
| |\| | |
| | * | | bug fix: during fatal fails bypass freeNode() callsRam Mohan M2017-10-175-0/+20
* | | | | Merge "omxvts:aud:dec: replace opus resource file"TreeHugger Robot2017-10-132-501/+496
|\ \ \ \ \
| * | | | | omxvts:aud:dec: replace opus resource fileRam Mohan M2017-10-102-501/+496
* | | | | | Update for Soong-only makefiles.Steven Moreland2017-10-111-14/+0
* | | | | | Update for Soong java makefiles. am: c3e80fa01e am: 0fff75dee1 am: 6c811964a1Steven Moreland2017-10-112-1/+11
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Update for Soong java makefiles. am: c3e80fa01e am: 0fff75dee1Steven Moreland2017-10-112-1/+11
| |\ \ \ \
| | * \ \ \ Update for Soong java makefiles. am: c3e80fa01eSteven Moreland2017-10-112-1/+11
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Update for Soong java makefiles.Steven Moreland2017-10-112-1/+11
| | | |\ \ \
| | | | * | | Update for Soong java makefiles.Steven Moreland2017-10-102-1/+11
* | | | | | | Merge "omxvts: exit gracefully during fatal fails" into oc-mr1-dev am: 3021f1...Ram Mohan M2017-10-068-415/+550
|\| | | | | |
| * | | | | | Merge "omxvts: exit gracefully during fatal fails" into oc-mr1-devRam Mohan M2017-10-068-415/+550
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | omxvts: exit gracefully during fatal failsRam Mohan M2017-10-058-415/+550
* | | | | | | Merge "Revert "Port mode configuration test - II""TreeHugger Robot2017-10-051-14/+0
|\ \ \ \ \ \ \
| * | | | | | | Revert "Port mode configuration test - II"Pawin Vongmasa2017-09-291-14/+0
* | | | | | | | Merge "Update for hidl adapter module defaults." am: 988c977079 am: 861651985...Steven Moreland2017-10-041-0/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge "Update for hidl adapter module defaults." am: 988c977079 am: 861651985fSteven Moreland2017-10-041-0/+1
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |