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
*
Revert of Rename AudioRenderer::Play/Pause() to Start/StopRendering(). (https...
vabr@chromium.org
2014-05-13
7
-182
/
+109
*
Rename AudioRenderer::Play/Pause() to Start/StopRendering().
scherkus@chromium.org
2014-05-13
7
-109
/
+182
*
Fix an issue that jni generator is ignoring input param
qinmin@chromium.org
2014-05-13
1
-1
/
+1
*
Non-const impls. for WebMediaPlayer::didLoadingProgress().
sandersd@chromium.org
2014-05-12
2
-3
/
+3
*
Introduce audio/video BufferingState to Pipeline.
scherkus@chromium.org
2014-05-12
5
-90
/
+179
*
Add mp4 key rotation tests in pipeline integration test
kqyang@chromium.org
2014-05-11
1
-0
/
+128
*
Remove VideoRenderer::Pause() as it serves no real purpose.
scherkus@chromium.org
2014-05-11
7
-47
/
+11
*
Add mp4 key rotation test files
kqyang@chromium.org
2014-05-11
5
-0
/
+7
*
Replace VideoRendererImpl's kError state with a CHECK().
scherkus@chromium.org
2014-05-10
2
-12
/
+5
*
Remove the IPC to request DemuxerConfigs when config changes
qinmin@chromium.org
2014-05-10
7
-308
/
+204
*
Add AudioInputControllerCaptureStartupSuccess UMA.
xians@chromium.org
2014-05-10
2
-7
/
+18
*
Media: Add thumbnail extraction to AudioVideoMetadataExtractor.
tommycli@chromium.org
2014-05-10
3
-10
/
+59
*
Remove completion callbacks from AudioRenderer::Play/Pause().
scherkus@chromium.org
2014-05-10
9
-96
/
+96
*
Fix a lint issue with UsbMidiDeviceAndroid.java.
sungmann.cho@navercorp.com
2014-05-10
1
-0
/
+3
*
Cast: Fix a bug with indexing in LogDeserializer.
imcheng@chromium.org
2014-05-10
1
-4
/
+6
*
Cast: Fix encoding event subscriber log packet size.
imcheng@chromium.org
2014-05-10
1
-0
/
+7
*
Scrub deprecated Skia APIs.
fmalita@chromium.org
2014-05-10
1
-1
/
+1
*
Cast: Reduce bitrate drastically when close to unacked frame limit
hubbe@chromium.org
2014-05-10
2
-9
/
+28
*
Cast: Deduplicate event types in cast library.
imcheng@chromium.org
2014-05-10
50
-752
/
+689
*
Fix crash and off-by-one error in MMX YUVA->ARGB conversion.
rileya@chromium.org
2014-05-09
2
-2
/
+77
*
Implement core of compliant MediaSource coded frame processing
wolenetz@chromium.org
2014-05-09
11
-50
/
+1184
*
Revert 269354 "Added automatic mode to FakeInputAudioStream to g..."
ananta@chromium.org
2014-05-09
3
-36
/
+19
*
Replace VideoRendererImpl's kEnded state with a bool.
scherkus@chromium.org
2014-05-09
2
-12
/
+9
*
Remove support for audio renderers to disable themselves at run time.
scherkus@chromium.org
2014-05-09
17
-232
/
+40
*
Add MEDIA_EXPORT to an ffmpeg_common function to link cast_sender_app.
miu@chromium.org
2014-05-09
1
-2
/
+2
*
Added automatic mode to FakeInputAudioStream to generate automatic beeps.
xians@chromium.org
2014-05-09
3
-19
/
+36
*
Revert of Mac Video Capture Device: split VCD into VCD and Factory. (https://...
mcasas@chromium.org
2014-05-09
12
-488
/
+223
*
Mac Video Capture Device: split VCD into VCD and Factory.
mcasas@chromium.org
2014-05-09
12
-223
/
+488
*
[Cast] Fixes and clean-ups for sender-side audio timing logic.
miu@chromium.org
2014-05-09
2
-81
/
+150
*
Support CENC Sample Groups in MP4 Parser
kqyang@chromium.org
2014-05-09
5
-18
/
+217
*
Log codec IDs for MediaSource content.
acolwell@chromium.org
2014-05-09
11
-61
/
+99
*
[WebMIDI] Using UsbRequest.queue leads a crash on Android.
yhirano@chromium.org
2014-05-09
1
-6
/
+35
*
Cast: Fix another hanging bug
hubbe@chromium.org
2014-05-09
1
-6
/
+0
*
Add another network profile to the udp proxy.
hubbe@chromium.org
2014-05-09
3
-3
/
+139
*
Improve spelling of "notification".
tnagel@chromium.org
2014-05-08
2
-2
/
+2
*
Add a wrapper class for SampleToGroup iterator
kqyang@chromium.org
2014-05-08
4
-0
/
+164
*
Remove duplicate is_encrypted() check in SourceBufferStream::UpdateVideoConfi...
xhwang@chromium.org
2014-05-08
1
-5
/
+0
*
Ensure Mpeg2 TS stream parser sends valid AV configs.
damienv@chromium.org
2014-05-07
2
-2
/
+21
*
Check the permission at the first time we query the camera, if the permission...
michaelbai@chromium.org
2014-05-07
2
-17
/
+40
*
Support parsing of sgpd and sbgp boxes
kqyang@chromium.org
2014-05-07
5
-2
/
+147
*
Revert 268848 "Added automatic mode to FakeInputAudioStream to g..."
dalecurtis@google.com
2014-05-07
3
-36
/
+19
*
Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.
dmikurube@chromium.org
2014-05-07
1
-4
/
+2
*
Web MIDI: make input_ports_ and output_ports_ members private
toyoshim@chromium.org
2014-05-07
3
-24
/
+23
*
Added automatic mode to FakeInputAudioStream to generate automatic beeps.
xians@chromium.org
2014-05-07
3
-19
/
+36
*
Replicate FFmpeg's video frame allocation strategy.
dalecurtis@chromium.org
2014-05-07
2
-8
/
+19
*
Cast: Fix rtcp event dedup logic in rtcp_receiver.
imcheng@chromium.org
2014-05-07
9
-98
/
+135
*
Move IsStringUTF8/ASCII to base namespace
brettw@chromium.org
2014-05-07
1
-1
/
+1
*
64-bit porting.
anton@chromium.org
2014-05-07
1
-1
/
+1
*
Web MIDI: introduce pending client count limit to start sessions
toyoshim@chromium.org
2014-05-07
3
-22
/
+85
*
Fix build without any specific MidiManager provided
dnicoara@chromium.org
2014-05-06
1
-0
/
+6
[next]