summaryrefslogtreecommitdiffstats
path: root/media/video/video_decode_accelerator.h
Commit message (Expand)AuthorAgeFilesLines
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-011-145/+22
* Create media.dll / libmedia.so.darin@chromium.org2011-08-291-1/+1
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-081-1/+1
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-081-1/+1
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-1/+1
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-051-1/+1
* Create media.dlldarin@chromium.org2011-08-041-1/+1
* Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.fischman@chromium.org2011-07-201-11/+11
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-191-13/+4
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-151-10/+12
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-131-30/+24
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-291-9/+3
* Move ProvidePictureBuffers out of initialization and into the decode path.fischman@chromium.org2011-06-151-2/+5
* Small fix on Pepper Video Decoder API data types.vmr@chromium.org2011-05-311-4/+14
* [Re-instate r86681 by reverting its revert in r86687.]fischman@chromium.org2011-05-261-2/+0
* Add initialization callback support for Video Decoder PPAPI.vrk@google.com2011-05-251-0/+3
* Revert 86681 - Updated OMX decoder for recent PPAPI changes, and added to the...fischman@chromium.org2011-05-251-0/+2
* Updated OMX decoder for recent PPAPI changes, and added to the build.fischman@chromium.org2011-05-251-2/+0
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-131-17/+19
* Update VideoDecode PPAPI structs to be consistent with media structures, part 1vrk@google.com2011-05-101-173/+42
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Draft version of the HW video decode tester and few other changes.scherkus@chromium.org2011-04-141-4/+233
* Checking in media::BitstreamBuffer and media::VideoDecodeAccelerator interfaces.scherkus@chromium.org2011-03-301-0/+189