| Commit message (Expand) | Author | Age | Files | Lines |
* | clang/mac: Fix almost all problems when building all.xcodeproj. | thakis@chromium.org | 2010-10-04 | 1 | -2/+2 |
* | VP8 decoder for chromoting | hclam@chromium.org | 2010-09-29 | 3 | -2/+24 |
* | Resubmit - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoder | hclam@chromium.org | 2010-09-29 | 2 | -2/+3 |
* | Revert 60912 - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoder | jochen@chromium.org | 2010-09-29 | 2 | -3/+2 |
* | Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoder | hclam@chromium.org | 2010-09-29 | 2 | -2/+3 |
* | Implement video frame exchange in GpuVideoDecoder and tests | hclam@chromium.org | 2010-09-29 | 2 | -1/+35 |
* | Add AudioBuffersState struct. Use it for audio synchronization. | sergeyu@chromium.org | 2010-09-29 | 26 | -171/+351 |
* | FBTF: Moves code to the headers. | erg@google.com | 2010-09-28 | 7 | -20/+52 |
* | Implement VP8 encoder for chromoting | hclam@chromium.org | 2010-09-28 | 3 | -1/+46 |
* | Initialize OpenMAX with a different number of input buffers | hclam@chromium.org | 2010-09-27 | 1 | -1/+1 |
* | Remove a disabled and unneeded test. | vandebo@chromium.org | 2010-09-24 | 1 | -18/+0 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 6 | -57/+99 |
* | Fix an error reported by the clang assembler. | thakis@chromium.org | 2010-09-21 | 1 | -4/+4 |
* | Video decode context for MFT H264 decode engine. The context will be construc... | imcheng@chromium.org | 2010-09-17 | 2 | -0/+249 |
* | Make AudioOutputController.Close() truly asynchronous. | sergeyu@chromium.org | 2010-09-17 | 3 | -81/+81 |
* | Resubmit GpuVideoDecoder and related patches. | hclam@chromium.org | 2010-09-17 | 15 | -47/+91 |
* | Fixed Ended event when audio is disabled. | sergeyu@chromium.org | 2010-09-17 | 3 | -1/+20 |
* | Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp... | mlloyd@chromium.org | 2010-09-17 | 1 | -21/+14 |
* | Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext | mlloyd@chromium.org | 2010-09-17 | 15 | -70/+33 |
* | Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext | hclam@chromium.org | 2010-09-17 | 15 | -33/+70 |
* | GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame... | hclam@chromium.org | 2010-09-17 | 1 | -14/+21 |
* | Fix a typo in a comment. | evan@chromium.org | 2010-09-16 | 1 | -1/+2 |
* | Revert 59600 - Make AudioOutputController.Close() truly asynchronous. | sergeyu@chromium.org | 2010-09-16 | 3 | -83/+83 |
* | Make AudioOutputController.Close() truly asynchronous. | sergeyu@chromium.org | 2010-09-16 | 3 | -83/+83 |
* | Fixed crash in AudioOutputController. | sergeyu@chromium.org | 2010-09-14 | 2 | -12/+20 |
* | Restored the d3d surface rendering option for mft_h264_decoder. To do this, w... | imcheng@chromium.org | 2010-09-14 | 4 | -147/+212 |
* | 3 channel test removed | fbarchard@chromium.org | 2010-09-13 | 1 | -0/+2 |
* | fix for mock failure in alsa unittest with downmix | fbarchard@chromium.org | 2010-09-13 | 1 | -1/+1 |
* | enable folding code for 6.1 and 7.1 surround sound. | fbarchard@chromium.org | 2010-09-13 | 5 | -12/+25 |
* | Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video... | hclam@chromium.org | 2010-09-13 | 13 | -146/+256 |
* | Clean up texture types in VideoFrame | hclam@chromium.org | 2010-09-09 | 4 | -18/+15 |
* | Renamed a couple of variables in mft_h264_decoder.cc, and removed the <deque>... | imcheng@chromium.org | 2010-09-08 | 2 | -6/+4 |
* | Add a VideoDecodeContext that provides resources for a VideoDecodeEngine | hclam@chromium.org | 2010-09-07 | 1 | -0/+51 |
* | Rename all FillThisBuffer and EmptyThisBuffer to something more meaningful | hclam@chromium.org | 2010-09-05 | 27 | -175/+223 |
* | Remove refcounting of VideoDecodeEngine | hclam@chromium.org | 2010-09-03 | 11 | -42/+54 |
* | Merge remote branch 'origin/trunk' into resubmit | hclam@chromium.org | 2010-09-03 | 18 | -41/+38 |
* | Revert 58429, 58428, 58427, 58423. | akalin@chromium.org | 2010-09-03 | 18 | -19/+2744 |
* | Revert 58428 - Revert 58423 - Refactor video decode engines to move them to a... | akalin@chromium.org | 2010-09-02 | 14 | -2739/+14 |
* | Revert 58423 - Refactor video decode engines to move them to a new folder | akalin@chromium.org | 2010-09-02 | 14 | -33/+36 |
* | Build fix. Fix include to point to new locations. | hclam@chromium.org | 2010-09-02 | 4 | -5/+5 |
* | Refactor video decode engines to move them to a new folder | hclam@chromium.org | 2010-09-02 | 14 | -36/+33 |
* | Implement audio recording for Linux via ALSA. | satish@chromium.org | 2010-09-02 | 13 | -85/+501 |
* | This test now works for the mac audio capture code as well, and in a future C... | satish@chromium.org | 2010-09-02 | 13 | -152/+69 |
* | media: recycle buffers/direct rendering etc. (third patch) | jiesun@google.com | 2010-09-02 | 12 | -370/+623 |
* | Fixed OpenBSD build. | sergeyu@chromium.org | 2010-09-02 | 2 | -33/+7 |
* | Fixing rounding error in buffering bar for fully loaded HTTP videos | vrk@google.com | 2010-09-01 | 2 | -14/+30 |
* | Add AudioParameters struct. Use it everywhere. | sergeyu@chromium.org | 2010-08-31 | 42 | -450/+399 |
* | Revert "re-enable ogg threads" | tony@chromium.org | 2010-08-31 | 2 | -1/+10 |
* | re-enable ogg threads | fbarchard@chromium.org | 2010-08-31 | 2 | -10/+1 |
* | Guarantee PPAPI Audio playbacks are stopped in Pause(). | neb@chromium.org | 2010-08-31 | 1 | -0/+7 |