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
*
Small changes to comments and add host() + message_loop() implementation into...
ajwong@chromium.org
2009-07-13
6
-1
/
+22
*
Add methods to ARAB and BufferQueue to allow owners to query it for the times...
kylep@chromium.org
2009-07-13
5
-0
/
+61
*
More media::PipelineImpl cleanup, this time focusing on not taking down the r...
scherkus@chromium.org
2009-07-11
3
-64
/
+145
*
Unreverting "Implemented injected message loops for PipelineImpl"
scherkus@chromium.org
2009-07-11
8
-401
/
+443
*
Revert "Implemented injected message loops for PipelineImpl."
scherkus@chromium.org
2009-07-10
8
-443
/
+401
*
Implemented injected message loops for PipelineImpl.
scherkus@chromium.org
2009-07-10
8
-401
/
+443
*
Modify OLA to use window size in seconds instead of bytes.
kylep@chromium.org
2009-07-10
5
-19
/
+59
*
Converted remaining tests to use gmock and deleted all old mocking code.
scherkus@chromium.org
2009-07-10
10
-1126
/
+519
*
Replaced DCHECKs to use MessageLoop::current() for FFmpegDemuxer and DecoderB...
scherkus@chromium.org
2009-07-10
4
-46
/
+25
*
Refactor audio renderer algorithms to use BufferQueue. Also cleaned up some c...
kylep@chromium.org
2009-07-10
6
-198
/
+88
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
13
-61
/
+62
*
Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."
scherkus@chromium.org
2009-07-09
12
-53
/
+52
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
12
-52
/
+53
*
Manually declare media_format() because gmock does not like mocking non-copya...
scherkus@chromium.org
2009-07-09
1
-4
/
+12
*
Updated FFmpegDemuxerTest and FFmpegVideoDecoderTest to use the gmock-based M...
scherkus@chromium.org
2009-07-09
6
-340
/
+30
*
Added new gmock-based MockFilterHost and deprecated the old one.
scherkus@chromium.org
2009-07-09
5
-65
/
+66
*
Big media::Pipeline cleanup.
scherkus@chromium.org
2009-07-09
9
-476
/
+245
*
BufferQueue class to hide audio data micromanagement from scaling algorithms....
kylep@chromium.org
2009-07-08
4
-0
/
+290
*
Wrote gmock-based mock filters and a mock filter factory.
scherkus@chromium.org
2009-07-08
3
-9
/
+188
*
Removing video_decoder_unittest.cc as it tests nothing.
scherkus@chromium.org
2009-07-08
2
-37
/
+0
*
Remove svn:executable property from files that don't need it.
thestig@chromium.org
2009-07-08
1
-0
/
+0
*
Test fwrite returnval in wav_ola_test.cc to fix ubuntu compile warning.
kylep@chromium.org
2009-07-07
1
-1
/
+4
*
Cleanup resources allocated by FFmpeg to avoid memory and threads leaks
hclam@chromium.org
2009-07-07
5
-19
/
+55
*
OLA Algorithm and test shell.
kylep@chromium.org
2009-07-07
4
-0
/
+452
*
Refactor AudioRendererBase to use scoped_refptr<AudioDecoder>
kylep@chromium.org
2009-07-06
2
-3
/
+2
*
Scale function cleaned up white spaces and removed comments that are no longe...
fbarchard@chromium.org
2009-07-06
1
-86
/
+29
*
Asynchronous initialization of media::PipelineThread
hclam@chromium.org
2009-07-01
3
-231
/
+322
*
Fix a bug in audio/video decoder that the stopped variable is not initialized
hclam@chromium.org
2009-07-01
1
-7
/
+4
*
Make FFmpeg delay load settings propagate to all shared libraries and executa...
scherkus@chromium.org
2009-07-01
1
-6
/
+0
*
Minor change to ARAB and ARAD for subsequent OLA submission.
kylep@chromium.org
2009-07-01
4
-30
/
+28
*
Put some hard limits on the low level audio api
cpu@google.com
2009-07-01
3
-0
/
+50
*
Reverting 19687.
dkegel@google.com
2009-07-01
4
-29
/
+30
*
Minor changes to ARAB and ARAD necessary for OLA
kylep@chromium.org
2009-07-01
4
-30
/
+29
*
Switching decoders to use the injected message loop.
scherkus@chromium.org
2009-06-29
7
-210
/
+205
*
Micro-refactor: added VideoRendererBase::OnStop().
scherkus@chromium.org
2009-06-26
4
-0
/
+17
*
Refactor media pipeline and filters to use injected message loops.
scherkus@chromium.org
2009-06-25
7
-173
/
+266
*
Checking in media/base/mock_filters.h, a new set of mock filters based on gmock.
scherkus@chromium.org
2009-06-23
3
-4
/
+52
*
Fix sign mismatch issues.
ajwong@chromium.org
2009-06-23
1
-6
/
+6
*
Refactor FFmpegVideoDecoder::OnDecode and unittest and add state tracking.
ajwong@chromium.org
2009-06-22
6
-128
/
+645
*
Removed message loop from MockPipeline as it is no longer needed.
scherkus@chromium.org
2009-06-22
2
-26
/
+0
*
Cleaned up AudioRendererAlgorithmBase: moved data members to private section ...
kylep@chromium.org
2009-06-22
4
-46
/
+71
*
Removing FilterHost::PostTask() in preparation of injected message loops.
scherkus@chromium.org
2009-06-22
5
-49
/
+2
*
Renamed media::VideoThread to the more appropriate media::VideoRendererBase.
scherkus@chromium.org
2009-06-22
7
-781
/
+299
*
FFmpegDemuxerStream::Read() now functions properly while stopped.
scherkus@chromium.org
2009-06-22
3
-29
/
+154
*
Changing overstrict CHECKs to just setting the object into an invalid state.
ajwong@chromium.org
2009-06-20
1
-5
/
+17
*
Draft of base and default algorithm class for AudioRendererBase refactor.
kylep@chromium.org
2009-06-19
5
-0
/
+295
*
Refactor FFmpegDemuxerTest to use gmock and eliminate flakiness.
scherkus@chromium.org
2009-06-19
5
-438
/
+569
*
Setting svn:eol-style LF for media source files.
scherkus@chromium.org
2009-06-17
4
-78
/
+79
*
Serialize calls to avcodec_open() and avcodec_close().
scherkus@chromium.org
2009-06-17
5
-28
/
+47
*
Refactored, templatized, commented and moved TestReader to the fancy new Mock...
scherkus@chromium.org
2009-06-16
3
-60
/
+100
[next]