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
/
filters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for partial append window end trimming.
dalecurtis@chromium.org
2014-08-02
4
-50
/
+82
*
Revert "Revert 285479 "Make DataSource::Stop() synchronous.""
xhwang@chromium.org
2014-08-02
6
-32
/
+19
*
Rewrite negative ogg timestamps and ignore kNoTimestamp().
dalecurtis@google.com
2014-08-01
3
-13
/
+58
*
Use WeakPtr in media Pipeline callbacks.
xhwang@chromium.org
2014-07-31
3
-6
/
+15
*
Remove track_uid_ to avoid uint64 parsing issues with MSb set.
tbutter@gmail.com
2014-07-30
1
-1
/
+4
*
Fix AnnexB validation logic to work with encrypted content.
acolwell@chromium.org
2014-07-30
3
-5
/
+87
*
Revert 285479 "Make DataSource::Stop() synchronous."
inferno@chromium.org
2014-07-28
6
-19
/
+32
*
Fix two uninitialized variables in media.
wfh@chromium.org
2014-07-26
1
-8
/
+7
*
Update VP9 444 tests
johannkoenig@chromium.org
2014-07-25
1
-3
/
+1
*
Make DataSource::Stop() synchronous.
xhwang@chromium.org
2014-07-25
6
-32
/
+19
*
Fix various uninitialized member variables in media code.
xhwang@chromium.org
2014-07-25
2
-0
/
+2
*
media: Remove upper limit on number of frames in vpx decoder
vigneshv@chromium.org
2014-07-24
1
-11
/
+0
*
VideoRenderer: Fires all pending callbacks in dtor.
xhwang@chromium.org
2014-07-23
2
-9
/
+8
*
Fold VideoRenderer::Stop() into the dtor.
xhwang@chromium.org
2014-07-23
3
-98
/
+42
*
Remove muted_ and playback_rate_ from media::AudioRendererAlgorithm.
scherkus@chromium.org
2014-07-22
5
-81
/
+61
*
Fold AudioRenderer::Stop() into the dtor.
xhwang@chromium.org
2014-07-22
3
-99
/
+28
*
Android media: VideoFrame should not store so many sync points.
dongseong.hwang@intel.com
2014-07-22
2
-5
/
+3
*
Make media::AudioRenderer return a media::TimeSource.
scherkus@chromium.org
2014-07-22
3
-31
/
+50
*
Improve media::AudioRendererImplTest correctness via helper types.
scherkus@chromium.org
2014-07-21
1
-51
/
+68
*
Drop time from media::{Audio,Video}Renderer::StartPlayingFrom().
scherkus@chromium.org
2014-07-18
6
-37
/
+50
*
Fold DecoderSelector::Abort() into the dtor.
xhwang@chromium.org
2014-07-18
5
-57
/
+45
*
Tweak expectations for VideoRendererImplTest.StartPlayingFrom_LowDelay.
scherkus@chromium.org
2014-07-18
1
-3
/
+3
*
Add the ability for presentation timestamps to be specified in test strings.
acolwell@chromium.org
2014-07-18
1
-16
/
+60
*
Fold DecryptingDemuxerStream::Stop() into the dtor.
xhwang@chromium.org
2014-07-17
7
-115
/
+71
*
Update SourceBufferStream and its unit tests to always expect valid durations.
acolwell@chromium.org
2014-07-17
3
-73
/
+110
*
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
*
Fold {Audio|Video}Decoder::Stop() into the dtor.
xhwang@chromium.org
2014-07-16
27
-254
/
+116
*
Add playback underflow logic to media::VideoRendererImpl.
scherkus@chromium.org
2014-07-16
2
-5
/
+46
*
Remove media::AudioRendererImpl::now_cb_ and clean up tests (round 2).
scherkus@chromium.org
2014-07-16
3
-161
/
+58
*
Revert of Update SourceBufferStream and its unit tests to always expect valid...
falken@chromium.org
2014-07-16
2
-100
/
+71
*
Update SourceBufferStream and its unit tests to always expect valid durations.
acolwell@chromium.org
2014-07-16
2
-71
/
+100
*
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
2
-0
/
+14
*
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
3
-65
/
+21
*
Always use 48kHz for OPUS decoding.
dalecurtis@chromium.org
2014-07-14
1
-0
/
+28
*
Revert of Remove media::VideoRenderer::SetPlaybackRate(). (https://codereview...
falken@chromium.org
2014-07-14
3
-23
/
+59
*
Remove media::VideoRenderer::SetPlaybackRate().
scherkus@chromium.org
2014-07-12
3
-59
/
+23
*
Zero initialize OPUS stream mapping data.
dalecurtis@chromium.org
2014-07-11
1
-1
/
+2
*
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
*
Update to Pipeline Metadata and Decoder stream
suderman@chromium.org
2014-07-10
10
-0
/
+107
*
Rename media::Clock to media::TimeDeltaInterpolator and update API.
scherkus@chromium.org
2014-07-10
1
-3
/
+5
*
MSE: Optimize frame processor appends to streams
wolenetz@chromium.org
2014-07-09
2
-9
/
+63
*
Invoke the seek callback during abort if needed.
damienv@chromium.org
2014-07-09
2
-0
/
+46
*
Disable VP9 444 test
johannkoenig@google.com
2014-07-09
1
-1
/
+3
*
Update ChunkDemuxer unit tests to use real muxed clusters.
acolwell@chromium.org
2014-07-09
2
-75
/
+147
*
Small cleaups to media to support disabling ozone and libvpx properly.
ajwong@chromium.org
2014-07-09
1
-0
/
+2
[next]