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
*
Getting rid of duplicate includes from media/
anujk.sharma
2015-05-14
10
-15
/
+0
*
Improving WebM duration estimation.
chcunningham
2015-04-16
3
-34
/
+88
*
OnEncrypted event to use enum for |init_data_type|
jrummell
2015-04-03
7
-18
/
+9
*
media-internals: Differentiate error, info, and debug log messages
wolenetz
2015-03-31
14
-128
/
+139
*
Remove PSSH version specific code from MP4 parser
kqyang
2015-03-12
1
-4
/
+1
*
MSE: Remove unused |success| StreamParser::InitCB argument
wolenetz
2015-02-18
8
-20
/
+12
*
Parsing of encoded duration for unencrypted opus streams.
chcunningham
2015-02-09
6
-132
/
+591
*
replace COMPILE_ASSERT with static_assert in media/
mostynb
2015-01-05
1
-4
/
+4
*
Cleanup: Update the path to gfx size headers.
tfarina
2015-01-03
1
-1
/
+1
*
Cleanup: Update the path to gfx rect headers.
tfarina
2014-12-31
1
-1
/
+1
*
More miscellaneous fixes for {virtual,override,final} style.
Daniel Cheng
2014-12-31
17
-54
/
+46
*
Encrypted Media: Rename NeedKey to EncryptedMediaInitData.
xhwang
2014-12-06
8
-66
/
+74
*
Fix StreamParserBuffer creation in WebMClusterParser.
xhwang
2014-11-25
2
-4
/
+8
*
Add SubsampleEntry constructor.
xhwang
2014-11-25
1
-4
/
+2
*
Move Liveness from DemuxerStreamProvider to DemuxerStream.
xhwang
2014-11-14
1
-3
/
+3
*
Move key frame flag from StreamParserBuffer to DecoderBuffer
wolenetz
2014-11-12
5
-10
/
+10
*
Cleanup: Remove unneeded path_service.h includes.
thestig
2014-11-06
1
-1
/
+0
*
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
[next]