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
/
formats
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 284869 "Don't check reserved bits when parsing AVCDecoderC..."
scherkus@chromium.org
2014-07-29
1
-3
/
+2
*
Merge 281186 "Fix MP4StreamParser to gracefully handle running o..."
xhwang@chromium.org
2014-07-09
2
-8
/
+9
*
Merge 280405 "Fix WebM parser for MediaSource to return correct ..."
sergeyu@chromium.org
2014-07-08
1
-5
/
+3
*
Fix muxed MP4 parsing so it won't crash on partial media segment appends.
acolwell@chromium.org
2014-06-20
3
-15
/
+106
*
Fix WebMStreamParser to handle Cues between Clusters correctly.
sergeyu@chromium.org
2014-06-19
2
-72
/
+33
*
MSE: Give decode error if MDAT discard peek fails
wolenetz@chromium.org
2014-06-19
1
-2
/
+4
*
Fix WebMStreamParser to continue parsing after a cluster end
sergeyu@chromium.org
2014-06-17
3
-45
/
+67
*
Disable AnnexB validation for encrypted content.
acolwell@chromium.org
2014-05-23
1
-1
/
+2
*
Fix compilation error for https://codereview.chromium.org/282513004
vabr@chromium.org
2014-05-14
1
-8
/
+9
*
Fix TrackRunIterator so it doesn't mark everything as a keyframe.
acolwell@chromium.org
2014-05-14
6
-107
/
+189
*
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
6
-54
/
+76
*
Add a wrapper class for SampleToGroup iterator
kqyang@chromium.org
2014-05-08
3
-0
/
+161
*
Ensure Mpeg2 TS stream parser sends valid AV configs.
damienv@chromium.org
2014-05-07
2
-2
/
+21
*
Support parsing of sgpd and sbgp boxes
kqyang@chromium.org
2014-05-07
5
-2
/
+147
*
Fill video frame gaps created after discarding invalid frames.
damienv@chromium.org
2014-05-06
2
-11
/
+55
*
Fix H264ToAnnexBBitstreamConverter so it properly handles AUD NAL units.
acolwell@chromium.org
2014-05-06
2
-3
/
+11
*
Change H264AnnexBBitstreamConverter to use AVCDecoderConfigurationRecord.
acolwell@chromium.org
2014-05-05
3
-1
/
+25
*
Support start trimming post-decoding. Use it with FFmpegDemuxer.
dalecurtis@chromium.org
2014-05-03
1
-2
/
+3
*
MSE: Make WebMClusterParser hold back buffers at or beyond buffer missing dur...
wolenetz@chromium.org
2014-04-28
3
-47
/
+310
*
Ensure DiscardPadding is parsed as a signed integer.
dalecurtis@chromium.org
2014-04-28
2
-8
/
+19
*
Add live mode detection in WebM MediaSource parser.
sergeyu@chromium.org
2014-04-28
2
-1
/
+15
*
Fix SPS/PPS insertion logic in MP4StreamParser.
acolwell@chromium.org
2014-04-26
5
-16
/
+530
*
Add media::StreamParser::InitParameter struct.
sergeyu@chromium.org
2014-04-25
8
-39
/
+32
*
Add WebMClusterParserTest coverage for duration default/estimation/fallback l...
wolenetz@chromium.org
2014-04-22
5
-24
/
+371
*
Revert 264803 "Revert 264763 "Wire up codec_delay() to MP3Stream..."
dalecurtis@google.com
2014-04-18
7
-12
/
+41
*
Revert 264763 "Wire up codec_delay() to MP3StreamParser and FFmp..."
rockot@chromium.org
2014-04-18
7
-41
/
+12
*
Wire up codec_delay() to MP3StreamParser and FFmpegAudioDecoder.
dalecurtis@chromium.org
2014-04-18
7
-12
/
+41
*
Fix unit test failures with estimated durations and splice frames.
dalecurtis@chromium.org
2014-04-18
1
-2
/
+12
*
Skip XING frames inside the MP3StreamParser.
dalecurtis@chromium.org
2014-04-17
9
-28
/
+134
*
Add WebMediaPlayer::timelineOffset() support to WebMediaPlayerImpl.
acolwell@chromium.org
2014-04-16
10
-5
/
+34
*
MP4StreamParser: Check aux info for encrypted samples.
xhwang@chromium.org
2014-04-11
2
-0
/
+13
*
Fix WebM parser not to wait for a next frame when DefaultDuration is specified.
sergeyu@chromium.org
2014-04-10
2
-21
/
+24
*
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
*
Adds extra header data for Android AAC playback when decoding MPEG2TS.
gunsch@chromium.org
2014-04-03
1
-1
/
+15
*
Improve the mp2t H264 parser unit test.
damienv@chromium.org
2014-04-01
1
-32
/
+71
*
Fix comment to match test data in BoxReader unit test.
acolwell@chromium.org
2014-03-31
1
-1
/
+1
*
MSE: Populate WebM missing duration with DefaultDuration, derived, or default
wolenetz@chromium.org
2014-03-28
4
-41
/
+219
*
Add code to skip top level uuid and emsg boxes.
acolwell@chromium.org
2014-03-27
3
-8
/
+45
*
MSE: Parse WebM TrackEntry DefaultDuration field
wolenetz@chromium.org
2014-03-27
5
-24
/
+350
*
Allow StreamParsers to request automatic timestampOffset updates.
dalecurtis@chromium.org
2014-03-19
10
-47
/
+58
*
Do not enforce one PTS/DTS pair for each video PES packet.
damienv@chromium.org
2014-03-12
3
-11
/
+273
*
Fix possible timestamp overflow in the MP4 stream parser.
damienv@chromium.org
2014-02-23
1
-4
/
+16
*
Remove reserved value check in IndependentAndDisposableSamples.
acolwell@chromium.org
2014-02-19
1
-1
/
+0
*
Introduce ADTSStreamParser. Factorize MP3StreamParser and tests.
dalecurtis@chromium.org
2014-02-12
18
-587
/
+912
*
Revert 250730 "Introduce ADTSStreamParser. Factorize MP3StreamPa..."
stevet@chromium.org
2014-02-12
18
-912
/
+587
*
Introduce ADTSStreamParser. Factorize MP3StreamParser and tests.
dalecurtis@chromium.org
2014-02-12
18
-587
/
+912
*
Refactoring to use a single H264 parser in media code.
damienv@chromium.org
2014-02-11
2
-442
/
+233
[next]