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
*
Drop NeedKeyCB from MediaKeys.
xhwang@chromium.org
2013-10-08
4
-23
/
+12
*
Report errors occurring during WASAPI startup.
dalecurtis@chromium.org
2013-10-08
2
-30
/
+40
*
Disable PipelineIntegrationTest.MediaSource_Opus_Seeking_WebM
jochen@chromium.org
2013-10-07
1
-1
/
+2
*
Call correct method to free up ffmpeg AVFrame objects
jrummell@chromium.org
2013-10-05
4
-5
/
+6
*
GTTF: move the test launcher files to base/test/launcher
phajdan.jr@chromium.org
2013-10-04
1
-1
/
+1
*
Fix style for cast_unittest: Add newlines at EOF
hclam@chromium.org
2013-10-04
2
-2
/
+2
*
Fix cast_unittest warnings on win_x64_rel
hclam@chromium.org
2013-10-04
1
-1
/
+2
*
Enable camera hardware image stabilization -where available- in Clank.
mcasas@chromium.org
2013-10-04
1
-0
/
+8
*
Enable more media unit tests on Android.
xhwang@chromium.org
2013-10-04
1
-18
/
+3
*
add newline to end of file
estade@chromium.org
2013-10-04
1
-1
/
+1
*
No StartInternal() on OnAddKey() if MediaSourcePlayer isn't waiting for a key.
xhwang@chromium.org
2013-10-04
2
-2
/
+20
*
Add TRACE_EVENTs for MSE playback on Android.
xhwang@chromium.org
2013-10-04
3
-1
/
+32
*
Clean up unused constant globals
hans@chromium.org
2013-10-03
1
-8
/
+0
*
Fix integer cast warnings for cast_unittest
hclam@chromium.org
2013-10-03
1
-1
/
+3
*
Avoid crash when playing corrupt audio
jrummell@chromium.org
2013-10-03
1
-0
/
+7
*
Fix integer cast warnings for cast_unittest
hclam@chromium.org
2013-10-03
7
-18
/
+19
*
Disable a test file for cast_unittest
hclam@chromium.org
2013-10-03
1
-1
/
+4
*
Fix cast warnings for cast_unittest on win_x64
hclam@chromium.org
2013-10-03
4
-5
/
+5
*
Add some debugging code for SincResampler crashes.
dalecurtis@chromium.org
2013-10-03
2
-3
/
+20
*
Fix integer cast warnings in Cast code
hclam@chromium.org
2013-10-03
4
-4
/
+9
*
Fix a crash that decoder job might be deleted when data arrives
qinmin@chromium.org
2013-10-03
2
-2
/
+23
*
Removes VideoCaptureDevice1 from all platforms.
jiayl@chromium.org
2013-10-03
12
-299
/
+86
*
Fix cast.gyp to avoid empty targets
hclam@chromium.org
2013-10-02
1
-18
/
+12
*
Fix the DCHECK when calling MediaSourcePlayer::SetVideoSurface()
qinmin@chromium.org
2013-10-02
2
-20
/
+47
*
Style fixes for cast_unittest to build
hclam@chromium.org
2013-10-02
65
-111
/
+319
*
Eliminates the use of VideoCaptureDevice1 in VideoCaptureDeviceLinux.
jiayl@chromium.org
2013-10-02
3
-89
/
+40
*
Revert 226305 "Fix code style and gyp files in cast to build cas..."
piman@chromium.org
2013-10-02
68
-323
/
+113
*
Fix compilation warnings for cast_unittest on Linux
hclam@chromium.org
2013-10-02
1
-4
/
+4
*
Fix cq compilation error on win_x64
hclam@chromium.org
2013-10-01
1
-1
/
+1
*
Fix cq compilation on win_x64
hclam@chromium.org
2013-10-01
1
-10
/
+14
*
Adding tests and resolving some TODO's
mikhal@google.com
2013-10-01
12
-49
/
+95
*
Fix code style and gyp files in cast to build cast_unittest
hclam@chromium.org
2013-10-01
68
-113
/
+323
*
Remove demuxer client ID parameter from media::DemuxerAndroid interface.
scherkus@chromium.org
2013-10-01
4
-97
/
+72
*
Revert 226264 "Be able to build cast_unittest and related target..."
acolwell@chromium.org
2013-10-01
65
-320
/
+110
*
Be able to build cast_unittest and related targets in Chrome tree
hclam@chromium.org
2013-10-01
65
-110
/
+320
*
Remove the last vestiges of audio_util.
dalecurtis@chromium.org
2013-10-01
34
-206
/
+73
*
events: Create a separate events component out of ui.
sadrul@chromium.org
2013-10-01
1
-0
/
+1
*
Make UserInputMonitorCore listen to MessageLoop destruction to clean up befor...
jiayl@chromium.org
2013-09-30
2
-11
/
+55
*
gfx: Create a separate gfx component out of ui.
sadrul@chromium.org
2013-09-30
1
-0
/
+3
*
Request new data after receiving an aborted access unit
qinmin@chromium.org
2013-09-30
3
-1
/
+39
*
Revert 225857 "gfx: Create a separate gfx component out of ui."
ckocagil@chromium.org
2013-09-28
1
-3
/
+0
*
gfx: Create a separate gfx component out of ui.
sadrul@chromium.org
2013-09-28
1
-0
/
+3
*
Support clear buffer in encrypted stream in MediaDecoderJob.
xhwang@chromium.org
2013-09-27
3
-19
/
+35
*
Fix the problem that we are using wrong id to request protected surface
qinmin@chromium.org
2013-09-27
1
-1
/
+1
*
Fix GetRemovalRange_Range fails on Windows.
ycheo@chromium.org
2013-09-26
2
-7
/
+3
*
Add AudioDecoderSelector::Abort().
xhwang@chromium.org
2013-09-26
3
-42
/
+168
*
Adding thread checks : make sure that we are operating on the correct thread.
mikhal@google.com
2013-09-26
13
-9
/
+31
*
Bug fix in RTP packetizer : Fixing incorrect use of bits/bytes.
mikhal@google.com
2013-09-26
2
-6
/
+6
*
Rename VideoCaptureDevice::EventHandler to VideoCaptureDevice::Client.
nick@chromium.org
2013-09-26
15
-120
/
+117
*
Cleanup destruction of ffmpeg objects
jrummell@chromium.org
2013-09-26
10
-95
/
+92
[next]