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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove reference counting from media::Pipeline.
scherkus@chromium.org
2013-05-07
3
-52
/
+50
*
Remove use_system_ffmpeg-related logic from media and other mainline gyp files.
phajdan.jr@chromium.org
2013-05-07
1
-9
/
+0
*
Allow extra codec data to be passed to AudioCodecBridge
qinmin@chromium.org
2013-05-07
4
-8
/
+94
*
Remove function level static initializers media library initialization.
dalecurtis@chromium.org
2013-05-06
7
-104
/
+110
*
Limit the rate to send media log events over IPC.
changbin.shao@intel.com
2013-05-04
1
-0
/
+15
*
media: Enable VP9 tests.
tomfinegan@chromium.org
2013-05-04
1
-0
/
+6
*
Use int64 for media buffer change events and send as double type.
changbin.shao@intel.com
2013-05-04
2
-5
/
+7
*
Remove a bunch of old media switches.
dalecurtis@google.com
2013-05-03
2
-20
/
+0
*
Handle decoding of vorbis files better on Android
rtoy@google.com
2013-05-03
4
-41
/
+65
*
Subclass MediaCodecBridge into AudioCodecBridge and VideoCodecBridge
qinmin@chromium.org
2013-05-02
3
-66
/
+97
*
Rename MediaPlayerBridgeManager to MediaPlayerManager
qinmin@chromium.org
2013-05-01
4
-31
/
+28
*
Support EAC3 (Dolby Digital Plus) codec
ycheo@chromium.org
2013-05-01
3
-0
/
+6
*
Refactor AudioRendererMixer to be more generic.
dalecurtis@google.com
2013-05-01
7
-39
/
+39
*
Remove upcasting from AudioBus interleave methods where possible.
dalecurtis@google.com
2013-04-30
2
-48
/
+73
*
C++ readability review for dalecurtis.
dalecurtis@google.com
2013-04-30
3
-24
/
+93
*
Enable MSE for TV
qinmin@chromium.org
2013-04-27
4
-6
/
+213
*
(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
*
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
1
-6
/
+2
*
Delete media::PipelineStatusNotification as it isn't used in production code.
scherkus@chromium.org
2013-04-26
3
-113
/
+0
*
Introduce TestVideoConfig class.
xhwang@chromium.org
2013-04-25
2
-0
/
+68
*
Revert 195111 "Expose MEDIA_STATISTICS stats to chrome://media-i..."
scherkus@chromium.org
2013-04-25
4
-23
/
+0
*
Make FFmpegVideoDecoder reinitializable.
xhwang@chromium.org
2013-04-25
1
-3
/
+11
*
Remove reference counting from media::DemuxerStream and friends.
scherkus@chromium.org
2013-04-25
9
-36
/
+30
*
MockDemuxerStream keeps audio/video decoder configs.
xhwang@chromium.org
2013-04-25
3
-11
/
+40
*
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
1
-1
/
+1
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-23
1
-1
/
+1
*
Add NEON optimizations for FMAC and FMUL.
dalecurtis@google.com
2013-04-23
4
-25
/
+115
*
Use base::MessageLoop in media code.
xhwang@chromium.org
2013-04-22
3
-9
/
+9
*
Remove reference counting from media::Demuxer and friends.
scherkus@chromium.org
2013-04-22
7
-37
/
+28
*
media: Add support for playback of VP8 Alpha video streams
vigneshv@chromium.org
2013-04-19
18
-13
/
+614
*
[MIPS] Disable RGB32ToYUV_SSE2_MatchReference test for MIPS arch
petarj@mips.com
2013-04-19
1
-1
/
+1
*
Reland: Remove reference counting from media::VideoDecoder and friends.
scherkus@chromium.org
2013-04-19
7
-57
/
+25
*
Expose MEDIA_STATISTICS stats to chrome://media-internals.
changbin.shao@intel.com
2013-04-19
4
-0
/
+23
*
Revert 194993 "Remove reference counting from media::VideoDecode..."
scherkus@chromium.org
2013-04-18
7
-25
/
+57
*
Remove reference counting from media::VideoDecoder and friends.
scherkus@chromium.org
2013-04-18
7
-57
/
+25
*
Update the remaining include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-17
3
-5
/
+5
*
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
*
Need to call RegisterJni for testing.
rtoy@google.com
2013-04-17
1
-0
/
+5
*
Revert 194465 "media: Add support for playback for VP8 Alpha vid..."
mek@chromium.org
2013-04-16
18
-614
/
+13
*
Remove static const from AudioBus interleave methods and optimize!
dalecurtis@google.com
2013-04-16
2
-35
/
+92
*
media: Add support for playback for VP8 Alpha video streams.
tomfinegan@chromium.org
2013-04-16
18
-13
/
+614
*
Revert 194407 "Revert 194371"
wjia@chromium.org
2013-04-16
1
-3
/
+3
*
Revert 194371
cpu@chromium.org
2013-04-16
1
-3
/
+3
*
Remove unused flush operation from Chromium audio.
miu@chromium.org
2013-04-16
7
-9
/
+9
*
Refactor android specific code in AudioManagerBase class.
wjia@chromium.org
2013-04-16
1
-3
/
+3
[next]