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
*
Extends error handling for audio capture and rendering.
henrika@chromium.org
2012-02-13
1
-1
/
+1
*
Introducing helper wrappers for copying a rectangle from a one partial buffer...
alexeypa@chromium.org
2012-02-09
1
-2
/
+3
*
Clear buffer prior to distribution to prevent valgrind errors.
dalecurtis@chromium.org
2012-02-08
1
-1
/
+3
*
Reverting 120739 that caused valgrind breaks.
alexeypa@chromium.org
2012-02-07
1
-3
/
+2
*
Introducing helper wrappers for copying a rectangle from a one partial buffer...
alexeypa@chromium.org
2012-02-07
1
-2
/
+3
*
Fix incomplete teardown of demuxer.
dalecurtis@chromium.org
2012-02-07
1
-6
/
+2
*
Remove AudioDecoder from the Filter heirarchy.
fischman@chromium.org
2012-02-07
11
-119
/
+147
*
Remove explicit casting needed from the .Pass() switchover, now that PassAs()...
fischman@chromium.org
2012-02-06
1
-2
/
+1
*
Initialize logging early enough to see VLOGs emitted by InitializeMediaLibrar...
fischman@chromium.org
2012-02-03
1
-3
/
+23
*
Fix media timeline so that thumb never exceeds buffered data
vrk@chromium.org
2012-02-02
12
-226
/
+414
*
Update AudioRenderer, VideoRenderer, and AudioDecoder Initialize() methods to...
acolwell@chromium.org
2012-02-02
7
-39
/
+23
*
Fix ChunkDemuxer seek deadlock
acolwell@chromium.org
2012-01-31
2
-4
/
+11
*
Fold Pipeline::Init() into Pipeline::Start().
scherkus@chromium.org
2012-01-30
3
-44
/
+50
*
Detect errors in audio output and report them upstream.
fischman@chromium.org
2012-01-27
1
-1
/
+4
*
Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.
fischman@chromium.org
2012-01-23
1
-3
/
+1
*
Die, Pts{Stream,Heap}, Die!
fischman@chromium.org
2012-01-21
6
-379
/
+0
*
Revert 118546 because it caused PrerenderHTML5VideoNetwork to timeout on wind...
sadrul@chromium.org
2012-01-21
4
-169
/
+109
*
Fire canplaythrough as soon as download defers to fix autoplay
vrk@google.com
2012-01-20
4
-109
/
+169
*
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
[next]