summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/media
Commit message (Expand)AuthorAgeFilesLines
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* Add the UI for recording RTP packets from webrtc-internalsjiayl@chromium.org2013-05-021-4/+4
* Revert 197755 "Replace MediaStreamUIController with MediaStreamU..." which is...mattm@chromium.org2013-05-029-403/+718
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-05-029-718/+403
* Revert 197222 "Replace MediaStreamUIController with MediaStreamU..."sergeyu@chromium.org2013-04-309-403/+718
* Replace MediaStreamUIController with MediaStreamUIProxy.sergeyu@chromium.org2013-04-309-718/+403
* Use capture start timestamp for poll/paint induced captures.justinlin@chromium.org2013-04-301-20/+43
* Put enabling of tab audio notifications behind a command-line switch.miu@chromium.org2013-04-301-3/+8
* Cleanup interfaces used to deliver notifications about MediaStream state from...sergeyu@chromium.org2013-04-297-179/+146
* Add token_bucket_usec debug traces to SmoothEventSampler.miu@chromium.org2013-04-261-0/+4
* Increase delay required before falling back to timer-based capture.nick@chromium.org2013-04-262-15/+17
* WebContentsVideoCapture: Drop frames from captures that complete after subseq...justinlin@chromium.org2013-04-261-1/+13
* media: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-242-5/+3
* Improve FrameSubscriber decision-making for smoother frame capture sampling.miu@chromium.org2013-04-243-135/+372
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-2212-44/+44
* media: Add support for playback of VP8 Alpha video streamsvigneshv@chromium.org2013-04-191-0/+21
* Merge AssociateStreamWithProducer message into CreateStream message for both ...miu@chromium.org2013-04-175-108/+63
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-174-10/+10
* Revert 194465 "media: Add support for playback for VP8 Alpha vid..."mek@chromium.org2013-04-161-21/+0
* media: Add support for playback for VP8 Alpha video streams.tomfinegan@chromium.org2013-04-161-0/+21
* Remove unused flush operation from Chromium audio.miu@chromium.org2013-04-162-18/+0
* Use NTP time for video frame timestamp.justinlin@chromium.org2013-04-161-2/+3
* Switch event type when a capture device has been stopped from the render proc...perkj@chromium.org2013-04-126-17/+22
* content: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-121-1/+1
* Raise the deadline for WebContentsVideoCaptureDeviceTestrnk@chromium.org2013-04-101-2/+2
* Revert 192670 "Use NTP time for video frame timestamp."justinlin@chromium.org2013-04-101-3/+2
* Tab capture: do 200 rendundant captures of static content.nick@chromium.org2013-04-103-35/+68
* Do not register JNI in inidividual tests.nileshagrawal@chromium.org2013-04-091-11/+0
* Enable frame subsriber for aura.hubbe@chromium.org2013-04-091-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in content/, Linux edition.dcheng@chromium.org2013-04-071-2/+2
* Use NTP time for video frame timestamp.justinlin@chromium.org2013-04-061-2/+3
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-051-8/+3
* Fix WebContentsVideoCaptureDevice destruction of it's CaptureMachinejustinlin@chromium.org2013-04-024-119/+86
* Chromium style checker cleanuprsleevi@chromium.org2013-04-011-2/+3
* Re-land silence detection for audio output UI favicon indicator with crash fi...miu@chromium.org2013-03-283-288/+194
* Make SharedMemory track the size that was actually mappedjschuh@chromium.org2013-03-285-6/+6
* Convert a couple raw MessageLoopProxy* to scoped_refptr&.dalecurtis@chromium.org2013-03-273-8/+9
* Tab capture: Move renderer thread ownership and deletion onto the WCVCD::Impl.nick@chromium.org2013-03-262-58/+140
* Handle camera error during dequeue bufferkcwu@chromium.org2013-03-261-1/+3
* Revert 190285 "Temporarily disable triggers for audio UI indicat..."miu@chromium.org2013-03-261-12/+0
* Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.simonjam@chromium.org2013-03-261-1/+5
* Tab capture: Disable use of FrameSubscriber on Aura until it has an implement...nick@chromium.org2013-03-261-1/+1
* Fix typo to actually enable FrameSubscriber on Mac.nick@chromium.org2013-03-251-1/+1
* In the tab capture code, use the FrameSubscriber mechanism and the notificati...nick@chromium.org2013-03-253-683/+1252
* Temporarily disable triggers for audio UI indicator until after M27 branch.miu@chromium.org2013-03-241-0/+12
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-237-26/+21
* Add speaker on/off control on Android for WebRTC wjia@chromium.org2013-03-231-0/+10
* Make sure view is not NULL before checking if surface is available for copy.justinlin@chromium.org2013-03-231-1/+1
* Add RenderWidgetHost::GetSnapshotFromRenderer method to content/ interface fo...justinlin@chromium.org2013-03-231-1/+9
* Hook up screen capture notification UI.sergeyu@chromium.org2013-03-212-7/+38