summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/rtc_video_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* content/renderer: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-271-8/+8
* MediaStreamVideo*/VideoTrackAdapter and RTCVideoRenderer (small) cleanupmcasas2015-03-141-6/+3
* Add metadata to media::VideoFrame and plumb it through IPC/MediaStream.miu2015-03-031-2/+1
* Mechanical rename of tracing includes for /content [2/3]primiano2015-01-281-1/+1
* Change a disabled MediaStreamVideoTrack to output black video frames for each...perkj@chromium.org2014-08-061-7/+1
* Pass a TimeTicks along video capture pipeline to represent capture timehclam@chromium.org2014-06-041-2/+3
* Cast: deliver video frames on the IO threadhclam@chromium.org2014-05-101-4/+14
* Rename VideoFrame::{Get,Set}Timestamp() to {set_}timestamp().scherkus@chromium.org2014-04-101-1/+1
* Render a black frame if a MediaStream track is disabled or the source ends.perkj@chromium.org2014-03-211-15/+16
* Wire up OnEnabledChanged to the MediaStreamVideoSink and use it in RtcVideoRe...perkj@chromium.org2013-12-121-21/+39
* Add a new VideoTrackSink interface.perkj@chromium.org2013-12-041-82/+25
* Send video frames backed by textures to WebRTC.wuchengli@chromium.org2013-08-261-19/+25
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-7/+9
* Use Unix time for frame timestampsjustinlin@chromium.org2013-04-221-4/+6
* Use NTP time for video frame timestamp.justinlin@chromium.org2013-04-161-4/+10
* Make RTCVideoRenderer listen on events from VideoTrack. perkj@chromium.org2013-02-281-1/+23
* Adding trace log to rtc_video_renderer.cccliffordcheng@google.com2012-11-281-0/+2
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-091-0/+1
* create a separate WebMediaPlayer for URL derived from media streamwjia@chromium.org2012-09-251-0/+107