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
*
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
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-23
8
-120
/
+1693
*
Revert 69959 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-22
8
-1693
/
+120
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-22
8
-120
/
+1693
*
Remove GetVp8CxAlgoAddress hack
hclam@chromium.org
2010-12-20
3
-64
/
+0
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
5
-3
/
+11
*
Move more code from headers to implementation.
erg@google.com
2010-12-07
4
-10
/
+13
*
Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...
scherkus@chromium.org
2010-12-03
11
-108
/
+106
*
Stopgap fix for crash in issue 53867 comment 15
thakis@chromium.org
2010-12-01
2
-55
/
+69
*
Fix clock update behavior at the end of stream.
acolwell@chromium.org
2010-11-23
6
-21
/
+120
*
FBTF: Remove unneeded headers from base/ (part 9)
thestig@chromium.org
2010-11-20
2
-2
/
+0
*
Add shared macros for stringizing and converting ANSI string constants
joi@chromium.org
2010-11-18
1
-6
/
+4
*
Move FilterType into MediaFilterCollection
acolwell@chromium.org
2010-11-15
7
-101
/
+131
*
Revert 66125 -- Broke Windows build - Move FilterType into MediaFilterCollection
levin@chromium.org
2010-11-15
7
-131
/
+101
*
Move FilterType into MediaFilterCollection
acolwell@chromium.org
2010-11-15
7
-101
/
+131
*
Remove media::StreamSample::IsDiscontinuous() and friends.
scherkus@chromium.org
2010-11-12
4
-28
/
+2
[next]