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
*
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
*
Change InterleaveFloatToInt16() to work with uint8 and int32
vrk@google.com
2012-04-02
2
-18
/
+53
*
Revert 130180 - Move media/audio files into media namespace
vrk@google.com
2012-04-02
76
-331
/
+54
*
Move media/audio files into media namespace
vrk@google.com
2012-04-02
76
-54
/
+331
*
Adding input and output audio backend to Android.
xians@chromium.org
2012-04-02
10
-10
/
+828
*
Remove DemuxerFactory and URL parameter from Pipeline.
scherkus@chromium.org
2012-04-02
31
-642
/
+283
*
Remove shader_bench from "make all" target on ChromeOS.
kinaba@chromium.org
2012-03-31
1
-1
/
+1
*
Move DataSource::SetPreload() to BufferedDataSource.
scherkus@chromium.org
2012-03-31
18
-102
/
+1
*
Call VideoDecoder::set_host() now that VD is no longer part of CompositeFilter.
fischman@chromium.org
2012-03-30
1
-0
/
+1
*
Make preprocessor directives clearer
tbreisacher@chromium.org
2012-03-30
1
-6
/
+4
*
Fix h.264 Profile conversion between ppapi & media worlds (since they were of...
fischman@chromium.org
2012-03-30
1
-0
/
+1
*
Expose decryptor to WebMediaPlayerImpl.
scherkus@chromium.org
2012-03-30
7
-15
/
+41
*
Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfile
fischman@chromium.org
2012-03-30
2
-5
/
+2
*
Revert 129752 - Replace the unnecessary VDA::Profile typedef with media::Vide...
mihaip@chromium.org
2012-03-30
2
-2
/
+5
*
Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfile
fischman@chromium.org
2012-03-30
2
-5
/
+2
*
Avoid leaking memory in PostTaskAndReply by Run()'ing the message_loop.
fischman@chromium.org
2012-03-30
1
-3
/
+6
*
Fix -Wnull-conversion warning in media.
thakis@chromium.org
2012-03-29
1
-1
/
+2
*
Revert 129623, this was creating ~92 (test-only) heapcheck leak reports.
rnk@chromium.org
2012-03-29
1
-5
/
+1
*
[Coverity] Removed always-true if
groby@chromium.org
2012-03-29
1
-10
/
+8
*
[Coverity] Fixed possible resource leak
groby@chromium.org
2012-03-29
1
-1
/
+1
*
[Coverity] Pass-by-val -> pass-by-ref
groby@chromium.org
2012-03-29
1
-5
/
+6
*
Fixed Close() method of TestAudioInputController (callback on caller thread).
primiano@chromium.org
2012-03-29
1
-1
/
+5
*
AUAudioOutputStream::Stop() first sets the source_ to NULL then calls AudioOu...
xians@chromium.org
2012-03-29
2
-2
/
+11
*
[Coverity] Fixed frame size
wjia@chromium.org
2012-03-28
2
-2
/
+5
[next]