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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace WaitableEvents and ConditionalVariables in VideoRendererBase tests wi...
scherkus@chromium.org
2012-12-06
1
-1
/
+1
*
media: Update calls from RunAllPending() to RunUntilIdle().
xhwang@chromium.org
2012-11-14
1
-15
/
+15
*
Add RunCallback to invoke a callback parameter in unittests.
xhwang@chromium.org
2012-11-13
1
-98
/
+90
*
Move audio decoder initialization to AudioRendererImpl.
xhwang@chromium.org
2012-10-18
1
-69
/
+32
*
Rewrite media::Pipeline state transition machinery and simplify shutdown.
scherkus@chromium.org
2012-09-11
1
-177
/
+105
*
Allow transitioning to HAVE_METADATA before pipeline initialization completes.
acolwell@chromium.org
2012-08-17
1
-4
/
+27
*
Use enum instead of string in MessageLoopFactory::GetMessageLoop*
xhwang@chromium.org
2012-08-12
1
-1
/
+2
*
Move VideoDecoder initialization into VideoRendererBase to simplify implement...
acolwell@chromium.org
2012-08-10
1
-62
/
+28
*
Fold Pipeline initialization failure tests added in r150636 into PipelineTear...
scherkus@chromium.org
2012-08-10
1
-121
/
+198
*
Merge Pipeline's kError state with kStopped: a baby step towards bringing san...
scherkus@chromium.org
2012-08-09
1
-12
/
+1
*
Remove Pipeline::IsInitialized() and replace stop_pending_ with checks for st...
scherkus@chromium.org
2012-08-09
1
-20
/
+6
*
Add a lot of Pipeline tests to cover stopping/error handling while in a varie...
scherkus@chromium.org
2012-08-09
1
-24
/
+254
*
Replace Pipeline::kEnded state and HasEnded() methods with renderer-specific ...
scherkus@chromium.org
2012-08-09
1
-33
/
+10
*
Fix Pipeline to properly handle errors during initialization.
acolwell@chromium.org
2012-08-08
1
-12
/
+131
*
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...
fischman@chromium.org
2012-08-06
1
-4
/
+0
*
Remove a bunch of dead fields found by Scythe.
fischman@chromium.org
2012-07-31
1
-1
/
+0
*
Rename AudioRenderer/VideoRenderer::Seek() to Preroll().
scherkus@chromium.org
2012-07-24
1
-5
/
+5
*
Move VideoRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-23
1
-31
/
+21
*
Move AudioRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-20
1
-67
/
+59
*
Fix HTMLMediaElement.currentTime flakiness caused by time updates during a seek.
acolwell@chromium.org
2012-07-14
1
-1
/
+65
*
Remove default implementations for media::Filter methods.
scherkus@chromium.org
2012-07-09
1
-21
/
+74
*
Ensure media's buffered ranges always have a range that includes currentTime.
fischman@chromium.org
2012-06-23
1
-0
/
+13
*
Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...
fischman@chromium.org
2012-06-12
1
-3
/
+0
*
Delete Pipeline::GetBufferedBytes() in preparation for didLoadingProgress() s...
fischman@chromium.org
2012-05-30
1
-2
/
+7
*
Track buffered byte ranges correctly in media::Pipeline.
fischman@chromium.org
2012-05-30
1
-2
/
+3
*
Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...
fischman@chromium.org
2012-05-12
1
-24
/
+0
*
Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...
tkent@chromium.org
2012-05-12
1
-0
/
+24
*
Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.
fischman@chromium.org
2012-05-11
1
-24
/
+0
*
Report correct buffered TimeRanges instead of faking a single TimeRange.
fischman@chromium.org
2012-05-10
1
-3
/
+35
*
Kill Pipeline::SetBufferedTime(), since nobody needs/uses it.
fischman@chromium.org
2012-05-09
1
-66
/
+0
*
Remove VideoDecoder from the Filter heirarchy.
xhwang@chromium.org
2012-05-03
1
-7
/
+7
*
Fix a g++ 4.6 compiler issue in media/
thestig@chromium.org
2012-04-26
1
-6
/
+6
*
Remove FFmpegDemuxer::first_seek_hack_ and related unnecessary code.
scherkus@chromium.org
2012-04-09
1
-2
/
+0
*
Move Demuxer::set_host() to Initialize().
scherkus@chromium.org
2012-04-05
1
-22
/
+62
*
Remove DemuxerFactory and URL parameter from Pipeline.
scherkus@chromium.org
2012-04-02
1
-45
/
+36
*
Move DataSource::SetPreload() to BufferedDataSource.
scherkus@chromium.org
2012-03-31
1
-2
/
+0
*
Don't report errors twice to pipeline clients.
fischman@chromium.org
2012-03-27
1
-15
/
+2
*
Move VideoDecoder out of media pipeline.
xhwang@chromium.org
2012-03-22
1
-15
/
+2
*
Merge FilterStatusCB into PipelineStatusCB.
xhwang@chromium.org
2012-03-18
1
-9
/
+9
*
Callback renaming in media code.
xhwang@chromium.org
2012-03-15
1
-7
/
+7
*
Remove AudioDecoder from the Filter heirarchy.
fischman@chromium.org
2012-02-07
1
-18
/
+5
*
Fix media timeline so that thumb never exceeds buffered data
vrk@chromium.org
2012-02-02
1
-10
/
+10
*
Update AudioRenderer, VideoRenderer, and AudioDecoder Initialize() methods to...
acolwell@chromium.org
2012-02-02
1
-4
/
+4
*
Fold Pipeline::Init() into Pipeline::Start().
scherkus@chromium.org
2012-01-30
1
-21
/
+21
*
Replace a few VLOGs with CHECKs inside media::Pipeline.
scherkus@chromium.org
2012-01-18
1
-8
/
+0
*
Fold media::PipelineImpl into media::Pipeline as there is only one implementa...
scherkus@chromium.org
2012-01-18
1
-0
/
+928