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 VLOG when duplicate packet is received (and ignored).
hguihot@google.com
2013-12-11
1
-1
/
+7
*
Revert 239920 "Revert 239758 "Enable Audio/Video dev monitoring ..."
vadimt@chromium.org
2013-12-11
3
-4
/
+5
*
Revert 239758 "Enable Audio/Video dev monitoring and Video captu..."
vadimt@chromium.org
2013-12-10
3
-5
/
+4
*
Use integer session ID in MediaDrmBridge.
xhwang@chromium.org
2013-12-10
3
-291
/
+303
*
Add ui back as a dependency of media_perftests. This fixes an Android failure.
rileya@chromium.org
2013-12-10
1
-0
/
+1
*
Fixing all Java import ordering issues.
aurimas@chromium.org
2013-12-10
7
-28
/
+17
*
Enable Audio/Video dev monitoring and Video capture via AVFoundation by default.
mcasas@chromium.org
2013-12-10
3
-4
/
+5
*
Web MIDI: regression bug fix
toyoshim@chromium.org
2013-12-10
1
-1
/
+1
*
Rename EME WD call parameters
jrummell@chromium.org
2013-12-10
14
-350
/
+346
*
Created VideoFramePool to avoid unnecessary VideoFrame alloc/free.
acolwell@chromium.org
2013-12-10
10
-3
/
+286
*
Change AudioRendererImpl to wait for pending reads in Flush() instead of Pause()
acolwell@chromium.org
2013-12-10
3
-32
/
+172
*
Cast: Remove the closure callback from InsertRawVideoFrame
pwestin@google.com
2013-12-10
10
-54
/
+32
*
Destroy existing AudioManager instances before creating new ones.
dalecurtis@chromium.org
2013-12-10
1
-0
/
+3
*
Improve and simplify AudioOutputDispatcher.
dalecurtis@chromium.org
2013-12-10
4
-277
/
+156
*
Attempted build fix on win x64
scottmg@chromium.org
2013-12-09
1
-1
/
+2
*
Cast: Updating tests
mikhal@chromium.org
2013-12-09
3
-22
/
+46
*
Cast: Add nack and ack signaling for audio when ACM from webrtc is used.
pwestin@google.com
2013-12-09
5
-25
/
+140
*
MediaCodec can throw exceptions so catch them if needed.
rtoy@google.com
2013-12-09
1
-1
/
+10
*
Revert 239400 "Revert 239280 "Move more file_util functions to b..."
thakis@chromium.org
2013-12-08
10
-25
/
+25
*
Revert 239280 "Move more file_util functions to base namespace."
thakis@chromium.org
2013-12-08
10
-25
/
+25
*
Support non square pixel aspect ratio in the Mp2t stream parser.
damienv@chromium.org
2013-12-07
1
-12
/
+10
*
Fix double StopStream() calls during wedge fix.
dalecurtis@chromium.org
2013-12-07
2
-5
/
+24
*
Fixed wrap-around in MapTo32bitsFrameId and added unit tests.
hguihot@google.com
2013-12-07
3
-18
/
+92
*
Move more file_util functions to base namespace.
brettw@chromium.org
2013-12-07
10
-25
/
+25
*
Fix media tests in content_browsertests when use_alsa=0
dnicoara@chromium.org
2013-12-06
2
-0
/
+16
*
Support for AAC SBR extension in Mpeg2 TS through the mimetype.
damienv@chromium.org
2013-12-06
6
-12
/
+45
*
Remove keyframe detection from MediaPlayerBridgeTest.PresentationTimestampsDo...
qinmin@chromium.org
2013-12-06
2
-18
/
+11
*
Fix GpuVideoDecoder::CanReadWithoutStalling() at play start.
fischman@chromium.org
2013-12-06
1
-1
/
+3
*
Remove 'ui' dependency from some media targets where it isn't necessary.
tfarina@chromium.org
2013-12-06
1
-2
/
+0
*
Fix buffer range estimation for large files.
damienv@chromium.org
2013-12-06
1
-1
/
+5
*
Mute audio when volume is zero on Android.
wjia@chromium.org
2013-12-05
5
-5
/
+136
*
Cast: Fix audio pipeline
mikhal@chromium.org
2013-12-05
5
-16
/
+51
*
Debug video capture device to play back y4m movies.
mcasas@chromium.org
2013-12-05
5
-0
/
+388
*
Add a JNI AudioRecord implementation of AudioInputStream.
ajm@chromium.org
2013-12-05
7
-9
/
+434
*
Remove wrong assert in MediaDrmBridge.java.
xhwang@chromium.org
2013-12-05
1
-2
/
+0
*
Enable WebMIDI for Windows behind the flag
yukawa@chromium.org
2013-12-05
4
-1
/
+640
*
Disable PresentationTimestampsDoNotDecrease test.
aurimas@google.com
2013-12-05
1
-1
/
+2
*
Play ChromeVox enabled/disabled sounds natively.
dtseng@chromium.org
2013-12-04
1
-0
/
+4
*
Move GetFileSize, NormalizeFilePath to base namespace
brettw@chromium.org
2013-12-04
3
-3
/
+3
*
Make MIDIManager::DispatchSendMIDIData pure virtual.
yukawa@chromium.org
2013-12-04
4
-57
/
+45
*
FakeVCD refactoring, moving some variable use into inner
mcasas@chromium.org
2013-12-04
2
-52
/
+63
*
AndroidVideoEncodeAccelerator is born!
fischman@chromium.org
2013-12-04
6
-196
/
+507
*
Cast:Fix threading mismatch in AudioReceiver
mikhal@chromium.org
2013-12-04
2
-5
/
+21
*
Plumb AudioLog support into AudioManager.
dalecurtis@chromium.org
2013-12-04
44
-122
/
+250
*
Un-refcount media::VideoFrame::MailboxHolder
sheu@chromium.org
2013-12-04
4
-185
/
+36
*
Android can play data uri media items.
apiccion@chromium.org
2013-12-04
3
-12
/
+138
*
Add plumbing for video pixel formats with JPEG color range.
rileya@chromium.org
2013-12-04
6
-7
/
+26
*
Cast: Switching recevier to use media::VideoFrame
mikhal@google.com
2013-12-04
18
-144
/
+94
*
Cast:Forcing VP8 codec initialization on a designated thread.
mikhal@google.com
2013-12-04
4
-14
/
+14
*
Cast: Add capabity to send Receiver and Sender log messages over RTCP.
pwestin@google.com
2013-12-04
5
-38
/
+607
[next]