| Commit message (Expand) | Author | Age | Files | Lines |
* | Set timestamp and duration in DecryptingAudioDecoder. | xhwang@chromium.org | 2012-10-27 | 2 | -12/+88 |
* | Add "type" in GenerateKeyRequest() and OnNeedKey(). | xhwang@chromium.org | 2012-10-27 | 4 | -11/+21 |
* | Allow AudioRendererMixerInput::Stop() to be called anytime. | dalecurtis@google.com | 2012-10-26 | 1 | -4/+5 |
* | Make media::DataBuffer::DataBuffer(data, size) public. | xhwang@chromium.org | 2012-10-26 | 1 | -4/+1 |
* | GVD: DestroyTextures() on other platforms than CrOS as well | posciak@chromium.org | 2012-10-25 | 1 | -6/+0 |
* | Update PluginInstance for audio support for content decryption. | xhwang@chromium.org | 2012-10-24 | 2 | -38/+18 |
* | Moved SkCanvasVideoRenderer to media/filters. | skaslev@chromium.org | 2012-10-24 | 3 | -0/+502 |
* | Encrypted Media: Return and handle NeedMoreData correctly. | xhwang@chromium.org | 2012-10-23 | 4 | -31/+82 |
* | Enable renderer side mixing by default for Mac and Windows. | dalecurtis@chromium.org | 2012-10-22 | 1 | -6/+39 |
* | Add DecryptingAudioDecoder. | xhwang@chromium.org | 2012-10-19 | 4 | -0/+1061 |
* | Reset request_decryptor_notification_cb_ after decryptor is set. | xhwang@chromium.org | 2012-10-19 | 2 | -1/+3 |
* | Update Decryptor interface to support audio decoding. | xhwang@chromium.org | 2012-10-18 | 4 | -23/+30 |
* | Miscellaneous AudioRendererImpl cleanup salvaged from http://codereview.chrom... | scherkus@chromium.org | 2012-10-18 | 2 | -38/+12 |
* | Don't hang in Stop(): because the render thread is paused while Pipeline::Stop() | fischman@chromium.org | 2012-10-18 | 6 | -105/+49 |
* | Move audio decoder initialization to AudioRendererImpl. | xhwang@chromium.org | 2012-10-18 | 4 | -15/+136 |
* | Update PluginInstance for decrypt-and-decode video. | xhwang@chromium.org | 2012-10-18 | 1 | -1/+12 |
* | Only GVD::DestroyTextures() on CrOS for now. | posciak@chromium.org | 2012-10-17 | 1 | -0/+6 |
* | GVD: DestroyTextures() when destroying. | posciak@chromium.org | 2012-10-17 | 2 | -0/+15 |
* | Change WebM parser to treat IVs from encrypted WebM as raw data. | fgalligan@chromium.org | 2012-10-16 | 1 | -3/+1 |
* | Make sure that DecodeAudioFileData() always returns an AudioBus of the exact ... | crogers@google.com | 2012-10-15 | 2 | -7/+19 |
* | Disable FFmpegAudioDecoder for encrypted audio stream. | xhwang@chromium.org | 2012-10-14 | 1 | -0/+6 |
* | Update encrypted WebM test file to treat IVs as raw data. | fgalligan@chromium.org | 2012-10-12 | 1 | -1/+3 |
* | Support encrypted audio stream in demuxer. | xhwang@chromium.org | 2012-10-12 | 2 | -62/+112 |
* | Don't attempt HW video decode for videos with height >1088, instead of 1080. | posciak@chromium.org | 2012-10-11 | 1 | -1/+2 |
* | Implement video decoding methods in all Decryptor implementations. | xhwang@chromium.org | 2012-10-11 | 2 | -5/+7 |
* | Clear source_id_{audio,video}_ after RemoveId. | strobe@google.com | 2012-10-11 | 2 | -4/+21 |
* | Add decryptor requesting and kNoKey handling in DecryptingVideoDecoder (DVD). | xhwang@chromium.org | 2012-10-10 | 3 | -135/+385 |
* | Fix for the video seek test failures seen on the windows perf av builders. | ananta@chromium.org | 2012-10-06 | 1 | -2/+11 |
* | Tweak Garbage Collection algorithm in MediaSource to save last GOP appended | vrk@chromium.org | 2012-10-04 | 3 | -159/+413 |
* | Add video decoding methods in Decryptor and add DecryptingVideoDecoder. | xhwang@chromium.org | 2012-10-04 | 4 | -4/+938 |
* | Don't expand audio buffer when preroll is aborted | vrk@chromium.org | 2012-10-04 | 2 | -2/+16 |
* | Support reading pixels from HW-decoded video textures into canvas/webgl. | fischman@chromium.org | 2012-10-01 | 2 | -0/+6 |
* | The media foundation H.264 decoder which we use for H/W H.264 video decoding ... | ananta@chromium.org | 2012-10-01 | 1 | -7/+0 |
* | Fix ChunkDemuxer end of stream tracking during canceled seeks. | acolwell@chromium.org | 2012-10-01 | 2 | -26/+83 |
* | Don't attempt HW decode for videos over 1920x1080 when not supported. | posciak@chromium.org | 2012-09-28 | 1 | -0/+17 |
* | Roll FFmpeg DEPS + Fixup FFmpeg tests. | dalecurtis@google.com | 2012-09-28 | 2 | -8/+19 |
* | Tweak track buffer-related logic to switch to new data more quickly | vrk@chromium.org | 2012-09-27 | 3 | -20/+179 |
* | Enforce Stop() is always called before dtor in FFmepgVideoDecoder. | xhwang@chromium.org | 2012-09-26 | 3 | -29/+44 |
* | Call Decryptor::Stop() in FFmpegVideoDecoder::Reset(). | xhwang@chromium.org | 2012-09-25 | 2 | -7/+62 |
* | CHECK that Read() is never called after Stop() in FFmpegVideoDecoder. | xhwang@chromium.org | 2012-09-24 | 1 | -6/+1 |
* | Workaround for DXVA incorrectly claiming to be done with Decode() too soon. | fischman@chromium.org | 2012-09-20 | 2 | -2/+16 |
* | Remove lingering frames of old data when appending a new segment | vrk@chromium.org | 2012-09-20 | 3 | -71/+287 |
* | Fix end overlap crash that occurs when an next range is present. | acolwell@chromium.org | 2012-09-19 | 2 | -8/+60 |
* | Add is_encrypted() in VideoDecoderConfig. | xhwang@chromium.org | 2012-09-18 | 7 | -43/+57 |
* | We are removing checksum/HMAC in WebM spec for encrypted content. | fgalligan@chromium.org | 2012-09-18 | 2 | -5/+1 |
* | Remove HMAC from encrypted WebM test file. | fgalligan@chromium.org | 2012-09-17 | 1 | -2/+3 |
* | Pipeline VDA::Decode()s to smooth out video decode performance on more challe... | fischman@chromium.org | 2012-09-16 | 1 | -4/+13 |
* | Protect Update{Audio|Video}Config() by lock in ChunkDemuxerStream. | xhwang@chromium.org | 2012-09-15 | 1 | -0/+2 |
* | Remove VideoDecoder::PrepareForShutdownHack() and friends. | scherkus@chromium.org | 2012-09-13 | 4 | -30/+1 |
* | Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClient | acolwell@chromium.org | 2012-09-12 | 7 | -124/+84 |