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
/
webkit
/
glue
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-06
6
-391
/
+546
*
Use stopped_on_render_loop_ to prevent further work from executing in Buffere...
scherkus@chromium.org
2010-12-06
2
-17
/
+5
*
Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...
scherkus@chromium.org
2010-12-03
6
-546
/
+391
*
Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...
scherkus@chromium.org
2010-12-03
3
-5
/
+4
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-02
6
-391
/
+546
*
Removed Media Cache Enabled Flag
atwilson@chromium.org
2010-11-04
1
-1
/
+1
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-2
/
+2
*
Add HasSingleOrigin() to WebDataSource.
scherkus@chromium.org
2010-10-26
6
-7
/
+60
*
Fixes ReadInternal() memory leak from BufferedDataSource tests
vrk@google.com
2010-10-26
1
-0
/
+5
*
Remove GetURLForDebugging().
pkasting@chromium.org
2010-10-23
4
-12
/
+3
*
Terminate FilterFactory and his nasty friends
hclam@chromium.org
2010-10-23
9
-189
/
+43
*
Fixing valgrind error because of mem leak in BuffereDataSource unit tests
vrk@google.com
2010-10-22
1
-0
/
+5
*
Adding Abort() to DataSource to wake up hanging Read()
vrk@google.com
2010-10-22
5
-11
/
+112
*
Added fallback code for servers that don't support Range requests properly
scherkus@chromium.org
2010-10-19
3
-18
/
+66
*
Convert LOG(INFO) to VLOG(1) - webkit/.
pkasting@chromium.org
2010-10-19
1
-4
/
+2
*
FBTF: Monster ctor patch after changing heuristics in clang plugin.
erg@google.com
2010-10-18
2
-3
/
+6
*
FBTF: Fix more ctor/dtors found by clang plugin.
erg@google.com
2010-10-13
2
-1
/
+3
*
FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .
erg@google.com
2010-10-08
6
-16
/
+16
*
webkit: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-29
2
-17
/
+20
*
FBTF: Move virtual methods to implementation files.
erg@google.com
2010-09-23
1
-0
/
+1
*
DevTools: report network stack-based finish time for resources.
pfeldman@chromium.org
2010-09-16
6
-11
/
+17
*
Adding way to pass video frames between Chromium and WebKit
vrk@google.com
2010-08-31
3
-3
/
+25
*
FBTF: Remove unnecessary STL #includes from src/webkit.
viettrungluu@chromium.org
2010-08-19
1
-2
/
+0
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
1
-4
/
+4
*
GTTF: some more FRIEND_TEST_ALL_PREFIXES
phajdan.jr@chromium.org
2010-08-16
1
-2
/
+3
*
Pepper stream-to-file plumbing.
darin@chromium.org
2010-07-22
3
-6
/
+3
*
Fix an unitialized read in a unit test to appease valgrind
thakis@chromium.org
2010-07-20
2
-5
/
+1
*
Video Buffering: Caches data to disk when paused (resubmit)
vrk@google.com
2010-07-15
3
-5
/
+209
*
media: refactoring video_render_base to recycle buffers
jiesun@google.com
2010-07-14
1
-4
/
+14
*
Reverting my previous changes
vrk@google.com
2010-07-07
3
-210
/
+6
*
Fixed memory leak in test shell tests
vrk@google.com
2010-07-07
1
-0
/
+6
*
Video buffering: Caches data to disk when paused for faster buffering
vrk@google.com
2010-07-07
3
-6
/
+204
*
Calling slow video renderer in case opacity is not 1.0.
pranavk@chromium.org
2010-07-02
1
-0
/
+19
*
1. remove initial rendering lag time for egl image decoding path
wjia@google.com
2010-06-24
2
-2
/
+6
*
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
6
-20
/
+36
*
Add EGLImage as one media type different than regular uncompressed video buffer.
scherkus@chromium.org
2010-05-05
1
-2
/
+5
*
Mark some more release() calls with ignore_result.
estade@chromium.org
2010-05-04
2
-11
/
+8
*
Merging SeekableBuffer and BufferQueue:
sergeyu@chromium.org
2010-04-27
1
-2
/
+2
*
Optimized version of bilinear video scaler. It is about 2 times faster than S...
sergeyu@chromium.org
2010-04-09
1
-18
/
+16
*
Don't clear VideoRendererImpl's proxy_ variable during OnStop().
scherkus@chromium.org
2010-04-06
1
-5
/
+1
*
Bilinear video scaling enabled (using Skia).
scherkus@chromium.org
2010-04-02
1
-15
/
+21
*
Added --enable-video-logging, which will log the presentation timestamp of vi...
scherkus@chromium.org
2010-03-30
2
-13
/
+38
*
Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame.
scherkus@chromium.org
2010-03-23
1
-126
/
+110
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-5
/
+5
*
More dependency breaking. webkit shouldn't depend on chrome or ipc.
tony@chromium.org
2010-03-10
1
-1
/
+0
*
Initial work for cross-process video rendering using layers.
scherkus@chromium.org
2010-02-26
3
-19
/
+64
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
4
-6
/
+10
*
Revert two changes that accidentally got in my last checkin.
brettw@chromium.org
2010-01-12
2
-19
/
+0
*
Working rudimentary audio in Pepper.
brettw@chromium.org
2010-01-12
2
-0
/
+19
[next]