summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* [media] inject VDC to decoder.jiesun@google.com2010-10-137-31/+63
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-132-0/+15
* xRevert 62319 - re-enable ogg threadsfbarchard@chromium.org2010-10-122-3/+12
* re-enable ogg threadsfbarchard@chromium.org2010-10-122-12/+3
* Move PerfTestSuite implementation into a .cc file and add it to the basebrettw@chromium.org2010-10-101-1/+1
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-085-27/+14
* Resubmit - move MFT h264 code to media/video and connect to gpu video decoder.hclam@chromium.org2010-10-0812-1705/+586
* Revert "Move MFT H264 video decoder implementation and connect it to GpuVideo...hclam@chromium.org2010-10-0812-586/+1705
* Move MFT H264 video decoder implementation and connect it to GpuVideoDecoderhclam@chromium.org2010-10-0812-1705/+586
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-085-14/+27
* GpuVideoDecoderHost runs on IO thread instead of Render threadhclam@chromium.org2010-10-071-0/+2
* Make FakeGlVideoDecodeEngine works in the hardware video decoding architecturehclam@chromium.org2010-10-071-2/+0
* Cleanup in VideoFramehclam@chromium.org2010-10-074-69/+3
* Implement Gles2VideoDecoderContexthclam@chromium.org2010-10-072-1/+5
* Implement GpuVideoDecoderHost and unit testshclam@chromium.org2010-10-072-0/+22
* clang/mac: Fix almost all problems when building all.xcodeproj.thakis@chromium.org2010-10-041-2/+2
* VP8 decoder for chromotinghclam@chromium.org2010-09-293-2/+24
* Resubmit - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoderhclam@chromium.org2010-09-292-2/+3
* Revert 60912 - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoderjochen@chromium.org2010-09-292-3/+2
* Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoderhclam@chromium.org2010-09-292-2/+3
* Implement video frame exchange in GpuVideoDecoder and testshclam@chromium.org2010-09-292-1/+35
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-2926-171/+351
* FBTF: Moves code to the headers.erg@google.com2010-09-287-20/+52
* Implement VP8 encoder for chromotinghclam@chromium.org2010-09-283-1/+46
* Initialize OpenMAX with a different number of input buffershclam@chromium.org2010-09-271-1/+1
* Remove a disabled and unneeded test.vandebo@chromium.org2010-09-241-18/+0
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-236-57/+99
* Fix an error reported by the clang assembler.thakis@chromium.org2010-09-211-4/+4
* Video decode context for MFT H264 decode engine. The context will be construc...imcheng@chromium.org2010-09-172-0/+249
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-173-81/+81
* Resubmit GpuVideoDecoder and related patches.hclam@chromium.org2010-09-1715-47/+91
* Fixed Ended event when audio is disabled.sergeyu@chromium.org2010-09-173-1/+20
* Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...mlloyd@chromium.org2010-09-171-21/+14
* Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContextmlloyd@chromium.org2010-09-1715-70/+33
* Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContexthclam@chromium.org2010-09-1715-33/+70
* GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...hclam@chromium.org2010-09-171-14/+21
* Fix a typo in a comment.evan@chromium.org2010-09-161-1/+2
* Revert 59600 - Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-163-83/+83
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-163-83/+83
* Fixed crash in AudioOutputController.sergeyu@chromium.org2010-09-142-12/+20
* Restored the d3d surface rendering option for mft_h264_decoder. To do this, w...imcheng@chromium.org2010-09-144-147/+212
* 3 channel test removedfbarchard@chromium.org2010-09-131-0/+2
* fix for mock failure in alsa unittest with downmixfbarchard@chromium.org2010-09-131-1/+1
* enable folding code for 6.1 and 7.1 surround sound.fbarchard@chromium.org2010-09-135-12/+25
* Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...hclam@chromium.org2010-09-1313-146/+256
* Clean up texture types in VideoFramehclam@chromium.org2010-09-094-18/+15
* Renamed a couple of variables in mft_h264_decoder.cc, and removed the <deque>...imcheng@chromium.org2010-09-082-6/+4
* Add a VideoDecodeContext that provides resources for a VideoDecodeEnginehclam@chromium.org2010-09-071-0/+51
* Rename all FillThisBuffer and EmptyThisBuffer to something more meaningfulhclam@chromium.org2010-09-0527-175/+223
* Remove refcounting of VideoDecodeEnginehclam@chromium.org2010-09-0311-42/+54