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
*
Move audio decoder initialization to AudioRendererImpl.
xhwang@chromium.org
2012-10-18
1
-20
/
+6
*
Adjust tsan suppressions for media::Pipeline due to r156011.
scherkus@chromium.org
2012-09-13
1
-0
/
+4
*
Remove VideoDecoder::PrepareForShutdownHack() and friends.
scherkus@chromium.org
2012-09-13
1
-5
/
+0
*
Temporarily disable DCHECK() inside media::Pipeline::~Pipeline().
scherkus@chromium.org
2012-09-11
1
-0
/
+4
*
Rewrite media::Pipeline state transition machinery and simplify shutdown.
scherkus@chromium.org
2012-09-11
1
-574
/
+295
*
Revert r152236 since we found the culprit for bug 143440.
scherkus@chromium.org
2012-08-24
1
-6
/
+6
*
Guard against ALSA returning insane frame counts for current delay.
fischman@chromium.org
2012-08-23
1
-1
/
+1
*
Revert 152919 - Guard against ALSA returning insane frame counts for current ...
rsleevi@chromium.org
2012-08-23
1
-1
/
+1
*
Guard against ALSA returning insane frame counts for current delay.
fischman@chromium.org
2012-08-23
1
-1
/
+1
*
Upgrade DCHECK(pending_callbacks_.get()) to CHECK().
scherkus@chromium.org
2012-08-18
1
-6
/
+6
*
Allow transitioning to HAVE_METADATA before pipeline initialization completes.
acolwell@chromium.org
2012-08-17
1
-15
/
+32
*
use type std::string instead of integer for MediaLogEvent::TOTAL_BYTES_SET
changbin.shao@intel.com
2012-08-16
1
-2
/
+4
*
Upgrade Pipeline::Start() NOTREACHED() back into a CHECK().
scherkus@chromium.org
2012-08-15
1
-5
/
+4
*
Downgrade media::Pipeline CHECKs into NOTREACHED() + no-op.
scherkus@chromium.org
2012-08-15
1
-2
/
+8
*
Use enum instead of string in MessageLoopFactory::GetMessageLoop*
xhwang@chromium.org
2012-08-12
1
-4
/
+5
*
Move VideoDecoder initialization into VideoRendererBase to simplify implement...
acolwell@chromium.org
2012-08-10
1
-57
/
+11
*
Merge Pipeline's kError state with kStopped: a baby step towards bringing san...
scherkus@chromium.org
2012-08-09
1
-70
/
+33
*
Remove Pipeline::IsInitialized() and replace stop_pending_ with checks for st...
scherkus@chromium.org
2012-08-09
1
-36
/
+30
*
Add a lot of Pipeline tests to cover stopping/error handling while in a varie...
scherkus@chromium.org
2012-08-09
1
-0
/
+4
*
Replace Pipeline::kEnded state and HasEnded() methods with renderer-specific ...
scherkus@chromium.org
2012-08-09
1
-28
/
+47
*
Fix Pipeline to properly handle errors during initialization.
acolwell@chromium.org
2012-08-08
1
-0
/
+1
*
Revert 150591 - Remove Pipeline::kEnded state as it is redundant with Pipelin...
scherkus@chromium.org
2012-08-08
1
-2
/
+7
*
Remove Pipeline::kEnded state as it is redundant with Pipeline::kStarted.
scherkus@chromium.org
2012-08-08
1
-7
/
+2
*
Inline media::Pipeline::ResetState() into initializer list.
scherkus@chromium.org
2012-08-08
1
-26
/
+25
*
Replace RunInSeries() and RunInParallel() with SerialRunner helper class.
scherkus@chromium.org
2012-08-03
1
-43
/
+55
*
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
[next]