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_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve audio underflow handling.
acolwell@chromium.org
2011-10-21
1
-1
/
+17
*
Add NetworkEventCB to media pipeline and remove IsNetworkActive()
vrk@google.com
2011-10-19
1
-18
/
+8
*
Fix DCHECKS caused by demuxer callbacks running on the wrong thread.
acolwell@chromium.org
2011-10-12
1
-0
/
+12
*
Fix crash on media teardown when triggered by pipeline error
vrk@google.com
2011-10-04
1
-5
/
+12
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
1
-57
/
+51
*
Reland r101418: Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-19
1
-11
/
+8
*
Revert 101418 - Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
1
-8
/
+11
*
Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
1
-11
/
+8
*
Fixing dropped seeks.
serya@chromium.org
2011-09-15
1
-1
/
+1
*
Remove Demuxer from the Filter class hierarchy.
acolwell@chromium.org
2011-09-13
1
-21
/
+62
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-09-12
1
-0
/
+1
*
make URL handling transparent to media pipeline.
wjia@chromium.org
2011-08-24
1
-11
/
+2
*
Log media pipeline statistics to MediaLog.
scottfr@chromium.org
2011-08-20
1
-0
/
+1
*
Log FilterHost events in PipelineImpl to MediaLog.
scottfr@chromium.org
2011-08-17
1
-0
/
+27
*
Migrate Pipeline & PipelineImpl to PipelineStatusCB.
acolwell@chromium.org
2011-08-09
1
-40
/
+35
*
Log PipelineImpl events to MediaLog.
scottfr@chromium.org
2011-08-09
1
-19
/
+29
*
Revert 93891 - Migrate DemuxerFactory to new callback system.
acolwell@chromium.org
2011-07-27
1
-3
/
+2
*
Migrate DemuxerFactory to new callback system.
acolwell@chromium.org
2011-07-25
1
-2
/
+3
*
Remove MediaFormat once and for all.
scherkus@chromium.org
2011-07-20
1
-1
/
+0
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
The RTCVideoDecoder will eventially need to depend on third_party lib (webrtc...
wjia@chromium.org
2011-07-07
1
-2
/
+6
*
Fix live video only playback.
fgalligan@chromium.org
2011-06-01
1
-1
/
+13
*
Convert Filter::Seek() to use new callback system.
acolwell@chromium.org
2011-05-13
1
-3
/
+18
*
Updating logging in src/media/. Using DCHECK_EQ/NE/LE() where possible.
kushi.p@gmail.com
2011-04-29
1
-1
/
+1
*
Fix erratic HTML5 audio playback
davej@chromium.org
2011-04-14
1
-0
/
+17
*
Fix valgrind messages for uninitialized preload_ value.
vrk@google.com
2011-04-05
1
-0
/
+1
*
Implementing preload=metadata for video
vrk@google.com
2011-04-05
1
-5
/
+27
*
Build a raw video pipeline for the <video> with a special src attribute (medi...
acolwell@chromium.org
2011-03-23
1
-10
/
+22
*
Revert 79149 - Build a raw video pipeline for the <video> with a special src ...
acolwell@chromium.org
2011-03-23
1
-22
/
+10
*
Build a raw video pipeline for the <video> with a special src attribute (medi...
acolwell@chromium.org
2011-03-23
1
-10
/
+22
*
Simplify the Demuxer interface to get streams by type.
fischman@chromium.org
2011-03-21
1
-17
/
+2
*
PipelineError is dead. Long live PipelineStatus!
fischman@chromium.org
2011-03-16
1
-42
/
+65
*
DemuxerFactory is born!
fischman@chromium.org
2011-03-14
1
-34
/
+15
*
Refactoring code to use factories to create DataSource objects.
acolwell@chromium.org
2011-03-14
1
-34
/
+26
*
Remove the silly notion of MIME types from media code.
scherkus@chromium.org
2011-03-09
1
-33
/
+20
*
Fold ClockImpl into Clock and update corresponding clients and tests.
scherkus@chromium.org
2011-03-04
1
-3
/
+7
*
Implement webkit media metrics in chromium.
scherkus@chromium.org
2011-02-16
1
-3
/
+21
*
Prevent pending callbacks after an error from being interpreted as teardown c...
acolwell@chromium.org
2011-02-02
1
-13
/
+78
*
Fix a teardown hang caused by an Abort() call while there is a pending read.
acolwell@chromium.org
2011-01-26
1
-1
/
+3
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-42
/
+42
*
Fix flaky behavior in pipeline teardown.
acolwell@chromium.org
2011-01-13
1
-50
/
+80
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2011-01-05
1
-100
/
+73
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Revert 70277 - Revert 70275 - Revert 70267 - Refactor PipelineImpl to use Com...
acolwell@chromium.org
2010-12-29
1
-58
/
+101
*
Revert 70275 - Revert 70267 - Refactor PipelineImpl to use CompositeFilter to...
acolwell@chromium.org
2010-12-29
1
-101
/
+58
*
Revert 70267 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-29
1
-58
/
+101
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-29
1
-101
/
+58
*
Revert 70063 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-23
1
-58
/
+101
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-23
1
-101
/
+58
*
Revert 69959 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-22
1
-58
/
+101
[next]