| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc... | satish@chromium.org | 2010-10-06 | 1 | -1/+0 |
* | On Windows, create a new TransportDIB::Handle struct which includes the file | kkania@chromium.org | 2010-10-06 | 1 | -0/+1 |
* | shared_memory: remove wstrings, fix callers. | evan@chromium.org | 2010-09-29 | 1 | -1/+1 |
* | Resubmit - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoder | hclam@chromium.org | 2010-09-29 | 4 | -351/+156 |
* | Revert 60912 - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoder | jochen@chromium.org | 2010-09-29 | 4 | -156/+351 |
* | Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoder | hclam@chromium.org | 2010-09-29 | 4 | -351/+156 |
* | Add AudioBuffersState struct. Use it for audio synchronization. | sergeyu@chromium.org | 2010-09-29 | 3 | -25/+16 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 1 | -0/+1 |
* | Resubmit GpuVideoDecoder and related patches. | hclam@chromium.org | 2010-09-17 | 3 | -12/+20 |
* | Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp... | mlloyd@chromium.org | 2010-09-17 | 3 | -12/+12 |
* | Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext | mlloyd@chromium.org | 2010-09-17 | 2 | -9/+1 |
* | Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext | hclam@chromium.org | 2010-09-17 | 2 | -1/+9 |
* | GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame... | hclam@chromium.org | 2010-09-17 | 3 | -12/+12 |
* | Adds default constructors and destructors to ViewHostMsgs. | hbono@chromium.org | 2010-09-15 | 1 | -6/+6 |
* | Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video... | hclam@chromium.org | 2010-09-13 | 4 | -23/+56 |
* | Add a VideoDecodeContext that provides resources for a VideoDecodeEngine | hclam@chromium.org | 2010-09-07 | 2 | -0/+151 |
* | Rename all FillThisBuffer and EmptyThisBuffer to something more meaningful | hclam@chromium.org | 2010-09-05 | 3 | -9/+8 |
* | Complete initializing a GPU video decoder in a GLES2 context | hclam@chromium.org | 2010-09-03 | 2 | -74/+81 |
* | Connect GpuVideoDecodeServiceHost with ggl::Context and CommandBufferProxy | hclam@chromium.org | 2010-09-03 | 2 | -20/+19 |
* | Add AudioParameters struct. Use it everywhere. | sergeyu@chromium.org | 2010-08-31 | 2 | -22/+12 |
* | Share one thread between all AudioOutputControllers instead of creating one p... | sergeyu@chromium.org | 2010-08-25 | 1 | -0/+1 |
* | Revert 57254 - Share one thread between all AudioOutputControllers instead of... | scherkus@chromium.org | 2010-08-24 | 1 | -1/+0 |
* | Share one thread between all AudioOutputControllers instead of creating one p... | sergeyu@chromium.org | 2010-08-24 | 1 | -0/+1 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 2 | -1/+2 |
* | Set state of a new audio stream to Paused until it start to play. Also added ... | sergeyu@chromium.org | 2010-08-21 | 1 | -2/+7 |
* | media: use VideoDecodeEngine interface in gpu_video_decoder abstraction. | jiesun@google.com | 2010-08-17 | 1 | -0/+3 |
* | Initialize the members and avoid inlining the constructors. | finnur@chromium.org | 2010-08-12 | 1 | -1/+1 |
* | 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ... | jiesun@google.com | 2010-08-10 | 2 | -0/+444 |
* | Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code. | ananta@chromium.org | 2010-08-09 | 2 | -444/+0 |
* | Special thanks for in-ming cheng's MFT hardware decodering code. | jiesun@google.com | 2010-08-09 | 2 | -0/+444 |
* | FBTF: Remove unneeded headers from base/ (part 2) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 2 | -0/+2 |
* | GTTF: Use FRIEND_TEST_ALL_PREFIXES some more. | phajdan.jr@chromium.org | 2010-07-26 | 1 | -3/+4 |
* | Audio pause and seek better | hclam@chromium.org | 2010-07-15 | 2 | -55/+25 |
* | media: refactoring video_render_base to recycle buffers | jiesun@google.com | 2010-07-14 | 1 | -0/+3 |
* | Rename a header and some methods to make way for subsequent audio recording a... | satish@chromium.org | 2010-07-12 | 1 | -1/+1 |
* | 1. remove initial rendering lag time for egl image decoding path | wjia@google.com | 2010-06-24 | 2 | -5/+9 |
* | code cleanup for media code for video renerers. | jiesun@google.com | 2010-06-23 | 1 | -13/+3 |
* | Make MediaFilter::Stop() asynchronous. | boliu@chromium.org | 2010-06-11 | 1 | -7/+14 |
* | Fix audio "clicking" for strongbad demo | hclam@chromium.org | 2010-06-07 | 2 | -12/+7 |
* | refactoring decoder interface | jiesun@google.com | 2010-05-26 | 1 | -1/+1 |
* | Refactoring in media::PipelineImpl and media::MediaFilter. | scherkus@chromium.org | 2010-05-17 | 1 | -2/+1 |
* | Add EGLImage as one media type different than regular uncompressed video buffer. | scherkus@chromium.org | 2010-05-05 | 1 | -2/+5 |
* | Looping for audio / video | hclam@chromium.org | 2010-04-14 | 1 | -9/+6 |
* | Flush audio data after seek | hclam@chromium.org | 2010-04-08 | 2 | -60/+58 |
* | Audio cut off ~500ms too early | hclam@chromium.org | 2010-04-02 | 1 | -1/+1 |
* | Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame. | scherkus@chromium.org | 2010-03-23 | 1 | -24/+20 |
* | Add a parameter to CreateAudioStream to choose between standard and low-laten... | neb@chromium.org | 2010-03-23 | 1 | -1/+2 |
* | Remove dependency from webkit on chrome/common by moving files to src/app. | pinkerton@chromium.org | 2010-03-19 | 1 | -2/+2 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -2/+2 |