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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 70277 - Revert 70275 - Revert 70267 - Refactor PipelineImpl to use Com...
acolwell@chromium.org
2010-12-29
9
-1706
/
+120
*
Revert 70275 - Revert 70267 - Refactor PipelineImpl to use CompositeFilter to...
acolwell@chromium.org
2010-12-29
9
-120
/
+1706
*
Revert 70267 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-29
9
-1706
/
+120
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-29
9
-120
/
+1706
*
Revert 70077 - Don't uninitialize FFmpegVideoDecodeEngine if we haven't initi...
skerner@chromium.org
2010-12-23
3
-13
/
+5
*
Don't uninitialize FFmpegVideoDecodeEngine if we haven't initialized it.
scherkus@chromium.org
2010-12-23
3
-5
/
+13
*
Revert 70063 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-23
9
-1696
/
+120
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-23
9
-120
/
+1696
*
Fix AudioManager shutdown
acolwell@chromium.org
2010-12-23
6
-2
/
+30
*
Set scoped IO access when closing the audio input thread to allow joining.
leandrogracia@chromium.org
2010-12-22
1
-0
/
+11
*
Revert 69959 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-22
9
-1696
/
+120
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-22
9
-120
/
+1696
*
Fix black video frames when seeking (which also fixes flashing poster issue).
scherkus@chromium.org
2010-12-22
2
-8
/
+29
*
Remove GetVp8CxAlgoAddress hack
hclam@chromium.org
2010-12-20
3
-64
/
+0
*
Mark FakeAudioInputTest.BasicCallbacks as flaky.
phajdan.jr@chromium.org
2010-12-17
1
-1
/
+2
*
(Committing on behalf of Chris Rogers -- original CL http://codereview.chromi...
kbr@google.com
2010-12-16
5
-1
/
+367
*
Ugh, one more scoped_refptr NewRunnableMethod.
willchan@chromium.org
2010-12-15
1
-1
/
+1
*
Last few NewRunnableMethod scoped_refptr params to fix.
willchan@chromium.org
2010-12-15
1
-1
/
+1
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
7
-40
/
+50
*
Deinline even more destructors.
erg@google.com
2010-12-14
12
-11
/
+45
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
2
-3
/
+5
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
7
-50
/
+40
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
7
-40
/
+50
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
5
-3
/
+11
*
Get rid of std::wstring version of HasSwitch.
tfarina@chromium.org
2010-12-08
1
-1
/
+1
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
1
-1
/
+1
*
Add a new GetInstance() method for singleton classes, take 2.
satish@chromium.org
2010-12-08
4
-10
/
+18
*
Move more code from headers to implementation.
erg@google.com
2010-12-07
4
-10
/
+13
*
Initialize destinations variables before calling GL functions
gman@chromium.org
2010-12-07
2
-5
/
+5
*
Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...
scherkus@chromium.org
2010-12-03
23
-125
/
+125
*
Added include rule for new tool to media/DEPS
vrk@google.com
2010-12-01
1
-0
/
+1
*
Benchmark tool for GPU-accelerated video rendering
vrk@google.com
2010-12-01
16
-0
/
+1153
*
Stopgap fix for crash in issue 53867 comment 15
thakis@chromium.org
2010-12-01
2
-55
/
+69
*
Move audio output number limit to AudioManager.
sergeyu@chromium.org
2010-11-30
5
-14
/
+97
*
Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...
andybons@chromium.org
2010-11-24
2
-5
/
+5
*
Implemented AudioOutputProxy.
sergeyu@chromium.org
2010-11-24
14
-2
/
+872
*
Initialize destinations variables before calling GL functions
gman@chromium.org
2010-11-24
2
-5
/
+5
*
Fix clock update behavior at the end of stream.
acolwell@chromium.org
2010-11-23
7
-22
/
+122
*
FBTF: Remove unneeded headers from base/ (part 9)
thestig@chromium.org
2010-11-20
15
-14
/
+14
*
Fix compilation of audio_manager_win.cc in Win Release.
tony@chromium.org
2010-11-19
1
-87
/
+91
*
On windows, send audio hardware info with speech input requests if user conse...
satish@chromium.org
2010-11-19
5
-1
/
+127
*
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
10
-123
/
+151
*
Revert 66125 -- Broke Windows build - Move FilterType into MediaFilterCollection
levin@chromium.org
2010-11-15
9
-141
/
+113
*
Move FilterType into MediaFilterCollection
acolwell@chromium.org
2010-11-15
9
-113
/
+141
*
Remove media::StreamSample::IsDiscontinuous() and friends.
scherkus@chromium.org
2010-11-12
7
-77
/
+9
*
Rename media::StreamSample::kInvalidTimestamp to media::kNoTimestamp.
scherkus@chromium.org
2010-11-12
15
-60
/
+55
*
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
3
-151
/
+0
*
Refactor Pipeline & PipelineImpl so WebMediaPlayerImpl references a Pipeline ...
acolwell@chromium.org
2010-11-11
4
-42
/
+31
[next]