summaryrefslogtreecommitdiffstats
path: root/ppapi/examples
Commit message (Expand)AuthorAgeFilesLines
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-291-8/+4
* Made Destroy() followup more aggressive to test for races.fischman@chromium.org2011-07-261-1/+22
* Re-added decoder id to PPP_VideoDecoder_Dev methodsfischman@chromium.org2011-07-221-13/+19
* Convert input event to interface version 1.0. Rename some of the mouse andbrettw@chromium.org2011-07-202-9/+8
* Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.fischman@chromium.org2011-07-201-3/+33
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-203-23/+21
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-203-21/+23
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-203-23/+21
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-203-21/+23
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-203-23/+21
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-191-12/+10
* Clean up the file dev interfaces. The combination of some dev and some nonbrettw@chromium.org2011-07-151-2/+2
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-151-24/+17
* Turn off scripting by default. If this sticks, a later CL will delete all the...dmichael@chromium.org2011-07-132-14/+9
* Add an example for using the URLLoader in streaming mode. This also avoids thebrettw@chromium.org2011-07-124-0/+251
* Cleanup gles2 sample PPAPI plugin.fischman@chromium.org2011-07-122-93/+76
* PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock.polina@google.com2011-07-091-2/+1
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-291-17/+1
* Enable building ppapi/examples on Windows.darin@chromium.org2011-06-273-25/+26
* Don't copy the Graphics2D when binding a new one. This brings thebrettw@google.com2011-06-241-1/+2
* Fix PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer to use correct ID.fischman@chromium.org2011-06-211-18/+34
* Fix crashes when loading gles2.cc on browser startup, and during playback.fischman@chromium.org2011-06-211-17/+40
* Uncomment PPAPI examples to prevent bit-rot.fischman@chromium.org2011-06-201-0/+6
* Modify PPAPI GLES2 example to be an example of VideoDecode_Dev APIvrk@google.com2011-06-153-75/+12948
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-261-4/+55
* Fix event dispatching for PPB_Messaging::PostMessage. I asked Adam about the...dmichael@chromium.org2011-05-131-31/+32
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-1/+1
* Create a super-simple PPAPI demo plugin exercising GLES2 functionality.fischman@chromium.org2011-04-112-0/+154
* Reupload of http://codereview.chromium.org/6801053/dmichael@chromium.org2011-04-082-122/+0
* A proposal and implementation for an initial postMessage interface. These in...dmichael@google.com2011-03-234-0/+229
* Unbreak compilation of ppapi examples.neb@chromium.org2011-03-223-13/+13
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-2/+2
* Move ppapi audio interface out of dev, butnfullagar@google.com2011-01-151-9/+11
* Fix ppapi_example_2d.neb@chromium.org2011-01-121-5/+2
* Make audio example up-to-datenfullagar@google.com2011-01-111-18/+31
* Change ppapi C++ comment style into C.neb@chromium.org2010-12-201-18/+21
* changes for proxy audionfullagar@google.com2010-11-251-11/+11
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-051-54/+44
* Move PPAPI into the Chrome repo. The old repo wasbrettw@chromium.org2010-11-018-0/+831