index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
renderer
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
More dependency breaking. webkit shouldn't depend on chrome or ipc.
tony@chromium.org
2010-03-10
1
-0
/
+1
*
Initial work for cross-process video rendering using layers.
scherkus@chromium.org
2010-02-26
2
-0
/
+291
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Implement low-latency audio on Pepper.
neb@chromium.org
2010-02-08
2
-0
/
+9
*
Remove size_t from audio IPC code.
jam@chromium.org
2010-02-05
3
-31
/
+33
*
Changed AudioRendererImplTest and DeferredResourceLoadingTest tests so they d...
apatrick@google.com
2009-11-30
1
-1
/
+9
*
Replace hard-coded media_format() methods with Google Mock methods declared i...
scherkus@chromium.org
2009-11-18
1
-3
/
+16
*
Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver.
scherkus@chromium.org
2009-11-05
3
-2
/
+166
*
SetVolume and GetVolume take one volume instead of separate left and right vo...
fbarchard@chromium.org
2009-11-04
2
-7
/
+6
*
Fix build bustage r24568
hclam@chromium.org
2009-08-27
1
-0
/
+2
*
Make audio and video in sync while playback rate != 1.0
hclam@chromium.org
2009-08-27
1
-0
/
+7
*
AudioRendererHost send ViewMsg_AudioStreamState
hclam@chromium.org
2009-08-11
2
-9
/
+8
*
Free demuxed audio packets if audio device fails
hclam@chromium.org
2009-08-06
1
-0
/
+1
*
Replace the guts of AudioRendererBase with calls to scaling algorithm.
kylep@chromium.org
2009-08-01
2
-13
/
+7
*
Fixes an audio playback regression caused by seeking in audio/video media.
scherkus@chromium.org
2009-07-29
1
-1
/
+1
*
Changes to provide asynchronous read in data source:
hclam@chromium.org
2009-07-22
2
-992
/
+0
*
Ignore errors about creating audio output stream
hclam@chromium.org
2009-07-22
1
-1
/
+5
*
Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.
scherkus@chromium.org
2009-07-17
2
-6
/
+6
*
Adding callback support to media filter Initialize() and Seek().
scherkus@chromium.org
2009-07-16
2
-14
/
+28
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
2
-9
/
+9
*
Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."
scherkus@chromium.org
2009-07-09
2
-9
/
+9
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
2
-9
/
+9
*
Refactorying to create the ResourceLoaderBridge through a factory class for <...
hclam@chromium.org
2009-06-25
2
-60
/
+47
*
Since the introduction of PushSource, there are two buffering layers in the
hclam@chromium.org
2009-06-16
2
-14
/
+80
*
Access RenderThread::current() only on render thread
hclam@chromium.org
2009-06-16
2
-46
/
+77
*
Enable <video> in test_shell
hclam@chromium.org
2009-06-11
4
-600
/
+0
*
Changed to use PushSource for the intermediate buffer
hclam@chromium.org
2009-06-05
2
-27
/
+105
*
Reduce header dependencies in base/
phajdan.jr@chromium.org
2009-06-03
1
-0
/
+1
*
Remove DataSourceImpl from chrome/renderer/media
hclam@chromium.org
2009-05-28
2
-538
/
+0
*
Chrome renderer support for YV16.
fbarchard@chromium.org
2009-05-27
1
-11
/
+17
*
Fixing a long resource loading for small clips
hclam@chromium.org
2009-05-26
1
-16
/
+18
*
Introduce a buffer wait and timeout threshold for BufferedResourceLoader
hclam@chromium.org
2009-05-22
2
-175
/
+314
*
BufferedDataSource uses media::SeekableBuffer
hclam@chromium.org
2009-05-20
2
-173
/
+119
*
Fix a misaligmnet in rendering video frames
hclam@chromium.org
2009-05-19
1
-2
/
+2
*
Fast paint for <video> by writing to SkCanvas directly
hclam@chromium.org
2009-05-19
2
-17
/
+193
*
YUV with clipping.
fbarchard@chromium.org
2009-05-18
1
-9
/
+10
*
An adhoc fix for memory leak when playing a badly muxed video file
hclam@chromium.org
2009-05-17
2
-9
/
+15
*
Shouldn't assume response code of 200 in SimpleDataSource
hclam@chromium.org
2009-05-16
1
-7
/
+12
*
A few quick fixes to SimpleDataSource.
scherkus@chromium.org
2009-05-14
2
-12
/
+13
*
Change VideoRendererImpl to use VideoThread as opposed to VideoRendererBase.
scherkus@chromium.org
2009-05-14
2
-17
/
+34
*
Move WebKit API to src/webkit/api.
darin@chromium.org
2009-05-10
1
-1
/
+1
*
Refactor media player to move away from webkit_glue
hclam@chromium.org
2009-05-07
5
-37
/
+23
*
Add --simple-data-source which uses simplified media resource loading.
scherkus@chromium.org
2009-05-06
2
-0
/
+218
*
Fix a memory leak that happen on some video files
hclam@chromium.org
2009-05-05
1
-8
/
+25
*
Buffered data source that does range request to provide data to media pipeline
hclam@chromium.org
2009-04-29
2
-0
/
+862
*
Finished implementing seeking in WebMediaPlayerDelegateImpl.
scherkus@chromium.org
2009-04-29
1
-0
/
+2
[next]