summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* am e550d213: am f70b69a8: Merge "stagefright: check bounds for MediaCodecList...Lajos Molnar2015-10-191-0/+4
|\
| * stagefright: check bounds for MediaCodecList.getCodecInfoLajos Molnar2015-10-121-0/+4
* | resolved conflicts for 0b09da7a to lmp-mr1-devWei Jia2015-10-081-0/+6
|\ \ | |/
| * DO NOT MERGE - OMX: allow only secure codec to remotely call allocateBuffer.Wei Jia2015-10-071-0/+6
* | am fecbc5da: am 5b4a5cce: Merge "do not dequeue from native window after we h...Jon Larimer2015-08-181-0/+1
|\ \ | |/
| * do not dequeue from native window after we hit fatal error -- DO NOT MERGEChong Zhang2015-08-171-0/+1
* | am 578d5b66: am 171b5fad: am d6ea7f65: am f26400c9: Fix crash on malformed id3Marco Nelissen2015-08-071-1/+1
|\ \ | |/
| * am d6ea7f65: am f26400c9: Fix crash on malformed id3Marco Nelissen2015-08-071-1/+1
| |\
| | * am f26400c9: Fix crash on malformed id3Marco Nelissen2015-08-071-1/+1
| | |\
| | | * Fix crash on malformed id3Marco Nelissen2015-08-041-1/+1
| | * | am 7acac10a: Merge "DO NOT MERGE: Add AUtils::isInRange, and use it to detect...Robert Shih2015-05-111-0/+45
| | |\ \ | | | |/
| | | * DO NOT MERGE: Add AUtils::isInRange, and use it to detect malformed MPEG4 nal...Lajos Molnar2015-04-251-0/+45
* | | | am c531d995: am 438217a0: Merge "Add AUtils::isInRange, and use it to detect ...Lajos Molnar2015-05-121-0/+22
|\ \ \ \ | |/ / /
| * | | Add AUtils::isInRange, and use it to detect malformed MPEG4 nal sizesLajos Molnar2015-04-241-0/+22
| * | | am 99370d2d: am ae6965ae: am 3aef3560: am e360f0f6: IAudioPolicyService: boun...Eric Laurent2014-11-101-2/+7
| |\ \ \ | | |/ /
| | * | am ae6965ae: am 3aef3560: am e360f0f6: IAudioPolicyService: bound array size ...Eric Laurent2014-11-101-2/+7
| | |\ \ | | | |/
| | | * am 3aef3560: am e360f0f6: IAudioPolicyService: bound array size in queryDefau...Eric Laurent2014-11-101-2/+7
| | | |\
| | | | * IAudioPolicyService: bound array size in queryDefaultPreProcessingEric Laurent2014-11-101-2/+7
* | | | | nuplayer: acquire wakelock during offload pause timeoutWeiyin Jiang2015-02-061-0/+68
* | | | | stagefright: add fallback for native flex-YUV supportLajos Molnar2015-02-041-1/+1
* | | | | stagefright: add support for native flex-YUV formatsLajos Molnar2015-02-041-4/+5
* | | | | Acodec: Send framerate information to OMX decoder if availableRachad2015-01-291-1/+1
* | | | | Merge "ACodec: Added support for E-AC3 decoders" into lmp-mr1-devRachad2015-01-102-0/+3
|\ \ \ \ \
| * | | | | ACodec: Added support for E-AC3 decodersRachad2014-12-232-0/+3
* | | | | | mark any copyrighted content as protected to disable captureChong Zhang2015-01-071-0/+1
|/ / / / /
* | | | | MediaCodecList: handle binder deathLajos Molnar2014-12-121-0/+6
* | | | | stagefright: misc fixes to software video encoders (and decoders)Lajos Molnar2014-12-101-0/+6
* | | | | audio policy: binder calls for dynamic audio policy mixesEric Laurent2014-12-092-0/+6
* | | | | audio policy: add support for custom mixesEric Laurent2014-12-092-1/+83
* | | | | stagefright: preserve output format flags on format changeLajos Molnar2014-12-051-0/+1
* | | | | AudioRecord: use audio attributes instead of audio source.Eric Laurent2014-11-253-13/+18
* | | | | audio policy: new getOutputForAttr() prototype.Eric Laurent2014-11-254-21/+83
* | | | | Merge "Fix missing loop count for static tracks." into lmp-mr1-devGlenn Kasten2014-11-201-1/+8
|\ \ \ \ \
| * | | | | Fix missing loop count for static tracks.Andy Hung2014-11-181-1/+8
* | | | | | AudioSystem: fix cross deadlockEric Laurent2014-11-201-2/+2
* | | | | | AudioSystem: Add mutex for output cacheEric Laurent2014-11-191-4/+5
* | | | | | Merge "remove AudioSystem::getOutputSamplingRateForAttr()" into lmp-mr1-devEric Laurent2014-11-141-2/+0
|\ \ \ \ \ \
| * | | | | | remove AudioSystem::getOutputSamplingRateForAttr()Eric Laurent2014-11-121-2/+0
* | | | | | | Merge "stagefright: add runtime debug support" into lmp-mr1-devLajos Molnar2014-11-142-0/+66
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | stagefright: add runtime debug supportLajos Molnar2014-11-122-0/+66
| |/ / / / /
* | | | | | Merge "Stagefright: use MediaCodec in async mode for recording" into lmp-mr1-devChong Zhang2014-11-131-4/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Stagefright: use MediaCodec in async mode for recordingPraveen Chavan2014-11-121-4/+0
* | | | | | Merge "Improve AudioTrack recovery from mediaserver death" into lmp-mr1-devGlenn Kasten2014-11-071-1/+4
|\ \ \ \ \ \
| * | | | | | Improve AudioTrack recovery from mediaserver deathGlenn Kasten2014-11-051-1/+4
* | | | | | | Merge "Add a BufferItem parameter to onFrameAvailable" into lmp-mr1-devDan Stoza2014-11-072-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Add a BufferItem parameter to onFrameAvailableDan Stoza2014-11-042-2/+2
| |/ / / / / /
* | | | | | | AudioSystem: remove obsolete method.Eric Laurent2014-11-061-2/+0
| |/ / / / / |/| | | | |
* | | | | | Merge "Pass resolution to Crypto plugin on format change" into lmp-mr1-devJeff Tinker2014-11-061-1/+2
|\ \ \ \ \ \
| * | | | | | Pass resolution to Crypto plugin on format changeJeff Tinker2014-11-031-1/+2
* | | | | | | Merge "Add missing secure stop methods" into lmp-mr1-devJeff Tinker2014-11-061-1/+2
|\ \ \ \ \ \ \ | |/ / / / / /