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
*
Remove VideoRenderer::NaturalSizeChangedCB.
scherkus@chromium.org
2014-01-16
1
-7
/
+6
*
Revert 244590 "Remove VideoRenderer::NaturalSizeChangedCB."
scherkus@chromium.org
2014-01-14
1
-6
/
+7
*
Remove VideoRenderer::NaturalSizeChangedCB.
scherkus@chromium.org
2014-01-13
1
-7
/
+6
*
Add TextTrack.id and TextTrackList.getTrackById().
self@brendanlong.com
2013-11-26
1
-1
/
+1
*
Render inband text tracks in the media pipeline
matthewjheaney@chromium.org
2013-11-22
1
-8
/
+100
*
Remove default implementations from Demuxer.
rileya@chromium.org
2013-10-10
1
-8
/
+0
*
Clean up remaining unused globals (on mac).
thakis@chromium.org
2013-09-26
1
-2
/
+1
*
Run SerialRunner's first callback on the current stack instead of posting it.
scherkus@chromium.org
2013-08-27
1
-17
/
+2
*
Don't restart pipeline teardown if one is already in progress.
scherkus@chromium.org
2013-08-21
1
-8
/
+37
*
Made MessagePump a non-thread safe class.
alexeypa@chromium.org
2013-07-22
1
-2
/
+2
*
Revert 212948 "Made MessagePump a non-thread safe class."
alexeypa@google.com
2013-07-22
1
-2
/
+2
*
Made MessagePump a non-thread safe class.
alexeypa@chromium.org
2013-07-22
1
-2
/
+2
*
Use a direct include of the message_loop header in media/.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Replace erroneous use of base::Time with base::TimeTicks throughout media code.
miu@chromium.org
2013-06-13
1
-5
/
+5
*
Reland: Use a shared thread for media operations (round 3).
scherkus@chromium.org
2013-06-06
1
-15
/
+33
*
Reland: Remove reference counting from media::Pipeline.
scherkus@chromium.org
2013-05-09
1
-17
/
+17
*
Revert 198760 "Remove reference counting from media::Pipeline."
scherkus@chromium.org
2013-05-08
1
-17
/
+17
*
Remove reference counting from media::Pipeline.
scherkus@chromium.org
2013-05-07
1
-17
/
+17
*
Delete media::PipelineStatusNotification as it isn't used in production code.
scherkus@chromium.org
2013-04-26
1
-53
/
+0
*
Remove reference counting from media::DemuxerStream and friends.
scherkus@chromium.org
2013-04-25
1
-11
/
+12
*
MockDemuxerStream keeps audio/video decoder configs.
xhwang@chromium.org
2013-04-25
1
-6
/
+2
*
Use base::MessageLoop in media code.
xhwang@chromium.org
2013-04-22
1
-2
/
+2
*
Remove reference counting from media::Demuxer and friends.
scherkus@chromium.org
2013-04-22
1
-4
/
+4
*
Reland: Remove reference counting from media::VideoDecoder and friends.
scherkus@chromium.org
2013-04-19
1
-18
/
+9
*
Revert 194993 "Remove reference counting from media::VideoDecode..."
scherkus@chromium.org
2013-04-18
1
-9
/
+18
*
Remove reference counting from media::VideoDecoder and friends.
scherkus@chromium.org
2013-04-18
1
-18
/
+9
*
Remove reference counting from media::AudioDecoder and friends.
scherkus@chromium.org
2013-03-21
1
-21
/
+12
*
Add a Clock and TickClock interface for mocking out time
akalin@chromium.org
2013-02-21
1
-11
/
+6
*
Move duration change logic from WebMediaPlayerImpl to ChunkDemuxer.
acolwell@chromium.org
2013-02-15
1
-0
/
+8
*
Linux/ChromeOS Chromium style checker cleanup, media/ edition.
rsleevi@chromium.org
2013-02-06
1
-1
/
+1
*
Remove reference counting from media::AudioRenderer and friends.
scherkus@chromium.org
2013-02-05
1
-2
/
+3
*
Remove reference counting from media::VideoRenderer and friends.
scherkus@chromium.org
2013-02-05
1
-2
/
+3
*
Delete media::MockFilterCollection.
scherkus@chromium.org
2013-01-31
1
-123
/
+142
*
Change PipelineStatusCB to Closure for ended callbacks.
wolenetz@chromium.org
2013-01-03
1
-5
/
+5
*
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
[next]