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
*
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
*
Prototype audio time shift.
fbarchard@chromium.org
2009-04-23
1
-2
/
+2
*
Video and audio now pauses by playing NULL (0) PCM audio when the playback ra...
ralphl@chromium.org
2009-04-21
2
-10
/
+15
*
Refactor DataSourceImpl to get rid of using ReleaseRendererResource for cleanup
hclam@chromium.org
2009-04-17
4
-130
/
+125
*
Handles audio messages on IO thread in render process
hclam@chromium.org
2009-04-16
2
-119
/
+166
*
Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i...
abarth@chromium.org
2009-04-08
1
-1
/
+0
*
Adds new messages and widens some existing messages between the renderer and ...
michaeln@google.com
2009-04-07
1
-0
/
+5
*
Detach media filters from WebMediaPlayerDelegateImpl
hclam@chromium.org
2009-04-06
4
-0
/
+11
*
Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha...
hclam@chromium.org
2009-03-30
2
-2
/
+11
*
Decoders now use standard callback mechanism for Reads. Removed Assignable<>...
ralphl@chromium.org
2009-03-30
2
-6
/
+6
*
Add the ability to specify a default MIME type when loading a resource. We'l...
abarth@chromium.org
2009-03-28
1
-0
/
+1
*
Fixed a lot threading issues during tear down of <video>
hclam@chromium.org
2009-03-27
4
-63
/
+65
*
Lots of files touched for a very simple change. Everywhere we used a const M...
scherkus@chromium.org
2009-03-26
4
-23
/
+15
*
TBR=ralphl, scherkus
hclam@chromium.org
2009-03-26
1
-3
/
+4
*
TBR=ralphl
hclam@chromium.org
2009-03-24
1
-0
/
+3
*
SSLPolicy Fix: Step 3.
abarth@chromium.org
2009-03-17
1
-1
/
+2
*
Load media resource with file handle for media playback
hclam@chromium.org
2009-03-17
2
-33
/
+160
[next]