summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_video_decoder_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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