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 low_delay flag for audio and video decoders.
sergeyu@chromium.org
2014-05-01
26
-42
/
+100
*
Loosen expectations for VideoRendererImplTest.Rebuffer*.
scherkus@chromium.org
2014-05-01
1
-2
/
+3
*
HW Video: Make media::VideoFrame handle the sync point of the compositor as w...
dongseong.hwang@intel.com
2014-04-30
2
-3
/
+5
*
Fix InMemoryUrlProtocol available_bytes computation.
acolwell@chromium.org
2014-04-30
2
-3
/
+62
*
Fix incorrect config id being associated with post splice buffer.
dalecurtis@chromium.org
2014-04-30
4
-27
/
+59
*
Introduce AudioDiscardHelper. Refactor audio decoders to use it.
dalecurtis@chromium.org
2014-04-29
4
-167
/
+37
*
Don't double correct for discarded codec delay frames.
dalecurtis@chromium.org
2014-04-28
5
-14
/
+240
*
Consider text tracks in the frame processor for new media segments.
dalecurtis@chromium.org
2014-04-28
3
-48
/
+78
*
Update VideoFrameScheduler API and add clockless and testing implementations.
scherkus@chromium.org
2014-04-28
8
-10
/
+285
*
MSE: Make WebMClusterParser hold back buffers at or beyond buffer missing dur...
wolenetz@chromium.org
2014-04-28
1
-17
/
+3
*
Ensure DiscardPadding is parsed as a signed integer.
dalecurtis@chromium.org
2014-04-28
2
-9
/
+11
*
Add live mode detection in WebM MediaSource parser.
sergeyu@chromium.org
2014-04-28
4
-0
/
+36
*
Make VideoFrameSchedulerProxy own the scheduler it is proxying.
scherkus@chromium.org
2014-04-27
2
-9
/
+10
*
Fix SPS/PPS insertion logic in MP4StreamParser.
acolwell@chromium.org
2014-04-26
1
-0
/
+11
*
Add media::StreamParser::InitParameter struct.
sergeyu@chromium.org
2014-04-25
2
-34
/
+20
*
Disable test so test data file can be updated.
dalecurtis@chromium.org
2014-04-25
1
-1
/
+2
*
Loosen timestamp requirement for VideoRendererImplTest.Rebuffer* tests.
scherkus@chromium.org
2014-04-24
1
-2
/
+2
*
Refactor media::VideoRendererImpl tests to use more human-friendly notation f...
scherkus@chromium.org
2014-04-23
1
-136
/
+135
*
Update current time and pipeline of time update on first audio buffer.
dalecurtis@chromium.org
2014-04-23
2
-6
/
+42
*
Update media::VideoRendererImpl tests to verify display callbacks.
scherkus@chromium.org
2014-04-23
1
-110
/
+38
*
Remove explicit keyword from media::FakeVideoDecoder constructor.
scherkus@chromium.org
2014-04-22
1
-2
/
+1
*
Remove defunct media::VideoRendererImpl::kMaxLastFrameDuration code.
scherkus@chromium.org
2014-04-22
3
-24
/
+0
*
Simplify AudioSplicer logic which slots buffers before or after a splice point.
dalecurtis@chromium.org
2014-04-20
4
-14
/
+72
*
Revert 264803 "Revert 264763 "Wire up codec_delay() to MP3Stream..."
dalecurtis@google.com
2014-04-18
6
-46
/
+41
*
Revert 264763 "Wire up codec_delay() to MP3StreamParser and FFmp..."
rockot@chromium.org
2014-04-18
6
-41
/
+46
*
Revert 264766 "Simplify AudioSplicer logic which slots buffers b..."
rockot@chromium.org
2014-04-18
2
-14
/
+3
*
Simplify AudioSplicer logic which slots buffers before or after a splice point.
dalecurtis@chromium.org
2014-04-18
2
-3
/
+14
*
Wire up codec_delay() to MP3StreamParser and FFmpegAudioDecoder.
dalecurtis@chromium.org
2014-04-18
6
-46
/
+41
*
Fix unit test failures with estimated durations and splice frames.
dalecurtis@chromium.org
2014-04-18
4
-46
/
+63
*
Skip XING frames inside the MP3StreamParser.
dalecurtis@chromium.org
2014-04-17
1
-4
/
+4
*
Use larger buffer sizes for lower power on Linux.
dalecurtis@chromium.org
2014-04-17
1
-1
/
+8
*
Add WebMediaPlayer::timelineOffset() support to WebMediaPlayerImpl.
acolwell@chromium.org
2014-04-16
7
-8
/
+141
*
Introduce VideoFrameScheduler{Impl,Proxy}.
scherkus@chromium.org
2014-04-16
6
-0
/
+471
*
Migrate VideoDecoder::HasAlpha() and associated plumbing into VideoFrameCompo...
scherkus@chromium.org
2014-04-15
13
-48
/
+6
*
Fix missing splice_timestamp() on pre-splice buffers.
dalecurtis@chromium.org
2014-04-12
2
-0
/
+17
*
Rename VideoFrame::{Get,Set}Timestamp() to {set_}timestamp().
scherkus@chromium.org
2014-04-10
6
-19
/
+19
*
Move DataSourceHost to BufferedDataSourceHost.
sandersd@chromium.org
2014-04-10
1
-1
/
+0
*
don't call (deprecated) getTotalClip
reed@google.com
2014-04-09
1
-1
/
+4
*
Remove all uses of GG_LONGLONG and GG_ULONGLONG.
viettrungluu@chromium.org
2014-04-08
1
-1
/
+1
*
Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG."
scottmg@chromium.org
2014-04-07
1
-1
/
+1
*
Remove all uses of GG_LONGLONG and GG_ULONGLONG.
viettrungluu@chromium.org
2014-04-07
1
-1
/
+1
*
Remove audio sample format hack in DecryptingAudioDecoder.
xhwang@chromium.org
2014-04-05
1
-12
/
+0
*
Remove redundant I420-to-YV12 conversion in MediaStreamVideoTrack.
hshi@chromium.org
2014-04-03
1
-19
/
+17
*
Separate DemuxerHost from DataSourceHost.
sandersd@chromium.org
2014-04-03
6
-52
/
+2
*
MSE: Pick frame processor in ChunkDemuxer::AddId; prepare unit tests to pick ...
wolenetz@chromium.org
2014-04-03
4
-157
/
+207
*
Make VEA client of command buffer; move sync. IPC to VDA/VEA::Initialize()
sheu@chromium.org
2014-04-03
5
-18
/
+14
*
Strengthen no-splice verification. Use frames instead of timestamps.
dalecurtis@chromium.org
2014-04-02
2
-8
/
+7
*
Handle near-colinear cases in WSOLAS QuadraticInterpolation better.
sandersd@chromium.org
2014-04-02
3
-26
/
+41
*
Remove unnecessary decoder() getter from DecoderStream.
rileya@chromium.org
2014-04-02
1
-4
/
+0
*
MSE: Use frame duration, if available, in LegacyFrameProcessor
wolenetz@chromium.org
2014-04-01
6
-62
/
+117
[next]