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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace MessageLoopProxy with SingleThreadTaskRunner for media/base/.
scherkus@chromium.org
2013-12-20
1
-11
/
+11
*
Render inband text tracks in the media pipeline
matthewjheaney@chromium.org
2013-11-22
1
-3
/
+19
*
Replace erroneous use of base::Time with base::TimeTicks throughout media code.
miu@chromium.org
2013-06-13
1
-4
/
+4
*
Reland: Use a shared thread for media operations (round 3).
scherkus@chromium.org
2013-06-06
1
-0
/
+2
*
Reland: Remove reference counting from media::Pipeline.
scherkus@chromium.org
2013-05-09
1
-7
/
+2
*
Revert 198760 "Remove reference counting from media::Pipeline."
scherkus@chromium.org
2013-05-08
1
-2
/
+7
*
Remove reference counting from media::Pipeline.
scherkus@chromium.org
2013-05-07
1
-7
/
+2
*
Delete media::PipelineStatusNotification as it isn't used in production code.
scherkus@chromium.org
2013-04-26
1
-27
/
+0
*
Remove reference counting from media::Demuxer and friends.
scherkus@chromium.org
2013-04-22
1
-7
/
+8
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
1
-2
/
+0
*
Add a Clock and TickClock interface for mocking out time
akalin@chromium.org
2013-02-21
1
-0
/
+4
*
Move duration change logic from WebMediaPlayerImpl to ChunkDemuxer.
acolwell@chromium.org
2013-02-15
1
-2
/
+7
*
Remove reference counting from media::AudioRenderer and friends.
scherkus@chromium.org
2013-02-05
1
-1
/
+1
*
Remove reference counting from media::VideoRenderer and friends.
scherkus@chromium.org
2013-02-05
1
-1
/
+1
*
Change PipelineStatusCB to Closure for ended callbacks.
wolenetz@chromium.org
2013-01-03
1
-3
/
+3
*
Move audio decoder initialization to AudioRendererImpl.
xhwang@chromium.org
2012-10-18
1
-9
/
+0
*
Remove VideoDecoder::PrepareForShutdownHack() and friends.
scherkus@chromium.org
2012-09-13
1
-9
/
+2
*
Rewrite media::Pipeline state transition machinery and simplify shutdown.
scherkus@chromium.org
2012-09-11
1
-116
/
+59
*
Allow transitioning to HAVE_METADATA before pipeline initialization completes.
acolwell@chromium.org
2012-08-17
1
-9
/
+26
*
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
-14
/
+11
*
Merge Pipeline's kError state with kStopped: a baby step towards bringing san...
scherkus@chromium.org
2012-08-09
1
-26
/
+5
*
Remove Pipeline::IsInitialized() and replace stop_pending_ with checks for st...
scherkus@chromium.org
2012-08-09
1
-26
/
+8
*
Add a lot of Pipeline tests to cover stopping/error handling while in a varie...
scherkus@chromium.org
2012-08-09
1
-0
/
+1
*
Replace Pipeline::kEnded state and HasEnded() methods with renderer-specific ...
scherkus@chromium.org
2012-08-09
1
-8
/
+11
*
Revert 150591 - Remove Pipeline::kEnded state as it is redundant with Pipelin...
scherkus@chromium.org
2012-08-08
1
-0
/
+4
*
Remove Pipeline::kEnded state as it is redundant with Pipeline::kStarted.
scherkus@chromium.org
2012-08-08
1
-4
/
+0
*
Inline media::Pipeline::ResetState() into initializer list.
scherkus@chromium.org
2012-08-08
1
-4
/
+0
*
Replace RunInSeries() and RunInParallel() with SerialRunner helper class.
scherkus@chromium.org
2012-08-03
1
-10
/
+11
*
Move VideoRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-23
1
-27
/
+20
*
Move AudioRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-20
1
-17
/
+25
*
Ensure media's buffered ranges always have a range that includes currentTime.
fischman@chromium.org
2012-06-23
1
-0
/
+3
*
Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...
fischman@chromium.org
2012-06-12
1
-18
/
+0
*
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
-13
/
+8
*
Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...
fischman@chromium.org
2012-05-12
1
-8
/
+0
*
Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...
tkent@chromium.org
2012-05-12
1
-0
/
+8
*
Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.
fischman@chromium.org
2012-05-11
1
-8
/
+0
*
Re-land r136486 (reverted in r136500).
fischman@chromium.org
2012-05-11
1
-23
/
+0
*
Revert 136486 - Delete DownloadRateMonitor since it's never worked right.
tkent@chromium.org
2012-05-11
1
-0
/
+23
*
Delete DownloadRateMonitor since it's never worked right.
fischman@chromium.org
2012-05-11
1
-23
/
+0
*
Report correct buffered TimeRanges instead of faking a single TimeRange.
fischman@chromium.org
2012-05-10
1
-9
/
+10
*
Kill Pipeline::SetBufferedTime(), since nobody needs/uses it.
fischman@chromium.org
2012-05-09
1
-4
/
+0
*
Pipeline & CompositeFilter now use MessageLoopProxy instead of plain MessageL...
fischman@chromium.org
2012-04-06
1
-1
/
+2
*
Remove DemuxerFactory and URL parameter from Pipeline.
scherkus@chromium.org
2012-04-02
1
-9
/
+4
*
Move DataSource::SetPreload() to BufferedDataSource.
scherkus@chromium.org
2012-03-31
1
-15
/
+0
*
Make AddFilter void and remove bullshit fallback code.
fischman@chromium.org
2012-03-27
1
-4
/
+0
*
Don't report errors twice to pipeline clients.
fischman@chromium.org
2012-03-27
1
-5
/
+10
*
Move VideoDecoder out of media pipeline.
xhwang@chromium.org
2012-03-22
1
-1
/
+3
*
Callback renaming in media code.
xhwang@chromium.org
2012-03-15
1
-23
/
+23
[next]