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
*
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
*
Add a bool return value to media::Decryptor::GenerateKeyRequest().
xhwang@chromium.org
2012-08-29
6
-7
/
+12
*
Support setting an explicit duration on MediaSource objects
vrk@chromium.org
2012-08-28
5
-6
/
+204
*
Disable AudioOutputMixer.
dalecurtis@chromium.org
2012-08-24
3
-8
/
+43
*
use manual release for QTCaptureDecompressedVideoOutput.
wjia@chromium.org
2012-08-24
2
-6
/
+11
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-24
13
-94
/
+207
*
Revert r152236 since we found the culprit for bug 143440.
scherkus@chromium.org
2012-08-24
1
-6
/
+6
*
Revert changes from r152523 and split bitstream converter creation and enabling.
acolwell@chromium.org
2012-08-24
3
-19
/
+15
*
Split AudioRendererMixer::VectorFMAC into VectorMath library.
dalecurtis@chromium.org
2012-08-24
8
-196
/
+267
*
Guard against ALSA returning insane frame counts for current delay.
fischman@chromium.org
2012-08-23
2
-4
/
+4
*
Use scoped_refptr::swap() instead of accident-prone scoped_refptr::release().
fischman@chromium.org
2012-08-23
1
-7
/
+4
*
Revert 152919 - Guard against ALSA returning insane frame counts for current ...
rsleevi@chromium.org
2012-08-23
2
-4
/
+4
*
Guard against ALSA returning insane frame counts for current delay.
fischman@chromium.org
2012-08-23
2
-4
/
+4
*
Remove start time logic since the Media Source spec now states the start time...
acolwell@chromium.org
2012-08-22
7
-108
/
+41
*
Don't leak render thread on Stop().
dalecurtis@google.com
2012-08-22
2
-7
/
+8
*
Add support for config changes during playback to FFmpegVideoDecoder.
acolwell@chromium.org
2012-08-21
9
-105
/
+281
*
clear QTCaptureDecompressedVideoOutput's delegate when CaptureSession is rele...
wjia@chromium.org
2012-08-21
1
-0
/
+2
*
Revert 152622 - Add support for config changes during playback to FFmpegVideo...
acolwell@chromium.org
2012-08-21
9
-277
/
+103
*
Add support for config changes during playback to FFmpegVideoDecoder.
acolwell@chromium.org
2012-08-21
9
-103
/
+277
*
Remux bear-640x360.webm so it is a valid WebM file & update the ChunkDemuxer ...
acolwell@chromium.org
2012-08-21
3
-24
/
+24
*
Avoid race between initialization and shutdown of AVStream* underpinnings of ...
acolwell@chromium.org
2012-08-21
2
-4
/
+12
*
Upgrade AudioBus to support wrapping, interleaving.
dalecurtis@chromium.org
2012-08-21
10
-149
/
+406
*
Remove unused AudioTrackOutput.
dalecurtis@google.com
2012-08-21
5
-423
/
+0
*
Revert 152406 - Introduce shared_memory_support media target for PPAPI.
dalecurtis@google.com
2012-08-20
13
-207
/
+94
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-20
13
-94
/
+207
*
Update dash test files.
acolwell@chromium.org
2012-08-20
2
-0
/
+0
*
On mono mode, SL_SPEAKER_FRONT_CENTER is the channel mask;
xians@chromium.org
2012-08-20
2
-2
/
+12
*
media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy.
fischman@chromium.org
2012-08-18
4
-0
/
+330
*
Upgrade DCHECK(pending_callbacks_.get()) to CHECK().
scherkus@chromium.org
2012-08-18
1
-6
/
+6
[next]