9f710d08e1Switch to new sqrt in NetEQ
henrik.lundin@webrtc.org
2011-09-12 16:44:37 +00:00
f0a8464b74Added more statistics during SSIM/PSNR calculation, including calculation of min/max value. Moved video_metrics.h into a GYP library so it can be used from other projects.
kjellander@webrtc.org
2011-09-12 13:45:39 +00:00
d3185fe219refactor the gyp file to gypi file.
xians@google.com
2011-09-12 12:24:39 +00:00
0cc68dc38aChange Video capture module to be reference counting. Also prevent the module from beeing deleted using the interface. Furthermore remove all static module creation and deletion functions. Review URL: http://webrtc-codereview.appspot.com/133012
perkj@webrtc.org
2011-09-12 08:53:36 +00:00
31c6b60456Adding calls to Version functions for external codecs. Also clarified in comments where to put interface files for external codecs. Review URL: http://webrtc-codereview.appspot.com/135017
tina.legrand@webrtc.org
2011-09-12 07:18:37 +00:00
955d0eed2fRemoving echo warning because it seems to be flooding the logs anytime there is any echo. Secondly, this should be treated as a warning in the sense that echo in the signal does not mean something is wrong with the engine.f Review URL: http://webrtc-codereview.appspot.com/139018
punyabrata@webrtc.org
2011-09-09 16:28:51 +00:00
ecc43fd084google-gflags is an open source command line parsing library for C++ that is useful for our test programs. The GYP file and the platform specific configurations in this CL is copied from the Page Speed project (http://code.google.com/p/page-speed) that also uses this library. Review URL: http://webrtc-codereview.appspot.com/140009
kjellander@webrtc.org
2011-09-09 13:00:24 +00:00
35dcc23110Adding regression test to NetEQ
henrik.lundin@webrtc.org
2011-09-09 08:01:16 +00:00
b801571755Comment out the ARCH_ARM define temporarily, to avoid duplicate definition conflict with the Android makefiles. Review URL: http://webrtc-codereview.appspot.com/135016
andrew@webrtc.org
2011-09-08 18:37:59 +00:00
73f98aebc6Temporarily switch the numeric locale formatting to 'classic' while we process the signaling message. This is to avoid running into problems with jsoncpp and parts of libjingle where we use STL and CRT routines that refer to the global locale for formatting. If the current locale is e.g. Spanish, then numbers will be formatted as "12,34" and not "12.34" as some parts (not all) of jsoncpp expect.
tommi@webrtc.org
2011-09-08 17:46:46 +00:00
ac75cab618Fix reference counting assert. Change assert("teo") to assert(!"teo") so that the assert is actually triggered. Review URL: http://webrtc-codereview.appspot.com/133018
perkj@google.com
2011-09-06 13:58:34 +00:00
b875349537fixing a bug in GetPlayoutDeviceName, previously it returns name as guid.
xians@google.com
2011-09-05 12:17:30 +00:00
ea72c34fb9Temporary add dummy implementation to RefCountModule. The reason is so that ADM and VideoCapture implementations can change to refcounted versions before forcing them. Review URL: http://webrtc-codereview.appspot.com/139014
perkj@google.com
2011-09-05 11:11:04 +00:00
2641fd1d19Remove warnings in vp8_test
henrik.lundin@webrtc.org
2011-09-02 12:09:07 +00:00
ef04cf4b2eAdding reference counted version of the module interface. The reason for this is that we would like to have reference counting on the modules you can register externally with ViE and VoE. Currently we plan to use this on the ADM, VideoCapture module and VideoRenderModule. Review URL: http://webrtc-codereview.appspot.com/138010
perkj@google.com
2011-09-02 09:47:28 +00:00
fac55d5bb7I've added two watchlist definitions (NetEQ and video codecs), and added myself to be notified when something changes. Review URL: http://webrtc-codereview.appspot.com/137015
henrik.lundin@webrtc.org
2011-09-01 10:29:13 +00:00
c6e54a97a7Update to the peerconnection sample app. * Fixes bug where remote video wasn't renderered.
tommi@webrtc.org
2011-09-01 08:37:05 +00:00
84519ec0a2Fixing some inconsistencies in WebRTC audio coding module. I've added setup information for all codecs which are not part of WebRTC, but possible to hook in. Please help me review. Henrik: review neteq_defines.h Turaj: review all files, but the one Henrik reviews. Zakk: FYI only. Review URL: http://webrtc-codereview.appspot.com/138004
tina.legrand@webrtc.org
2011-09-01 07:47:31 +00:00
b15bfd32d7* Add the time_stamp as one parameter to the ViE ExternalRenderer interface. * Fix one issue in webrtcvideoengine where we should remove the renderer before adding a new one. Review URL: http://webrtc-codereview.appspot.com/137011
wu@webrtc.org
2011-08-31 22:14:44 +00:00
830099eba4Add a gyp flag to disable video functionality from dependencies shared by voice and video engine.
andrew@webrtc.org
2011-08-31 17:03:54 +00:00
c7d5f6249bFix build errors on Windows. Since this is a C file, variables must be declared at the top of the function so I'm moving the fix for the warning (inst = NULL) to the bottom of the funciton. Otherwise, the compiler will complain when it sees int i; on systems that do not have WEBRTC_BIG_ENDIAN defined. Review URL: http://webrtc-codereview.appspot.com/139005
tommi@webrtc.org
2011-08-31 12:11:24 +00:00
f990eb3e88Hi, Removed OnLocalStreamInitialized callback from the PeerConnection callback list. After adding OnAddStream trigger at the originator this callback was redundant. Also other modification is to provide same stream label in OnAddStream callback at the originator which provided in AddStream API. Review URL: http://webrtc-codereview.appspot.com/138002
mallinath@webrtc.org
2011-08-30 17:16:35 +00:00
eba8c32840Resolving a race condition issue related to using shared devices (e.g. usb headsets) where we were not stopped the shared callback until both StopPlayout() and StopRecording() are called. Google internal bugid 4478351 Review URL: http://webrtc-codereview.appspot.com/130001
punyabrata@google.com
2011-08-30 14:32:22 +00:00
8811e5af02Switch to a smoother stretch algorithm on Windows and delete buffers from previous conversations on linux when switching back to peer list. Review URL: http://webrtc-codereview.appspot.com/135003
tommi@webrtc.org
2011-08-30 08:39:04 +00:00
3266d8d85dhave the voe_cmd_test compiled with external transport enabled.
xians@google.com
2011-08-30 08:29:07 +00:00
e74a9ea303AudioDeviceUtility::WaitForKey() pulls two characters if the first one is a newline, but discards the final value.
xians@google.com
2011-08-30 08:27:02 +00:00
af931bdb39Update of iLBC reference files for version 1.1.1, new SQRT.
tina.legrand@webrtc.org
2011-08-29 08:27:48 +00:00
a41b4ce7daChanging iLBC to use the new improved SQRT, WebRtcSpl_SqrtFloor(). The bit-stream has not change with the new SQRT, but the output signal has. The change in output is small, and all test-files pass a subjective quality test. New test-files will be committed to svn after this CL. Review URL: http://webrtc-codereview.appspot.com/136001
tina.legrand@webrtc.org
2011-08-29 08:19:30 +00:00