8df260023bPrepared for MJPG capture without using MJPG DirectShow filter. MJPG is temporarily disabled and will enabled as soon as MJPG->I420 conversion is available. Review URL: https://webrtc-codereview.appspot.com/397011
mflodman@webrtc.org
2012-02-24 10:06:30 +00:00
4cddc66db5Adding Chrome bot to main master.cfg
kjellander@webrtc.org
2012-02-24 09:04:06 +00:00
5545f38e41Making Mac bots only run tests for xcode built tests when both is configured. So now it will do like this, depending on build type: * xcode: build all with xcode projects and run the xcode built tests. * make: build all with makefile projects and run the makefile built tests * both: build all with xcode projects, then build all with makefile projects, then run the xcode built tests only (not the makefile built ones)
kjellander@webrtc.org
2012-02-24 09:03:02 +00:00
bfa7f96d1eOptimized WebRtcSpl_ComplexBitReverse() for general ARM platforms and generic C. In ARMv5, the cycles were reduced by 88% (weight in VoE reduced from 3.554% to 0.432%). The tradeoff is a memory increase of 704 bytes. Review URL: https://webrtc-codereview.appspot.com/388003
kma@webrtc.org
2012-02-23 22:38:56 +00:00
3cc03be51fRemove deleted file from vie_auto_test.gypi.
andrew@webrtc.org
2012-02-23 22:05:24 +00:00
6241beefa2Refer to Chrome's DEPS to make rolling easier.
andrew@webrtc.org
2012-02-23 21:32:37 +00:00
946601e408Change default packetization mode to an equal size mode. This will produce equal size packets for each frame, which should be somewhat more favorable (less overhead/padding data) for the FEC. Review URL: https://webrtc-codereview.appspot.com/396013
marpan@webrtc.org
2012-02-23 18:52:53 +00:00
70efc3250dFactory method for the ADM in the interface file.
henrike@webrtc.org
2012-02-23 17:45:33 +00:00
dc3179dfe7Implemented quick builds (e.g. only do full clean if the previous build failed).
phoglund@webrtc.org
2012-02-23 12:34:01 +00:00
6eb0ca2e75Two problems are fixed: #1, avoid leaving the lock without entering the lock. #2, race problems in variables like _playError, _recError, _recWarning, _playWarning. Review URL: https://webrtc-codereview.appspot.com/400006
xians@webrtc.org
2012-02-23 10:39:53 +00:00
cb57f9ba95Updated libyuv revision to include mjpg and added mjpg to type conversion.
mflodman@webrtc.org
2012-02-23 09:47:07 +00:00
4f9e44f5c5Prepared for MJPG capturing on Linux. MJPG is conversion is not available in libyuv yet, so this CL is only made as preparation.
mflodman@webrtc.org
2012-02-23 09:00:26 +00:00
4e20a09686Making buildbot output more compact.
kjellander@webrtc.org
2012-02-20 16:49:55 +00:00
3f6bf495d3Fixed flunk settings: the builds show now halt only when compile and sync-kind operations fail.
phoglund@webrtc.org
2012-02-20 15:21:44 +00:00
a475556f5aAssume 200 ms RTT if we're only receiving.
stefan@webrtc.org
2012-02-20 09:53:55 +00:00
883e716304Removed unused motion vector metrics from VideoContentMetrics; also removed other related unused variables and code.
marpan@webrtc.org
2012-02-17 18:35:23 +00:00
f3760dc8e9Fixes coverity warning that I missed in system wrappers.
henrike@webrtc.org
2012-02-17 16:27:25 +00:00
b3172860d7Added a retry mechanism to vie_auto_test's verifying tests to make them less flaky.
phoglund@webrtc.org
2012-02-17 13:08:57 +00:00
8bfee84144Initial revision of a ViE fuzz test. The idea is to inject randomized RTP packets and see what the video engine does.
phoglund@webrtc.org
2012-02-17 09:32:48 +00:00
79e29e510fAdding option to change bitrate for Celt.
tina.legrand@webrtc.org
2012-02-17 00:38:33 +00:00
133d1a18b7Add a new folder so that we can pull webrtc and libjingle together and build peerconnection sample client and server.
wu@webrtc.org
2012-02-16 21:51:35 +00:00
3ab6dda5cbTruncated the volume to 255 when the users set the volume above 100%. Allowed the users to set the volume above 100% when AGC is enabled, in this case AGC can gradually scale down the volume instead of jumping to 100% immediately. Reduced the flakiness of the volume tests in linux. Review URL: https://webrtc-codereview.appspot.com/387011
xians@webrtc.org
2012-02-16 18:15:54 +00:00
f7b6078f6fAllow multiple send channels for REMB. Current implementation splits the remote estimate evenly between all senders.
mflodman@webrtc.org
2012-02-16 14:50:24 +00:00
439be29445Add APIs for getting receive-side estimated bandwidth and codec target rate.
stefan@webrtc.org
2012-02-16 14:45:37 +00:00
6f5f9ffb30Moved coverage directory since we have to symlink the coverage folder from /var/www.
phoglund@webrtc.org
2012-02-16 14:04:14 +00:00
0a272eb44bDisable SetAffinity on android CPU_ macros are only available in android source tree, not in NDK. Disable it for now. Review URL: https://webrtc-codereview.appspot.com/392008
leozwang@webrtc.org
2012-02-15 22:35:29 +00:00
05e0601160Fixes coverity warnings in the udp_transport module.
henrike@webrtc.org
2012-02-15 19:43:51 +00:00
6b9253eb4fFixe issues reported by Coverity for modules/utility.
henrike@webrtc.org
2012-02-15 18:48:16 +00:00
735478a397Fixed bad parameter to android.
phoglund@webrtc.org
2012-02-15 15:22:51 +00:00
f148b9e312- Moved methods where they should be. - Removed unnecessary arguments. - Added comments.
phoglund@webrtc.org
2012-02-15 14:39:51 +00:00
cd46385142Fixing Android.mk for jpeg library
kjellander@webrtc.org
2012-02-15 10:12:52 +00:00
0a57aae75bConverted old jpeg_test tool to gtest unit test. Restructured paths to new directory layout.
kjellander@webrtc.org
2012-02-15 09:47:55 +00:00
38a0d28d35Enabling jpeg_unittests in buildbots.
kjellander@webrtc.org
2012-02-15 09:45:51 +00:00
8bd6f19abeDisable flaky CpuTest.Usage on Windows.
andrew@webrtc.org
2012-02-15 01:47:51 +00:00
132261446bAdded a hack, python script for removing the logging of a trace depending on a keyword. Current implementation requires the keyword to be typed in the file; just change the 'trace_remove_key_word' from kTraceModuleCall to whatever. Hack should be fine since it works and it's a tool that has only limited utility.
henrike@webrtc.org
2012-02-14 23:54:07 +00:00
4e34dcbd62Allow for spatial-downsampling without reinitializaing encoder. Change of frame size will automatically trigger new key frame in codec. This feature is set off in vie_encoder until we upgrade to the new libvpx. Also reset frame rate estimate in mediaOpt when frame rate reduction is decided. Review URL: https://webrtc-codereview.appspot.com/390006
marpan@webrtc.org
2012-02-14 17:26:24 +00:00
124e56306bAdding video_render_module_test to LinuxVideo slave.
kjellander@webrtc.org
2012-02-14 14:00:12 +00:00
d7d46887a6Update receive only channels with RTT.
mflodman@webrtc.org
2012-02-14 12:49:59 +00:00