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 vector_math::FMUL. Replace audio_util::AdjustVolume.
dalecurtis@chromium.org
2013-04-08
9
-8
/
+200
*
Android: Fix media and content unittests on Android debug bots
nileshagrawal@chromium.org
2013-04-08
1
-0
/
+10
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
13
-91
/
+91
*
Adding force-wave-audio flag on Windows.
henrika@chromium.org
2013-04-05
2
-0
/
+4
*
Add try/catch to prevent webrtc from crashing on some samsung devices
leozwang@chromium.org
2013-04-04
1
-3
/
+21
*
Extract metadata for media elements
qinmin@chromium.org
2013-04-02
3
-41
/
+79
*
Skip SetVideoSurface when |j_media_player_| and |surface| are null
ycheo@chromium.org
2013-04-01
1
-1
/
+4
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
2
-3
/
+3
*
Fix possible access to NULL pointer.
wjia@chromium.org
2013-03-29
1
-2
/
+2
*
Fix HE-AAC v1 configuration parsing & 'unknown duration' for live handling.
acolwell@chromium.org
2013-03-28
2
-0
/
+7
*
Revert 190863 "Revert 190807 "Fix a Chrome renderer hang which o..."
ygorshenin@chromium.org
2013-03-27
2
-5
/
+9
*
Revert 190807 "Fix a Chrome renderer hang which occurs when a We..."
ygorshenin@chromium.org
2013-03-27
2
-9
/
+5
*
Fix a Chrome renderer hang which occurs when a WebMediaPlayerImpl instance is...
ananta@chromium.org
2013-03-27
2
-5
/
+9
*
Remove WebVideoFrame, WebVideoFrameProvider, and WebVideoLayer.
danakj@chromium.org
2013-03-26
1
-1
/
+0
*
Refactor creation of the transform matrix in channel_mixer
jrummell@chromium.org
2013-03-26
3
-83
/
+165
*
Add speaker on/off control on Android for WebRTC
wjia@chromium.org
2013-03-23
1
-5
/
+50
*
Revert 189870 "Add speaker on/off control on Android for WebRTC "
scherkus@chromium.org
2013-03-22
1
-50
/
+5
*
Add speaker on/off control on Android for WebRTC
wjia@chromium.org
2013-03-22
1
-5
/
+50
*
Fix 5.1 -> 7.1 upmixing.
dalecurtis@google.com
2013-03-22
2
-16
/
+26
*
Remove reference counting from media::AudioDecoder and friends.
scherkus@chromium.org
2013-03-21
7
-50
/
+20
*
Ensure audio hash handles H([0,1]) == H(0) -> H(1).
dalecurtis@google.com
2013-03-21
3
-10
/
+33
*
Do not pass the string device_id via IPC message to create an audio input str...
xians@chromium.org
2013-03-20
1
-19
/
+5
*
Introduce VideoDecoder::HasOutputFrameAvailable().
scherkus@chromium.org
2013-03-20
2
-0
/
+10
*
Add MODIFY_AUDIO_SETTINGS permission in Android manifest and implementation i...
wjia@chromium.org
2013-03-20
2
-0
/
+26
*
Introduce AudioHash for fuzzy audio matching.
dalecurtis@chromium.org
2013-03-20
3
-0
/
+256
*
Parsing filesystem url before giving it to media player
qinmin@chromium.org
2013-03-19
6
-60
/
+86
*
Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does not
lliabraa@chromium.org
2013-03-15
1
-2
/
+0
*
remove call to get android MediaPlayer class
qinmin@chromium.org
2013-03-15
2
-53
/
+95
*
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
[next]