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
*
Fix subtle end overlap bug in SourceBufferStream caused by single buffer appe...
acolwell@chromium.org
2013-02-04
3
-13
/
+36
*
Exclude filter_yuv_mmx.cc from x64 on MSVC prior to 2012
jschuh@chromium.org
2013-02-04
1
-1
/
+5
*
MessageLoop's RUN method will pass a const ref to PendingTask when
rtenneti@chromium.org
2013-02-03
1
-14
/
+24
*
Replace all PROPVARIANTs by base::win::ScopedPropVariant across the entire co...
gab@chromium.org
2013-02-03
3
-50
/
+18
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
4
-9
/
+16
*
Update copyright header for files added in r180025
sergeyu@chromium.org
2013-02-01
3
-4
/
+5
*
Workaround gcc 4.6 bug - don't use EXPECT_EQ(false, ..)
sergeyu@chromium.org
2013-02-01
1
-2
/
+2
*
Replace or exclude MMX intrinsics in yuv_convert_simd_x86 due to lack of VS20...
jschuh@chromium.org
2013-02-01
5
-6
/
+54
*
Avoids crash in PCMWaveInAudioInputStream::WaveCallback
henrika@chromium.org
2013-02-01
2
-4
/
+22
*
Use the correct number of WaveOut buffers on XP...
dalecurtis@chromium.org
2013-02-01
3
-26
/
+4
*
Delete AudioOutputMixer.
dalecurtis@chromium.org
2013-02-01
8
-730
/
+0
*
Introduce AudioHardwareConfig for renderer side audio device info.
dalecurtis@chromium.org
2013-02-01
7
-1
/
+165
*
Fix audio mirroring glitching on platforms with small buffer sizes by blockin...
justinlin@chromium.org
2013-02-01
3
-6
/
+7
*
Implement Screen Capture adapter for MediaStream API.
sergeyu@chromium.org
2013-02-01
4
-0
/
+601
*
Pass in media message loop to AudioRendererImpl and enforce calling on the ri...
scherkus@chromium.org
2013-01-31
11
-292
/
+213
*
Enable Encrypted Media Extensions by default.
ddorwin@chromium.org
2013-01-31
2
-4
/
+3
*
Update AudioRendererImpl tests to use WaitableMessageLoopEvent.
scherkus@chromium.org
2013-01-31
2
-133
/
+149
*
Move stringize_macros to base/strings.
brettw@chromium.org
2013-01-31
2
-2
/
+2
*
Delete media::MockFilterCollection.
scherkus@chromium.org
2013-01-31
4
-172
/
+143
*
Merge methods of media::SharedBufferFactory interface into media::ScreenCaptu...
alexeypa@chromium.org
2013-01-31
9
-104
/
+69
*
Disable a VP9 media test that fails under Valgrind on Mac and might fail on o...
timurrrr@chromium.org
2013-01-31
1
-2
/
+4
*
media: Add pipeline integration tests for VP9 and VP9 with Opus in WebM files.
tomfinegan@chromium.org
2013-01-31
2
-0
/
+21
*
media: Support multichannel Opus audio streams.
tomfinegan@chromium.org
2013-01-31
2
-11
/
+82
*
Remove deleted_next_buffer from various SourceBufferStream methods.
acolwell@chromium.org
2013-01-30
2
-87
/
+66
*
media: Fix EndOfStream handling and max output sample count in OpusAudioDecoder.
tomfinegan@chromium.org
2013-01-30
4
-53
/
+42
*
Fix IAudioClient::GetBufferSize compilation errors
jschuh@chromium.org
2013-01-30
2
-2
/
+2
*
Report standard-DPI as 96dpi rather than 72dpi on Mac.
wez@chromium.org
2013-01-30
1
-2
/
+3
*
Disable size_t to int conversion data loss warnings in media win64 builds
wolenetz@chromium.org
2013-01-30
1
-0
/
+7
*
Pass the flag enabling X DAMAGE via DesktopEnvironmentFactory.
alexeypa@chromium.org
2013-01-30
2
-28
/
+16
*
Cleanups to enable clang warning about protected non-virtual RefCounted destr...
jamesr@chromium.org
2013-01-30
2
-4
/
+2
*
Ensure FFmpegAudioDecoder passes aligned channel pointers.
dalecurtis@chromium.org
2013-01-30
1
-6
/
+6
*
Avoid MemoryBarrier definition discrepencies between win32 and win64
jschuh@chromium.org
2013-01-29
1
-2
/
+3
*
Replace AudioRendererImpl's TimeProvider with NowCB.
scherkus@chromium.org
2013-01-29
3
-40
/
+34
*
Delay device changes on Mac.
dalecurtis@google.com
2013-01-29
2
-4
/
+12
*
media: Add test files for Opus audio and VP9 video in WebM containers.
tomfinegan@chromium.org
2013-01-29
3
-0
/
+0
*
Enables win64 build of yuv_convert_simd_x86 without rolling x86inc.asm forward.
dalecurtis@google.com
2013-01-29
2
-5
/
+15
*
Add support for YUVJ420P and tests for common color formats for each video co...
scherkus@chromium.org
2013-01-29
1
-0
/
+4
*
Add --force-audio-mirroring flag for audio mirroring testing with WebRTC.
justinlin@chromium.org
2013-01-29
3
-1
/
+15
*
Add MEDIA_EXPORT for MacDesktopConfiguration::GetCurrent() to fix build break...
sergeyu@chromium.org
2013-01-29
1
-4
/
+6
*
Move screen capturers from remoting/capturer to media/video/capturer/screen
sergeyu@chromium.org
2013-01-28
46
-4
/
+5872
*
Tighten up media::DecoderBuffer API contract for end of stream buffers (round...
scherkus@chromium.org
2013-01-28
10
-28
/
+79
*
Prevent decoding of unsupported channel layouts.
dalecurtis@google.com
2013-01-28
2
-2
/
+18
*
Fix ended event for modified playback rate.
dalecurtis@chromium.org
2013-01-26
3
-62
/
+139
*
Add test data for BUG=171962
dalecurtis@google.com
2013-01-26
1
-0
/
+0
*
Add wrapper class to media for support of VP9 video, and add a command line f...
tomfinegan@chromium.org
2013-01-25
8
-5
/
+477
*
Limit OnData() callbacks to every 5ms for mac audio input.
dalecurtis@chromium.org
2013-01-24
1
-8
/
+6
*
Enable renderer side mixing on Linux!
dalecurtis@chromium.org
2013-01-24
4
-21
/
+2
*
Remove qt_faststart, scaler_bench, and tile_render_bench from media/tools/.
scherkus@chromium.org
2013-01-23
5
-891
/
+0
*
Revert 177842. This doesn't build in standalone webkit builds:
thakis@chromium.org
2013-01-21
8
-476
/
+5
*
Fix media/base 64-bit compilation issues
jschuh@chromium.org
2013-01-21
2
-4
/
+3
[next]