summaryrefslogtreecommitdiffstats
path: root/media/video/video_decode_accelerator.h
Commit message (Expand)AuthorAgeFilesLines
* Collect UMA stats for ppapi hardware video decode.ihf@chromium.org2013-05-021-1/+5
* VideoDecodeAccelerator now SupportsWeakPtr instead of being RefCountedThreadS...fischman@chromium.org2012-07-171-9/+6
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-2/+3
* Plumb texture target to VideoDecodeAccelerator::Clientsail@chromium.org2012-06-081-2/+3
* Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfilefischman@chromium.org2012-03-301-4/+1
* Revert 129752 - Replace the unnecessary VDA::Profile typedef with media::Vide...mihaip@chromium.org2012-03-301-1/+4
* Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfilefischman@chromium.org2012-03-301-4/+1
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-131-4/+0
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-031-2/+1
* <video> decode in hardware! fischman@chromium.org2011-12-131-20/+4
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-3/+19
* <video> decode in hardware!fischman@chromium.org2011-12-101-19/+3
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-011-145/+22
* Create media.dll / libmedia.so.darin@chromium.org2011-08-291-1/+1
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-081-1/+1
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-081-1/+1
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-1/+1
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-051-1/+1
* Create media.dlldarin@chromium.org2011-08-041-1/+1
* Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.fischman@chromium.org2011-07-201-11/+11
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-191-13/+4
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-151-10/+12
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-131-30/+24
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-291-9/+3
* Move ProvidePictureBuffers out of initialization and into the decode path.fischman@chromium.org2011-06-151-2/+5
* Small fix on Pepper Video Decoder API data types.vmr@chromium.org2011-05-311-4/+14
* [Re-instate r86681 by reverting its revert in r86687.]fischman@chromium.org2011-05-261-2/+0
* Add initialization callback support for Video Decoder PPAPI.vrk@google.com2011-05-251-0/+3
* Revert 86681 - Updated OMX decoder for recent PPAPI changes, and added to the...fischman@chromium.org2011-05-251-0/+2
* Updated OMX decoder for recent PPAPI changes, and added to the build.fischman@chromium.org2011-05-251-2/+0
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-131-17/+19
* Update VideoDecode PPAPI structs to be consistent with media structures, part 1vrk@google.com2011-05-101-173/+42
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Draft version of the HW video decode tester and few other changes.scherkus@chromium.org2011-04-141-4/+233
* Checking in media::BitstreamBuffer and media::VideoDecodeAccelerator interfaces.scherkus@chromium.org2011-03-301-0/+189