summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_video_decoder_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-011-3/+2
* Allow both Context3D and Graphics3D with the video decoderpiman@chromium.org2011-08-301-7/+5
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-6/+4
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-3/+1
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-31/+19
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-291-5/+10
* Remove ReadWriteTokens from GpuVideoDecodeAccelerator + falloutvrk@google.com2011-07-281-0/+16
* Re-added decoder id to PPP_VideoDecoder_Dev methodsfischman@chromium.org2011-07-221-1/+1
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-191-6/+4
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-151-4/+2
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-131-10/+6
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-291-0/+4
* Minor cleanup of resource creation. This eliminates a bunch of copy-and-pastebrettw@chromium.org2011-06-221-2/+0
* Fix PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer to use correct ID.fischman@chromium.org2011-06-211-1/+5
* Move the video decoder and video layer to the new API/thunk system.brettw@chromium.org2011-06-181-21/+21
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-101-1/+2
* Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPIdavemoore@chromium.org2011-06-101-2/+1
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-101-1/+2
* Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix i...polina@google.com2011-06-061-6/+6
* Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functi...thakis@chromium.org2011-06-041-6/+6
* PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don'tpolina@google.com2011-06-041-6/+6
* Implementation for Pepper C++ Video Decoder API (wrapper on top of C API).vmr@chromium.org2011-06-031-5/+6
* Add initialization callback support for Video Decoder PPAPI.vrk@google.com2011-05-251-1/+3
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-131-7/+9
* Update VideoDecode PPAPI structs to be consistent with media structures, part 1vrk@google.com2011-05-101-16/+20
* Cleaning up missing OVERRIDE from r80037.scherkus@chromium.org2011-03-311-1/+0
* Adding missing virtual keyword to PPB_VideoDecoder_Impl.scherkus@chromium.org2011-03-311-8/+12
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-311-8/+42
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-3/+0
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+55