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
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
1
-1
/
+1
*
Standardize usage of virtual/override/final in media/
dcheng
2014-10-21
10
-68
/
+69
*
Skip audio frames with unknown timestamp in MPEG2TS
servolk
2014-10-09
4
-5
/
+23
*
Fix inserting SPS/PPS after AUD NALU
servolk
2014-10-09
3
-62
/
+46
*
Support some non-compliant MPEG-2 TS streams w.r.t. timestamps.
damienv
2014-10-09
4
-32
/
+113
*
Implement extended syntax for AVC/h264 unit tests
servolk
2014-10-08
1
-14
/
+57
*
replace OVERRIDE and FINAL with override and final in media/
mostynb
2014-10-07
22
-67
/
+67
*
MSE: Allow parsing of private_stream_1 in mp2t parser
servolk
2014-10-03
2
-3
/
+24
*
Rename kWebMEncryptInitDataType to kWebMInitDataType
sandersd
2014-10-02
2
-2
/
+2
*
Reland: Pass initDataType instead of contentType to OnNeedKey().
sandersd
2014-10-02
3
-10
/
+5
*
Revert of Pass initDataType instead of contentType on OnNeedKey(). (patchset ...
zmo
2014-09-30
3
-5
/
+10
*
Pass initDataType instead of contentType to OnNeedKey().
sandersd
2014-09-30
3
-10
/
+5
*
Make the timestamp unroll offset consistent accross PES pids.
damienv
2014-09-16
8
-84
/
+223
*
Support MPEG1 audio in the MPEG2-TS stream parser.
damienv
2014-09-13
11
-134
/
+583
*
Fix TrackRunIterator to generate a parse error when it encounters a reserved ...
acolwell
2014-09-06
2
-5
/
+35
*
Do not access an invalidated reference in media::WebMListParser::OnListEnd().
earthdok
2014-08-29
1
-3
/
+4
*
Mpeg2 TS parser: Es parsing using an ES byte queue.
damienv
2014-08-27
6
-102
/
+148
*
Remove implicit conversions from scoped_refptr to T* in media/
dcheng
2014-08-27
1
-4
/
+4
*
Fix windows compilation warning in es_parser_adts.
damienv@chromium.org
2014-08-18
2
-2
/
+3
*
Mpeg2 TS - Fail when no valid timestamp in the ADTS parser.
damienv@chromium.org
2014-08-15
6
-138
/
+383
*
Using PROFILE_ANY for vp8 and vp9
amogh.bihani@samsung.com
2014-08-15
1
-2
/
+2
*
Introduce DecodeTimestamp class to make it easier to distiguish presentation ...
acolwell@chromium.org
2014-08-12
15
-102
/
+108
*
change opus sample format to kSampleFormatF32
tbutter@gmail.com
2014-08-06
1
-2
/
+5
*
Clean up. Experimental user avatars removed.
merkulova@chromium.org
2014-07-31
5
-485
/
+0
*
Remove track_uid_ to avoid uint64 parsing issues with MSb set.
tbutter@gmail.com
2014-07-30
6
-91
/
+116
*
Fix AnnexB validation logic to work with encrypted content.
acolwell@chromium.org
2014-07-30
4
-33
/
+51
*
Skip Tags Element to parse WebM Files containing Tags
tbutter@gmail.com
2014-07-29
1
-0
/
+2
*
Fix two uninitialized variables in media.
wfh@chromium.org
2014-07-26
1
-1
/
+1
*
Fix various uninitialized member variables in media code.
xhwang@chromium.org
2014-07-25
1
-0
/
+1
*
Don't check reserved bits when parsing AVCDecoderConfigurationRecords.
sandersd@chromium.org
2014-07-23
1
-3
/
+2
*
Revert of Clean up. Experimental user avatars removed. (https://codereview.ch...
johnme@chromium.org
2014-07-22
5
-0
/
+485
*
Clean up. Experimental user avatars removed.
merkulova@chromium.org
2014-07-22
5
-485
/
+0
*
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
1
-0
/
+5
*
Mpeg2TS - estimate duration for video frames.
damienv@chromium.org
2014-07-11
8
-80
/
+463
*
Mpeg2 TS adts parser: use OffsetByteQueue to manage the ES stream.
damienv@chromium.org
2014-07-08
2
-89
/
+77
*
Mpeg2 TS: relax the spec compliancy w.r.t. the adaptation field.
damienv@chromium.org
2014-07-07
1
-1
/
+6
*
Fix MP4StreamParser to gracefully handle running out of data when discarding ...
acolwell@chromium.org
2014-07-03
2
-8
/
+9
*
Remove dead SyncSample code from TrackRunIterator.
acolwell@chromium.org
2014-07-03
1
-6
/
+2
*
Fix WebM parser for MediaSource to return correct natural_size
sergeyu@chromium.org
2014-06-27
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
[next]