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
*
Fold media::PipelineImpl into media::Pipeline as there is only one implementa...
scherkus@chromium.org
2012-01-18
1
-1448
/
+0
*
Break the (extra) circular reference between PipelineImpl and VideoDecoder.
fischman@chromium.org
2012-01-14
1
-1
/
+3
*
Fix deadlock in WebMediaPlayerImpl::Destroy() when HW video decode is enabled.
fischman@chromium.org
2012-01-14
1
-7
/
+9
*
Creating integration tests for media pipeline that use real decoders and demu...
acolwell@chromium.org
2012-01-10
1
-18
/
+30
*
Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.
fischman@chromium.org
2012-01-10
1
-6
/
+5
*
Revert 116889 - Creating integration tests for media pipeline that use real d...
acolwell@chromium.org
2012-01-09
1
-31
/
+19
*
Creating integration tests for media pipeline that use real decoders and demu...
acolwell@chromium.org
2012-01-09
1
-19
/
+31
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-1
/
+2
*
Revert 115227 - Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-2
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
1
-1
/
+2
*
Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...
acolwell@chromium.org
2011-12-16
1
-5
/
+4
*
<video> decode in hardware!
fischman@chromium.org
2011-12-13
1
-11
/
+21
*
Revert 113895 - <video> decode in hardware!
fischman@chromium.org
2011-12-10
1
-21
/
+11
*
<video> decode in hardware!
fischman@chromium.org
2011-12-10
1
-11
/
+21
*
Fire CanPlayThrough immediately for local and streaming media files
vrk@google.com
2011-12-01
1
-27
/
+10
*
Fire canplaythrough event at the proper time for audio/video
vrk@google.com
2011-11-18
1
-11
/
+43
*
First cut at UMA-exposing histograms of media data in the wild.
fischman@chromium.org
2011-11-08
1
-1
/
+15
*
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
[next]