summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Convert ConnectToApplication to take a params classben2015-11-202-11/+2
* Reland: media::FFmpegVideoDecoder: remove ctor param |task_runner| and use a ...mcasas2015-11-206-18/+17
* Run gn --format over all .gn filesagrieve2015-11-206-7/+7
* Remove three buffer mode implementation.xjz2015-11-2023-404/+11
* Reland: Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittestsmcasas2015-11-207-100/+18
* Remove the custom base64url implementation in //media/cdm/peter2015-11-201-77/+52
* Update EME browser tests to use EmbeddedTestServerjrummell2015-11-201-5/+9
* ScopedPtrMap -> std::map from apps, ash, media, uilimasdf2015-11-202-10/+10
* Avoid resampling for basic playback on Android.dalecurtis2015-11-191-1/+12
* media: Add Clear Key key system support in MojoCdmFactory.xhwang2015-11-191-0/+21
* Reland of: media::VpxVideoDecoder cleanupmcasas2015-11-194-242/+231
* Revert of media::FFmpegVideoDecoder: remove ctor param |task_runner| and use ...mcasas2015-11-195-16/+16
* Try to remove <algorithm> header from scoped_ptr.h, again.dcheng2015-11-191-0/+2
* media::FFmpegVideoDecoder: remove ctor param |task_runner| and use a ThreadCh...mcasas2015-11-195-16/+16
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-1911-39/+34
* Multibuffer reader implementationhubbe2015-11-196-5/+916
* Fix UMA metrics for MediaSourcePlayer.timav2015-11-182-6/+21
* Always create OPUS decoder buffer with kSampleFormatF32zhengxiong2015-11-181-8/+5
* media: Support SetCdm() on GpuVideoDecoder.xhwang2015-11-182-2/+58
* media: Add static MojoCdmService::GetCdm().xhwang2015-11-182-0/+68
* MediaCodecPlayer: prevent requesting data in wrong statestimav2015-11-181-0/+13
* Avoid frame copy in RTCVideoEncoder for VideoFrame::STORAGE_SHMEMemircan2015-11-181-0/+3
* Reland "Fix video frame overlay codepath for Chromecast"halliwell2015-11-181-2/+2
* Revert of Multibuffer reader implementation (patchset #5 id:80001 of https://...msramek2015-11-186-912/+5
* include what you use: errno.h and string.h in media/mostynb2015-11-183-0/+3
* Cast Streaming: Enable non-blocking IO by default for Windows.miu2015-11-182-13/+18
* Revert of media::VpxVideoDecoder cleanup (patchset #4 id:260001 of https://co...mcasas2015-11-184-234/+248
* Revert of Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unit...mcasas2015-11-187-13/+95
* Multibuffer reader implementationhubbe2015-11-186-5/+912
* Reland "Add unit tests for CdmAdapter"jrummell2015-11-175-14/+396
* Revert of Enable Beamforming by default on buddy (patchset #3 id:40001 of htt...aluebs2015-11-171-7/+2
* Remove async=false when loading scripts for EME testsjrummell2015-11-171-1/+1
* media: Post task in MediaDrmBridge::OnSessionExpirationUpdate().xhwang2015-11-171-3/+6
* Make video/mp2t a strict media mime typeservolk2015-11-172-1/+69
* Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittestsmcasas2015-11-177-95/+13
* Revert "Fix video frame overlay codepath for Chromecast"halliwell2015-11-171-2/+2
* Prior to libva-intel-driver 1.6.1 we were emitting a scaling operation evenlionel.g.landwerlin2015-11-172-4/+14
* Remove dead code paths around PIXEL_STORAGE_TEXTURE in capture pipeline.miu2015-11-175-26/+40
* Fix video frame overlay codepath for Chromecasthalliwell2015-11-171-3/+2
* Move MediaDrmBridge provision communication to native side.timav2015-11-1610-124/+219
* media::VpxVideoDecoder cleanupmcasas2015-11-164-248/+234
* fix build when ffmpeg, libvpx and libwebm are disabledj.isorce2015-11-163-0/+20
* Revert of Add unit tests for CdmAdapter (patchset #6 id:100001 of https://cod...zhaoqin2015-11-165-396/+14
* media: Pass SetCdmReadyCB in {Audio|Video}Decoder::Initialize().xhwang2015-11-1536-129/+179
* Revert of media: Pass SetCdmReadyCB in {Audio|Video}Decoder::Initialize(). (p...loyso2015-11-1435-176/+128
* media: Pass SetCdmReadyCB in {Audio|Video}Decoder::Initialize().xhwang2015-11-1435-128/+176
* media: Support SetCdm() on VideoDecodeAccelerator interface.xhwang2015-11-132-2/+28
* Multi reader/writer cache/bufferhubbe2015-11-134-0/+805
* WebRTC render smoothness test shows on mac platform the timestamps on the vid...qiangchen2015-11-136-5/+63
* Add unit tests for CdmAdapterjrummell2015-11-135-14/+396