summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Add RunCallback to invoke a callback parameter in unittests.xhwang@chromium.org2012-11-1310-197/+345
* The warning message is xians@chromium.org2012-11-101-6/+3
* Add more logging in DecryptingAudioDecoder.xhwang@chromium.org2012-11-101-2/+4
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-0922-155/+393
* Ensure that full-duplex audio test uses preferred buffer size.henrika@chromium.org2012-11-091-28/+14
* Enable iOS background music.milanb@chromium.org2012-11-091-0/+3
* Fix hang in AlsaPcmOutputStreamTest.StartStop test.dalecurtis@chromium.org2012-11-081-1/+5
* Only respond to callbacks for the registered property.dalecurtis@chromium.org2012-11-081-2/+13
* Linux: fix build with system ffmpeg (Chromium side).phajdan.jr@chromium.org2012-11-082-1/+9
* Make media targets work with the shared library build for Android.yfriedman@chromium.org2012-11-062-5/+2
* Revert "Fix UV plane interpolation for YUV formats"phajdan.jr@chromium.org2012-11-062-74/+48
* Fix UV plane interpolation for YUV formatssheu@chromium.org2012-11-052-48/+74
* 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