summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Add a VideoDecodeContext that provides resources for a VideoDecodeEnginehclam@chromium.org2010-09-072-0/+151
* Rename all FillThisBuffer and EmptyThisBuffer to something more meaningfulhclam@chromium.org2010-09-053-9/+8
* Complete initializing a GPU video decoder in a GLES2 contexthclam@chromium.org2010-09-032-74/+81
* Connect GpuVideoDecodeServiceHost with ggl::Context and CommandBufferProxyhclam@chromium.org2010-09-032-20/+19
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-312-22/+12
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-0/+1
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-1/+0
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-0/+1
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-242-1/+2
* Set state of a new audio stream to Paused until it start to play. Also added ...sergeyu@chromium.org2010-08-211-2/+7
* media: use VideoDecodeEngine interface in gpu_video_decoder abstraction.jiesun@google.com2010-08-171-0/+3
* Initialize the members and avoid inlining the constructors.finnur@chromium.org2010-08-121-1/+1
* 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ...jiesun@google.com2010-08-102-0/+444
* Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code.ananta@chromium.org2010-08-092-444/+0
* Special thanks for in-ming cheng's MFT hardware decodering code.jiesun@google.com2010-08-092-0/+444
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-262-0/+2
* GTTF: Use FRIEND_TEST_ALL_PREFIXES some more.phajdan.jr@chromium.org2010-07-261-3/+4
* Audio pause and seek betterhclam@chromium.org2010-07-152-55/+25
* media: refactoring video_render_base to recycle buffersjiesun@google.com2010-07-141-0/+3
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-1/+1
* 1. remove initial rendering lag time for egl image decoding pathwjia@google.com2010-06-242-5/+9
* code cleanup for media code for video renerers.jiesun@google.com2010-06-231-13/+3
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-111-7/+14
* Fix audio "clicking" for strongbad demohclam@chromium.org2010-06-072-12/+7
* refactoring decoder interfacejiesun@google.com2010-05-261-1/+1
* Refactoring in media::PipelineImpl and media::MediaFilter.scherkus@chromium.org2010-05-171-2/+1
* Add EGLImage as one media type different than regular uncompressed video buffer.scherkus@chromium.org2010-05-051-2/+5
* Looping for audio / videohclam@chromium.org2010-04-141-9/+6
* Flush audio data after seekhclam@chromium.org2010-04-082-60/+58
* Audio cut off ~500ms too earlyhclam@chromium.org2010-04-021-1/+1
* Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame.scherkus@chromium.org2010-03-231-24/+20
* Add a parameter to CreateAudioStream to choose between standard and low-laten...neb@chromium.org2010-03-231-1/+2
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-191-2/+2
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-2/+2
* More dependency breaking. webkit shouldn't depend on chrome or ipc.tony@chromium.org2010-03-101-0/+1
* Initial work for cross-process video rendering using layers.scherkus@chromium.org2010-02-262-0/+291
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Implement low-latency audio on Pepper.neb@chromium.org2010-02-082-0/+9
* Remove size_t from audio IPC code.jam@chromium.org2010-02-053-31/+33
* Changed AudioRendererImplTest and DeferredResourceLoadingTest tests so they d...apatrick@google.com2009-11-301-1/+9
* Replace hard-coded media_format() methods with Google Mock methods declared i...scherkus@chromium.org2009-11-181-3/+16
* Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver.scherkus@chromium.org2009-11-053-2/+166
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-042-7/+6
* Fix build bustage r24568hclam@chromium.org2009-08-271-0/+2
* Make audio and video in sync while playback rate != 1.0hclam@chromium.org2009-08-271-0/+7
* AudioRendererHost send ViewMsg_AudioStreamStatehclam@chromium.org2009-08-112-9/+8
* Free demuxed audio packets if audio device failshclam@chromium.org2009-08-061-0/+1
* Replace the guts of AudioRendererBase with calls to scaling algorithm.kylep@chromium.org2009-08-012-13/+7
* Fixes an audio playback regression caused by seeking in audio/video media.scherkus@chromium.org2009-07-291-1/+1