1d34212a45FEC: Update to packets masks (FEC generator matrix) in fec_private_tables.h
marpan@webrtc.org
2011-12-06 18:50:11 +00:00
4a8b1eaf6eIn NS, replaced a divide calculatoin by shifting, and thus saved the MIPS by 5%(ARMv7) and 10%(ARMv7-Neon). Bit is not exact with the original. Quality is similar. Review URL: http://webrtc-codereview.appspot.com/298004
kma@webrtc.org
2011-12-06 18:04:48 +00:00
b6e58eb5a1Fix formatting of rtp_format_vp8*
henrik.lundin@webrtc.org
2011-12-06 15:56:18 +00:00
c7e2bffb66Fix header/lib mismatch caused by a constant not defined for header file.
stefan@webrtc.org
2011-12-06 13:44:25 +00:00
4ed4f24074New fileutils.h method for managing resources on different platforms
kjellander@webrtc.org
2011-12-05 16:31:12 +00:00
418bce5cccAdded displaying of configurations at the top of the page.
kjellander@webrtc.org
2011-12-05 16:29:21 +00:00
23e1c0a0b1File handling in vie_auto_test now uses fileutils so input and output file end up in a good place.
phoglund@webrtc.org
2011-12-05 15:27:04 +00:00
82d91ae6cfFixing crash when calculating SSIM and PSNR with empty video files in video_metrics.cc
kjellander@webrtc.org
2011-12-05 13:03:38 +00:00
ec7759a8c4Fix broken vie_capture_module_test on mac.
perkj@webrtc.org
2011-12-05 12:17:10 +00:00
8627adc158Refactored Video capture Unit test to use gtest. Fix Valgrind warnings on Linux.
perkj@webrtc.org
2011-12-05 09:58:55 +00:00
0ae71b9ccbDisable temporal layers when building with Chromium.
stefan@webrtc.org
2011-12-05 08:42:52 +00:00
af71f0e5d9Fixes two minor issues reported by the Coverty Integration Manager.
henrika@webrtc.org
2011-12-05 07:02:22 +00:00
b59c031660For Android ARMv7 platforms, added a feature of dynamically detecting the existence of Neon, and when it's present, switch to some functions optimized for Neon at run time. Review URL: http://webrtc-codereview.appspot.com/268002
kma@webrtc.org
2011-12-03 18:34:50 +00:00
ae7017d588Fix missing dependency in audioproc.
andrew@webrtc.org
2011-12-03 01:43:29 +00:00
7bf2646e4dMake protobuf use optional.
andrew@webrtc.org
2011-12-03 00:03:31 +00:00
c1ed87602aAdding some error handling functionality in the windows audio core implementation to stop rendering automatically and throw a playout-error callback when RequestPlayoutData fails Review URL: http://webrtc-codereview.appspot.com/300003
punyabrata@webrtc.org
2011-12-01 17:55:35 +00:00
5f4f69ac57Removing sleeps from vp8_test. These sleeps were remains from earlier tests that required them to work with some codecs. Removing these sleep calls cut the execution time from 90s to 30s on my machine.
kjellander@webrtc.org
2011-12-01 15:50:04 +00:00
0644b1dc35Introduce a mockable RtpRtcpClock interface replacing ModuleRTPUtility time functions
pwestin@webrtc.org
2011-12-01 15:42:31 +00:00
a7e70b43e2When entering fullscreen mode, the CocoaRenderView is attached as a subview to a new full screen window. When the class is torn down, the view was not being attached back to it's original NSView. I added a new class variable to remember the original superview and then reattach it at the appropriate time. Review URL: http://webrtc-codereview.appspot.com/290009
zakkhoyt@webrtc.org
2011-11-30 22:30:50 +00:00
b9db43e1b6video_coding/jitter buffer: Reduce delay on a complete frame: No need for the next frame when current frame is already complete. Review URL: http://webrtc-codereview.appspot.com/289007
mikhal@webrtc.org
2011-11-30 18:38:01 +00:00
0dffc6449aTo be able to get webrtc into chrome, we need to reduce the size of the binary and the usage of memory. This patch disbale some codecs which are not considered necessary. Review URL: http://webrtc-codereview.appspot.com/299001
xians@webrtc.org
2011-11-30 15:35:44 +00:00
ac2c677bf6Make all video_coding tests use the resources and output directories.
stefan@webrtc.org
2011-11-30 14:23:39 +00:00
d2daa5c13eUse clang by default on Mac.
andrew@webrtc.org
2011-11-30 01:16:06 +00:00
268257475bFix one more Objective-C clang error.
andrew@webrtc.org
2011-11-30 00:54:04 +00:00
2687b261d5Since the CocoaRenderView is forward declared with @class instead of imported, instance must be cast to NSView* when passed to NSView's addSubView method. Review URL: http://webrtc-codereview.appspot.com/288001
zakkhoyt@webrtc.org
2011-11-29 23:55:19 +00:00
2cdb2d3833Adding Libyuv to Webrtc: - Adding library to DEPS file - Adding Wrapper implementation and tests.
mikhal@webrtc.org
2011-11-28 18:09:41 +00:00
e07247af8dValgrind reports a racing condition on _sending because it is accessed by both TransmitMixer::PrepareDemux() and StartSend()/StopSend(). Put a lock to resolve it. Review URL: http://webrtc-codereview.appspot.com/293005
xians@webrtc.org
2011-11-28 16:31:28 +00:00
a919d3a643Don't return a zero delay with insufficient data.
andrew@webrtc.org
2011-11-27 23:40:58 +00:00
ae5cb5b2e6Adding valgrind to .gitignore
kjellander@webrtc.org
2011-11-25 14:19:40 +00:00
f7824d95a3Adding python and valgrind tools from Chrome.
kjellander@webrtc.org
2011-11-25 14:13:27 +00:00
94a8c03141Slightly increased bandwidth adaptation at both receive- and send-side.
stefan@webrtc.org
2011-11-25 14:09:37 +00:00
8738d277a1Valgrind detects that there are racing conditions in RTPReceiver::PacketTimeout and RTPSender This CL fixes two of them. Review URL: http://webrtc-codereview.appspot.com/295005
xians@webrtc.org
2011-11-25 13:43:53 +00:00
0fcc2eb368Cleaning up neteq_unittest
henrik.lundin@webrtc.org
2011-11-25 13:43:42 +00:00
789da89d37Fix a valgrind warning in NetEQ
henrik.lundin@webrtc.org
2011-11-25 12:35:31 +00:00
0ee8ba1929Remove WebRTC dependency on libvpx_lib and libvpx_include.
stefan@webrtc.org
2011-11-25 12:12:43 +00:00
83661f534efixing the racing conditions
xians@webrtc.org
2011-11-25 10:58:15 +00:00
859626570aVP8 RTP work
henrik.lundin@webrtc.org
2011-11-25 10:17:00 +00:00
5483210c82Fixed open file handle in fileutils.cc Thanks Henrik L for pointing this out.
kjellander@webrtc.org
2011-11-25 09:33:41 +00:00