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
*
Introduce AudioDecoderConfig to migrate away from GetAVStream().
scherkus@chromium.org
2011-09-21
1
-0
/
+1
*
Tell JS heap that audio player object uses lot of native memory.
enal@chromium.org
2011-09-20
1
-0
/
+41
*
Reland r101418: Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-19
1
-3
/
+3
*
Rewriting FFmpegAudioDecoder and eliminating DecoderBase.
scherkus@chromium.org
2011-09-17
1
-0
/
+1
*
Revert 101418 - Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
1
-3
/
+3
*
Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
1
-3
/
+3
*
Fixing dropped seeks.
serya@chromium.org
2011-09-15
1
-1
/
+14
*
make URL handling transparent to media pipeline.
wjia@chromium.org
2011-08-24
1
-0
/
+9
*
Fix problem when 'ended' event was fired before stream really ended.
enal@chromium.org
2011-08-23
1
-3
/
+3
*
Remove branch in WebMediaPlayerImpl that is never reached
hclam@chromium.org
2011-08-17
1
-12
/
+2
*
Migrate Pipeline & PipelineImpl to PipelineStatusCB.
acolwell@chromium.org
2011-08-09
1
-10
/
+11
*
Split WebMediaPlayerImpl::Proxy into its own class.
scherkus@chromium.org
2011-08-09
1
-242
/
+8
*
Log PipelineImpl events to MediaLog.
scottfr@chromium.org
2011-08-09
1
-4
/
+7
*
Log BufferedResourceLoader events to MediaLog.
scottfr@chromium.org
2011-08-09
1
-5
/
+8
*
Plumb media data from renderers up to MediaInternals in the browser process.
scottfr@chromium.org
2011-08-05
1
-2
/
+13
*
Revert 95542 - Plumb media data from renderers up to MediaInternals in the br...
yzshen@chromium.org
2011-08-05
1
-13
/
+2
*
Plumb media data from renderers up to MediaInternals in the browser process.
scottfr@chromium.org
2011-08-05
1
-2
/
+13
*
Make ChunkDemuxer error handling more consistent and robust.
acolwell@chromium.org
2011-08-04
1
-1
/
+6
*
End of stream logic implemented & removed the need for pending_buffers_.
acolwell@chromium.org
2011-07-21
1
-27
/
+101
*
Remove MediaFormat once and for all.
scherkus@chromium.org
2011-07-20
1
-1
/
+0
*
reland patch http://codereview.chromium.org/7204008 after webrtc build has be...
wjia@chromium.org
2011-07-20
1
-2
/
+16
*
[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
[next]