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
*
Fix most GN clang errors.
brettw@chromium.org
2014-07-17
1
-0
/
+2
*
Fold DecryptingDemuxerStream::Stop() into the dtor.
xhwang@chromium.org
2014-07-17
7
-115
/
+71
*
Use audio thread for the fake input audio stream.
xians@chromium.org
2014-07-17
2
-22
/
+50
*
Update SourceBufferStream and its unit tests to always expect valid durations.
acolwell@chromium.org
2014-07-17
5
-73
/
+121
*
AVFoundation video capture: blacklisting micro fix
mcasas@chromium.org
2014-07-17
1
-1
/
+1
*
Fold DecoderStream::Stop() into the dtor.
xhwang@chromium.org
2014-07-17
7
-162
/
+95
*
Removed extra video_rotation_ from FFmpeg Demuxer
suderman@chromium.org
2014-07-17
1
-2
/
+0
*
CdmAdapter: Allow parallel SendPlatformChallenge() calls.
xhwang@chromium.org
2014-07-17
2
-35
/
+33
*
Fold {Audio|Video}Decoder::Stop() into the dtor.
xhwang@chromium.org
2014-07-16
30
-275
/
+129
*
Add a block based Audio FIFO.
xians@chromium.org
2014-07-16
4
-1
/
+306
*
Add playback underflow logic to media::VideoRendererImpl.
scherkus@chromium.org
2014-07-16
2
-5
/
+46
*
Enable media in default GN build -- Part Deux!
dalecurtis@google.com
2014-07-16
1
-65
/
+151
*
Remove media::AudioRendererImpl::now_cb_ and clean up tests (round 2).
scherkus@chromium.org
2014-07-16
3
-161
/
+58
*
Fix 'except' and 'prefer' spelling.
tnagel@chromium.org
2014-07-16
1
-1
/
+1
*
Revert of Update SourceBufferStream and its unit tests to always expect valid...
falken@chromium.org
2014-07-16
4
-111
/
+71
*
Update SourceBufferStream and its unit tests to always expect valid durations.
acolwell@chromium.org
2014-07-16
4
-71
/
+111
*
Update media::AudioClock API to take time since writing into account.
scherkus@chromium.org
2014-07-16
4
-13
/
+76
*
Use SkSrc_Mode in SkCanvasVideoRenderer, to prevent transparent video frames ...
rileya@chromium.org
2014-07-16
6
-0
/
+53
*
CdmAdapter: Value initialize PP_Decrypted*Info.
xhwang@chromium.org
2014-07-16
1
-3
/
+3
*
Add wolenetz@chromium.org to media OWNERs files.
acolwell@chromium.org
2014-07-15
1
-0
/
+1
*
Cast: Reshuffle files under media/cast
hclam@chromium.org
2014-07-15
140
-1134
/
+1001
*
Make DecryptingDemuxerStream::Stop() synchronous.
xhwang@chromium.org
2014-07-15
6
-40
/
+13
*
Remove media::VideoRenderer::SetPlaybackRate() (round 2).
scherkus@chromium.org
2014-07-14
7
-75
/
+21
*
Mpeg2 TS - simplify the buffer emission logic.
damienv@chromium.org
2014-07-14
2
-31
/
+134
*
Always use 48kHz for OPUS decoding.
dalecurtis@chromium.org
2014-07-14
4
-47
/
+61
*
Revert of Remove media::VideoRenderer::SetPlaybackRate(). (https://codereview...
falken@chromium.org
2014-07-14
7
-23
/
+69
*
Revert 282795 "Have media content and chrome browser tests load ..."
shadi@google.com
2014-07-12
24
-1686
/
+4
*
Some cleanup in PipelineTest.
xhwang@chromium.org
2014-07-12
1
-70
/
+74
*
Remove media::VideoRenderer::SetPlaybackRate().
scherkus@chromium.org
2014-07-12
7
-69
/
+23
*
Have media content and chrome browser tests load data from media/test/data
shadi@chromium.org
2014-07-12
24
-4
/
+1686
*
Revert 282780 because it broke the android-gn build.
sadrul@chromium.org
2014-07-12
1
-44
/
+44
*
Enable media in default GN build.
dalecurtis@chromium.org
2014-07-12
1
-44
/
+44
*
Zero initialize the first allocation of a VideoFrame.
dalecurtis@chromium.org
2014-07-12
2
-3
/
+19
*
Add test data for BUG=392827
dalecurtis@google.com
2014-07-12
1
-0
/
+0
*
Zero initialize OPUS stream mapping data.
dalecurtis@chromium.org
2014-07-11
1
-1
/
+2
*
Skip to enter the fullscreen automatically when hole-punching is enabled.
ycheo@chromium.org
2014-07-11
3
-1
/
+18
*
Mpeg2TS - estimate duration for video frames.
damienv@chromium.org
2014-07-11
9
-80
/
+466
*
Encrypted Media: Fix PpbBuffer::Destroy().
xhwang@chromium.org
2014-07-11
3
-35
/
+86
*
Add a ref counted audio bus.
rkc@chromium.org
2014-07-11
2
-1
/
+32
*
Cast: Update simulator tool with more inputs.
imcheng@chromium.org
2014-07-11
4
-31
/
+168
*
Allow AudioRendererMixerInputs to be restarted after stopped.
dalecurtis@chromium.org
2014-07-11
3
-11
/
+23
*
Converts most logic in media.gyp to BUILD.gn files.
ajwong@chromium.org
2014-07-10
1
-0
/
+1362
*
Revert 282424 "Remove media::AudioRendererImpl::now_cb_ and clea..."
scherkus@chromium.org
2014-07-10
3
-57
/
+161
*
Remove media::AudioRendererImpl::now_cb_ and clean up tests.
scherkus@chromium.org
2014-07-10
3
-161
/
+57
*
Use AudioClock to determine when audio playback has ended.
scherkus@chromium.org
2014-07-10
2
-54
/
+3
*
Provide gtest printers for ui/gfx geometry types
jamesr@chromium.org
2014-07-10
1
-0
/
+2
*
Update to Pipeline Metadata and Decoder stream
suderman@chromium.org
2014-07-10
19
-1
/
+148
*
Rename media::Clock to media::TimeDeltaInterpolator and update API.
scherkus@chromium.org
2014-07-10
12
-353
/
+298
*
MSE: Optimize frame processor appends to streams
wolenetz@chromium.org
2014-07-09
2
-9
/
+63
*
Add rotated MP4 test movie content.
scherkus@chromium.org
2014-07-09
4
-0
/
+0
[next]