| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert ConnectToApplication to take a params class | ben | 2015-11-20 | 2 | -11/+2 |
* | Reland: media::FFmpegVideoDecoder: remove ctor param |task_runner| and use a ... | mcasas | 2015-11-20 | 6 | -18/+17 |
* | Run gn --format over all .gn files | agrieve | 2015-11-20 | 6 | -7/+7 |
* | Remove three buffer mode implementation. | xjz | 2015-11-20 | 23 | -404/+11 |
* | Reland: Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittests | mcasas | 2015-11-20 | 7 | -100/+18 |
* | Remove the custom base64url implementation in //media/cdm/ | peter | 2015-11-20 | 1 | -77/+52 |
* | Update EME browser tests to use EmbeddedTestServer | jrummell | 2015-11-20 | 1 | -5/+9 |
* | ScopedPtrMap -> std::map from apps, ash, media, ui | limasdf | 2015-11-20 | 2 | -10/+10 |
* | Avoid resampling for basic playback on Android. | dalecurtis | 2015-11-19 | 1 | -1/+12 |
* | media: Add Clear Key key system support in MojoCdmFactory. | xhwang | 2015-11-19 | 1 | -0/+21 |
* | Reland of: media::VpxVideoDecoder cleanup | mcasas | 2015-11-19 | 4 | -242/+231 |
* | Revert of media::FFmpegVideoDecoder: remove ctor param |task_runner| and use ... | mcasas | 2015-11-19 | 5 | -16/+16 |
* | Try to remove <algorithm> header from scoped_ptr.h, again. | dcheng | 2015-11-19 | 1 | -0/+2 |
* | media::FFmpegVideoDecoder: remove ctor param |task_runner| and use a ThreadCh... | mcasas | 2015-11-19 | 5 | -16/+16 |
* | Use std::default_delete as the default deleter for scoped_ptr. | dcheng | 2015-11-19 | 11 | -39/+34 |
* | Multibuffer reader implementation | hubbe | 2015-11-19 | 6 | -5/+916 |
* | Fix UMA metrics for MediaSourcePlayer. | timav | 2015-11-18 | 2 | -6/+21 |
* | Always create OPUS decoder buffer with kSampleFormatF32 | zhengxiong | 2015-11-18 | 1 | -8/+5 |
* | media: Support SetCdm() on GpuVideoDecoder. | xhwang | 2015-11-18 | 2 | -2/+58 |
* | media: Add static MojoCdmService::GetCdm(). | xhwang | 2015-11-18 | 2 | -0/+68 |
* | MediaCodecPlayer: prevent requesting data in wrong states | timav | 2015-11-18 | 1 | -0/+13 |
* | Avoid frame copy in RTCVideoEncoder for VideoFrame::STORAGE_SHMEM | emircan | 2015-11-18 | 1 | -0/+3 |
* | Reland "Fix video frame overlay codepath for Chromecast" | halliwell | 2015-11-18 | 1 | -2/+2 |
* | Revert of Multibuffer reader implementation (patchset #5 id:80001 of https://... | msramek | 2015-11-18 | 6 | -912/+5 |
* | include what you use: errno.h and string.h in media/ | mostynb | 2015-11-18 | 3 | -0/+3 |
* | Cast Streaming: Enable non-blocking IO by default for Windows. | miu | 2015-11-18 | 2 | -13/+18 |
* | Revert of media::VpxVideoDecoder cleanup (patchset #4 id:260001 of https://co... | mcasas | 2015-11-18 | 4 | -234/+248 |
* | Revert of Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unit... | mcasas | 2015-11-18 | 7 | -13/+95 |
* | Multibuffer reader implementation | hubbe | 2015-11-18 | 6 | -5/+912 |
* | Reland "Add unit tests for CdmAdapter" | jrummell | 2015-11-17 | 5 | -14/+396 |
* | Revert of Enable Beamforming by default on buddy (patchset #3 id:40001 of htt... | aluebs | 2015-11-17 | 1 | -7/+2 |
* | Remove async=false when loading scripts for EME tests | jrummell | 2015-11-17 | 1 | -1/+1 |
* | media: Post task in MediaDrmBridge::OnSessionExpirationUpdate(). | xhwang | 2015-11-17 | 1 | -3/+6 |
* | Make video/mp2t a strict media mime type | servolk | 2015-11-17 | 2 | -1/+69 |
* | Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittests | mcasas | 2015-11-17 | 7 | -95/+13 |
* | Revert "Fix video frame overlay codepath for Chromecast" | halliwell | 2015-11-17 | 1 | -2/+2 |
* | Prior to libva-intel-driver 1.6.1 we were emitting a scaling operation even | lionel.g.landwerlin | 2015-11-17 | 2 | -4/+14 |
* | Remove dead code paths around PIXEL_STORAGE_TEXTURE in capture pipeline. | miu | 2015-11-17 | 5 | -26/+40 |
* | Fix video frame overlay codepath for Chromecast | halliwell | 2015-11-17 | 1 | -3/+2 |
* | Move MediaDrmBridge provision communication to native side. | timav | 2015-11-16 | 10 | -124/+219 |
* | media::VpxVideoDecoder cleanup | mcasas | 2015-11-16 | 4 | -248/+234 |
* | fix build when ffmpeg, libvpx and libwebm are disabled | j.isorce | 2015-11-16 | 3 | -0/+20 |
* | Revert of Add unit tests for CdmAdapter (patchset #6 id:100001 of https://cod... | zhaoqin | 2015-11-16 | 5 | -396/+14 |
* | media: Pass SetCdmReadyCB in {Audio|Video}Decoder::Initialize(). | xhwang | 2015-11-15 | 36 | -129/+179 |
* | Revert of media: Pass SetCdmReadyCB in {Audio|Video}Decoder::Initialize(). (p... | loyso | 2015-11-14 | 35 | -176/+128 |
* | media: Pass SetCdmReadyCB in {Audio|Video}Decoder::Initialize(). | xhwang | 2015-11-14 | 35 | -128/+176 |
* | media: Support SetCdm() on VideoDecodeAccelerator interface. | xhwang | 2015-11-13 | 2 | -2/+28 |
* | Multi reader/writer cache/buffer | hubbe | 2015-11-13 | 4 | -0/+805 |
* | WebRTC render smoothness test shows on mac platform the timestamps on the vid... | qiangchen | 2015-11-13 | 6 | -5/+63 |
* | Add unit tests for CdmAdapter | jrummell | 2015-11-13 | 5 | -14/+396 |