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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Reverted due to check_deps failure]
zea@chromium.org
2011-07-15
1
-3
/
+3
*
Fix problem when 'ended' event was fired before stream really ended.
enal@chromium.org
2011-07-15
1
-3
/
+3
*
Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu...
sky@chromium.org
2011-07-14
1
-16
/
+2
*
add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ...
wjia@chromium.org
2011-07-14
1
-2
/
+16
*
Refactor ChunkDemuxer initialization so INFO & TRACKS elements are passed via...
acolwell@chromium.org
2011-07-11
1
-4
/
+5
*
The RTCVideoDecoder will eventially need to depend on third_party lib (webrtc...
wjia@chromium.org
2011-07-07
1
-12
/
+0
*
Adding ChunkDemuxer implementation.
acolwell@chromium.org
2011-06-29
1
-1
/
+26
*
Implement Chromium version of WebCore::MediaPlayer::mediaTimeForTimeValue()
acolwell@chromium.org
2011-05-26
1
-0
/
+4
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
1
-2
/
+2
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
1
-2
/
+2
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
1
-2
/
+2
*
Set our network state before setting our ready state after the media engine h...
scherkus@chromium.org
2011-05-20
1
-3
/
+4
*
Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...
alokp@chromium.org
2011-04-08
1
-2
/
+1
*
Implementing preload=metadata for video
vrk@google.com
2011-04-05
1
-2
/
+12
*
Flag-enabled the experimental x-adaptive scheme with --enable-adaptive.
fischman@chromium.org
2011-03-30
1
-0
/
+5
*
Build a raw video pipeline for the <video> with a special src attribute (medi...
acolwell@chromium.org
2011-03-23
1
-8
/
+17
*
Revert 79149 - Build a raw video pipeline for the <video> with a special src ...
acolwell@chromium.org
2011-03-23
1
-17
/
+8
*
Build a raw video pipeline for the <video> with a special src attribute (medi...
acolwell@chromium.org
2011-03-23
1
-8
/
+17
*
Use PipelineStatusNotification instead of a condvar for pipeline stopping.
fischman@chromium.org
2011-03-17
1
-9
/
+4
*
PipelineError is dead. Long live PipelineStatus!
fischman@chromium.org
2011-03-16
1
-37
/
+44
*
DemuxerFactory is born!
fischman@chromium.org
2011-03-14
1
-4
/
+5
*
Refactoring code to use factories to create DataSource objects.
acolwell@chromium.org
2011-03-14
1
-13
/
+26
*
Remove the silly notion of MIME types from media code.
scherkus@chromium.org
2011-03-09
1
-2
/
+2
*
Rename media statistics APIs to match webkit renaming.
sjl@chromium.org
2011-02-25
1
-4
/
+4
*
Fix progress event not firing when load has completed.
sjl@chromium.org
2011-02-24
1
-1
/
+5
*
Allow WebMediaPlayerImpl to handle multiple DataSources.
acolwell@chromium.org
2011-02-16
1
-10
/
+25
*
Implement webkit media metrics in chromium.
scherkus@chromium.org
2011-02-16
1
-0
/
+32
*
Fix frame accurate seeking for the third time.
scherkus@chromium.org
2011-02-04
1
-5
/
+21
*
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
-4
/
+4
*
Remove MessageLoop methods from Filter interface to
acolwell@chromium.org
2011-01-15
1
-9
/
+15
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2011-01-05
1
-0
/
+2
*
Revert 70277 - Revert 70275 - Revert 70267 - Refactor PipelineImpl to use Com...
acolwell@chromium.org
2010-12-29
1
-2
/
+0
*
Revert 70275 - Revert 70267 - Refactor PipelineImpl to use CompositeFilter to...
acolwell@chromium.org
2010-12-29
1
-0
/
+2
*
Revert 70267 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-29
1
-2
/
+0
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-29
1
-0
/
+2
*
Revert 70063 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-23
1
-2
/
+0
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-23
1
-0
/
+2
*
Revert 69959 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-22
1
-2
/
+0
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-22
1
-0
/
+2
*
Fix black video frames when seeking (which also fixes flashing poster issue).
scherkus@chromium.org
2010-12-22
1
-6
/
+5
*
Separate BufferedDataSource and BufferedResourceLoader into two files.
annacc@chromium.org
2010-12-16
1
-1
/
+0
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-0
/
+8
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-06
1
-4
/
+3
*
Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...
scherkus@chromium.org
2010-12-03
1
-3
/
+4
*
Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...
scherkus@chromium.org
2010-12-03
1
-1
/
+2
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-02
1
-4
/
+3
*
Stopgap fix for crash in issue 53867 comment 15
thakis@chromium.org
2010-12-01
1
-10
/
+18
*
Move FilterType into MediaFilterCollection
acolwell@chromium.org
2010-11-15
1
-8
/
+8
*
Revert 66125 -- Broke Windows build - Move FilterType into MediaFilterCollection
levin@chromium.org
2010-11-15
1
-8
/
+8
[next]