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