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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace DataSourceFactory with explicitly initialized DataSources.
scherkus@chromium.org
2012-01-19
7
-396
/
+6
*
Replace a few VLOGs with CHECKs inside media::Pipeline.
scherkus@chromium.org
2012-01-18
3
-38
/
+17
*
Fix indentation in media/base/pipeline.cc.
scherkus@chromium.org
2012-01-18
1
-13
/
+11
*
Fold media::PipelineImpl into media::Pipeline as there is only one implementa...
scherkus@chromium.org
2012-01-18
8
-768
/
+703
*
Leak global atomicsequencenumber media_log_id to avoid atexit() handler being...
fischman@chromium.org
2012-01-18
1
-1
/
+3
*
buffers.cc: replaced global TimeDelta constants with fully-inlined functions.
fischman@chromium.org
2012-01-18
9
-41
/
+41
*
Remove the bulk of log spam from media_unittests runs.
fischman@chromium.org
2012-01-17
2
-3
/
+10
*
Convert use of int ms to TimeDelta in files owned by vrk.
tedvessenes@gmail.com
2012-01-14
2
-12
/
+14
*
Break the (extra) circular reference between PipelineImpl and VideoDecoder.
fischman@chromium.org
2012-01-14
1
-1
/
+3
*
Linear sub-rectangle scaler for use in Chromoting.
wez@chromium.org
2012-01-14
5
-22
/
+292
*
Fix deadlock in WebMediaPlayerImpl::Destroy() when HW video decode is enabled.
fischman@chromium.org
2012-01-14
4
-9
/
+27
*
Refactor webkit_media::VideoRendererImpl into standalone class.
scherkus@chromium.org
2012-01-13
4
-25
/
+33
*
Remove Clone() from DataSourceFactory & DemuxerFactory since the methods aren...
acolwell@chromium.org
2012-01-13
7
-41
/
+4
*
Remove obsolete references to http://crbug.com/109026
fischman@chromium.org
2012-01-12
2
-4
/
+0
*
Move WebM specific code from ChunkDemuxer to WebMStreamParser.
acolwell@chromium.org
2012-01-10
6
-29
/
+173
*
Creating integration tests for media pipeline that use real decoders and demu...
acolwell@chromium.org
2012-01-10
6
-21
/
+56
*
Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.
fischman@chromium.org
2012-01-10
17
-119
/
+120
*
Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser.
acolwell@chromium.org
2012-01-10
6
-172
/
+29
*
Move WebM specific code from ChunkDemuxer to WebMStreamParser.
acolwell@chromium.org
2012-01-09
6
-29
/
+172
*
Revert 116889 - Creating integration tests for media pipeline that use real d...
acolwell@chromium.org
2012-01-09
6
-59
/
+24
*
Creating integration tests for media pipeline that use real decoders and demu...
acolwell@chromium.org
2012-01-09
6
-24
/
+59
*
Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (...
crogers@google.com
2012-01-07
1
-0
/
+71
*
Revert 116643 - Integrate HTMLMediaElement with Web Audio API's MediaElementA...
msw@chromium.org
2012-01-06
1
-70
/
+0
*
Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode
crogers@google.com
2012-01-06
1
-0
/
+70
*
Revert 116349 - Creating integration tests for media pipeline that use real d...
acolwell@chromium.org
2012-01-04
2
-16
/
+2
*
Creating integration tests for media pipeline that use real decoders and demu...
acolwell@chromium.org
2012-01-04
2
-2
/
+16
*
base::Bind: Remove callback_old.h.
jhawkins@chromium.org
2012-01-03
1
-2
/
+1
*
Delete media::VideoFrame::planes() and ::planes_ since they can be derived fr...
fischman@chromium.org
2011-12-29
3
-23
/
+0
*
Set opaque on the WebMediaPlayerClient based on the decoder
danakj@chromium.org
2011-12-23
3
-0
/
+10
*
base::Bind: Remove includes of base.bind in header files.
jhawkins@chromium.org
2011-12-21
2
-1
/
+2
*
Correctify NativeTexture's description.
fischman@chromium.org
2011-12-21
1
-1
/
+1
*
Clean up painting and conversion functions inside webkit_media::VideoRenderer...
scherkus@chromium.org
2011-12-21
1
-8
/
+10
*
Revert 115229 - Revert 115214 (caused media_unittests failure in FFmpegGlueTest,
acolwell@chromium.org
2011-12-21
2
-0
/
+8
*
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
-8
/
+0
*
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
-0
/
+8
*
Replace AudioDecoder::ProduceAudioSamples/ConsumeAudioSamples with read callb...
scherkus@chromium.org
2011-12-20
3
-25
/
+9
*
Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...
ajwong@chromium.org
2011-12-20
1
-1
/
+1
*
Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...
acolwell@chromium.org
2011-12-16
18
-144
/
+304
*
Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...
sail@chromium.org
2011-12-14
1
-1
/
+1
*
Remove BindStateHolder and have Bind() return a Callback<> object directly.
ajwong@chromium.org
2011-12-14
1
-1
/
+1
*
s/NOTREACHED/LOG(FATAL)/ to die even in release builds.
fischman@chromium.org
2011-12-13
2
-3
/
+2
*
DISABLE media_unittests:CompositeFilterDeathTest.DISABLED_TestRemoveUnknownFi...
fischman@chromium.org
2011-12-13
1
-1
/
+2
*
<video> decode in hardware!
fischman@chromium.org
2011-12-13
14
-41
/
+217
*
Revert 113895 - <video> decode in hardware!
fischman@chromium.org
2011-12-10
15
-219
/
+41
*
<video> decode in hardware!
fischman@chromium.org
2011-12-10
15
-41
/
+219
*
Replace media::Limits struct with media::limits namespace and update document...
scherkus@chromium.org
2011-12-07
5
-25
/
+37
*
Upstream: Media implementation for Android.
michaelbai@chromium.org
2011-12-02
1
-0
/
+26
[next]