summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote branch 'origin/trunk' into resubmithclam@chromium.org2010-09-0318-41/+38
* Revert 58429, 58428, 58427, 58423.akalin@chromium.org2010-09-0318-19/+2744
* Revert 58428 - Revert 58423 - Refactor video decode engines to move them to a...akalin@chromium.org2010-09-0214-2739/+14
* Revert 58423 - Refactor video decode engines to move them to a new folderakalin@chromium.org2010-09-0214-33/+36
* Build fix. Fix include to point to new locations.hclam@chromium.org2010-09-024-5/+5
* Refactor video decode engines to move them to a new folderhclam@chromium.org2010-09-0214-36/+33
* Implement audio recording for Linux via ALSA.satish@chromium.org2010-09-0213-85/+501
* This test now works for the mac audio capture code as well, and in a future C...satish@chromium.org2010-09-0213-152/+69
* media: recycle buffers/direct rendering etc. (third patch)jiesun@google.com2010-09-0212-370/+623
* Fixed OpenBSD build.sergeyu@chromium.org2010-09-022-33/+7
* Fixing rounding error in buffering bar for fully loaded HTTP videosvrk@google.com2010-09-012-14/+30
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-3142-450/+399
* Revert "re-enable ogg threads"tony@chromium.org2010-08-312-1/+10
* re-enable ogg threadsfbarchard@chromium.org2010-08-312-10/+1
* Guarantee PPAPI Audio playbacks are stopped in Pause().neb@chromium.org2010-08-311-0/+7
* Second attempt at fixing the Direct3D Present() crash. It is fixed by realizi...imcheng@chromium.org2010-08-303-5/+5
* there are 2 threads for AVCodecThreadInitfbarchard@chromium.org2010-08-281-0/+1
* another mock failurefbarchard@chromium.org2010-08-281-1/+1
* mock test 3 threads not 2 for mediafbarchard@chromium.org2010-08-281-2/+2
* remove meaningless ffmpeg fast flagfbarchard@chromium.org2010-08-283-6/+4
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-2711-6/+10
* Displays a speech input UI bubble during speech recognition.satish@chromium.org2010-08-271-0/+3
* Add missing backslash to fix build break caused bysatish@chromium.org2010-08-271-1/+1
* Mac audio input implementationjoth@chromium.org2010-08-277-17/+395