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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Roll ffmpeg DEPS for fixes, patch removal, and better GOMA detection.
dalecurtis@google.com
2012-11-02
1
-34
/
+18
*
Update encrypted WebM test file to treat IVs as raw data.
fgalligan@chromium.org
2012-10-12
1
-0
/
+0
*
Remove HMAC from encrypted WebM test file.
fgalligan@chromium.org
2012-09-17
1
-0
/
+0
*
Remux bear-640x360.webm so it is a valid WebM file & update the ChunkDemuxer ...
acolwell@chromium.org
2012-08-21
2
-7
/
+7
*
Update dash test files.
acolwell@chromium.org
2012-08-20
2
-0
/
+0
*
Adds support for multi-channel output audio for the low-latency path in Windows.
henrika@chromium.org
2012-08-07
2
-0
/
+0
*
Update test file so all clusters begin with a keyframe.
acolwell@chromium.org
2012-08-03
1
-0
/
+0
*
Update encrypted WebM file in media/test/data.
fgalligan@chromium.org
2012-08-02
1
-0
/
+0
*
Add test clip with 16:9 aspect ratio.
acolwell@chromium.org
2012-08-01
1
-0
/
+0
*
Add config change handling to SourceBufferStream & ChunkDemuxer
acolwell@chromium.org
2012-07-26
2
-0
/
+33
*
Add new test file for codec config change tests.
acolwell@chromium.org
2012-07-25
1
-0
/
+0
*
Update encrypted WebM test files in media/test/data.
fgalligan@chromium.org
2012-07-23
1
-0
/
+0
*
Clean up decryption tests in FFmpegVideoDecoderTest.
xhwang@chromium.org
2012-07-23
1
-0
/
+0
*
Add MP4 DASH test file
acolwell@chromium.org
2012-06-12
1
-0
/
+0
*
Switch to using avcodec_decode_audio4, avcodec_alloc_context3.
dalecurtis@chromium.org
2012-06-11
1
-15
/
+31
*
Add webm_ebml_element test file.
acolwell@chromium.org
2012-06-08
1
-0
/
+0
*
Add alt-ref test file.
acolwell@chromium.org
2012-06-06
1
-0
/
+0
*
Pre-land some test data files for BUG=127692 TBR=scherkus
dalecurtis@google.com
2012-05-14
2
-0
/
+0
*
Add mp3 test data for upcoming change. BUG=127692 TBR=scherkus
dalecurtis@google.com
2012-05-11
1
-0
/
+0
*
Land ID3 test data manually.
dalecurtis@google.com
2012-04-18
1
-0
/
+0
*
Disable ID3v1 tag reading.
dalecurtis@chromium.org
2012-04-18
1
-0
/
+0
*
Enable multithreaded theora decode.
dalecurtis@chromium.org
2012-03-16
1
-7
/
+0
*
Add test files for AES decryptor.
xhwang@chromium.org
2012-03-07
2
-0
/
+0
*
Add a test file to simulate live WebM.
acolwell@chromium.org
2012-03-06
2
-0
/
+2
*
Second attempt to land ffmpeg roll.
dalecurtis@google.com
2012-03-01
1
-8
/
+7
*
Add test file for WebM content encodings elements.
xhwang@chromium.org
2012-02-23
1
-0
/
+0
*
Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479,
thakis@chromium.org
2012-02-23
1
-7
/
+8
*
Fix media code to work with new ffmpeg.
dalecurtis@google.com
2012-02-22
1
-8
/
+7
*
Audio only & Video only versions of bear-320x240.webm
acolwell@chromium.org
2012-01-27
2
-0
/
+0
*
clang: Fix a few things -Wunused-variable complains about in a recent clang v...
thakis@chromium.org
2012-01-14
1
-1
/
+3
*
Check in test files for bug 106735.
scherkus@chromium.org
2011-12-15
2
-0
/
+0
*
Low-latency AudioOutputStream implementation based on WASAPI for Windows.
henrika@chromium.org
2011-11-16
2
-0
/
+0
*
Miscellaneous header file cleanup for src/media.
scherkus@chromium.org
2011-10-28
1
-0
/
+1
*
Add WebM file with CUES before the first cluster for testing.
acolwell@chromium.org
2011-10-05
1
-0
/
+0
*
Add one more vorbis packet for testing purposes.
scherkus@chromium.org
2011-09-14
2
-2
/
+6
*
Checking in vorbis extradata and compressed data for testing purposes.
scherkus@chromium.org
2011-09-11
5
-1
/
+6
*
Adding ogv test file for media unit tests.
vrk@google.com
2011-09-06
1
-0
/
+0
*
Adding VP8 corrupt I frame test file.
acolwell@chromium.org
2011-08-23
2
-1
/
+2
*
Adding test data for media unit tests.
acolwell@chromium.org
2011-08-15
9
-0
/
+15
*
MD5Update function uses StringPiece instead of raw buffer.
dominich@chromium.org
2011-07-26
1
-5
/
+10
*
base: Put md5.* into base namespace.
tfarina@chromium.org
2011-07-18
1
-10
/
+9
*
Rename CommandLine::GetArgs(), update callers.
msw@chromium.org
2011-07-13
1
-1
/
+1
*
Glue ffmpeg to Chrome
ihf@chromium.org
2011-07-01
1
-15
/
+12
*
Adding ChunkDemuxer implementation.
acolwell@chromium.org
2011-06-29
3
-0
/
+0
*
GCC 4.6 -Wunused-but-set-variable cleanup.
pph34r@gmail.com
2011-06-28
1
-1
/
+3
*
Modified unit test for color conversion of RGB24ToYUV and YUY2ToYUV.
scherkus@chromium.org
2011-05-27
2
-0
/
+1108
*
xRevert 62319 - re-enable ogg threads
fbarchard@chromium.org
2010-10-12
1
-1
/
+8
*
re-enable ogg threads
fbarchard@chromium.org
2010-10-12
1
-8
/
+1
*
Revert "re-enable ogg threads"
tony@chromium.org
2010-08-31
1
-0
/
+7
*
re-enable ogg threads
fbarchard@chromium.org
2010-08-31
1
-7
/
+0
[next]