summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_video_decoder_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix some types at the IPC layer. Sizes should be unsigned.cevans@chromium.org2012-12-121-1/+1
* Merge branch 'master' into perms_videobrettw@chromium.org2012-11-151-0/+3
* Revert 167727 - Add PPAPI permissions for file chooser, PDF, testing, video c...brettw@chromium.org2012-11-141-3/+0
* Add PPAPI permissions for file chooser, PDF, testing, video capture, and vide...brettw@chromium.org2012-11-141-0/+3
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-7/+7
* Convert ppapi/shared to use TrackedCallback.brettw@chromium.org2012-01-051-9/+3
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-071-2/+2
* Revert 113290 - Rename the shared_impl resource files to give them more regul...brettw@chromium.org2011-12-071-2/+2
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-061-2/+2
* Remove Context3D/Surface3Dpiman@chromium.org2011-12-011-21/+8
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-10/+10
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-44/+27
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-27/+44
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-44/+27
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-27/+44
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-44/+27
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-011-12/+5
* Allow both Context3D and Graphics3D with the video decoderpiman@chromium.org2011-08-301-13/+26
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-18/+14
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-33/+15
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+1
* Gracefully handle multiple Flush/Reset/Decode with same idpiman@chromium.org2011-08-121-3/+6
* Convert the PluginResource to be refcounted.brettw@chromium.org2011-08-111-4/+2
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-0/+365