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
*
Fix ContentEncodings element info.
acolwell@chromium.org
2012-01-20
1
-5
/
+5
*
Fix Android compile error following r118272
peter@chromium.org
2012-01-20
1
-1
/
+1
*
Replace DataSourceFactory with explicitly initialized DataSources.
scherkus@chromium.org
2012-01-19
18
-535
/
+59
*
Rename webkit_media::VideoRendererImpl to webkit_media::SkCanvasVideoRenderer.
scherkus@chromium.org
2012-01-19
1
-5
/
+5
*
Adds support for 16kHz input sample rate and mono channel config. in WebRTC.
henrika@chromium.org
2012-01-19
4
-18
/
+59
*
Add thread safety to AudioManagerBase to protect access to the audio thread m...
tommi@chromium.org
2012-01-19
14
-98
/
+118
*
set timestamp of captured video frames. also set duration of the media and me...
wjia@chromium.org
2012-01-19
2
-2
/
+8
*
Add matroska element data to make WebM parser more accepting.
acolwell@chromium.org
2012-01-19
5
-43
/
+443
*
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
18
-790
/
+729
*
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
15
-65
/
+65
*
Remove the bulk of log spam from media_unittests runs.
fischman@chromium.org
2012-01-17
3
-3
/
+13
*
Convert use of int ms to TimeDelta in files owned by vrk.
tedvessenes@gmail.com
2012-01-14
18
-111
/
+98
*
Break the (extra) circular reference between PipelineImpl and VideoDecoder.
fischman@chromium.org
2012-01-14
1
-1
/
+3
*
clang: Fix a few things -Wunused-variable complains about in a recent clang v...
thakis@chromium.org
2012-01-14
1
-1
/
+3
*
Linear sub-rectangle scaler for use in Chromoting.
wez@chromium.org
2012-01-14
6
-23
/
+336
*
Fix deadlock in WebMediaPlayerImpl::Destroy() when HW video decode is enabled.
fischman@chromium.org
2012-01-14
6
-80
/
+141
*
Fix race condition when stopping audio stream on Windows.
enal@chromium.org
2012-01-14
1
-20
/
+34
*
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
15
-64
/
+4
*
Remove the headless check for the audio output unittests.
tommi@chromium.org
2012-01-13
2
-57
/
+59
*
Add root access check to cns server.
shadi@chromium.org
2012-01-13
2
-0
/
+23
*
Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...
fischman@chromium.org
2012-01-13
3
-10
/
+0
*
Remove obsolete references to http://crbug.com/109026
fischman@chromium.org
2012-01-12
2
-4
/
+0
*
Revert 117268 - Add CHECKs to find root cause of Windows-only crash.
enal@chromium.org
2012-01-12
2
-30
/
+8
*
Fixed HW video decode EOS/Flush-related bugs.
fischman@chromium.org
2012-01-12
5
-74
/
+110
*
Add CHECKs to find root cause of Windows-only crash.
enal@chromium.org
2012-01-11
2
-8
/
+30
*
Don't build webm_stream_parser.cc for Android, as it depends on ffmpeg
peter@chromium.org
2012-01-11
1
-0
/
+2
*
Fix "waveOutClose failure causes PCMWaveOutAudioOutputStream to never get del...
tommi@chromium.org
2012-01-11
1
-4
/
+6
*
Adds device notification to WASAPI rendering client.
henrika@chromium.org
2012-01-11
2
-16
/
+334
*
Constrained Network test does not fail fast under fatal conditions.
shadi@chromium.org
2012-01-11
5
-64
/
+92
*
Move WebM specific code from ChunkDemuxer to WebMStreamParser.
acolwell@chromium.org
2012-01-10
14
-376
/
+727
*
Creating integration tests for media pipeline that use real decoders and demu...
acolwell@chromium.org
2012-01-10
11
-73
/
+323
*
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
[next]