summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/rtc_video_decoder.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in content/renderer/dcheng2014-10-211-21/+20
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-081-12/+12
* Support for H264 HW offload for webRTC.hshi@chromium.org2014-08-221-0/+4
* Pass decoded picture size from VDA to clientkcwu@chromium.org2014-08-211-13/+2
* Android media: VideoFrame should not store so many sync points.dongseong.hwang@intel.com2014-07-221-1/+1
* HW Video: Make media::VideoFrame handle the sync point of the compositor as w...dongseong.hwang@intel.com2014-04-301-5/+1
* Make VEA client of command buffer; move sync. IPC to VDA/VEA::Initialize()sheu@chromium.org2014-04-031-1/+0
* gpu rtc video: Don't destroy a video texture in the destructor until it's ret...dongseong.hwang@intel.com2014-03-251-6/+11
* RTCVideoDecoder: replace vda_task_runner_ with a clearer single-threaded story.dongseong.hwang@intel.com2014-03-201-4/+3
* WeakPtr destruction order cleanup: media edition.dalecurtis@google.com2014-03-181-5/+2
* (reland)sheu@chromium.org2014-02-121-10/+6
* Revert 249638 "(reland)"zmo@chromium.org2014-02-071-6/+10
* (reland)sheu@chromium.org2014-02-071-10/+6
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-02-031-1/+6
* Revert of Revert of Revert of Remove threading from RendererGpuVideoAccelerat...ricea@chromium.org2014-01-291-6/+10
* Revert of Revert of Remove threading from RendererGpuVideoAcceleratorFactorie...ricea@chromium.org2014-01-291-10/+6
* Revert of Remove threading from RendererGpuVideoAcceleratorFactories (https:/...ricea@chromium.org2014-01-291-6/+10
* This change removes all the threading considerations fromsheu@chromium.org2014-01-281-10/+6
* Revert "Add gpu::MailboxHolder to hold state for a gpu::Mailbox"danakj@chromium.org2014-01-211-6/+1
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-01-181-1/+6
* Replace MessageLoopProxy with SingleThreadTaskRunner for media/filters/ + ass...scherkus@chromium.org2013-12-201-4/+4
* Fix WeakPtrFactory member placement in content/renderer/media/ classes.wez@chromium.org2013-11-101-2/+5
* Add UMA reporting for RTCVideoDecoder.wuchengli@chromium.org2013-09-151-0/+3
* Make sure the first VP8 frame for VDA is key frame.wuchengli@chromium.org2013-08-161-0/+5
* Add media::VideoEncodeAccelerator with WebRTC integrationsheu@chromium.org2013-08-131-4/+4
* Make RendererGpuVideoDecoderFactories live on arbitrary threads.wuchengli@chromium.org2013-07-241-16/+8
* Refactor GpuVideoDecoder::Factories out of GpuVideoDecoder.wuchengli@chromium.org2013-07-241-11/+11
* Use a direct include of the message_loop header in content/, part 4.avi@chromium.org2013-07-181-1/+1
* Integrate VDA with WebRTC.wuchengli@chromium.org2013-07-111-0/+277
* Delete old RTCVideoDecoder code path.wuchengli@chromium.org2013-03-011-98/+0
* Move the remaining code in content\renderer that wasn't in the content namesp...jam@chromium.org2012-10-221-0/+4
* Remove VideoDecoder::PrepareForShutdownHack() and friends.scherkus@chromium.org2012-09-131-3/+0
* Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().acolwell@chromium.org2012-08-021-3/+2
* Remove use of raw MessageLoop pointers in RtcVideoDecoder. perkj@chromium.org2012-07-191-5/+5
* Refactor RTCVideoDecoder to implement webrtc::VideoRendererInterface instead ...perkj@chromium.org2012-07-181-8/+26
* Fix a potential hang when trying to hook up the CaptureVideoDecoder with a ca...ronghuawu@chromium.org2012-07-091-0/+1
* Fix a hang when the RtcVideoDecoder was given a MediaStream without video tra...ronghuawu@chromium.org2012-06-211-0/+4
* Remove VideoDecoder from the Filter heirarchy.xhwang@chromium.org2012-05-031-19/+9
* RefCounted types should not have public destructors, content/browser part 2rsleevi@chromium.org2012-04-281-1/+3
* Merge FilterStatusCB into PipelineStatusCB.xhwang@chromium.org2012-03-181-1/+1
* Callback renaming in media code.xhwang@chromium.org2012-03-151-1/+1
* Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea...xhwang@chromium.org2012-03-101-2/+2
* * Pass the incoming frame's timestamp to the renderer.ronghuawu@chromium.org2012-02-101-1/+4
* <video> decode in hardware! fischman@chromium.org2011-12-131-1/+1
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-1/+1
* <video> decode in hardware!fischman@chromium.org2011-12-101-1/+1
* corresponding change in CaptureVideoDecoder and RTCVideoDecoder due to pull m...wjia@chromium.org2011-11-171-1/+2
* Simplify VideoDecodeEngine interface by making everything synchronous.scherkus@chromium.org2011-11-041-6/+5
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-2/+4
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-6/+7