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
*
Add some NULL checks for shared memory and AudioBus creation.
dalecurtis@chromium.org
2013-03-05
1
-0
/
+3
*
Implement "hole" video frame.
wonsik@google.com
2013-03-04
2
-0
/
+19
*
Implement CopyFromCompositingSurfaceToVideoFrame for mac.
justinlin@chromium.org
2013-03-02
3
-0
/
+80
*
AndroidVDA using Android's MediaCodec API.
dwkang@chromium.org
2013-03-01
3
-0
/
+588
*
Remove one video frame copying in video capture.
wjia@chromium.org
2013-02-28
2
-3
/
+3
*
Remove browser-wide audio mirroring and --force-audio-mirroring flag.
miu@chromium.org
2013-02-27
2
-6
/
+0
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
3
-3
/
+3
*
Style cleanup: const char* -> const char ... [].
dalecurtis@chromium.org
2013-02-22
1
-1
/
+1
*
Add a Clock and TickClock interface for mocking out time
akalin@chromium.org
2013-02-21
6
-40
/
+28
*
Fix incorrect truncation of audio data during partial interleave.
dalecurtis@chromium.org
2013-02-20
2
-2
/
+2
*
Add test for RotatePlaneByPixels.
wjia@chromium.org
2013-02-19
3
-0
/
+364
*
Replace FilePath with base::FilePath.
brettw@chromium.org
2013-02-17
2
-2
/
+2
*
Move duration change logic from WebMediaPlayerImpl to ChunkDemuxer.
acolwell@chromium.org
2013-02-15
3
-5
/
+23
*
Change prototypes to yuv_convert_simd_x86 yasm and equivalent C to portably s...
wolenetz@chromium.org
2013-02-14
12
-47
/
+67
*
Add video capture on Android.
wjia@chromium.org
2013-02-12
2
-0
/
+341
*
Tab Capture: Backing store readbacks to YV12 VideoFrames.
nick@chromium.org
2013-02-11
2
-2
/
+7
*
Replace FilePath with base::FilePath in some more top level directories.
brettw@chromium.org
2013-02-10
4
-14
/
+14
*
Move media/base/simd/x86inc.asm to third_party/x86inc
wolenetz@chromium.org
2013-02-08
11
-1024
/
+10
*
Lift MEDIA_MMX_INTRINSICS_AVAILABLE definition to header and use it to condit...
wolenetz@chromium.org
2013-02-07
3
-10
/
+14
*
Plumb |input_channels| all the way to AudioManager
crogers@google.com
2013-02-07
1
-11
/
+7
*
Add --waveout-buffers switch for Windows users.
dalecurtis@chromium.org
2013-02-06
2
-0
/
+8
*
Linux/ChromeOS Chromium style checker cleanup, media/ edition.
rsleevi@chromium.org
2013-02-06
4
-4
/
+4
*
Remove reference counting from media::AudioRenderer and friends.
scherkus@chromium.org
2013-02-05
8
-112
/
+48
*
Remove reference counting from media::VideoRenderer and friends.
scherkus@chromium.org
2013-02-05
7
-42
/
+44
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
2
-2
/
+4
*
Replace or exclude MMX intrinsics in yuv_convert_simd_x86 due to lack of VS20...
jschuh@chromium.org
2013-02-01
4
-6
/
+53
*
Introduce AudioHardwareConfig for renderer side audio device info.
dalecurtis@chromium.org
2013-02-01
3
-0
/
+153
*
Enable Encrypted Media Extensions by default.
ddorwin@chromium.org
2013-01-31
2
-4
/
+3
*
Move stringize_macros to base/strings.
brettw@chromium.org
2013-01-31
2
-2
/
+2
*
Delete media::MockFilterCollection.
scherkus@chromium.org
2013-01-31
4
-172
/
+143
*
Enables win64 build of yuv_convert_simd_x86 without rolling x86inc.asm forward.
dalecurtis@google.com
2013-01-29
1
-0
/
+2
*
Add --force-audio-mirroring flag for audio mirroring testing with WebRTC.
justinlin@chromium.org
2013-01-29
2
-0
/
+6
*
Tighten up media::DecoderBuffer API contract for end of stream buffers (round...
scherkus@chromium.org
2013-01-28
5
-5
/
+41
*
Add wrapper class to media for support of VP9 video, and add a command line f...
tomfinegan@chromium.org
2013-01-25
3
-2
/
+11
*
Enable renderer side mixing on Linux!
dalecurtis@chromium.org
2013-01-24
2
-8
/
+0
*
Revert 177842. This doesn't build in standalone webkit builds:
thakis@chromium.org
2013-01-21
3
-11
/
+2
*
Fix media/base 64-bit compilation issues
jschuh@chromium.org
2013-01-21
2
-4
/
+3
*
Add wrapper class to media for support of VP9 video, and add a command line f...
tomfinegan@chromium.org
2013-01-19
3
-2
/
+11
*
Revert 177550
scherkus@chromium.org
2013-01-18
4
-38
/
+3
*
Tighten up media::DecoderBuffer API contract for end of stream buffers.
scherkus@chromium.org
2013-01-18
4
-3
/
+38
*
Update media::DataBuffer API to match media::DecoderBuffer.
scherkus@chromium.org
2013-01-17
7
-67
/
+108
*
Add chromium support for MediaStreamAudioDestinationNode
crogers@google.com
2013-01-17
1
-0
/
+1
*
Tighten up media::DecoderBuffer data requirements.
scherkus@chromium.org
2013-01-17
2
-20
/
+17
*
Introduce IPC validation to the media::VideoCaptureParams type.
cevans@chromium.org
2013-01-17
1
-0
/
+3
*
Nuke jrg from android OWNERS files.
yfriedman@chromium.org
2013-01-16
1
-1
/
+0
*
Eliminate media::Buffer as a base class for media::DecoderBuffer and media::D...
scherkus@chromium.org
2013-01-15
18
-256
/
+225
*
Revert 176748
cevans@chromium.org
2013-01-14
1
-3
/
+0
*
Introduce IPC validation to the media::VideoCaptureParams type.
cevans@chromium.org
2013-01-14
1
-0
/
+3
*
Add pause timer to ease resource usage when not playing.
dalecurtis@chromium.org
2013-01-10
6
-32
/
+120
*
Use scoped_ptr<> and deleter for media::DecoderBuffer::data_.
xhwang@chromium.org
2013-01-09
2
-24
/
+10
[next]