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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable MSE for TV
qinmin@chromium.org
2013-04-27
6
-14
/
+221
*
(view as text)
pfeldman@chromium.org
2013-04-27
2
-70
/
+47
*
Remove upcasting from AudioBus interleave methods where possible.
dalecurtis@chromium.org
2013-04-27
2
-47
/
+70
*
Make more VideoDecoders reinitializable.
xhwang@chromium.org
2013-04-27
4
-69
/
+78
*
Replace myself with Min for media/android/OWNERS
yfriedman@chromium.org
2013-04-26
1
-1
/
+1
*
Remove reference counting from media::DataSource and friends.
scherkus@chromium.org
2013-04-26
16
-98
/
+96
*
Delete media::PipelineStatusNotification as it isn't used in production code.
scherkus@chromium.org
2013-04-26
4
-134
/
+24
*
Introduce TestVideoConfig class.
xhwang@chromium.org
2013-04-25
9
-155
/
+120
*
Revert 195111 "Expose MEDIA_STATISTICS stats to chrome://media-i..."
scherkus@chromium.org
2013-04-25
4
-23
/
+0
*
Add Media.AudioRendererEvents histogram to measure how often OnRenderError() ...
scherkus@chromium.org
2013-04-25
1
-0
/
+18
*
Make FFmpegVideoDecoder reinitializable.
xhwang@chromium.org
2013-04-25
3
-18
/
+54
*
Disable timer check for no data in AudioInputController for mirroring.
miu@chromium.org
2013-04-25
2
-16
/
+38
*
Remove reference counting from media::DemuxerStream and friends.
scherkus@chromium.org
2013-04-25
53
-362
/
+273
*
Add kError to various VideoDecoder implementations.
xhwang@chromium.org
2013-04-25
10
-25
/
+88
*
MockDemuxerStream keeps audio/video decoder configs.
xhwang@chromium.org
2013-04-25
13
-154
/
+128
*
CHECK for adding duplicate converter inputs.
dalecurtis@chromium.org
2013-04-25
1
-0
/
+4
*
media: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-24
7
-7
/
+7
*
media: use AVCodecID instead of deprecated CodecID
phajdan.jr@chromium.org
2013-04-23
3
-8
/
+8
*
Simplify ScreenCapturer interface.
sergeyu@chromium.org
2013-04-23
11
-96
/
+18
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-23
15
-26
/
+26
*
Add NEON optimizations for FMAC and FMUL.
dalecurtis@google.com
2013-04-23
5
-25
/
+120
*
Fix test_expectations_history.py to avoid writing intermediates to local dire...
steveblock@chromium.org
2013-04-23
1
-4
/
+8
*
Add CHECK() to prevent underflow in media::H264ToAnnexBBitstreamConverter::Ca...
scherkus@chromium.org
2013-04-23
1
-0
/
+4
*
Use base::MessageLoop in media code.
xhwang@chromium.org
2013-04-22
55
-184
/
+189
*
Remove obsolete comment in DecryptingVideoDecoder.
xhwang@chromium.org
2013-04-22
1
-5
/
+0
*
Fix ScreenCapturerMacTest to pass on high-DPI hosts
wez@chromium.org
2013-04-22
1
-6
/
+10
*
Remove reference counting from media::Demuxer and friends.
scherkus@chromium.org
2013-04-22
18
-122
/
+111
*
media: Add support for playback of VP8 Alpha video streams
vigneshv@chromium.org
2013-04-19
25
-71
/
+837
*
[MIPS] Disable RGB32ToYUV_SSE2_MatchReference test for MIPS arch
petarj@mips.com
2013-04-19
1
-1
/
+1
*
Add UMA tracing for unsupported codecs
jrummell@chromium.org
2013-04-19
1
-0
/
+7
*
Reland: Remove reference counting from media::VideoDecoder and friends.
scherkus@chromium.org
2013-04-19
28
-293
/
+368
*
Linux video capture, invoking mmap() with both READ and WRITE.
braveyao@chromium.org
2013-04-19
1
-1
/
+3
*
Expose MEDIA_STATISTICS stats to chrome://media-internals.
changbin.shao@intel.com
2013-04-19
4
-0
/
+23
*
Fix Clang errors in the Windows screen capture code
rnk@chromium.org
2013-04-19
1
-6
/
+6
*
Revert 194993 "Remove reference counting from media::VideoDecode..."
scherkus@chromium.org
2013-04-18
28
-350
/
+296
*
Linux: make it possible to compile against libav when use_system_ffmpeg==1
phajdan.jr@chromium.org
2013-04-18
3
-9
/
+31
*
Clear obsolete comment in GpuVideoDecoder.
xhwang@chromium.org
2013-04-18
2
-8
/
+1
*
Remove reference counting from media::VideoDecoder and friends.
scherkus@chromium.org
2013-04-18
28
-296
/
+350
*
Add OSX aggregate audio device support for best performance.
crogers@google.com
2013-04-18
7
-18
/
+478
*
Add CreateWithDisableAero, to allow Windows capturer to be created without di...
wez@chromium.org
2013-04-18
3
-16
/
+32
*
Update tools to reflect movement of TestExpectations
steveblock@chromium.org
2013-04-18
4
-35
/
+37
*
Clean up media::DecryptingDemuxerStream.
scherkus@chromium.org
2013-04-17
2
-87
/
+36
*
Merge AssociateStreamWithProducer message into CreateStream message for both ...
miu@chromium.org
2013-04-17
7
-183
/
+183
*
Update the remaining include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-17
4
-6
/
+6
*
Varispeed support for SincResampler.
dalecurtis@google.com
2013-04-17
5
-29
/
+125
*
Remove media::FilterCollection::Clear() because no one calls it.
scherkus@chromium.org
2013-04-17
2
-9
/
+0
*
Remove unused cruft from media/base/mock_filters.h
scherkus@chromium.org
2013-04-17
1
-28
/
+0
*
Add support for zero-padded strings to WebMParser.
acolwell@chromium.org
2013-04-17
2
-1
/
+28
*
Resolves "Huge increase in audio latency on Windows following r192046".
henrika@chromium.org
2013-04-17
1
-8
/
+17
*
Need to call RegisterJni for testing.
rtoy@google.com
2013-04-17
1
-0
/
+5
[next]