Commit Graph

  • 2a476e9c95 Switching scale functions to use VideoFrame. mikhal@webrtc.org 2012-09-28 19:47:23 +00:00
  • 507146c56c Changed alignment code in AECM, to work with an issue in GCC 4.6 in Android. Review URL: https://webrtc-codereview.appspot.com/841009 kma@webrtc.org 2012-09-28 17:14:08 +00:00
  • c7ecc11571 Switching to a general align function. mikhal@webrtc.org 2012-09-28 16:07:10 +00:00
  • d1e7a9a90c ThreadSanitizer and Dr Memory for Windows kjellander@webrtc.org 2012-09-28 15:34:18 +00:00
  • 1101278a17 Wider suppression filter for tz-warnings in TSAN kjellander@webrtc.org 2012-09-28 15:30:58 +00:00
  • 953368bf73 Remove unused video tests. mflodman@webrtc.org 2012-09-28 12:34:25 +00:00
  • 7cf8121a52 Fix signed/unsigned mis-match. mflodman@webrtc.org 2012-09-28 11:44:38 +00:00
  • f4f2145c6e Added API to set expected render delay. mflodman@webrtc.org 2012-09-28 11:27:35 +00:00
  • a30eb31729 Make sure FEC packets aren't passed to the VCM with non-zero length. stefan@webrtc.org 2012-09-28 11:13:08 +00:00
  • 95c2364d2f Memory error in cng_unittest tina.legrand@webrtc.org 2012-09-28 10:49:59 +00:00
  • 1ca4bf97ff Remove unneccessary includes. stefan@webrtc.org 2012-09-28 08:26:00 +00:00
  • a4f9ba6a3f Refactor and unittest for CNG. tina.legrand@webrtc.org 2012-09-28 07:12:00 +00:00
  • 9a6dac4193 Re-fixes issue 300. henrike@webrtc.org 2012-09-27 22:20:34 +00:00
  • 2338131274 Switching Mirror functions to VideoFrame mikhal@webrtc.org 2012-09-27 15:36:15 +00:00
  • 0d7eaaa166 Ignoring Android NDK build output kjellander@webrtc.org 2012-09-27 14:14:53 +00:00
  • c9cc41ac9c Remove unneccessary include. stefan@webrtc.org 2012-09-27 10:56:05 +00:00
  • a3a230f2cb Fixes potential race in the jitter buffer. stefan@webrtc.org 2012-09-27 10:00:38 +00:00
  • e8ebbdad09 Removed branch coverage since it turned out to be essentially useless as a metric. phoglund@webrtc.org 2012-09-27 09:27:08 +00:00
  • 64d9decc8d Move RtpToNtp functionality to its own file. stefan@webrtc.org 2012-09-26 16:47:40 +00:00
  • d162cd1d1f Revert 2823 - Protects the file class with rw-locks. This change causes failure in voe_auto_test. BUG=300 perkj@webrtc.org 2012-09-26 09:07:06 +00:00
  • a8d2a81423 Renamed constant and added comments. Review URL: https://webrtc-codereview.appspot.com/847004 asapersson@webrtc.org 2012-09-26 07:51:16 +00:00
  • db6eca446d updating version number to 3.13 Review URL: https://webrtc-codereview.appspot.com/842004 elham@webrtc.org 2012-09-25 21:53:25 +00:00
  • 4d91a12ba0 Protects the file class with rw-locks. henrike@webrtc.org 2012-09-25 21:49:33 +00:00
  • 9f84723725 Some style fixes. henrike@webrtc.org 2012-09-25 20:27:51 +00:00
  • b6cceb8b92 Added location.reload() insertion to fuzzer. phoglund@webrtc.org 2012-09-25 12:53:58 +00:00
  • 2f4ff89a90 A step forward toward switching WebRtc to the new VideoFrame. mikhal@webrtc.org 2012-09-24 21:09:54 +00:00
  • 0e6f597eb0 Adding NumOfPlanes to PlaneTypes. mikhal@webrtc.org 2012-09-24 20:35:40 +00:00
  • 66ddf72a72 Correct filename which is missed in r2815 leozwang@webrtc.org 2012-09-24 19:16:15 +00:00
  • 6e2e0b8ed2 Reverting r2812 mikhal@webrtc.org 2012-09-24 19:14:40 +00:00
  • e4ba864368 Fix building error and rename java class name leozwang@webrtc.org 2012-09-24 18:46:05 +00:00
  • 81f09d709e Roll libvpx to get changes/fix to cyclic refresh. Review URL: https://webrtc-codereview.appspot.com/835004 marpan@webrtc.org 2012-09-24 18:06:42 +00:00
  • f2c750deee Hooking up EncoderStateFeedback to handle intra requests instead of trigger ViEEncoder directly. This is one step towards adding send- and receive only channels and getting rid of the default module. mflodman@webrtc.org 2012-09-24 16:20:47 +00:00
  • 76962b8ce9 Update to video_codecs_integrationtest: marpan@webrtc.org 2012-09-24 15:13:40 +00:00
  • 2dcbcc147b Changing two asserts which should have returned errors instead. stefan@webrtc.org 2012-09-24 15:13:30 +00:00
  • 23fd559bcd Increased bytes per interval factor. Added limits for the delay between packets. Review URL: https://webrtc-codereview.appspot.com/828005 asapersson@webrtc.org 2012-09-24 12:07:13 +00:00
  • ce42ace6ed Added initial fec configuration for rtp module. Review URL: https://webrtc-codereview.appspot.com/833004 asapersson@webrtc.org 2012-09-24 11:33:49 +00:00
  • 69d46b4821 Added basic fuzzer for new API and made both work. phoglund@webrtc.org 2012-09-24 07:44:02 +00:00
  • 60c741281d Simplify SetLoudSpeaker calls and add a function to receive plug intent leozwang@webrtc.org 2012-09-24 07:06:40 +00:00
  • 31b61b5fb6 Updating Android demo app src path for audio_device kjellander@webrtc.org 2012-09-22 22:06:32 +00:00
  • 236d5d3159 Reorganize audio_device to the standard layout. andrew@webrtc.org 2012-09-21 20:46:40 +00:00
  • f9e6cc2e27 Framework for using real FFT in ARMv7 and Neon platforms. Review URL: https://webrtc-codereview.appspot.com/785004 kma@webrtc.org 2012-09-21 18:51:12 +00:00
  • cf1375a1f1 Make SetAndroidAudioDeviceObjects return 0 leozwang@webrtc.org 2012-09-21 17:39:45 +00:00
  • 6705b1fe82 Fix sampling rate in java implementation on android leozwang@webrtc.org 2012-09-21 17:15:41 +00:00
  • 1a26588863 Adding a 64 bit alignment calcualtion to LibYuv. mikhal@webrtc.org 2012-09-21 15:37:06 +00:00
  • 63c002871a Fixing Android Demo build.xml for SDK 20.0.3 kjellander@webrtc.org 2012-09-21 14:22:22 +00:00
  • 976a7e61c1 Adding support for jointly estimating bandwidth using all streams from the same sending client. stefan@webrtc.org 2012-09-21 13:20:21 +00:00
  • 9663686546 Make EncoderStateFeedbackObserver prototypes consistent. andrew@webrtc.org 2012-09-20 23:33:17 +00:00
  • bed540a90c Udpate to TL=2 pattern: update golden at base of cycle, and use alt ref as reference. Review URL: https://webrtc-codereview.appspot.com/820005 marpan@webrtc.org 2012-09-20 21:47:11 +00:00
  • 8d89b58d65 Refactor of the VP8 wrapper. Review URL: https://webrtc-codereview.appspot.com/823005 pwestin@webrtc.org 2012-09-20 20:49:12 +00:00
  • 81cd447219 Enable SetRecordDevice on Android leozwang@webrtc.org 2012-09-20 17:18:51 +00:00
  • fe117388ff gitignore google_apis/build more exclusively. andrew@webrtc.org 2012-09-20 07:02:14 +00:00
  • b9d2064f6e Roll Chromium 152335:157509, and add google_apis/build. andrew@webrtc.org 2012-09-19 23:08:50 +00:00
  • 6a9d7f8a2f Updating size calucaltion and test mikhal@webrtc.org 2012-09-19 22:42:51 +00:00
  • 56c7c81250 libyuv roll to r364 for NEON version of I420ToRGBA BUG=none TEST=libyuv unittest Review URL: https://webrtc-codereview.appspot.com/812005 fbarchard@google.com 2012-09-19 21:15:45 +00:00
  • aaf6ba57e0 Fix crash in java code leozwang@webrtc.org 2012-09-19 16:39:07 +00:00
  • d0b31b2e03 Test page for Apprtc in an iframe kjellander@webrtc.org 2012-09-19 13:46:19 +00:00
  • daf32a4cb9 Adapted fuzzer for launch. phoglund@webrtc.org 2012-09-19 13:44:50 +00:00
  • ef33fc431c Readd revert from r2785 and disables failing tests. mflodman@webrtc.org 2012-09-19 13:32:42 +00:00
  • 6746579138 Revert r2782 due to Valgrind issues in i420_video_frame_unittest.cc. mflodman@webrtc.org 2012-09-19 12:23:00 +00:00
  • e72e9ee12a If present, only use picture ids to identify missing frames. stefan@webrtc.org 2012-09-19 11:08:05 +00:00
  • 2db85bcba7 Make webrtc build with audio device java impl and add an option to enable it leozwang@webrtc.org 2012-09-18 20:19:00 +00:00
  • deea95f76f Fix Windows warnings (int/bool mismatch) mikhal@webrtc.org 2012-09-18 17:09:02 +00:00
  • 043ed9ecbd Refactoring videoFrame - I420VideoFrame will eventually replace VideoFrame which is currently defined in modules_common_types. Main changes: the new class allows per plane pointers, stride and uses scoped_array. mikhal@webrtc.org 2012-09-18 16:14:26 +00:00
  • 2e7c22da7d Roll libyuv to match chrome and gtp roll. BUG=none TEST=try bots pass Review URL: https://webrtc-codereview.appspot.com/784012 fbarchard@google.com 2012-09-18 08:03:32 +00:00
  • f4ca522e9b Correct a file name in Android.mk in iSAC-fix (Android platform build). Review URL: https://webrtc-codereview.appspot.com/798010 kma@webrtc.org 2012-09-17 20:16:15 +00:00
  • f851802bd7 Change prebuilt libraries leozwang@webrtc.org 2012-09-17 00:03:41 +00:00
  • 0be1f234b6 Add merge_libs_dependencies and remove voice_engine_dependencies. andrew@webrtc.org 2012-09-15 02:50:52 +00:00
  • 19f200edf3 Updating version number to 3.12 Review URL: https://webrtc-codereview.appspot.com/805004 elham@webrtc.org 2012-09-14 20:38:56 +00:00
  • 52b9c58fac Set prefer_fixed_point properly. andrew@webrtc.org 2012-09-14 17:28:32 +00:00
  • 4c6c11553c Initial version of a peerconnection fuzzer. phoglund@webrtc.org 2012-09-14 10:06:57 +00:00
  • 5c01b18c75 Remove DD renderer, which we no longer maintain. Review URL: https://webrtc-codereview.appspot.com/796005 wu@webrtc.org 2012-09-13 22:43:10 +00:00
  • 75dbe9f600 Only use arm_neon when armv7==1. andrew@webrtc.org 2012-09-13 16:44:46 +00:00
  • a36442db10 Roll libvpx to fixes for valgrind warnings. stefan@webrtc.org 2012-09-13 09:15:53 +00:00
  • 0f27089e52 Refactored vie_autotest_simulcast.cc. This CL on changes the style and renames variables. mflodman@webrtc.org 2012-09-13 08:12:32 +00:00
  • c2c509cce3 Fixing the coverity warnings in video capture module. Review URL: https://webrtc-codereview.appspot.com/783007 mallinath@webrtc.org 2012-09-13 00:30:04 +00:00
  • e00ef43903 Revert previous changes in audio_device.h leozwang@webrtc.org 2012-09-12 23:02:28 +00:00
  • d47585399d Make audio_device build in binary build and source build leozwang@webrtc.org 2012-09-12 21:43:47 +00:00
  • d58deb3df2 Fix coverity issues on video render. Review URL: https://webrtc-codereview.appspot.com/788007 wu@webrtc.org 2012-09-12 18:53:54 +00:00
  • 0df21d01f0 snprintf doesn't exist on windows. phoglund@webrtc.org 2012-09-12 17:02:10 +00:00
  • 54d7faa5e3 Fixed release error. phoglund@webrtc.org 2012-09-12 16:36:25 +00:00
  • db81d5b8f6 Fixed errors from last patch. phoglund@webrtc.org 2012-09-12 16:24:20 +00:00
  • f72943dadc Rewrote menu handling for vie custom call. phoglund@webrtc.org 2012-09-12 15:59:22 +00:00
  • ed2e2eecae Revert removal of libjpeg include paths. stefan@webrtc.org 2012-09-12 14:43:00 +00:00
  • 5a7507f26a Add API for transmission smotthening. mflodman@webrtc.org 2012-09-12 13:47:06 +00:00
  • 633a6fa815 Fixing coverity warnings for render module. wu@webrtc.org 2012-09-12 03:51:27 +00:00
  • 430e31c2c0 Change VQE settings leozwang@webrtc.org 2012-09-12 03:47:08 +00:00
  • 587073cbb2 Added calling WebRtcSpl_Init() in fixed point NS, and removed it from floating point NS. Review URL: https://webrtc-codereview.appspot.com/781009 kma@webrtc.org 2012-09-12 00:23:40 +00:00
  • 08a8ff496e Change macro define leozwang@webrtc.org 2012-09-11 22:08:14 +00:00
  • cb8050c166 Coverity fix 10325: uninitialized scalar field. Review URL: https://webrtc-codereview.appspot.com/788005 marpan@webrtc.org 2012-09-11 20:34:15 +00:00
  • 414fa7f0c4 Change MAC_IPHONE to WEBRTC_IOS. Review URL: https://webrtc-codereview.appspot.com/788004 sjlee@webrtc.org 2012-09-11 17:25:46 +00:00
  • 2578300eee Fix GCC 4.6 build error. stefan@webrtc.org 2012-09-11 14:25:05 +00:00
  • c58be0d217 Tune for faster ramp-up. stefan@webrtc.org 2012-09-11 14:11:58 +00:00
  • 1617f65eec Coverity warnings in audio codecs tina.legrand@webrtc.org 2012-09-11 14:06:27 +00:00
  • f0effa12d9 Removing dead code in NetEQ henrik.lundin@webrtc.org 2012-09-11 12:44:06 +00:00
  • b43f85ffd3 Support for being executed from runtests.py kjellander@webrtc.org 2012-09-11 11:22:45 +00:00
  • b764d78831 Adding support for --test argument kjellander@webrtc.org 2012-09-11 09:34:51 +00:00
  • 1e100a9a5e Removing WebRtcNetEQ_GetVersion henrik.lundin@webrtc.org 2012-09-11 09:23:32 +00:00
  • a63b3db614 Fixing uninitialized member variables in RtpFormatVp8TestHelper henrik.lundin@webrtc.org 2012-09-11 09:20:07 +00:00
  • 8890b3b5b2 fixing the opensles problem. Review URL: https://webrtc-codereview.appspot.com/737005 xians@webrtc.org 2012-09-11 08:12:53 +00:00
  • 7c3523c1a4 Change audio/video sync to be based on mapping RTP timestamps to NTP. stefan@webrtc.org 2012-09-11 07:00:42 +00:00