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
/
webmediaplayer_impl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...
alokp@chromium.org
2011-04-08
1
-1
/
+1
*
Implementing preload=metadata for video
vrk@google.com
2011-04-05
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Use PipelineStatusNotification instead of a condvar for pipeline stopping.
fischman@chromium.org
2011-03-17
1
-7
/
+0
*
PipelineError is dead. Long live PipelineStatus!
fischman@chromium.org
2011-03-16
1
-17
/
+18
*
Refactoring code to use factories to create DataSource objects.
acolwell@chromium.org
2011-03-14
1
-3
/
+7
*
Rename media statistics APIs to match webkit renaming.
sjl@chromium.org
2011-02-25
1
-4
/
+4
*
Allow WebMediaPlayerImpl to handle multiple DataSources.
acolwell@chromium.org
2011-02-16
1
-3
/
+7
*
Implement webkit media metrics in chromium.
scherkus@chromium.org
2011-02-16
1
-0
/
+5
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-2
/
+2
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-2
/
+2
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-2
/
+2
*
Remove MessageLoop methods from Filter interface to
acolwell@chromium.org
2011-01-15
1
-2
/
+5
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
1
-1
/
+1
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Fix black video frames when seeking (which also fixes flashing poster issue).
scherkus@chromium.org
2010-12-22
1
-0
/
+1
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-6
/
+2
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-06
1
-2
/
+5
*
Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...
scherkus@chromium.org
2010-12-03
1
-5
/
+2
*
Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...
scherkus@chromium.org
2010-12-03
1
-4
/
+4
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-02
1
-2
/
+5
*
Stopgap fix for crash in issue 53867 comment 15
thakis@chromium.org
2010-12-01
1
-5
/
+9
*
Refactor Pipeline & PipelineImpl so WebMediaPlayerImpl references a Pipeline ...
acolwell@chromium.org
2010-11-11
1
-2
/
+3
*
Move MediaFilterCollection code into a class.
scherkus@chromium.org
2010-11-03
1
-2
/
+2
*
Add HasSingleOrigin() to WebDataSource.
scherkus@chromium.org
2010-10-26
1
-4
/
+4
*
Terminate FilterFactory and his nasty friends
hclam@chromium.org
2010-10-23
1
-42
/
+13
*
Adding Abort() to DataSource to wake up hanging Read()
vrk@google.com
2010-10-22
1
-0
/
+7
*
Adding way to pass video frames between Chromium and WebKit
vrk@google.com
2010-08-31
1
-0
/
+5
*
FBTF: Remove unnecessary STL #includes from src/webkit.
viettrungluu@chromium.org
2010-08-19
1
-2
/
+0
*
Attempt four at landing the "histogram.h removed from message_loop.h" patch.
erg@chromium.org
2010-07-15
1
-0
/
+1
*
Revert everything related to the relanding.
erg@chromium.org
2010-07-14
1
-1
/
+0
*
Reland r52336.
erg@chromium.org
2010-07-14
1
-0
/
+1
*
Revert 52336 - More header cleanup:
erg@chromium.org
2010-07-14
1
-1
/
+0
*
More header cleanup:
erg@chromium.org
2010-07-14
1
-0
/
+1
*
This is the last part of changing the buffered() function prototype: getting ...
vrk@google.com
2010-06-30
1
-4
/
+0
*
Make MediaFilter::Stop() asynchronous.
boliu@chromium.org
2010-06-11
1
-0
/
+8
*
Reporting a more accurate buffered time for the video tag
hclam@chromium.org
2010-05-25
1
-0
/
+4
*
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
-1
/
+0
*
Initial work for cross-process video rendering using layers.
scherkus@chromium.org
2010-02-26
1
-11
/
+43
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-2
/
+2
*
Third patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-1
/
+4
*
Use a saved copy of the time when pausing media elements.
scherkus@chromium.org
2009-10-23
1
-0
/
+7
*
Report stalled event correctly for <video>
hclam@chromium.org
2009-10-16
1
-0
/
+6
*
Reimplement video painting for mac using CGContext.
ajwong@chromium.org
2009-09-21
1
-0
/
+4
*
Buffered time ranges for <video>
hclam@chromium.org
2009-09-10
1
-1
/
+4
*
Finished implementation of hasAudio() to detect media without playback audio ...
scherkus@chromium.org
2009-08-18
1
-1
/
+1
*
Framework to display disabled mute button when audio fails.
kylep@chromium.org
2009-08-14
1
-0
/
+1
*
Implemented end-of-stream callback for media::PipelineImpl.
scherkus@chromium.org
2009-08-12
1
-0
/
+6
*
Pipeline will execute a callback whenever an run-time error has happened.
kylep@chromium.org
2009-07-30
1
-0
/
+6
[next]