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
/
filters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename webkit_media::VideoRendererImpl to webkit_media::SkCanvasVideoRenderer.
scherkus@chromium.org
2012-01-19
1
-5
/
+5
*
set timestamp of captured video frames. also set duration of the media and me...
wjia@chromium.org
2012-01-19
2
-2
/
+8
*
Fold media::PipelineImpl into media::Pipeline as there is only one implementa...
scherkus@chromium.org
2012-01-18
5
-6
/
+11
*
buffers.cc: replaced global TimeDelta constants with fully-inlined functions.
fischman@chromium.org
2012-01-18
6
-24
/
+24
*
Remove the bulk of log spam from media_unittests runs.
fischman@chromium.org
2012-01-17
1
-0
/
+3
*
Convert use of int ms to TimeDelta in files owned by vrk.
tedvessenes@gmail.com
2012-01-14
1
-5
/
+5
*
Fix deadlock in WebMediaPlayerImpl::Destroy() when HW video decode is enabled.
fischman@chromium.org
2012-01-14
2
-71
/
+114
*
Remove Clone() from DataSourceFactory & DemuxerFactory since the methods aren...
acolwell@chromium.org
2012-01-13
8
-23
/
+0
*
Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...
fischman@chromium.org
2012-01-13
2
-6
/
+0
*
Fixed HW video decode EOS/Flush-related bugs.
fischman@chromium.org
2012-01-12
5
-74
/
+110
*
Move WebM specific code from ChunkDemuxer to WebMStreamParser.
acolwell@chromium.org
2012-01-10
4
-344
/
+128
*
Creating integration tests for media pipeline that use real decoders and demu...
acolwell@chromium.org
2012-01-10
4
-51
/
+265
*
Clean up AudioRendererAlgorithmBase
vrk@google.com
2012-01-10
4
-314
/
+239
*
Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.
fischman@chromium.org
2012-01-10
15
-62
/
+70
*
Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser.
acolwell@chromium.org
2012-01-10
4
-127
/
+345
*
Move WebM specific code from ChunkDemuxer to WebMStreamParser.
acolwell@chromium.org
2012-01-09
4
-345
/
+127
*
Revert 116889 - Creating integration tests for media pipeline that use real d...
acolwell@chromium.org
2012-01-09
4
-264
/
+51
*
Creating integration tests for media pipeline that use real decoders and demu...
acolwell@chromium.org
2012-01-09
4
-51
/
+264
*
add components for integration test which will detect breakage of media pipel...
wjia@chromium.org
2012-01-06
2
-0
/
+160
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-5
/
+4
*
Remove PtsStream from GpuVideoDecoder.
fischman@chromium.org
2012-01-06
3
-33
/
+95
*
Mark VideoRendererBaseTest, MAYBE_GetCurrentFrame_EndOfStream as flaky on Mac.
asvitkine@chromium.org
2012-01-06
1
-2
/
+8
*
Fix invalid use of Base::Bind(,this) in ~ReferenceAudioRender.
dalecurtis@chromium.org
2012-01-06
2
-11
/
+9
*
Revert 116349 - Creating integration tests for media pipeline that use real d...
acolwell@chromium.org
2012-01-04
1
-218
/
+0
*
Creating integration tests for media pipeline that use real decoders and demu...
acolwell@chromium.org
2012-01-04
1
-0
/
+218
*
Set opaque on the WebMediaPlayerClient based on the decoder
danakj@chromium.org
2011-12-23
5
-5
/
+30
*
Moving underflow callback execution so ResumeAfterUnderflow() can be called i...
acolwell@chromium.org
2011-12-23
2
-1
/
+38
*
Replace subclass interface from VideoRendererBase with a single paint callback.
scherkus@chromium.org
2011-12-22
5
-165
/
+33
*
Clean up VideoRendererBase timing code (relanding).
scherkus@chromium.org
2011-12-22
3
-139
/
+225
*
Revert 115402 - Clean up VideoRendererBase timing code.
jeremya@chromium.org
2011-12-22
3
-225
/
+139
*
Clean up VideoRendererBase timing code.
scherkus@chromium.org
2011-12-21
3
-139
/
+225
*
Revert 115229 - Revert 115214 (caused media_unittests failure in FFmpegGlueTest,
acolwell@chromium.org
2011-12-21
2
-29
/
+95
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-1
/
+2
*
Revert 115214 (caused media_unittests failure in FFmpegGlueTest,
dmazzoni@chromium.org
2011-12-21
2
-95
/
+29
*
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
*
Fix ChunkDemuxer seeks that occur during a partially parsed cluster.
acolwell@chromium.org
2011-12-20
2
-29
/
+95
*
Replace AudioDecoder::ProduceAudioSamples/ConsumeAudioSamples with read callb...
scherkus@chromium.org
2011-12-20
9
-373
/
+279
*
Add unit test to verify incremental cluster parsing in ChunkDemuxer.
acolwell@chromium.org
2011-12-20
1
-0
/
+71
*
Consolidate AudioRendererAlgorithm classes into one class
vrk@google.com
2011-12-19
8
-467
/
+267
*
Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...
acolwell@chromium.org
2011-12-16
9
-56
/
+43
*
Stop audio FFmpegDemuxerStreams if we get notified that audio rendering is di...
scherkus@chromium.org
2011-12-15
3
-76
/
+120
*
<video> decode in hardware!
fischman@chromium.org
2011-12-13
6
-55
/
+647
*
Adding support for incremental cluster parsing.
acolwell@chromium.org
2011-12-13
2
-26
/
+37
*
Remove the AudioManager singleton.
tommi@chromium.org
2011-12-12
2
-6
/
+11
*
Revert 114030 - Adding support for incremental cluster parsing.
acolwell@chromium.org
2011-12-12
2
-37
/
+26
*
Adding support for incremental cluster parsing.
acolwell@chromium.org
2011-12-12
2
-26
/
+37
*
Revert 113895 - <video> decode in hardware!
fischman@chromium.org
2011-12-10
6
-647
/
+55
*
<video> decode in hardware!
fischman@chromium.org
2011-12-10
6
-55
/
+647
*
Simplify AudioRendererImpl by using AudioDevice.
vrk@google.com
2011-12-09
1
-2
/
+5
[next]