summaryrefslogtreecommitdiffstats
path: root/media/mf/mft_h264_decoder.cc
Commit message (Expand)AuthorAgeFilesLines
* Resubmit - move MFT h264 code to media/video and connect to gpu video decoder.hclam@chromium.org2010-10-081-706/+0
* Revert "Move MFT H264 video decoder implementation and connect it to GpuVideo...hclam@chromium.org2010-10-081-0/+706
* Move MFT H264 video decoder implementation and connect it to GpuVideoDecoderhclam@chromium.org2010-10-081-706/+0
* Cleanup in VideoFramehclam@chromium.org2010-10-071-14/+1
* Resubmit GpuVideoDecoder and related patches.hclam@chromium.org2010-09-171-0/+1
* Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContextmlloyd@chromium.org2010-09-171-1/+0
* Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContexthclam@chromium.org2010-09-171-0/+1
* Restored the d3d surface rendering option for mft_h264_decoder. To do this, w...imcheng@chromium.org2010-09-141-90/+64
* Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...hclam@chromium.org2010-09-131-18/+18
* Renamed a couple of variables in mft_h264_decoder.cc, and removed the <deque>...imcheng@chromium.org2010-09-081-4/+4
* Rename all FillThisBuffer and EmptyThisBuffer to something more meaningfulhclam@chromium.org2010-09-051-9/+9
* Second attempt at fixing the Direct3D Present() crash. It is fixed by realizi...imcheng@chromium.org2010-08-301-1/+2
* Removed strmiids.lib from MftH264Decoder by reordering two header files. (mov...imcheng@chromium.org2010-08-251-4/+4
* Changed mft_h264_decoder's API to match with video_decode_engine.h. Also chan...imcheng@chromium.org2010-08-251-422/+464
* Added error callbacks. Decoder no longer explicitly quits the message loop on...imcheng@chromium.org2010-08-121-63/+101
* Second attempt at removing executable bits from media/mf filesimcheng@chromium.org2010-08-111-1/+0
* Fixed executable permission bits in media/mf source files.imcheng@chromium.org2010-08-111-0/+1
* Added rendering and unittests for the MF H264 decoder prototype.imcheng@chromium.org2010-08-111-38/+101
* Moved files from media/media_foundation to media/mf. Cleaned up the code a li...imcheng@chromium.org2010-08-061-0/+600