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
*
MSE: Reduce spurious discontinuities caused by partial append window start ov...
wolenetz@chromium.org
2014-06-18
2
-3
/
+24
*
MSE: Allow negative parsed frame PTS/DTS in FrameProcessor
wolenetz@chromium.org
2014-06-17
2
-6
/
+30
*
Support casting for embedded YT videos
maybelle@chromium.org
2014-06-17
7
-10
/
+25
*
Fix the flushing process of DecryptingAudioDecoder.
xhwang@chromium.org
2014-06-17
4
-70
/
+74
*
Revert 277794 "Modifies AudioInputCallback::OnData and use media..."
macourteau@chromium.org
2014-06-17
37
-292
/
+214
*
Remove the atomic operations from media::AudioFifo, making it truly thread-un...
glider@chromium.org
2014-06-17
2
-18
/
+5
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-17
37
-214
/
+292
*
Remove unnecessary #includes in sounds_manager.cc.
sungmann.cho@navercorp.com
2014-06-17
1
-2
/
+0
*
Fix WebMStreamParser to continue parsing after a cluster end
sergeyu@chromium.org
2014-06-17
4
-48
/
+96
*
Change how "all frames missing" is encoded.
hubbe@chromium.org
2014-06-16
8
-24
/
+200
*
Fix a timing-sensitive crash in cast ExternalVideoEncoder::SetBitRate().
hshi@chromium.org
2014-06-16
2
-1
/
+9
*
Revert 277425 "Support casting for embedded YT videos"
jam@chromium.org
2014-06-16
6
-23
/
+9
*
Support casting for embedded YT videos
maybelle@chromium.org
2014-06-16
6
-9
/
+23
*
Revert of Fix seeking when the start time is non-zero. (https://codereview.ch...
tkent@chromium.org
2014-06-16
10
-262
/
+136
*
Fix seeking when the start time is non-zero.
dalecurtis@chromium.org
2014-06-16
10
-136
/
+262
*
Fix the flushing process of DecryptingVideoDecoder.
xhwang@chromium.org
2014-06-14
3
-62
/
+60
*
Cast: Synthetic benchmark tool.
hubbe@chromium.org
2014-06-14
8
-8
/
+888
*
Add extra parameters in tracing DecryptingVideoDecoder::DecodePendingBuffer().
xhwang@chromium.org
2014-06-14
1
-2
/
+3
*
Web MIDI: MidiManager crashes if a session is ended while initializing
toyoshim@chromium.org
2014-06-13
3
-11
/
+32
*
Simplify WebMediaPlayerAndroid teardown process.
xhwang@chromium.org
2014-06-13
2
-4
/
+0
*
Fix an issue that MediaCodec.getCodecInfo() can throw an exception
qinmin@chromium.org
2014-06-13
1
-17
/
+40
*
Add an IPC to return the platform supported key-system names in Android.
ycheo@chromium.org
2014-06-13
2
-1
/
+22
*
generate_stubs: Allow // comments as well as the existing #.
rsesek@chromium.org
2014-06-13
1
-6
/
+6
*
MSE: On init segment received, set need random access point flag on all track...
wolenetz@chromium.org
2014-06-13
6
-10
/
+48
*
Fix crash caused by removing the gap at the beginning of a media segment.
acolwell@chromium.org
2014-06-13
2
-4
/
+60
*
Cast: Don't cancel re-transmission for some cases
hclam@chromium.org
2014-06-12
7
-11
/
+30
*
Tries to avoid crash in media::CoreAudioUtil::CreateDeviceEnumerator.
henrika@chromium.org
2014-06-12
1
-0
/
+12
*
Fix BrowserMediaPlayerManager and BrowserCdmManager destruction order.
xhwang@chromium.org
2014-06-12
1
-4
/
+8
*
Revert 276603 "Cast: Synthetic benchmark tool."
phoglund@chromium.org
2014-06-12
8
-886
/
+8
*
Cast: Updated congestion control
hubbe@chromium.org
2014-06-12
5
-275
/
+318
*
Cast: Synthetic benchmark tool.
hubbe@chromium.org
2014-06-12
8
-8
/
+886
*
VideoCaptureDevice Win: Enumerate devices' supported formats when they don't ...
mcasas@chromium.org
2014-06-12
1
-5
/
+10
*
media: Add MediaOzonePlatform support
tiago.vignatti@intel.com
2014-06-12
4
-0
/
+186
*
Prevent incorrect start time from being used during new range creation.
acolwell@chromium.org
2014-06-11
2
-6
/
+37
*
MSE: Report decode error if FrameProcessor's append to track buffer fails
wolenetz@chromium.org
2014-06-11
1
-1
/
+4
*
Add callback in VideoDecoder and AudioDecoder to return decoded frames.
sergeyu@chromium.org
2014-06-11
38
-960
/
+747
*
MSE: Remap single text track number changes in frame processor
wolenetz@chromium.org
2014-06-11
4
-10
/
+114
*
Win Video Capture: Add support for HDYC pixel format.
mcasas@chromium.org
2014-06-11
4
-9
/
+29
*
Clear Key CDM to generate close event when session is closed.
jrummell@chromium.org
2014-06-11
6
-4
/
+22
*
Introduce the ENABLE_BROWSER_CDMS macro.
xhwang@chromium.org
2014-06-10
2
-4
/
+9
*
support adaptive playback in MSE
qinmin@chromium.org
2014-06-10
8
-31
/
+197
*
Improves audio support for case when process lacks MODIFY_AUDIO_SETTINGS and/...
henrika@chromium.org
2014-06-09
2
-22
/
+70
*
Use seq instead of rawmidi for MidiManagerAlsa
agoode@chromium.org
2014-06-08
3
-189
/
+356
*
Always round up coded size to avoid VideoFrame restrictions.
dalecurtis@chromium.org
2014-06-08
2
-2
/
+20
*
Separate BrowserCdmManager from BrowserMediaPlayerManager.
xhwang@chromium.org
2014-06-07
2
-53
/
+0
*
Remove fischman from WATCHLISTS and OWNERS as I am leaving the Chrome PA. Au...
fischman@chromium.org
2014-06-07
1
-1
/
+0
*
Revert of Revert of Merge VideoDecodeAcceleratorImpl with VideoDecodeAccelera...
dcheng@chromium.org
2014-06-07
3
-0
/
+20
*
Cast: reduce the amount of retransmission packets
hclam@chromium.org
2014-06-07
8
-213
/
+237
*
VideoCaptureDevice: remove emtpy static methods that are now implemented in t...
mcasas@chromium.org
2014-06-07
4
-95
/
+0
*
Add Promises for EME (Chromium side)
jrummell@chromium.org
2014-06-07
19
-525
/
+1357
[next]