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
*
Use scoped_ptr<> and deleter for media::DecoderBuffer::data_.
xhwang@chromium.org
2013-01-09
2
-24
/
+10
*
Roll FFMpeg for M26. Fix ffmpeg float audio decoding.
dalecurtis@google.com
2013-01-04
3
-63
/
+72
*
Make WaitableMessageLoopEvent return immediately if it has already been signa...
scherkus@chromium.org
2013-01-03
1
-1
/
+5
*
Change PipelineStatusCB to Closure for ended callbacks.
wolenetz@chromium.org
2013-01-03
3
-12
/
+11
*
Vanquish the remnants of media::MessageLoopFactory.
scherkus@chromium.org
2013-01-02
2
-110
/
+0
*
Revert "Add wrapper class to media for support of VP9 video, and add a comman...
fsamuel@chromium.org
2012-12-28
3
-11
/
+2
*
Encrypted Media: Replace DecryptorClient with key event callbacks.
xhwang@chromium.org
2012-12-22
4
-104
/
+30
*
Add wrapper class to media for support of VP9 video, and add a command line f...
tomfinegan@chromium.org
2012-12-22
3
-2
/
+11
*
Revert 174311
kinaba@chromium.org
2012-12-21
3
-11
/
+2
*
Add wrapper class to media for support of VP9 video, and add a command line f...
tomfinegan@chromium.org
2012-12-21
3
-2
/
+11
*
Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and de...
ajwong@chromium.org
2012-12-20
3
-4
/
+5
*
check if app has READ_PHONE_STATE permission before listening to it
qinmin@chromium.org
2012-12-19
1
-9
/
+15
*
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
[next]