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
*
Merge 120767 - Ensures that low-latency audio unit tests passes on Win 7 buil...
tommi@chromium.org
2012-02-07
2
-2
/
+8
*
Merge 120095 - Fix crash on Mac OS X caused by querying audio stream latency.
crogers@google.com
2012-02-07
1
-32
/
+1
*
Fix ChunkDemuxer seek deadlock
acolwell@chromium.org
2012-01-31
15
-129
/
+557
*
Fold Pipeline::Init() into Pipeline::Start().
scherkus@chromium.org
2012-01-30
6
-53
/
+68
*
Don't register an ffmpeg bitstream filter more than once.
fischman@chromium.org
2012-01-30
1
-2
/
+5
*
PinBase: Fix assign-to-self bug.
jhawkins@chromium.org
2012-01-30
1
-2
/
+2
*
Minor code refactoring: move 'signal send end of stream' from
enal@chromium.org
2012-01-28
7
-24
/
+63
*
Cleanup: Remove static storage for variables in an unnamed namespace.
jhawkins@chromium.org
2012-01-28
1
-2
/
+0
*
Add OSSTATUS_LOG API.
mark@chromium.org
2012-01-27
5
-29
/
+42
*
Detect errors in audio output and report them upstream.
fischman@chromium.org
2012-01-27
5
-10
/
+23
*
Disable ULDI on reference to yuv_convert (vs2010)
scottmg@google.com
2012-01-27
1
-0
/
+1
*
Fix ChunkDemuxer crash & parse errors on audio-only or video-only content.
acolwell@chromium.org
2012-01-27
4
-64
/
+151
*
Audio only & Video only versions of bear-320x240.webm
acolwell@chromium.org
2012-01-27
2
-0
/
+0
*
Implement support for a cancelable SyncSocket.
tommi@chromium.org
2012-01-25
1
-6
/
+4
*
Improves file-handling in WASAPIAudioInputStreamRecordToFile unit test.
henrika@chromium.org
2012-01-24
1
-11
/
+21
*
Adding tommi@chromium.org to media-related OWNERS files.
scherkus@chromium.org
2012-01-24
1
-0
/
+1
*
Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.
fischman@chromium.org
2012-01-23
1
-3
/
+1
*
Move the NOTREACHED/DCHECK check into GetMixFormat and remove it from Hardwar...
tommi@chromium.org
2012-01-23
1
-8
/
+7
*
Die, Pts{Stream,Heap}, Die!
fischman@chromium.org
2012-01-21
11
-482
/
+1
*
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
*
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
[next]