summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug 57194 by removing the DCHECKs and replacing them with a DLOG in the...scherkus@chromium.org2010-10-211-3/+4
* Fixed a Windows-with-hardware-only unit test that is failing. Revision 59224 ...scherkus@chromium.org2010-10-211-1/+1
* Prevent buffered time from being less than the current time.scherkus@chromium.org2010-10-203-38/+88
* Convert LOG(INFO) to VLOG(1) - media/.pkasting@chromium.org2010-10-1913-119/+98
* Revert "Delay loading Media Foundations DLLs"hclam@chromium.org2010-10-191-4/+0
* Delay loading Media Foundations DLLshclam@chromium.org2010-10-191-0/+4
* audio ola resampler accept 8 channel sourcefbarchard@chromium.org2010-10-191-1/+1
* Fix the issue with audio ended event on Ubuntu 10.10.sergeyu@chromium.org2010-10-192-11/+4
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-195-11/+36
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-183-11/+33
* add wave out extensible support for 5.1 surround soundfbarchard@chromium.org2010-10-182-18/+36
* Make sure to use scoped_refptr for refcounted params in audio/video/remotingwillchan@chromium.org2010-10-185-14/+27
* Coverity: Initialize data members in constructor.kmadhusu@chromium.org2010-10-182-1/+3
* Initialize context_ to NULL.finnur@chromium.org2010-10-161-1/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* [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