summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/video_decoder_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-011-15/+0
* Allow both Context3D and Graphics3D with the video decoderpiman@chromium.org2011-08-301-14/+11
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-2/+3
* Gracefully handle multiple Flush/Reset/Decode with same idpiman@chromium.org2011-08-121-7/+11
* Move the refcounting from the proxy/impl resource object to the shared resour...brettw@chromium.org2011-08-111-4/+0
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-0/+109