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
*
Allow StopStream() to be called multiple times.
dalecurtis@google.com
2012-09-17
2
-1
/
+11
*
Use fallback path on invalid audio parameters.
dalecurtis@google.com
2012-09-17
1
-18
/
+44
*
Pipeline VDA::Decode()s to smooth out video decode performance on more challe...
fischman@chromium.org
2012-09-16
1
-4
/
+13
*
mac: Unbreak building with the 10.7 SDK
thakis@chromium.org
2012-09-15
1
-1
/
+1
*
Protect Update{Audio|Video}Config() by lock in ChunkDemuxerStream.
xhwang@chromium.org
2012-09-15
1
-0
/
+2
*
Add Mac OS X unified audio I/O back-end
crogers@google.com
2012-09-14
3
-0
/
+501
*
Adds support for 2->1 channel down mixing for WASAPI on Windows.
henrika@chromium.org
2012-09-14
2
-30
/
+89
*
Flip AudioOutputResampler to on by default.
dalecurtis@google.com
2012-09-14
4
-9
/
+24
*
Bypass audio resampler on XP / non-WASAPI wave out path.
dalecurtis@google.com
2012-09-14
6
-22
/
+38
*
Add UMA statistics to WASAPIAudioOutputStream().
dalecurtis@chromium.org
2012-09-14
2
-0
/
+43
*
Add --disable-audio-fallback flag for debugging.
dalecurtis@chromium.org
2012-09-14
3
-3
/
+17
*
Adjust tsan suppressions for media::Pipeline due to r156011.
scherkus@chromium.org
2012-09-13
1
-0
/
+4
*
If cras is used, make only one audio device available: "Automatic".
chihchung@chromium.org
2012-09-13
2
-2
/
+38
*
Remove VideoDecoder::PrepareForShutdownHack() and friends.
scherkus@chromium.org
2012-09-13
10
-62
/
+3
*
Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClient
acolwell@chromium.org
2012-09-12
9
-127
/
+84
*
Automatically fall back to non-low latency on open() failure.
dalecurtis@chromium.org
2012-09-12
3
-38
/
+183
*
Remove WASAPI channel count. Too much trouble for now.
dalecurtis@google.com
2012-09-12
1
-29
/
+6
*
Fix Windows XP build.
dalecurtis@google.com
2012-09-12
1
-13
/
+21
*
Fix iOS build bustage in AudioManagerBase
stuartmorgan@chromium.org
2012-09-12
1
-0
/
+6
*
Add UMA reporting for audio hardware parameters.
dalecurtis@google.com
2012-09-12
4
-18
/
+69
*
Improves buffer handling for Windows and ensures that we can use all possible...
henrika@chromium.org
2012-09-12
2
-8
/
+18
*
Allow audio system to handle synchronized low-latency audio I/O
crogers@google.com
2012-09-12
27
-65
/
+285
*
Fix ChunkDemuxer signal an error instead of crash when a parser gives it inva...
acolwell@chromium.org
2012-09-12
1
-1
/
+5
*
Fix resampler flushing while OnMoreData() is in progress.
dalecurtis@chromium.org
2012-09-11
3
-34
/
+149
*
Reset 'can_update_offset' on call to ChunkDemuxer::Abort()
strobe@google.com
2012-09-11
2
-0
/
+7
*
Temporarily disable DCHECK() inside media::Pipeline::~Pipeline().
scherkus@chromium.org
2012-09-11
1
-0
/
+4
*
Rewrite media::Pipeline state transition machinery and simplify shutdown.
scherkus@chromium.org
2012-09-11
7
-911
/
+464
*
As titled! AudioOutputResampler is a single stream output resampler which uses
dalecurtis@google.com
2012-09-11
14
-146
/
+624
*
Made media compiled by clang
michaelbai@chromium.org
2012-09-10
1
-4
/
+5
*
cras_output: Fix calculation of bytes per sample.
dgreid@chromium.org
2012-09-10
1
-1
/
+1
*
Adds media::AudioPullFifo class to Chrome.
scherkus@chromium.org
2012-09-10
7
-101
/
+286
*
Remove {base,net}_java dependencies from GYP client targets on Android.
pliard@chromium.org
2012-09-10
1
-2
/
+2
*
Set svn:eol-style to LF and remove a few CRLFs that snuck in for src/media/.
scherkus@chromium.org
2012-09-10
2
-13
/
+13
*
Create iOS Audio Manager implementation.
blundell@chromium.org
2012-09-07
6
-9
/
+236
*
use lock to make sure device will not deliver any frame after it's stopped.
wjia@chromium.org
2012-09-06
2
-2
/
+12
*
Combine audio decoding and video decoding onto a single thread.
scherkus@chromium.org
2012-09-06
5
-14
/
+10
*
Ports the WebCore::AudioFIFO in WebKit to Chrome style.
henrika@chromium.org
2012-09-06
4
-0
/
+415
*
Make initial reset period configurable for audio input no data timer.
milanb@chromium.org
2012-09-06
2
-13
/
+22
*
Exclude audio output dispatcher for iOS.
milanb@chromium.org
2012-09-05
1
-0
/
+11
*
Build supported media targets on iOS.
blundell@chromium.org
2012-09-05
2
-19
/
+81
*
Fix unitialized reads in AudioOutputController unittest.
dalecurtis@google.com
2012-09-05
2
-9
/
+13
*
Fix unitialized data access in AlsaOutputUnittest.
dalecurtis@google.com
2012-09-05
1
-4
/
+10
*
Switch OnMoreData() to use AudioBus.
dalecurtis@chromium.org
2012-09-05
39
-553
/
+444
*
Add MainHook to media unittests.
milanb@chromium.org
2012-09-05
1
-0
/
+2
*
Move various media.gyp targets into an OS!=iOS block
stuartmorgan@chromium.org
2012-09-04
1
-216
/
+223
*
Add missing break to WinAudioTest.
dalecurtis@google.com
2012-09-04
1
-0
/
+1
*
Update FFmpegAudioDecoder to support multi-frame packets.
dalecurtis@chromium.org
2012-08-30
5
-116
/
+188
*
Convert WebAudio file handlers to use AudioBus.
dalecurtis@chromium.org
2012-08-30
7
-137
/
+145
*
Rename shared memory method parameters for consistency.
dalecurtis@google.com
2012-08-30
2
-16
/
+16
*
Fix encrypted AAC in BMFF by adding subsample info.
strobe@google.com
2012-08-29
4
-17
/
+43
[next]