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
*
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
*
FBTF: Moves code to the headers.
erg@google.com
2010-09-28
6
-20
/
+51
*
Implement VP8 encoder for chromoting
hclam@chromium.org
2010-09-28
3
-1
/
+46
*
FBTF: Move virtual methods to implementation files.
erg@google.com
2010-09-23
3
-57
/
+96
*
Fix an error reported by the clang assembler.
thakis@chromium.org
2010-09-21
1
-4
/
+4
*
Fixed Ended event when audio is disabled.
sergeyu@chromium.org
2010-09-17
3
-1
/
+20
*
Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...
hclam@chromium.org
2010-09-13
2
-1
/
+107
*
Clean up texture types in VideoFrame
hclam@chromium.org
2010-09-09
1
-6
/
+10
*
Rename all FillThisBuffer and EmptyThisBuffer to something more meaningful
hclam@chromium.org
2010-09-05
2
-24
/
+34
*
Implement audio recording for Linux via ALSA.
satish@chromium.org
2010-09-02
2
-2
/
+5
*
media: recycle buffers/direct rendering etc. (third patch)
jiesun@google.com
2010-09-02
1
-1
/
+4
*
Fixing rounding error in buffering bar for fully loaded HTTP videos
vrk@google.com
2010-09-01
2
-14
/
+30
*
Add AudioParameters struct. Use it everywhere.
sergeyu@chromium.org
2010-08-31
1
-4
/
+8
*
FBTF: Remove unneeded headers from base/ (part 7)
thestig@chromium.org
2010-08-27
2
-1
/
+3
*
media: add flush stage before stop().
jiesun@google.com
2010-08-26
2
-54
/
+133
*
Re-land part of r55416, minus actually moving the test_suite.h contents to a ...
brettw@chromium.org
2010-08-17
1
-1
/
+1
*
media: bit stream converter
jiesun@google.com
2010-08-13
2
-0
/
+3
*
remove text direct in 64 bit because these are proper inline within a C funct...
fbarchard@chromium.org
2010-08-12
1
-3
/
+0
*
declare text segment for gcc assembly
fbarchard@chromium.org
2010-08-11
1
-24
/
+9
*
preparation for recycling buffer, patch 2
jiesun@google.com
2010-08-11
4
-19
/
+28
*
Revert 55603
nsylvain@chromium.org
2010-08-11
4
-28
/
+19
[next]