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
*
Make AudioDecoderConfig copyable.
xhwang@chromium.org
2013-03-14
5
-46
/
+13
*
Pass more detailed audio hardware configuration information to the renderer
crogers@google.com
2013-03-13
9
-68
/
+221
*
The proper review is in https://codereview.chromium.org/12310101/.
xians@chromium.org
2013-03-13
2
-9
/
+0
*
When creating a letterbox around a tab capture video frame, only clear the ma...
hubbe@chromium.org
2013-03-13
3
-3
/
+105
*
Don't use magic statics in SincResampler for thread safe init.
dalecurtis@chromium.org
2013-03-13
2
-32
/
+34
*
Make VideoDecoderConfig copyable.
xhwang@chromium.org
2013-03-12
5
-45
/
+15
*
Revert 187677 "This patch enables pulse as the default IO handli..."
sail@chromium.org
2013-03-12
2
-0
/
+9
*
This patch enables pulse as the default IO handling in Chrome.
xians@chromium.org
2013-03-12
2
-9
/
+0
*
Android: cleans up hand-written JNI for video_capture_device_android.cc
bulach@chromium.org
2013-03-11
1
-1
/
+40
*
Revert 187073
crogers@google.com
2013-03-09
2
-5
/
+0
*
Revert 187048
ccameron@chromium.org
2013-03-08
2
-0
/
+5
*
Enable the "Web Audio Input" feature by default.
crogers@google.com
2013-03-08
2
-5
/
+0
*
Make NumPlanes() a member of media::VideoFrame
sheu@chromium.org
2013-03-07
2
-19
/
+32
*
remove READ_PHONE_STATE permission as AudioManager can achieve the same funct...
qinmin@chromium.org
2013-03-06
1
-31
/
+4
*
Break out SSE functions into new media_sse target.
dalecurtis@google.com
2013-03-06
8
-107
/
+141
*
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
[next]