summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Move OnDecoderInitDone() from decoder to pipeline thread.dalecurtis@chromium.org2012-11-033-160/+196
* Fix key re-emission on every new segment for BMFF in MSE/EME.strobe@google.com2012-11-031-1/+1
* Handle FFmpeg initialization in a lazy instance.dalecurtis@chromium.org2012-11-031-13/+33
* Switch fake audio output streams over to CancelableClosure.dalecurtis@chromium.org2012-11-033-20/+90
* Add RegisterKeyAddedCB in Decryptor interface.xhwang@chromium.org2012-11-029-43/+78
* Roll ffmpeg DEPS for fixes, patch removal, and better GOMA detection.dalecurtis@google.com2012-11-027-258/+58
* Don't return NULL from AudioManager:GetMessageLoop()dalecurtis@chromium.org2012-11-021-4/+1
* Encrypted Media: Add TRACE_EVENT to trace eme implementation performance.xhwang@chromium.org2012-11-022-1/+11
* Implement audio/video sync instrumentation for WebRTChclam@chromium.org2012-11-024-17/+153
* Handle audio device changes on Mac (Take 2).dalecurtis@chromium.org2012-11-023-5/+56
* Adding the logic to process some new error codes from android media playerqinmin@chromium.org2012-11-023-7/+21
* Collapse InitializeOnAudioThread() into AudioManagerWin.dalecurtis@chromium.org2012-11-018-31/+12
* Switch to AVIO instead of a custom FFmpeg URLProtocol handler.dalecurtis@chromium.org2012-11-0117-521/+325
* First step towards component build for Android.yfriedman@chromium.org2012-11-014-4/+10
* check the permission for wake lock before calling setWakeModeqinmin@chromium.org2012-11-011-1/+6
* cras_output: Treat negative latency as 0.chihchung@chromium.org2012-10-311-2/+9
* Y coordinate calculation fixes for YUV conversion.sheu@chromium.org2012-10-312-38/+95
* The pulse_util files were checked in in CL http://codereview.chromium.org/112...xians@chromium.org2012-10-302-247/+0
* This allow connection remote stream to audio tag, and enable users to control...xians@chromium.org2012-10-302-0/+247
* Added mjpeg video capture support for Linux.mflodman@chromium.org2012-10-293-15/+68
* Adds new Core Audio utility methods in the media::win namespace.henrika@chromium.org2012-10-294-0/+550
* Set timestamp and duration in DecryptingAudioDecoder.xhwang@chromium.org2012-10-272-12/+88
* 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