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
/
media
/
base
/
pipeline.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename AudioRenderer/VideoRenderer::Seek() to Preroll().
scherkus@chromium.org
2012-07-24
1
-2
/
+2
*
Move VideoRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-23
1
-66
/
+35
*
Move AudioRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-20
1
-82
/
+104
*
Fix HTMLMediaElement.currentTime flakiness caused by time updates during a seek.
acolwell@chromium.org
2012-07-14
1
-0
/
+6
*
Implement ChunkDemuxer::GetStartTime()
vrk@chromium.org
2012-07-14
1
-1
/
+1
*
Fix buffered range reporting for ChunkDemuxer
acolwell@chromium.org
2012-07-11
1
-2
/
+2
*
Remove stale TODO + unnecessary if-guard in Pipeline::DoSeek().
scherkus@chromium.org
2012-07-11
1
-10
/
+2
*
Remove default implementations for media::Filter methods.
scherkus@chromium.org
2012-07-09
1
-16
/
+3
*
Ensure media's buffered ranges always have a range that includes currentTime.
fischman@chromium.org
2012-06-23
1
-0
/
+12
*
Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...
fischman@chromium.org
2012-06-12
1
-25
/
+1
*
Delete Pipeline::GetBufferedBytes() in preparation for didLoadingProgress() s...
fischman@chromium.org
2012-05-30
1
-8
/
+9
*
Track buffered byte ranges correctly in media::Pipeline.
fischman@chromium.org
2012-05-30
1
-58
/
+48
*
Preparation work to move AudioRenderer and VideoRenderer out of Filter hierarchy
scherkus@chromium.org
2012-05-23
1
-9
/
+19
*
Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...
fischman@chromium.org
2012-05-12
1
-10
/
+0
*
Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...
tkent@chromium.org
2012-05-12
1
-0
/
+10
*
Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.
fischman@chromium.org
2012-05-11
1
-10
/
+0
*
Re-land r136486 (reverted in r136500).
fischman@chromium.org
2012-05-11
1
-40
/
+3
*
Revert 136486 - Delete DownloadRateMonitor since it's never worked right.
tkent@chromium.org
2012-05-11
1
-3
/
+40
*
Delete DownloadRateMonitor since it's never worked right.
fischman@chromium.org
2012-05-11
1
-40
/
+3
*
Remove statistics reporting from chrome://media-internals and fix event logging.
scherkus@chromium.org
2012-05-10
1
-1
/
+0
*
Report correct buffered TimeRanges instead of faking a single TimeRange.
fischman@chromium.org
2012-05-10
1
-35
/
+21
*
Kill Pipeline::SetBufferedTime(), since nobody needs/uses it.
fischman@chromium.org
2012-05-09
1
-11
/
+0
*
Remove VideoDecoder from the Filter heirarchy.
xhwang@chromium.org
2012-05-03
1
-0
/
+1
*
Remove FFmpegDemuxer::first_seek_hack_ and related unnecessary code.
scherkus@chromium.org
2012-04-09
1
-3
/
+4
*
Pipeline & CompositeFilter now use MessageLoopProxy instead of plain MessageL...
fischman@chromium.org
2012-04-06
1
-29
/
+29
*
Merge AudioRendererImpl and AudioRendererBase; add NullAudioSink
vrk@chromium.org
2012-04-06
1
-1
/
+1
*
Move Demuxer::set_host() to Initialize().
scherkus@chromium.org
2012-04-05
1
-2
/
+1
*
De-craxify BufferedResourceLoader::didReceiveResponse()'s control flow, fixin...
fischman@chromium.org
2012-04-03
1
-2
/
+2
*
Remove DemuxerFactory and URL parameter from Pipeline.
scherkus@chromium.org
2012-04-02
1
-12
/
+11
*
Move DataSource::SetPreload() to BufferedDataSource.
scherkus@chromium.org
2012-03-31
1
-25
/
+0
*
Make AddFilter void and remove bullshit fallback code.
fischman@chromium.org
2012-03-27
1
-11
/
+2
*
Don't report errors twice to pipeline clients.
fischman@chromium.org
2012-03-27
1
-21
/
+17
*
Move VideoDecoder out of media pipeline.
xhwang@chromium.org
2012-03-22
1
-18
/
+11
*
Merge FilterStatusCB into PipelineStatusCB.
xhwang@chromium.org
2012-03-18
1
-2
/
+2
*
Callback renaming in media code.
xhwang@chromium.org
2012-03-15
1
-34
/
+34
*
Change Clock::SetMaxTime() to be safe even in the presence of slow pipelines.
fischman@chromium.org
2012-03-02
1
-1
/
+0
*
Fix race in Pipeline where video_decoder_ was accessed from multiple threads.
tommi@chromium.org
2012-02-29
1
-5
/
+5
*
Fix incomplete teardown of demuxer.
dalecurtis@chromium.org
2012-02-07
1
-6
/
+2
*
Remove AudioDecoder from the Filter heirarchy.
fischman@chromium.org
2012-02-07
1
-24
/
+21
*
Fix media timeline so that thumb never exceeds buffered data
vrk@chromium.org
2012-02-02
1
-30
/
+43
*
Update AudioRenderer, VideoRenderer, and AudioDecoder Initialize() methods to...
acolwell@chromium.org
2012-02-02
1
-3
/
+3
*
Fold Pipeline::Init() into Pipeline::Start().
scherkus@chromium.org
2012-01-30
1
-11
/
+10
*
Revert 118546 because it caused PrerenderHTML5VideoNetwork to timeout on wind...
sadrul@chromium.org
2012-01-21
1
-4
/
+4
*
Fire canplaythrough as soon as download defers to fix autoplay
vrk@google.com
2012-01-20
1
-4
/
+4
*
Replace a few VLOGs with CHECKs inside media::Pipeline.
scherkus@chromium.org
2012-01-18
1
-21
/
+4
*
Fix indentation in media/base/pipeline.cc.
scherkus@chromium.org
2012-01-18
1
-13
/
+11
*
Fold media::PipelineImpl into media::Pipeline as there is only one implementa...
scherkus@chromium.org
2012-01-18
1
-0
/
+1441