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
*
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
*
Disable the TwoThreads unit test since it triggers the TSAN bot. This is a fa...
tommi@chromium.org
2012-03-28
1
-1
/
+3
*
Disable TwoNotifiersTwoThreads1000Signals as it trips off the TSAN bot.
tommi@chromium.org
2012-03-28
1
-1
/
+3
*
Add a CrossProcessNotification class.
tommi@chromium.org
2012-03-28
6
-0
/
+1049
*
Adds Analog Gain Control (AGC) to the WebRTC client.
henrika@chromium.org
2012-03-28
25
-37
/
+352
*
Revert 129263 - Add a CrossProcessNotification class.
abodenha@google.com
2012-03-27
6
-1047
/
+0
*
Add a CrossProcessNotification class.
tommi@chromium.org
2012-03-27
6
-0
/
+1047
*
Make AddFilter void and remove bullshit fallback code.
fischman@chromium.org
2012-03-27
5
-38
/
+19
*
Don't report errors twice to pipeline clients.
fischman@chromium.org
2012-03-27
6
-62
/
+34
*
Replace size_t with int in a few media classes.
scherkus@chromium.org
2012-03-27
26
-225
/
+212
*
Renable hashing for the basic playback test.
dalecurtis@chromium.org
2012-03-27
1
-3
/
+1
*
Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...
jbates@chromium.org
2012-03-27
2
-7
/
+13
*
Add the output interface for the ChromeOS Audio Server(CRAS).
dgreid@chromium.org
2012-03-27
7
-2
/
+723
*
Forgot media/base/buffers_unittest.cc in r129038.
scherkus@chromium.org
2012-03-26
1
-0
/
+89
*
Removed StreamSample as a shared base class between Buffer and VideoFrame.
scherkus@chromium.org
2012-03-26
9
-104
/
+70
*
Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...
aa@chromium.org
2012-03-26
2
-13
/
+7
*
Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.
jbates@chromium.org
2012-03-26
2
-7
/
+13
*
Fix a couple of regressions that made it in before the weekend.
tommi@chromium.org
2012-03-26
4
-16
/
+27
*
Make Callback::Reset() return a copy to support use-cases where Run() ends up...
fischman@chromium.org
2012-03-24
7
-29
/
+14
*
Fix race in AudioInputController::Close().
fischman@chromium.org
2012-03-23
3
-21
/
+13
*
Fix incorrect VideoFrame::row_bytes() for RGB. Add tests.
dalecurtis@chromium.org
2012-03-23
2
-1
/
+70
*
Fix frame hashing to include all valid planes.
dalecurtis@chromium.org
2012-03-22
7
-26
/
+63
*
Move VideoDecoder out of media pipeline.
xhwang@chromium.org
2012-03-22
11
-62
/
+79
*
sync the openbsd audio code with linux
robert.nagy@gmail.com
2012-03-22
1
-4
/
+0
*
Make AudioParameters a class instead of a struct
vrk@google.com
2012-03-21
38
-285
/
+310
*
Fix leaking AVPackets in AudioFileReader.
dalecurtis@chromium.org
2012-03-21
1
-3
/
+2
*
Add software audio mixing to the audio utils.
enal@chromium.org
2012-03-20
3
-4
/
+157
*
Merge FilterStatusCB into PipelineStatusCB.
xhwang@chromium.org
2012-03-18
18
-63
/
+53
*
Add frame hashing to PipelineIntegrationTests.
dalecurtis@chromium.org
2012-03-17
9
-75
/
+151
*
Fix inconsistent line endings. No code change
tommi@chromium.org
2012-03-16
2
-5
/
+5
*
Do not swizzle 5.0/5.1 audio layout
raymond.liu@intel.com
2012-03-16
1
-55
/
+0
[next]