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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Splitting media filter's Initialize() into Create() + callback and Seek() + c...
scherkus@chromium.org
2009-07-15
9
-96
/
+187
*
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
2
-1
/
+12
*
Add methods to ARAB and BufferQueue to allow owners to query it for the times...
kylep@chromium.org
2009-07-13
3
-0
/
+54
*
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
6
-399
/
+435
*
Revert "Implemented injected message loops for PipelineImpl."
scherkus@chromium.org
2009-07-10
6
-435
/
+399
*
Implemented injected message loops for PipelineImpl.
scherkus@chromium.org
2009-07-10
6
-399
/
+435
*
Converted remaining tests to use gmock and deleted all old mocking code.
scherkus@chromium.org
2009-07-10
6
-756
/
+298
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
3
-18
/
+25
*
Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."
scherkus@chromium.org
2009-07-09
3
-25
/
+18
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
3
-18
/
+25
*
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
3
-290
/
+1
*
Added new gmock-based MockFilterHost and deprecated the old one.
scherkus@chromium.org
2009-07-09
1
-5
/
+32
*
Big media::Pipeline cleanup.
scherkus@chromium.org
2009-07-09
7
-474
/
+243
*
BufferQueue class to hide audio data micromanagement from scaling algorithms....
kylep@chromium.org
2009-07-08
3
-0
/
+287
*
Wrote gmock-based mock filters and a mock filter factory.
scherkus@chromium.org
2009-07-08
2
-1
/
+176
*
Cleanup resources allocated by FFmpeg to avoid memory and threads leaks
hclam@chromium.org
2009-07-07
2
-0
/
+10
*
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
*
Switching decoders to use the injected message loop.
scherkus@chromium.org
2009-06-29
2
-1
/
+13
*
Refactor media pipeline and filters to use injected message loops.
scherkus@chromium.org
2009-06-25
4
-25
/
+135
*
Checking in media/base/mock_filters.h, a new set of mock filters based on gmock.
scherkus@chromium.org
2009-06-23
1
-0
/
+48
*
Refactor FFmpegVideoDecoder::OnDecode and unittest and add state tracking.
ajwong@chromium.org
2009-06-22
3
-23
/
+29
*
Removed message loop from MockPipeline as it is no longer needed.
scherkus@chromium.org
2009-06-22
1
-16
/
+0
*
Removing FilterHost::PostTask() in preparation of injected message loops.
scherkus@chromium.org
2009-06-22
5
-49
/
+2
*
Refactor FFmpegDemuxerTest to use gmock and eliminate flakiness.
scherkus@chromium.org
2009-06-19
2
-1
/
+148
*
Refactored, templatized, commented and moved TestReader to the fancy new Mock...
scherkus@chromium.org
2009-06-16
1
-0
/
+91
*
Adding in ffmpeg_common.h into header for definition of CodecID.
ajwong@chromium.org
2009-06-16
1
-6
/
+3
*
Make the generated stubs weak. Enable the unittests that had conflicting sym...
ajwong@chromium.org
2009-06-16
3
-7
/
+17
*
Moving MockFFmpeg to its own file and some media.gyp cleanup.
scherkus@chromium.org
2009-06-15
2
-0
/
+94
*
Split FFmpegDemuxerStream into a separate interface AVStreamProvider.
scherkus@chromium.org
2009-06-11
1
-1
/
+1
*
Revert "Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make bui...
tc@google.com
2009-06-11
1
-274
/
+16
*
Enable <video> in test_shell
hclam@chromium.org
2009-06-11
1
-0
/
+22
*
Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make build).
agl@chromium.org
2009-06-11
1
-16
/
+274
*
Reapply ffmpeg changes. The original review is at http://codereview.chromium....
ajwong@chromium.org
2009-06-11
1
-274
/
+16
*
Removing ffmpeg again.
ajwong@chromium.org
2009-06-09
1
-16
/
+274
*
Reapply ffmpeg changes. The original review is at http://codereview.chromium....
ajwong@chromium.org
2009-06-09
1
-274
/
+16
*
Reverting r17820 and r17819 due to mac breakage.
ajwong@chromium.org
2009-06-06
1
-16
/
+274
*
Change ffmpeg.gyp over to use generate_stubs.py.
ajwong@chromium.org
2009-06-06
1
-274
/
+16
*
Handle end of stream for media
hclam@chromium.org
2009-06-04
7
-23
/
+39
*
Reduce header dependencies in base/
phajdan.jr@chromium.org
2009-06-03
1
-0
/
+1
*
Better seeking for <video> and <audio>
hclam@chromium.org
2009-05-29
2
-0
/
+18
*
Cleanup media::SeekableBuffer and unit tests
hclam@chromium.org
2009-05-28
3
-176
/
+153
*
New FFmpeg public API headers to match our source tarball in deps.
scherkus@chromium.org
2009-05-22
1
-91
/
+109
*
Temporary fix for MP3 decoding by duplicating packets before handing them to ...
scherkus@chromium.org
2009-05-20
1
-0
/
+9
*
Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta (secon...
scherkus@chromium.org
2009-05-20
1
-1
/
+10
[next]