summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Android emulator doesn't support USB service. And on emulator created without...braveyao2016-01-231-2/+10
* Fix MediaCodec's MEDIA_CODEC_NO_KEY processing in MediaCodecPlayertimav2016-01-222-24/+57
* media: Cancel MediaCryptoReadyCB during player destruction.xhwang2016-01-212-0/+8
* Drop WebRTC audio data if OS has skipped frames.grunell2016-01-213-5/+16
* Fix audio buffer size on ChromeOS and Android for media playback.dalecurtis2016-01-202-9/+12
* Duck playback volume when receiving AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCKzqzhang2016-01-208-23/+71
* Support sharing stream textures between Render and GPU threads in WebView.tobiasjs2016-01-201-0/+6
* Revert of media/vpx: Add support for VP9 alpha channel (patchset #6 id:100001...benwells2016-01-202-59/+0
* MSE: Log a warning if muxed AV media segment has no A or has no V blockwolenetz2016-01-201-4/+8
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-202-2/+2
* Fix MediaCodec's ERROR_NO_KEY processing in AVDAtimav2016-01-201-3/+3
* media/vpx: Add support for VP9 alpha channelvigneshv2016-01-192-0/+59
* Fixing Exceptions for hasAudio/hasVideo of MediaPlayerBridgezqzhang2016-01-182-22/+22
* Improve logging output for DecoderBuffer and VideoFramejrummell2016-01-152-0/+47
* Verify returned frames from media::VideoFrame::Wrap*() methodsemircan2016-01-151-15/+19
* media: Require HW_SECURE_CODECS for other key systems on Android.xhwang2016-01-151-4/+9
* EME: Do not special case an empty robustness string.ddorwin2016-01-151-2/+5
* Fix buffered range updates in media::Pipelineservolk2016-01-146-13/+21
* Change DecoderBuffer::data_size to type size_tservolk2016-01-146-44/+35
* Add support for device enumerationa and selection of USB microphones for Chro...braveyao2016-01-131-18/+163
* Convert enable_hevc to buildflagservolk2016-01-121-4/+4
* Keep MediaCodec-related internal Java clases in the main dextimav2016-01-122-0/+6
* Revert of Change DecoderBuffer::data_size to type size_t (patchset #11 id:200...kinuko2016-01-126-35/+44
* Change DecoderBuffer::data_size to type size_tservolk2016-01-116-44/+35
* Configure MediaCodec with CDM in ADVAtimav2016-01-118-132/+137
* Re-add AC3/EAC3 audio demuxing supportservolk2016-01-094-2/+42
* Implement fallback from WMPI to WMPA.sandersd2016-01-092-0/+31
* media: Create MediaCrypto upon MediaDrmBridge creation.xhwang2016-01-083-76/+86
* Add missing 'override'.dskiba2016-01-081-1/+1
* media: Fix case ordering of switch statements.servolk2016-01-072-15/+16
* Blacklist Samsung Galaxy S4 for MediaCodec for VP8timav2016-01-071-6/+22
* Don't take audio focus when playing video with no audiozqzhang2016-01-0712-39/+96
* Add support for 384kHz sample rates; works in other browsers.dalecurtis2016-01-071-3/+4
* Convert enable_mpeg2ts_parser GYP flag into a new-style buildflagservolk2016-01-072-4/+6
* Replace WebAudio MediaCodec usage with FFmpeg. A ~4x improvement.dalecurtis2016-01-066-609/+0
* Catch all possible exceptions from MediaCodec.configure()timav2016-01-041-0/+12
* Rewrite most of the scopers in //base/mac to use ScopedTypeRef or ScopedGeneric.Robert Sesek2016-01-041-2/+2
* Convert Pass()→std::move() in //media (Android Cast edition)dcheng2015-12-3010-57/+72
* Convert Pass()→std::move() in //mediadcheng2015-12-2718-61/+82
* Switch to standard integer types in media/, take 2.avi2015-12-23185-593/+969
* Reverts the yuv changes in 97785eaf0f3b8f017a38fe738ade818754492483Avi Drissman2015-12-2016-532/+531
* Add missing macros includes in media/.avi2015-12-1977-0/+77
* Switch to standard integer types in media/.Avi Drissman2015-12-19146-1334/+1225
* Switch from build-time to run-time flags for Project Spitzer.xhwang2015-12-181-3/+2
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-1812-18/+29
* Blacklist MediaCodec for VP8 on Samsung S4 Minitimav2015-12-182-91/+105
* Trigger MSE players UMA by user events onlytimav2015-12-183-16/+22
* media: Pass SecurityLevel in MediaDrmBridge creation.xhwang2015-12-175-82/+72
* Revert of Forward the number of skipped frames by the OS in audio playout. (p...grunell2015-12-1712-29/+18
* Refactor MediaCodecBridge to add support for NDK APIsqinmin2015-12-1724-1571/+2247