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
*
Simplify the Demuxer interface to get streams by type.
fischman@chromium.org
2011-03-21
5
-41
/
+17
*
Move media library path resolution into Chrome path provider.
wez@chromium.org
2011-03-17
3
-9
/
+38
*
Stop leaking callbacks in pipeline_impl_unittest.cc
fischman@chromium.org
2011-03-16
1
-1
/
+1
*
PipelineError is dead. Long live PipelineStatus!
fischman@chromium.org
2011-03-16
17
-199
/
+291
*
DemuxerFactory is born!
fischman@chromium.org
2011-03-14
10
-165
/
+137
*
Refactoring code to use factories to create DataSource objects.
acolwell@chromium.org
2011-03-14
20
-158
/
+738
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).
scherkus@chromium.org
2011-03-11
2
-0
/
+5
*
Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.
tyoshino@chromium.org
2011-03-11
2
-5
/
+0
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream.
scherkus@chromium.org
2011-03-09
2
-0
/
+5
*
Remove the silly notion of MIME types from media code.
scherkus@chromium.org
2011-03-09
11
-204
/
+72
*
Remove width_ and height_ from various VideoDecoder implementations.
scherkus@chromium.org
2011-03-08
1
-3
/
+3
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
3
-25
/
+15
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-4
/
+4
*
Cleaning up media/base/clock.cc,h
scherkus@chromium.org
2011-03-04
2
-10
/
+10
*
Fold ClockImpl into Clock and update corresponding clients and tests.
scherkus@chromium.org
2011-03-04
7
-117
/
+88
*
Retry: Move MockFFmpeg instance setting into the constructor/destructor.
scherkus@chromium.org
2011-02-19
2
-47
/
+39
*
Revert 75444 - Move MockFFmpeg instance setting into the constructor/destructor.
scherkus@chromium.org
2011-02-18
2
-39
/
+52
*
Move MockFFmpeg instance setting into the constructor/destructor.
scherkus@chromium.org
2011-02-18
2
-52
/
+39
*
Fix chromium-style compile error that got in the tree since yesterday.
erg@google.com
2011-02-17
2
-0
/
+7
*
Delete the StatisticsCallback passed to media filter mocks.
scherkus@chromium.org
2011-02-17
1
-3
/
+4
*
Implement webkit media metrics in chromium.
scherkus@chromium.org
2011-02-16
7
-19
/
+91
*
Revised SSE2 color conversion
hclam@chromium.org
2011-02-14
1
-89
/
+107
*
Resubmit - Use SSE2 block differ for chromoting
hclam@chromium.org
2011-02-11
1
-1
/
+2
*
Revert 74571 - Use SSE2 block differ for chromoting
dhollowa@chromium.org
2011-02-11
1
-2
/
+1
*
Revert 74583 - Revert 74571 - Use SSE2 block differ for chromoting
finnur@chromium.org
2011-02-11
1
-1
/
+2
*
Revert 74571 - Use SSE2 block differ for chromoting
finnur@chromium.org
2011-02-11
1
-2
/
+1
*
Use SSE2 block differ for chromoting
hclam@chromium.org
2011-02-11
1
-1
/
+2
*
Runtime check to enable SSE2 color space conversion code
hclam@chromium.org
2011-02-08
7
-31
/
+176
*
Reworked player_x11:
scherkus@chromium.org
2011-02-04
3
-0
/
+910
*
Resubmit "RGB to YUV conversion using SSE2""
hclam@chromium.org
2011-02-03
5
-0
/
+492
*
Prevent pending callbacks after an error from being interpreted as teardown c...
acolwell@chromium.org
2011-02-02
3
-13
/
+120
*
Revert "RGB to YUV conversion using SSE2"
hclam@chromium.org
2011-02-01
5
-482
/
+0
*
RGB to YUV conversion using SSE2
hclam@chromium.org
2011-02-01
5
-0
/
+482
*
Rename Real* to Double* in values.* and dependent files
arv@chromium.org
2011-02-01
1
-2
/
+2
*
Fix a teardown hang caused by an Abort() call while there is a pending read.
acolwell@chromium.org
2011-01-26
1
-1
/
+3
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
4
-46
/
+46
*
Remove MessageLoop methods from Filter interface to
acolwell@chromium.org
2011-01-15
11
-216
/
+153
*
Replace MockFilterCallback with MockCallback and simplify unit tests.
scherkus@chromium.org
2011-01-15
5
-149
/
+125
*
Fix flaky behavior in pipeline teardown.
acolwell@chromium.org
2011-01-13
2
-53
/
+83
*
Change CompositeFilter to use ScopedRunnableMethodFactory &
acolwell@chromium.org
2011-01-11
2
-14
/
+22
*
Change #ifdef _DEBUG test to #ifndef NDEBUG test.
tfarina@chromium.org
2011-01-10
1
-2
/
+2
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2011-01-05
9
-123
/
+1761
*
Move lots of GMock stuff out of line.
erg@google.com
2011-01-05
6
-58
/
+127
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Revert 70277 - Revert 70275 - Revert 70267 - Refactor PipelineImpl to use Com...
acolwell@chromium.org
2010-12-29
8
-1703
/
+120
*
Revert 70275 - Revert 70267 - Refactor PipelineImpl to use CompositeFilter to...
acolwell@chromium.org
2010-12-29
8
-120
/
+1703
*
Revert 70267 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-29
8
-1703
/
+120
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-29
8
-120
/
+1703
*
Revert 70063 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-23
8
-1693
/
+120
[next]