summaryrefslogtreecommitdiffstats
path: root/media/base/android/java
Commit message (Expand)AuthorAgeFilesLines
* Cleanup MediaCodecUtil::GetDefaultCodecName().dalecurtis2016-03-171-129/+49
* Catch CodecException in MediaCodecBridge and return MEDIA_CODEC_ERRORwatk2016-03-041-26/+66
* Disable adaptive resolution support for MediaCodec use by AVDA.dalecurtis2016-02-241-2/+2
* Remove prefixed EME.ddorwin2016-02-221-1/+2
* Add exit status UMA metrics for MediaPlayerBridgetimav2016-02-201-0/+4
* Fix mime type mappings when the unified media pipeline is enabled.dalecurtis2016-02-201-2/+8
* Reland: Move VideoCapture* files from media/base/android/... to media/capture...mcasas2016-02-198-1513/+0
* Revert of Move VideoCapture* files from media/base/android/... to media/captu...clamy2016-02-198-0/+1513
* Move VideoCapture* files from media/base/android/... to media/capture/video/a...mcasas2016-02-198-1513/+0
* Remove MediaCodecBridge::GetOutputBuffersCount() and GetOutputBuffersCapacity()magjed2016-02-111-16/+1
* VideoCaptureAndroid: Disable YV12 support for some Moto X devicesmagjed2016-02-081-0/+4
* Android emulator doesn't support USB service. And on emulator created without...braveyao2016-01-231-2/+10
* Fix MediaCodec's ERROR_NO_KEY processing in AVDAtimav2016-01-201-3/+3
* Fixing Exceptions for hasAudio/hasVideo of MediaPlayerBridgezqzhang2016-01-181-22/+20
* Add support for device enumerationa and selection of USB microphones for Chro...braveyao2016-01-131-18/+163
* Keep MediaCodec-related internal Java clases in the main dextimav2016-01-122-0/+6
* media: Create MediaCrypto upon MediaDrmBridge creation.xhwang2016-01-081-75/+81
* Blacklist Samsung Galaxy S4 for MediaCodec for VP8timav2016-01-071-6/+22
* Don't take audio focus when playing video with no audiozqzhang2016-01-071-0/+35
* Replace WebAudio MediaCodec usage with FFmpeg. A ~4x improvement.dalecurtis2016-01-061-293/+0
* Catch all possible exceptions from MediaCodec.configure()timav2016-01-041-0/+12
* Blacklist MediaCodec for VP8 on Samsung S4 Minitimav2015-12-182-91/+105
* media: Pass SecurityLevel in MediaDrmBridge creation.xhwang2015-12-171-2/+13
* Refactor MediaCodecBridge to add support for NDK APIsqinmin2015-12-172-140/+235
* Clank VideoCaptureCamera, speculative crash fix in getCameraParameters()mcasas2015-12-161-1/+1
* Revert of Refactor MediaCodecBridge to add support for NDK APIs (patchset #5 ...acleung2015-12-152-235/+140
* media: Refactor MediaCrypto creation and notification.xhwang2015-12-111-19/+15
* Refactor MediaCodecBridge to add support for NDK APIsqinmin2015-12-062-140/+235
* Move MediaDrmBridge provision communication to native side.timav2015-11-161-90/+26
* Catch IOException while calling MediaPlayer.prepareAsync()qinmin2015-11-111-1/+5
* Revert of Use hardware AEC on Nexus 9. (patchset #1 id:1 of https://coderevie...grunell2015-11-041-1/+0
* Android VideoCaptureCamera2: Use closest supported resolution instead of requ...magjed2015-10-301-13/+39
* Pass DecryptConfig parameters over IPC and use it in AVDA.timav2015-10-271-2/+2
* Interpret the current audio playback position as unsigned inttimav2015-10-261-1/+5
* media: Remove use of Java Handler from MediaDrmBridge.xhwang2015-10-241-114/+46
* Remove BuildInfo.isMncOrLater()aurimas2015-10-191-4/+3
* Use hardware AEC on Nexus 9.grunell2015-10-141-0/+1
* Throttle media decoding after excessive Android media server crashesqinmin2015-10-071-4/+1
* Request AudioFocus for WebRTC calls on Android and listen to the audioFocusCh...braveyao2015-10-061-29/+69
* media: Fix use of deprecated APIs.xhwang2015-10-032-7/+5
* Reenable deprecation warning checking.aurimas2015-10-012-0/+4
* Reland of Make startCapture return synchronously to avoid Chrome no-respondin...battre2015-08-251-21/+40
* Revert of Make startCapture return synchronously to avoid Chrome no-respondin...battre2015-08-251-40/+21
* On Nexus9, if you open two webrtc tabs and switch them very quickly, then chr...braveyao2015-08-251-21/+40
* Android VideoCaptureCamera2.stopCapture(): Catch IllegalStateException not Il...magjed2015-08-221-4/+1
* MediaCodecPlayer implementation (stage 4 - preroll)timav2015-08-221-2/+26
* MediaDrmBridge: Add ExpirationUpdateListener.xhwang2015-08-221-4/+28
* MediaDrmBridge: Add KeyStatusChangeListener.xhwang2015-08-221-12/+83
* MediaDrmBridge: Enable RequestType/MessageType.xhwang2015-08-211-5/+19
* Move a MediaCodecBridge logwatk2015-08-121-1/+0