0b8636a783In AudioDeviceWindowsCore::_EnumerateEndpointDevicesAll(), continue enumerating if one individual device failed.
braveyao@webrtc.org
2013-07-04 07:24:12 +00:00
1303af31d6Makes it possible to build ndk-apks of native unit tests if the workspace is inside a chromium checkout.
henrike@webrtc.org
2013-07-03 21:50:33 +00:00
d900e8bea8Proper spacing for end-of-namespace comments.
pbos@webrtc.org
2013-07-03 15:12:26 +00:00
45426eadf5In call to Opus decoder: frame length too large
tina.legrand@webrtc.org
2013-07-03 13:32:04 +00:00
f6f033f8bdPossible divide by 0 in ACM.
tina.legrand@webrtc.org
2013-07-03 12:00:14 +00:00
b1698ab827Error in update of read index in ACM
tina.legrand@webrtc.org
2013-07-03 09:25:34 +00:00
ecd3c800c4Add Magnus to root owners.
tommi@webrtc.org
2013-07-03 08:21:41 +00:00
c66aaaf921Rename unit_test.{cc,h} under module_unittest.
pbos@webrtc.org
2013-07-03 07:56:33 +00:00
510dfad636Update myself in webrtc watchlist
yujie.mao@webrtc.org
2013-07-03 01:13:18 +00:00
65a1f2cb2bRemove log of undefined input values in GetCodec.
pbos@webrtc.org
2013-07-02 13:02:14 +00:00
504af45a6fDiff NTP and internal once in VideoCaptureImpl.
pbos@webrtc.org
2013-07-02 10:15:43 +00:00
546c91dc2eBuild all java files into jar for each module on Android
fischman@webrtc.org
2013-07-01 17:52:39 +00:00
d4803ced60WebRTCViEDemo: Use global reference when passing variables across different threads
yujie.mao@webrtc.org
2013-07-01 14:55:37 +00:00
90cc3b95b7Android opengles renderer: add thread sync to swap frame and draw native.
braveyao@webrtc.org
2013-06-28 23:53:11 +00:00
5616abadf5Suppress excessive logging in video_coding
hclam@chromium.org
2013-06-27 19:47:40 +00:00
2a7fd5355dMoves tools/update.py to trunk/webrtc/tools and updates it so that it no longer pulls any information from the DEPS file.
henrike@webrtc.org
2013-06-27 18:36:28 +00:00
83cebb25d7Removes unused main function that is poluting the build.
henrike@webrtc.org
2013-06-27 18:31:13 +00:00
0021632f40Re-add WebRTCDemo dependencies as dependencies (not just inputs) because they also need to be built for this target!
fischman@webrtc.org
2013-06-27 17:35:32 +00:00
4cf1a8af69Removes kStateFree and kStateDecoding, added a free_frames_ list which simplifies finding a free frame.
stefan@webrtc.org
2013-06-27 15:20:14 +00:00
7bcc7e3b43Fixed bad parameter passing in compare_videos.py
phoglund@webrtc.org
2013-06-27 14:05:26 +00:00
2de80ddc72Fix unnamed-type-template-args warnings on clang.
pbos@webrtc.org
2013-06-27 10:18:09 +00:00
e6168f5f41Adding a first simple version of overuse detection, but not hooked up.
mflodman@webrtc.org
2013-06-26 11:23:01 +00:00
1c986e7c89Removed ViE file API.
mflodman@webrtc.org
2013-06-26 09:12:49 +00:00
a5fd2f1348Do basic parsing of RTCP headers in PcapFileReader to enable log filtering.
solenberg@webrtc.org
2013-06-26 08:36:07 +00:00
892d750ba6Add *.DS_Store to .gitignore so that ._.DS_Store is ignored too.
solenberg@webrtc.org
2013-06-26 08:22:53 +00:00
91811e2b04Remove unused multi stream bandwidth estimator.
solenberg@webrtc.org
2013-06-25 20:36:14 +00:00
a4c5abb52aMake sure padding packets are sent.
stefan@webrtc.org
2013-06-25 15:46:16 +00:00
bb25256775Added changes in apprtc demo to ignore turn address through query string for FF. Also made sure that the iceServers array doesnot include transport parameter in turn url for FF. Finally removed turn: from the turn_url when creating iceservers for pre-M28 chrome.
vikasmarwaha@webrtc.org
2013-06-25 14:52:51 +00:00
3348ae2b97mac: Mark kCGLPFAFullScreen as allowed in a 10.6-only function.
sergeyu@chromium.org
2013-06-21 23:33:10 +00:00
bb4f225a5bRoll libvpx to 207593. -pick up libvpx roll to c259af4f.
marpan@webrtc.org
2013-06-21 22:19:34 +00:00
2ef9513916libyuv r723 with convert util -attenuate feature used to fix transparent pixels used by Effects. By attenuating and then unattenuating, any transparent pixels will have RGB value of black, which will filter correctly when bilinear resized. BUG=none TEST=try bots R=andrew@webrtc.org
fbarchard@google.com
2013-06-11 22:03:29 +00:00
6c35e0b0f7Reorganize test targets in WebRTC
kjellander@webrtc.org
2013-06-11 08:29:17 +00:00
6d6d95e2b8Add support for test disable files in webrtc_tests.py
kjellander@webrtc.org
2013-06-11 06:03:32 +00:00
1374965680Build all java files into jar for each module on Android
fischman@webrtc.org
2013-06-10 23:34:27 +00:00
4af0878e57Allow the screen capturer to capture oversized cursors and cursors without alpha channel (Windows).
alexeypa@chromium.org
2013-06-10 22:29:17 +00:00
5e03f8ab67Landing binary cursor image files to be used in a follow up CL.
alexeypa@chromium.org
2013-06-10 21:07:31 +00:00
dfa1c4afc6libyuv r722 for OWNERS file for chromium, white space fix for lint, unittests on scale use randomize to reduce overhead, and neon change from vld1.u8 to vld1.8 for better compiler portability. BUG=none TEST=none R=andrew@webrtc.org
fbarchard@google.com
2013-06-10 19:35:17 +00:00
fe6b57187dAppRTCDemo: delete hosted android_channel.html now that it's no longer necessary.
fischman@webrtc.org
2013-06-10 17:22:50 +00:00
5137b9752fUpdated WebRTC version to 3.33
elham@webrtc.org
2013-06-10 17:03:51 +00:00
509754c4c9Making no NACK mode work again in VideoEngine.
mflodman@webrtc.org
2013-06-10 15:50:12 +00:00
1819fd711aRW lock access to ssrc maps in VideoCall.
pbos@webrtc.org
2013-06-10 13:48:26 +00:00
adb51f5709Add back the WEBRTC_DIRECT_TRACE flag.
solenberg@webrtc.org
2013-06-10 09:03:41 +00:00
83a062cc5fAudioDeviceAndroidOpenSLES: NULL variables might be referenced in StopPlayout()
braveyao@webrtc.org
2013-06-10 08:09:05 +00:00
569fdef732Revert some variables to uint32_t to fix compile errors on Mac gcc.
andrew@webrtc.org
2013-06-08 00:43:25 +00:00
6f69eb78ddAllow audio devices with up to 64 channels on Mac.
andrew@webrtc.org
2013-06-07 17:56:50 +00:00
6367fe885aFix relative path to .gitignore and other minor changes.
andrew@webrtc.org
2013-06-07 15:43:04 +00:00
3ba883f0fcRemoving functionality for inserting pre-encoded frames instead of raw video frames. The functionality hasn't been used for a long time and should be done properly if used in the future.
mflodman@webrtc.org
2013-06-07 13:57:57 +00:00
b69cc15467Add script for appending entries to .gitignore.
andrew@webrtc.org
2013-06-07 02:04:12 +00:00
da710448b2Fix size_t to int conversion error on Win64.
andrew@webrtc.org
2013-06-07 01:43:12 +00:00
7e4ff354e3Remove fake screen capturer because it's not used anywhere.
sergeyu@chromium.org
2013-06-06 23:11:33 +00:00
8d80fa83fcFix for STL vector function data not available.
pwestin@webrtc.org
2013-06-06 21:33:06 +00:00
a305e9612aNack for audio.
turaj@webrtc.org
2013-06-06 19:00:09 +00:00
d9c4658756Fix leaks in DesktopRegion
sergeyu@chromium.org
2013-06-05 19:24:42 +00:00
2b3a29a1faImplement DetectNumberOfCores on Android and make it consistent on Linux and Android
fischman@webrtc.org
2013-06-05 16:37:42 +00:00
db24995680Wire up Nack for Voe
pwestin@webrtc.org
2013-06-05 15:33:20 +00:00
7f1b0ae888Fix init list for VideoSendStream::Config::Rtp.
pbos@webrtc.org
2013-06-05 11:39:18 +00:00
025f4f152bStats+Config moved into VideoSend/ReceiveStreams.
pbos@webrtc.org
2013-06-05 11:33:21 +00:00
fec34d7afaMerge webrtc_utility_unittests into modules_unittests.
kjellander@webrtc.org
2013-06-05 08:58:46 +00:00
b2d29bd2feRestore relative include paths to libyuv.
andrew@webrtc.org
2013-06-04 23:53:48 +00:00
3942f3a985Issue 1847, memcopy is wrong and unnecessary, it is sufficient to store the pointer before clearing the instance, and write back the pointer.
turaj@webrtc.org
2013-06-04 21:31:22 +00:00
9238de9d49resolve b9050210. Avoid pushing sync packet before any packet received. Do not turn on AV-sync if initial delay is zero.
turaj@webrtc.org
2013-06-04 19:18:39 +00:00
3d34f66292Move screen capturers from chromium to webrtc.
sergeyu@chromium.org
2013-06-04 18:51:23 +00:00
b7a8f43670Roll chromium_revision in webrtc 199267:203806
fischman@webrtc.org
2013-06-04 17:10:24 +00:00
430464c776Add WebKit/Tools/Scripts to support Android test execution.
kjellander@webrtc.org
2013-06-04 16:29:45 +00:00
a817962babRefactor padding and rtp header functionality.
stefan@webrtc.org
2013-06-04 13:47:36 +00:00