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
...
*
Revert 132723 - Flush regardless if there's pending read, because there's no ...
acolwell@chromium.org
2012-04-20
3
-20
/
+7
*
Revert 133191 - Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-20
4
-99
/
+14
*
Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-20
4
-14
/
+99
*
Fix FFmpegVideoDecoder.Flush() during pending Read().
acolwell@chromium.org
2012-04-19
2
-3
/
+33
*
apk-based test runner work for android. 2 unit test bundles converted over (i...
jrg@chromium.org
2012-04-19
2
-1
/
+5
*
Re-land software audio mixer.
enal@chromium.org
2012-04-19
14
-346
/
+985
*
Revert 132965 - this change seems to break media_unittests
toyoshim@chromium.org
2012-04-19
4
-99
/
+14
*
Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-19
4
-14
/
+99
*
Revert 132891 - Software audio mixer.
thestig@chromium.org
2012-04-19
14
-985
/
+346
*
Re-enable NoID3TagData now that test data exists.
dalecurtis@chromium.org
2012-04-19
1
-2
/
+1
*
Land ID3 test data manually.
dalecurtis@google.com
2012-04-18
1
-0
/
+0
*
Software audio mixer.
enal@chromium.org
2012-04-18
14
-346
/
+985
*
Disable FFmpegDemuxerText.NoID3TagData.
dalecurtis@google.com
2012-04-18
1
-1
/
+2
*
Disable ID3v1 tag reading.
dalecurtis@chromium.org
2012-04-18
4
-1
/
+25
*
Roll DEPS for new ffmpeg binaries. Add regression test.
dalecurtis@google.com
2012-04-18
1
-2
/
+9
*
add more color formats NV21 and YV12 in video capture (mainly from Android).
wjia@chromium.org
2012-04-18
3
-1
/
+27
*
Move VideoCapture::VideoCaptureCapability to video_capture_types.h
yujie.mao@intel.com
2012-04-18
2
-13
/
+14
*
Flush regardless if there's pending read, because there's no guarantee that t...
ronghuawu@chromium.org
2012-04-18
3
-7
/
+20
*
Fix the bug in test analyzer when there is no result in result directory at t...
imasaki@google.com
2012-04-17
1
-1
/
+2
*
Improved timer implementation in AudioInputController since AudioInputControl...
henrika@chromium.org
2012-04-17
2
-40
/
+73
*
Remove flaky unit test VideoCaptureTest::AllocateSameCameraTwice
perkj@chromium.org
2012-04-17
1
-36
/
+1
*
Remove unneeded friend tests from media::FileDataSource.
scherkus@chromium.org
2012-04-13
1
-8
/
+0
*
Upstream WebVideoFrameAndroid and fix some bugs in MediaPlayerBridge code
qinmin@chromium.org
2012-04-12
3
-4
/
+26
*
hash code cleanup - copy seed to local and use array indexing. 1.483 ms for ...
fbarchard@google.com
2012-04-12
1
-8
/
+6
*
Fix Linux ALSA error message about failing to query delay.
scherkus@chromium.org
2012-04-11
1
-4
/
+8
*
Adds WebRTC histogram data to be uploaded as part of UMA logging events.
henrika@chromium.org
2012-04-11
4
-36
/
+64
*
Update uses of TimeDelta in audio code.
tedvessenes@gmail.com
2012-04-11
3
-5
/
+5
*
Cull unnecessary media::VideoFrame::Formats from the enum.
fischman@chromium.org
2012-04-11
8
-229
/
+13
*
Prevent crash due to already-Reset() time_cb_ when renderer has been stopped.
fischman@chromium.org
2012-04-10
2
-5
/
+44
*
Remove misc. dead stores in media/ code (found by clang static analyzer).
fischman@chromium.org
2012-04-10
3
-10
/
+5
*
Remove FFmpegDemuxer::first_seek_hack_ and related unnecessary code.
scherkus@chromium.org
2012-04-09
5
-31
/
+4
*
Rename AudioRendererBase and AudioRendererAlgorithmBase
vrk@chromium.org
2012-04-09
11
-134
/
+133
*
Ref-count VideoRendererBase instead of blindly hoping it outlives the decoder...
fischman@chromium.org
2012-04-07
2
-5
/
+1
*
Clarify possible states in FFmpegDemuxerStream::Read().
fischman@chromium.org
2012-04-06
1
-11
/
+9
*
Adding android mediaplayer implementation to chromium
qinmin@chromium.org
2012-04-06
7
-2
/
+771
*
Pipeline & CompositeFilter now use MessageLoopProxy instead of plain MessageL...
fischman@chromium.org
2012-04-06
7
-75
/
+81
*
Merge AudioRendererImpl and AudioRendererBase; add NullAudioSink
vrk@chromium.org
2012-04-06
15
-323
/
+589
*
Revert 131064 - Adding android mediaplayer implementation to chromium
qinmin@chromium.org
2012-04-06
6
-770
/
+2
*
Adding android mediaplayer implementation to chromium
qinmin@chromium.org
2012-04-06
6
-2
/
+770
*
Put cras_output in the media namespace.
dgreid@chromium.org
2012-04-05
3
-0
/
+12
*
Move Demuxer::set_host() to Initialize().
scherkus@chromium.org
2012-04-05
15
-234
/
+203
*
alsa_output: Bounds check snd_pcm_avail_update (attempt #2).
scherkus@chromium.org
2012-04-05
1
-1
/
+6
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
1
-2
/
+2
*
Revert 130765 - alsa_output: Bounds check snd_pcm_avail_update.
scherkus@chromium.org
2012-04-04
1
-5
/
+0
*
alsa_output: Bounds check snd_pcm_avail_update.
scherkus@chromium.org
2012-04-04
1
-0
/
+5
*
Replace NOTREACHED() with LOG(ERROR) in PCMQueueOutAudioOutputStream::HandleE...
scherkus@chromium.org
2012-04-04
1
-2
/
+2
*
Fix some grammar in comments, error messages and documentation.
gavinp@chromium.org
2012-04-03
2
-2
/
+2
*
Avoids running audio tests for WASAPI on Windows XP.
henrika@chromium.org
2012-04-03
2
-3
/
+17
*
De-craxify BufferedResourceLoader::didReceiveResponse()'s control flow, fixin...
fischman@chromium.org
2012-04-03
1
-2
/
+2
*
Move media/audio files into media namespace (relanding)
vrk@google.com
2012-04-03
80
-54
/
+347
[prev]
[next]