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 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
*
Rename media::StreamSample::kInvalidTimestamp to media::kNoTimestamp.
scherkus@chromium.org
2010-11-12
6
-28
/
+23
*
Remove WriteableBuffer interface as DataBuffer is the only implementation.
scherkus@chromium.org
2010-11-12
4
-26
/
+15
*
Delete media::Synchronizer since it's never been used.
scherkus@chromium.org
2010-11-12
2
-149
/
+0
*
Refactor Pipeline & PipelineImpl so WebMediaPlayerImpl references a Pipeline ...
acolwell@chromium.org
2010-11-11
4
-42
/
+31
*
Simplified AudioOutputStream interface.
sergeyu@chromium.org
2010-11-11
1
-0
/
+1
*
Refactor code so PipelineImpl doesn't rely on FilterType anymore.
scherkus@chromium.org
2010-11-04
4
-121
/
+115
*
Initial StateMatrix idea using composition and void*
scherkus@chromium.org
2010-11-04
3
-0
/
+140
*
Move MediaFilterCollection code into a class.
scherkus@chromium.org
2010-11-03
10
-139
/
+305
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-1
/
+1
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
4
-14
/
+14
*
Terminate FilterFactory and his nasty friends
hclam@chromium.org
2010-10-23
10
-554
/
+371
*
Prevent buffered time from being less than the current time.
scherkus@chromium.org
2010-10-20
3
-38
/
+88
*
Convert LOG(INFO) to VLOG(1) - media/.
pkasting@chromium.org
2010-10-19
2
-8
/
+7
*
FBTF: Even more ctor/virtual deinlining.
erg@google.com
2010-10-19
4
-11
/
+35
*
FBTF: Monster ctor patch after changing heuristics in clang plugin.
erg@google.com
2010-10-18
2
-11
/
+32
*
Make sure to use scoped_refptr for refcounted params in audio/video/remoting
willchan@chromium.org
2010-10-18
1
-2
/
+6
*
FBTF: Fix more ctor/dtors found by clang plugin.
erg@google.com
2010-10-13
2
-0
/
+15
*
Revert 61899 for breaking cookes on file:// URLs.
willchan@chromium.org
2010-10-08
1
-6
/
+2
*
Fix instances of passing raw pointers to RefCounted objects in tasks.
willchan@chromium.org
2010-10-08
1
-2
/
+6
*
GpuVideoDecoderHost runs on IO thread instead of Render thread
hclam@chromium.org
2010-10-07
1
-0
/
+2
*
Cleanup in VideoFrame
hclam@chromium.org
2010-10-07
2
-54
/
+0
*
Implement Gles2VideoDecoderContext
hclam@chromium.org
2010-10-07
2
-1
/
+5
*
Implement GpuVideoDecoderHost and unit tests
hclam@chromium.org
2010-10-07
1
-0
/
+2
*
clang/mac: Fix almost all problems when building all.xcodeproj.
thakis@chromium.org
2010-10-04
1
-2
/
+2
*
VP8 decoder for chromoting
hclam@chromium.org
2010-09-29
3
-2
/
+24
*
Add AudioBuffersState struct. Use it for audio synchronization.
sergeyu@chromium.org
2010-09-29
1
-4
/
+9
[next]