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
*
Merge 176211
dalecurtis@google.com
2013-01-17
6
-32
/
+120
*
Fix a bug that device goes to sleep while playing video
qinmin@chromium.org
2012-12-18
1
-1
/
+1
*
Add wrapper class to media for support of Opus audio, and add a command line ...
tomfinegan@chromium.org
2012-12-18
3
-3
/
+7
*
[Android] Output unchecked warnings and fix existing instances.
yfriedman@chromium.org
2012-12-18
1
-3
/
+3
*
Fix typo'd usage of OS_MAC vs OS_MACOSX!
dalecurtis@google.com
2012-12-15
2
-2
/
+2
*
Rename DecryptorNotificationCB to DecryptorReadyCB.
xhwang@chromium.org
2012-12-14
1
-0
/
+12
*
Replace av_malloc with AlignedAlloc for memory allocation in VideoFrame.
xhwang@chromium.org
2012-12-08
2
-31
/
+15
*
Replace trampolining in FFmpegDemuxer with explicit thread calling convention...
scherkus@chromium.org
2012-12-08
2
-2
/
+7
*
Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m...
acolwell@chromium.org
2012-12-08
4
-1
/
+49
*
Introduce time-based caching of encoded data to FFmpegDemuxer (round 2).
scherkus@chromium.org
2012-12-07
3
-0
/
+285
*
Pass in media message loop to VideoRendererBase and enforce calling on the ri...
scherkus@chromium.org
2012-12-07
1
-0
/
+7
*
Encrypted Media: Use std::string for key message in media pipeline.
xhwang@chromium.org
2012-12-06
3
-21
/
+5
*
Request audio focus upon music play and pause when losing it fully.
miguelg@chromium.org
2012-12-06
1
-3
/
+27
*
Replace WaitableEvents and ConditionalVariables in VideoRendererBase tests wi...
scherkus@chromium.org
2012-12-06
5
-80
/
+157
*
Add support for audio config changes.
acolwell@chromium.org
2012-12-05
8
-0
/
+855
*
Encrypted Media: No NeedKey if --enable-encrypted-media is not set.
xhwang@chromium.org
2012-11-30
2
-0
/
+6
*
Encrypted Media: Remove memcpy of decoded video frame in ContentDecryptorDele...
xhwang@chromium.org
2012-11-29
2
-24
/
+68
*
Free (and pause) audio resources when getting a phone call
miguelg@chromium.org
2012-11-28
5
-14
/
+83
*
Add missing return statement in media::BindToLoop() when using scoped_ptr_mal...
scherkus@chromium.org
2012-11-27
3
-2
/
+33
*
Unify AudioParameter validiation checks in AudioRendererAlgorithm.
dalecurtis@chromium.org
2012-11-22
1
-1
/
+1
*
Fix uninitialized read in AudioRendererMixer unit tests.
dalecurtis@chromium.org
2012-11-21
1
-0
/
+3
*
Combine media decoding and pipeline threads.
scherkus@chromium.org
2012-11-21
2
-4
/
+0
*
Revert 169004 - Introduce time-based caching of encoded data to FFmpegDemuxer.
scherkus@chromium.org
2012-11-21
3
-285
/
+0
*
Introduce time-based caching of encoded data to FFmpegDemuxer.
scherkus@chromium.org
2012-11-21
3
-0
/
+285
*
Collapse AudioRendererMixer and OnMoreDataResampler into AudioTransform.
dalecurtis@chromium.org
2012-11-21
17
-194
/
+774
*
Fix a crash that media player can get released while getting cookies
qinmin@chromium.org
2012-11-19
1
-0
/
+2
*
Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.
xians@chromium.org
2012-11-16
1
-0
/
+81
*
Get PulseAudio implementation working.
dalecurtis@google.com
2012-11-16
3
-8
/
+38
*
Increase Windows XP hardware buffer size to 4096.
dalecurtis@google.com
2012-11-16
2
-0
/
+5
*
Add DecryptingDemuxerStream.
xhwang@chromium.org
2012-11-15
1
-0
/
+1
*
Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...
scherkus@chromium.org
2012-11-14
2
-4
/
+5
*
Revert 167638 - Reimplement FileDataSource using file_util::MemoryMappedFile ...
jochen@chromium.org
2012-11-14
2
-5
/
+4
*
Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...
scherkus@chromium.org
2012-11-14
2
-4
/
+5
*
media: Update calls from RunAllPending() to RunUntilIdle().
xhwang@chromium.org
2012-11-14
1
-15
/
+15
*
Revert 167387 - Break down the webrtc code and AudioInputDevice into a WebRtc...
wez@chromium.org
2012-11-13
1
-81
/
+0
*
Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.
xians@chromium.org
2012-11-13
1
-0
/
+81
*
Add RunCallback to invoke a callback parameter in unittests.
xhwang@chromium.org
2012-11-13
4
-102
/
+281
*
Plumb through cropped output size for VideoFrame
sheu@chromium.org
2012-11-09
5
-59
/
+88
*
Linux: fix build with system ffmpeg (Chromium side).
phajdan.jr@chromium.org
2012-11-08
1
-0
/
+9
*
Revert "Fix UV plane interpolation for YUV formats"
phajdan.jr@chromium.org
2012-11-06
2
-74
/
+48
*
Fix UV plane interpolation for YUV formats
sheu@chromium.org
2012-11-05
2
-48
/
+74
*
Add RegisterKeyAddedCB in Decryptor interface.
xhwang@chromium.org
2012-11-02
3
-24
/
+25
*
Adding the logic to process some new error codes from android media player
qinmin@chromium.org
2012-11-02
3
-7
/
+21
*
First step towards component build for Android.
yfriedman@chromium.org
2012-11-01
4
-4
/
+10
*
check the permission for wake lock before calling setWakeMode
qinmin@chromium.org
2012-11-01
1
-1
/
+6
*
Y coordinate calculation fixes for YUV conversion.
sheu@chromium.org
2012-10-31
2
-38
/
+95
*
Add "type" in GenerateKeyRequest() and OnNeedKey().
xhwang@chromium.org
2012-10-27
5
-7
/
+20
*
Sync new FFmpeg channel layouts.
dalecurtis@google.com
2012-10-26
3
-7
/
+95
*
Allow AudioRendererMixerInput::Stop() to be called anytime.
dalecurtis@google.com
2012-10-26
4
-6
/
+31
*
Make media::DataBuffer::DataBuffer(data, size) public.
xhwang@chromium.org
2012-10-26
4
-16
/
+20
[next]