| Commit message (Expand) | Author | Age | Files | Lines |
* | Update {virtual,override} to follow C++11 style in ppapi. | nick | 2015-04-23 | 1 | -9/+9 |
* | Enable size_t to int truncation warnings in PPAPI | brettw | 2015-02-13 | 1 | -1/+3 |
* | Revert of PPAPI: Make GetProxiedInterface not re-enter the plugin (patchset #... | kareng | 2014-11-08 | 1 | -9/+0 |
* | PPAPI: Make GetProxiedInterface not re-enter the plugin | dmichael | 2014-11-07 | 1 | -0/+9 |
* | replace OVERRIDE and FINAL with override and final in ppapi/ | mostynb | 2014-10-06 | 1 | -6/+6 |
* | Rename some PPB_VideoDecoder_Dev implementation types. | bbudge@chromium.org | 2014-05-06 | 1 | -12/+12 |
* | Ensure that pepper plugins honor the GPU H/W video decode blacklist and the d... | ananta@chromium.org | 2014-03-07 | 1 | -0/+3 |
* | ppapi: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -1/+1 |
* | Flash: Don't lose references to the Graphics3D from the VideoDecoder. | danakj@chromium.org | 2013-03-28 | 1 | -0/+2 |
* | Fix some types at the IPC layer. Sizes should be unsigned. | cevans@chromium.org | 2012-12-12 | 1 | -1/+1 |
* | Merge branch 'master' into perms_video | brettw@chromium.org | 2012-11-15 | 1 | -0/+3 |
* | Revert 167727 - Add PPAPI permissions for file chooser, PDF, testing, video c... | brettw@chromium.org | 2012-11-14 | 1 | -3/+0 |
* | Add PPAPI permissions for file chooser, PDF, testing, video capture, and vide... | brettw@chromium.org | 2012-11-14 | 1 | -0/+3 |
* | PPAPI: Make blocking completion callbacks work. | dmichael@chromium.org | 2012-06-23 | 1 | -7/+7 |
* | Convert ppapi/shared to use TrackedCallback. | brettw@chromium.org | 2012-01-05 | 1 | -9/+3 |
* | Rename the shared_impl resource files to give them more regular names. | brettw@chromium.org | 2011-12-07 | 1 | -2/+2 |
* | Revert 113290 - Rename the shared_impl resource files to give them more regul... | brettw@chromium.org | 2011-12-07 | 1 | -2/+2 |
* | Rename the shared_impl resource files to give them more regular names. | brettw@chromium.org | 2011-12-06 | 1 | -2/+2 |
* | Remove Context3D/Surface3D | piman@chromium.org | 2011-12-01 | 1 | -21/+8 |
* | Rename InterfaceID to ApiID and move the file. | brettw@chromium.org | 2011-10-20 | 1 | -10/+10 |
* | s patch tries to remove most of the manual registration for Pepper interfaces... | brettw@chromium.org | 2011-09-13 | 1 | -44/+27 |
* | Revert r100853, 100851. Win_shared build is broken. | brettw@chromium.org | 2011-09-13 | 1 | -27/+44 |
* | This patch tries to remove most of the manual registration for Pepper interfa... | brettw@chromium.org | 2011-09-13 | 1 | -44/+27 |
* | Revert 100748 - This patch tries to remove most of the manual registration fo... | dmazzoni@chromium.org | 2011-09-12 | 1 | -27/+44 |
* | This patch tries to remove most of the manual registration for Pepper interfa... | brettw@chromium.org | 2011-09-12 | 1 | -44/+27 |
* | Replace the use of an int32* with an explicit profile for decoder configuration. | fischman@chromium.org | 2011-09-01 | 1 | -12/+5 |
* | Allow both Context3D and Graphics3D with the video decoder | piman@chromium.org | 2011-08-30 | 1 | -13/+26 |
* | Convert the pp::proxy namespace to the ppapi::proxy namespace. | brettw@chromium.org | 2011-08-18 | 1 | -18/+14 |
* | Add a unified resource tracker shared between the proxy and the impl. | brettw@chromium.org | 2011-08-18 | 1 | -33/+15 |
* | Move host resource from the proxy to the shared_impl. | brettw@chromium.org | 2011-08-13 | 1 | -0/+1 |
* | Gracefully handle multiple Flush/Reset/Decode with same id | piman@chromium.org | 2011-08-12 | 1 | -3/+6 |
* | Convert the PluginResource to be refcounted. | brettw@chromium.org | 2011-08-11 | 1 | -4/+2 |
* | Implement PPAPI VideoDecode out-of-process support | vrk@chromium.org | 2011-08-06 | 1 | -0/+365 |