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
*
ignore audio error and play video without audio
fbarchard@chromium.org
2009-07-23
1
-6
/
+5
*
Fix memory leak in FileDataSource
hclam@google.com
2009-07-22
1
-4
/
+5
*
Changes to provide asynchronous read in data source:
hclam@chromium.org
2009-07-22
12
-238
/
+498
*
Merged FilterHostImpl into PipelineInternal as it was no longer needed and ad...
scherkus@chromium.org
2009-07-22
5
-238
/
+110
*
Refactoring to share MockAudioOutputStream implementations across 3 platforms
hclam@google.com
2009-07-22
19
-191
/
+191
*
deleting old file which we had issues with gcl commits on
fbarchard@chromium.org
2009-07-21
1
-326
/
+0
*
fix warnings treated as errors on line 94 and 97 that are allowed on try serv...
fbarchard@chromium.org
2009-07-21
1
-0
/
+7
*
svn wont allow commit of file. renaming to _ to avoid svn.
fbarchard@chromium.org
2009-07-21
1
-0
/
+326
*
Revert r21137 to fix Chromium mac valgrind
hclam@chromium.org
2009-07-21
18
-190
/
+190
*
Remove qtfaststart for now from build file
fbarchard@chromium.org
2009-07-21
1
-7
/
+0
*
qt-faststart is a tool that moves the 'moov' to the start of file, reducing s...
fbarchard@chromium.org
2009-07-21
2
-0
/
+333
*
Avoid dereferencing null pointer when an audio initialization error occurs.
fbarchard@chromium.org
2009-07-21
2
-8
/
+7
*
Refactoring to share MockAudioOutputStream implementations across 3 platforms
hclam@chromium.org
2009-07-21
18
-190
/
+190
*
Software volume adjustment by changing samples.
fbarchard@chromium.org
2009-07-20
6
-27
/
+182
*
Added reference counting to the Pipeline interface.
scherkus@chromium.org
2009-07-18
5
-78
/
+80
*
Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.
scherkus@chromium.org
2009-07-17
21
-53
/
+55
*
Fixes bug in FFmpegAudioDecoder where we weren't setting the usable data size.
scherkus@chromium.org
2009-07-17
1
-0
/
+1
*
Modify ARAB to use simpler data types in FillBuffer() calls.
kylep@chromium.org
2009-07-16
6
-33
/
+24
*
Adding callback support to media filter Initialize() and Seek().
scherkus@chromium.org
2009-07-16
24
-159
/
+696
*
Allow 6 channel to pass thru to driver.
fbarchard@chromium.org
2009-07-16
1
-2
/
+11
*
Refactor WritableBuffer interface for more useful ptr management.
kylep@chromium.org
2009-07-16
10
-70
/
+95
*
Revert "Splitting media filter's Initialize() into Create() + callback and Se...
scherkus@chromium.org
2009-07-15
24
-697
/
+159
*
Splitting media filter's Initialize() into Create() + callback and Seek() + c...
scherkus@chromium.org
2009-07-15
24
-159
/
+697
*
Removed the bool parameter from PipelineCallback and cleaned up WebMediaPlaye...
scherkus@chromium.org
2009-07-15
3
-35
/
+28
*
Add in macro to abstract the differences in library naming conventions betwee...
ajwong@chromium.org
2009-07-15
1
-6
/
+11
*
Set Volume to full at start.
fbarchard@chromium.org
2009-07-14
2
-5
/
+5
*
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
[next]