summaryrefslogtreecommitdiffstats
path: root/ppapi/c/dev/ppb_video_decoder_dev.h
Commit message (Expand)AuthorAgeFilesLines
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-011-6/+4
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-0/+2
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-291-23/+9
* Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.fischman@chromium.org2011-07-201-2/+2
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-191-5/+6
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-151-12/+8
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-131-162/+48
* Move the video decoder and video layer to the new API/thunk system.brettw@chromium.org2011-06-181-24/+26
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-101-2/+5
* Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPIdavemoore@chromium.org2011-06-101-5/+2
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-101-2/+5
* Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix i...polina@google.com2011-06-061-22/+28
* Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functi...thakis@chromium.org2011-06-041-28/+22
* PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don'tpolina@google.com2011-06-041-22/+28
* Implementation for Pepper C++ Video Decoder API (wrapper on top of C API).vmr@chromium.org2011-06-031-5/+5
* Add initialization callback support for Video Decoder PPAPI.vrk@google.com2011-05-251-3/+5
* Updated PPAPI Video Decoder CPP interface to reflect the status of C API.vmr@chromium.org2011-05-161-0/+46
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-131-3/+3
* Update VideoDecode PPAPI structs to be consistent with media structures, part 1vrk@google.com2011-05-101-29/+31
* Add version-specific defines for each C interface.brettw@chromium.org2011-04-271-1/+2
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-311-55/+168
* Revert of revert 69309 - switch handles to 32 bit in PPAPI.neb@chromium.org2011-01-141-1/+1
* Change ppapi C++ comment style into C.neb@chromium.org2010-12-201-5/+6
* Integrate NaCl Head - Revert 69309 to restore 64b handles in PPAPInoelallen@google.com2010-12-181-1/+1
* Resource width 64->32 change.neb@chromium.org2010-12-151-1/+1
* Add compile assertions to enforce the sizes of all structs and enums in the C...dmichael@google.com2010-12-131-1/+1
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-051-15/+16
* Move PPAPI into the Chrome repo. The old repo wasbrettw@chromium.org2010-11-011-0/+86