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
*
Add missing AutoLocks to a few ChunkDemuxer methods that needed them.
acolwell@chromium.org
2012-12-14
1
-4
/
+7
*
Rename DecryptorNotificationCB to DecryptorReadyCB.
xhwang@chromium.org
2012-12-14
10
-74
/
+44
*
Handle invalid audio latency information more gracefully.
dalecurtis@google.com
2012-12-13
1
-0
/
+10
*
Remove use of AV_EF_CAREFUL from media code.
scherkus@chromium.org
2012-12-13
4
-4
/
+0
*
Revert FFmpegDemuxer to pre-r171883 capacity behaviour.
scherkus@chromium.org
2012-12-13
1
-0
/
+5
*
Remove failing CHECK(). Best effort fix for M24. BUG=158170,163149
dalecurtis@google.com
2012-12-12
1
-2
/
+0
*
Revert 170119
dalecurtis@google.com
2012-12-12
2
-23
/
+22
*
Revert 172385
dbeam@chromium.org
2012-12-11
2
-43
/
+42
*
Let ALSA enumerate audio devices rather than iterating over physical devices.
wez@chromium.org
2012-12-11
2
-42
/
+43
*
Remove transition to INITIALIZED & clearing of end_of_stream_ on seek.
acolwell@chromium.org
2012-12-11
2
-17
/
+48
*
Update ChunkDemuxer to allow appending after EndOfStream() is called.
acolwell@chromium.org
2012-12-11
2
-3
/
+44
*
Re-land fix for Media Foundation crash. Remove Vista support.
tommi@chromium.org
2012-12-10
3
-10
/
+38
*
Revert 172049
battre@chromium.org
2012-12-10
3
-36
/
+10
*
Do a thorough check for the availability of the Media Foundation DLLs.
tommi@chromium.org
2012-12-10
3
-10
/
+36
*
Replace av_malloc with AlignedAlloc for memory allocation in VideoFrame.
xhwang@chromium.org
2012-12-08
3
-37
/
+35
*
Replace trampolining in FFmpegDemuxer with explicit thread calling convention...
scherkus@chromium.org
2012-12-08
5
-137
/
+103
*
Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m...
acolwell@chromium.org
2012-12-08
30
-140
/
+278
*
Introduce time-based caching of encoded data to FFmpegDemuxer (round 2).
scherkus@chromium.org
2012-12-07
6
-77
/
+401
*
Pass in media message loop to VideoRendererBase and enforce calling on the ri...
scherkus@chromium.org
2012-12-07
12
-321
/
+185
*
Set video capture frame rate based on client's request.
wjia@chromium.org
2012-12-07
2
-0
/
+19
*
Revert time change from r171701.
dalecurtis@google.com
2012-12-07
1
-1
/
+1
*
Delay delivery of audio input data.
dalecurtis@google.com
2012-12-07
3
-4
/
+26
*
Revert 171681
tzik@chromium.org
2012-12-07
2
-24
/
+2
*
Delay delivery of audio input data.
dalecurtis@google.com
2012-12-07
2
-2
/
+24
*
Add AudioFileReader unittest.
dalecurtis@chromium.org
2012-12-07
2
-0
/
+123
*
Encrypted Media: Use std::string for key message in media pipeline.
xhwang@chromium.org
2012-12-06
6
-42
/
+17
*
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
16
-435
/
+432
*
Add support for audio config changes.
acolwell@chromium.org
2012-12-05
14
-120
/
+1075
*
Re-land https://codereview.chromium.org/11419200/
tommi@chromium.org
2012-12-05
7
-113
/
+719
*
Revert 171212
tommi@chromium.org
2012-12-05
7
-714
/
+115
*
Re-land https://codereview.chromium.org/11419200/
tommi@chromium.org
2012-12-05
7
-115
/
+714
*
Add test data for new AudioFileReader tests.
dalecurtis@google.com
2012-12-05
7
-0
/
+0
*
Encrypted Media: Allows empty key message to be fired.
xhwang@chromium.org
2012-12-04
2
-9
/
+11
*
Revert 170912 - need more delayloads.
tommi@chromium.org
2012-12-04
7
-701
/
+115
*
Associate audio streams with their source/destination RenderView.
miu@chromium.org
2012-12-04
3
-67
/
+68
*
Video capture implementation using the Media Foundation API.
tommi@chromium.org
2012-12-04
7
-115
/
+701
*
Goal: Provide browser-wide audio mirroring for the TabCapture API.
justinlin@chromium.org
2012-12-04
10
-3
/
+953
*
Boost WaveOut thread priority for background audio.
dalecurtis@google.com
2012-12-04
1
-0
/
+7
*
Let content_unittests almost build with the components build on android
thakis@chromium.org
2012-11-30
1
-1
/
+1
*
Encrypted Media: Handle empty init_data in AesDecryptor::GenerateKeyRequest().
xhwang@chromium.org
2012-11-30
2
-9
/
+18
*
Encrypted Media: No NeedKey if --enable-encrypted-media is not set.
xhwang@chromium.org
2012-11-30
4
-10
/
+21
*
media: Use named constants instead of literals.
thakis@chromium.org
2012-11-29
1
-9
/
+11
*
Encrypted Media: Remove memcpy of decoded video frame in ContentDecryptorDele...
xhwang@chromium.org
2012-11-29
2
-24
/
+68
*
Tell OSX to manage its own property listener callback thread.
dalecurtis@google.com
2012-11-29
2
-22
/
+23
*
Fix fake audio device fallback
dalecurtis@google.com
2012-11-28
1
-1
/
+1
*
Handle errors for AudioObjectGetPropertyData() calls.
dalecurtis@google.com
2012-11-28
1
-39
/
+53
*
Delete media/tools/player_wtl.
scherkus@chromium.org
2012-11-28
14
-2836
/
+0
*
Remove MessageLoopProxy-getting callbacks from various media classes.
scherkus@chromium.org
2012-11-28
23
-145
/
+68
*
Free (and pause) audio resources when getting a phone call
miguelg@chromium.org
2012-11-28
5
-14
/
+83
[next]