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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete the AudioOutputStream correctly (by using Close and not delete).
tommi@chromium.org
2012-01-10
1
-2
/
+2
*
Clean up AudioRendererAlgorithmBase
vrk@google.com
2012-01-10
6
-316
/
+295
*
Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.
fischman@chromium.org
2012-01-10
38
-204
/
+216
*
Better error handling in audio wave out.
enal@chromium.org
2012-01-10
1
-13
/
+20
*
Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser.
acolwell@chromium.org
2012-01-10
14
-726
/
+378
*
Move WebM specific code from ChunkDemuxer to WebMStreamParser.
acolwell@chromium.org
2012-01-09
14
-378
/
+726
*
Revert 116889 - Creating integration tests for media pipeline that use real d...
acolwell@chromium.org
2012-01-09
11
-325
/
+76
*
Creating integration tests for media pipeline that use real decoders and demu...
acolwell@chromium.org
2012-01-09
11
-76
/
+325
*
Linux: Chromium FTBFS against libav 0.8b2.
erg@chromium.org
2012-01-07
1
-1
/
+2
*
Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (...
crogers@google.com
2012-01-07
1
-0
/
+71
*
add components for integration test which will detect breakage of media pipel...
wjia@chromium.org
2012-01-06
3
-0
/
+162
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
8
-12
/
+6
*
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
*
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
*
Fix invalid use of Base::Bind(,this) in ~ReferenceAudioRender.
dalecurtis@chromium.org
2012-01-06
6
-25
/
+34
*
Fix abspath/normpath mixup in security check.
dalecurtis@chromium.org
2012-01-05
1
-2
/
+2
*
Fix mime-type for webm files served on CNS.
shadi@chromium.org
2012-01-05
1
-1
/
+4
*
Fix race condition (bug 108685).
enal@chromium.org
2012-01-05
2
-14
/
+38
*
Revert 116349 - Creating integration tests for media pipeline that use real d...
acolwell@chromium.org
2012-01-04
4
-236
/
+3
*
Creating integration tests for media pipeline that use real decoders and demu...
acolwell@chromium.org
2012-01-04
4
-3
/
+236
*
And now NewRunnableMethod(), you die.
ajwong@chromium.org
2012-01-04
4
-11
/
+4
*
base::Bind: Remove callback_old.h.
jhawkins@chromium.org
2012-01-03
2
-4
/
+2
*
Add multiple WebMParserClient support in WebM parser.
xhwang@chromium.org
2011-12-29
10
-178
/
+242
*
Delete media::VideoFrame::planes() and ::planes_ since they can be derived fr...
fischman@chromium.org
2011-12-29
8
-41
/
+21
*
Set opaque on the WebMediaPlayerClient based on the decoder
danakj@chromium.org
2011-12-23
10
-8
/
+52
*
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
16
-423
/
+205
*
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
*
Initial checkin of chromium bug hunter script. Bug Hunter script will look in...
imasaki@google.com
2011-12-21
3
-0
/
+652
*
Clean up VideoRendererBase timing code.
scherkus@chromium.org
2011-12-21
3
-139
/
+225
*
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
7
-33
/
+158
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
2
-2
/
+4
*
Revert 115214 (caused media_unittests failure in FFmpegGlueTest,
dmazzoni@chromium.org
2011-12-21
7
-158
/
+33
*
Revert 115227 - Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
2
-4
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
2
-2
/
+4
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
2
-1
/
+3
*
Fix ChunkDemuxer seeks that occur during a partially parsed cluster.
acolwell@chromium.org
2011-12-20
7
-33
/
+158
*
Replace AudioDecoder::ProduceAudioSamples/ConsumeAudioSamples with read callb...
scherkus@chromium.org
2011-12-20
12
-398
/
+288
*
Add unit test to verify incremental cluster parsing in ChunkDemuxer.
acolwell@chromium.org
2011-12-20
1
-0
/
+71
*
Merging CNS server with scripts.
shadi@chromium.org
2011-12-20
5
-43
/
+144
*
Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...
ajwong@chromium.org
2011-12-20
1
-1
/
+1
*
Consolidate AudioRendererAlgorithm classes into one class
vrk@google.com
2011-12-19
10
-657
/
+268
*
Fix typo introduced in r114819
acolwell@chromium.org
2011-12-16
1
-1
/
+1
*
Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...
acolwell@chromium.org
2011-12-16
28
-200
/
+354
[next]