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
*
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
*
Revert change 16453 because it broke the build.
nsylvain@chromium.org
2009-05-20
1
-10
/
+1
*
Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta.
scherkus@chromium.org
2009-05-20
1
-1
/
+10
*
SeekableBuffer to implement a window of buffer which has short seeking ability.
hclam@chromium.org
2009-05-19
3
-0
/
+607
*
YUV with clipping.
fbarchard@chromium.org
2009-05-18
11
-743
/
+639
*
YUV scaling and conversion refactored into low levels per platform that do a ...
fbarchard@chromium.org
2009-05-13
9
-738
/
+1050
*
Fix failing Valgrind builds for media_unittests.
scherkus@chromium.org
2009-05-12
1
-42
/
+44
*
Implemented Pipeline seek callbacks and a big refactor of PipelineImplTest.
scherkus@chromium.org
2009-05-12
6
-231
/
+395
*
Remove executable bit from a bunch of files that shouldn't have it.
evan@chromium.org
2009-05-11
3
-0
/
+0
*
Review URL: http://codereview.chromium.org/115197
fbarchard@chromium.org
2009-05-11
3
-40
/
+134
*
Revert r15615, build errors on linux and mac.
sgk@google.com
2009-05-08
3
-127
/
+38
*
YUV scaler do horizontal mirror.
fbarchard@chromium.org
2009-05-08
3
-38
/
+127
*
Retry of enabling video on linux. See related review: http://codereview.chro...
ajwong@chromium.org
2009-05-08
1
-3
/
+33
*
Lands http://codereview.chromium.org/99349 for Ryan.
sky@chromium.org
2009-05-04
1
-1
/
+5
*
Revert "Enable video in posix builds and remove unneeded ifdefs to guard wind...
ajwong@chromium.org
2009-05-01
1
-38
/
+8
*
Enable video in posix builds and remove unneeded ifdefs to guard windows.
ajwong@chromium.org
2009-05-01
1
-8
/
+38
*
Clean up FFmpeg media formats and switch to using av_get_bits_per_sample_form...
scherkus@chromium.org
2009-04-29
1
-1
/
+9
*
Fix a crash with <video>
hclam@chromium.org
2009-04-27
1
-1
/
+1
*
Prototype audio time shift.
fbarchard@chromium.org
2009-04-23
1
-1
/
+1
*
Move FFmpegDemuxer initialization onto the demuxer thread.
scherkus@chromium.org
2009-04-22
1
-1
/
+35
*
Hacked up delay load code for ffmpeg in posix systems. This is
ajwong@chromium.org
2009-04-21
2
-2
/
+216
*
Fixes FFmpegDemuxerTest.ReadAndSeek test flakiness by using a WaitableEvent.
scherkus@chromium.org
2009-04-21
1
-10
/
+4
*
DCHECK now allows SetPlaybackRate(0.0f) if the pipeline is stopped.
ralphl@chromium.org
2009-04-21
1
-1
/
+2
*
YUV to RGB with arbitrary scaling.
fbarchard@chromium.org
2009-04-21
4
-29
/
+450
*
Move the ffmpeg loading function into media library.
ajwong@chromium.org
2009-04-18
3
-0
/
+114
[next]