summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
* Add "type" in GenerateKeyRequest() and OnNeedKey().xhwang@chromium.org2012-10-2715-25/+64
* Sync new FFmpeg channel layouts.dalecurtis@google.com2012-10-264-8/+120
* Allow AudioRendererMixerInput::Stop() to be called anytime.dalecurtis@google.com2012-10-265-10/+36
* Add a flag to use fake camera for getUserMedia()hclam@chromium.org2012-10-262-2/+18
* Make media::DataBuffer::DataBuffer(data, size) public.xhwang@chromium.org2012-10-265-20/+21
* Disable AudioDeviceListenerWinTest on XP.dalecurtis@google.com2012-10-261-0/+3
* Disable AudioDeviceListenerWinTest on XP.dalecurtis@google.com2012-10-261-0/+7
* Handle audio device changes on Windows.dalecurtis@google.com2012-10-2613-85/+405
* Add initialization for ios audio-video framework.milanb@chromium.org2012-10-252-0/+6
* 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-243-38/+19
* Moved SkCanvasVideoRenderer to media/filters.skaslev@chromium.org2012-10-244-1/+507
* Fix invalid bind usage during AudioManagerBase construction.dalecurtis@chromium.org2012-10-246-5/+19
* Teach BindToLoop to create callbacks that accept scoped parameters.fischman@chromium.org2012-10-243-41/+111
* Replace AudioManager::Init() with InitializeOnAudioThread().dalecurtis@chromium.org2012-10-2312-53/+30
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-232-0/+10
* Encrypted Media: Return and handle NeedMoreData correctly.xhwang@chromium.org2012-10-235-31/+84
* Revert 163650 - Add opus audio codec support in remotingsergeyu@chromium.org2012-10-232-10/+0
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-232-0/+10
* Only remove mixer if initialize succeeds.dalecurtis@google.com2012-10-232-1/+14
* Add UMA reporting for EME APIs.fischman@chromium.org2012-10-231-1/+5
* Add methods to base::Thread to allow Windows consumers to ask for COM to be i...pkasting@chromium.org2012-10-235-42/+14
* Introduce AudioStateNotifier.dalecurtis@chromium.org2012-10-238-48/+225
* Scale audio delay information in AudioRendererMixer.dalecurtis@chromium.org2012-10-225-12/+51
* Enable renderer side mixing by default for Mac and Windows.dalecurtis@chromium.org2012-10-223-6/+52
* Using Ronald's libclang based converter, we're able to translatedalecurtis@google.com2012-10-212-122/+51
* Use ChannelMixer where applicable. Remove FoldChannels.dalecurtis@chromium.org2012-10-2015-704/+199
* Add support for channel transforms.dalecurtis@chromium.org2012-10-207-42/+540
* Add DecryptingAudioDecoder.xhwang@chromium.org2012-10-195-0/+1064
* Fix hanging AudioOutputResampler tests.dalecurtis@google.com2012-10-191-5/+8
* Reset request_decryptor_notification_cb_ after decryptor is set.xhwang@chromium.org2012-10-192-1/+3
* Simulate an audio output stream when a real one isn't available.dalecurtis@chromium.org2012-10-1814-227/+261
* Update Decryptor interface to support audio decoding.xhwang@chromium.org2012-10-1810-78/+155
* 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-1815-157/+221
* Update PluginInstance for decrypt-and-decode video.xhwang@chromium.org2012-10-181-1/+12
* Move ChannelLayout into media namespace.dalecurtis@google.com2012-10-175-30/+52
* Android: fixes nit for "using" clause order, no functional changes.bulach@chromium.org2012-10-171-1/+1
* 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
* Fix CRLF line endings.dalecurtis@google.com2012-10-174-1212/+1212
* Android: lazy initialization for method id.bulach@chromium.org2012-10-161-5/+5
* Change WebM parser to treat IVs from encrypted WebM as raw data.fgalligan@chromium.org2012-10-164-28/+32
* Fix move.h's to use a concrete RValue carrier object rather than hacking a RV...ajwong@chromium.org2012-10-151-1/+0
* Make sure that DecodeAudioFileData() always returns an AudioBus of the exact ...crogers@google.com2012-10-152-7/+19
* Removed CHECK to avoid browser crash for Mac OS X.henrika@chromium.org2012-10-151-3/+7
* 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-122-1/+3
* Add VideoFrame::CreateColorFrame() for testing.xhwang@chromium.org2012-10-122-13/+22