Commit Graph

  • c98048f281 Update version to 3.15. vikasmarwaha@webrtc.org 2012-10-23 00:55:43 +00:00
  • 0cd4c1be68 Rollback r2962 from webrtc trunk. Review URL: https://webrtc-codereview.appspot.com/915007 vikasmarwaha@webrtc.org 2012-10-23 00:19:32 +00:00
  • 9eff74a6da Change android NDK library path leozwang@webrtc.org 2012-10-22 22:05:25 +00:00
  • be8ec386c4 Fix a few include paths and update include TODO. andrew@webrtc.org 2012-10-22 21:51:58 +00:00
  • 534e495df0 Qickly fixed android platform build breakage leozwang@webrtc.org 2012-10-22 21:21:52 +00:00
  • 96993757df Fix file path in vie_auto_test. andrew@webrtc.org 2012-10-22 21:18:55 +00:00
  • d02f0baf5a gitignore third_party/opus/source andrew@webrtc.org 2012-10-22 20:32:49 +00:00
  • 14b43beb7c Move src/ -> webrtc/ andrew@webrtc.org 2012-10-22 18:19:23 +00:00
  • 24a419c0c7 Roll libvpx to 4cf4c94ad166. marpan@webrtc.org 2012-10-22 17:55:26 +00:00
  • 21ab3ba8f8 Add external media hook for preprocessed audio. andrew@webrtc.org 2012-10-19 17:30:56 +00:00
  • 9a5b904cbe Video engine - removing unused functionality. mikhal@webrtc.org 2012-10-19 16:44:35 +00:00
  • 4ee29c65d9 Updating vp8 unit_test - fixing issue introduced in r2954 mikhal@webrtc.org 2012-10-19 16:08:59 +00:00
  • bf0e5604c4 Making fileutils test handle any checkout dir kjellander@webrtc.org 2012-10-19 16:07:02 +00:00
  • 0e196e1aa1 Updating VPM APi's to use VideoFrame mikhal@webrtc.org 2012-10-19 15:43:31 +00:00
  • aa220bf568 Disable multi-stream BWE until send-side timing issues have been fixed. stefan@webrtc.org 2012-10-19 15:36:04 +00:00
  • f1134e4565 Updates to Codecs' tests 1. Removing VideoBuffer and replacing with VideoFrame. 2. Removing legacy rawImage related code. Open TODO: Get the frame type, only used in the packet_loss test - a TODO was added. mikhal@webrtc.org 2012-10-19 15:31:47 +00:00
  • c0773fc8b0 Add a gyp variable to fully disable Opus. andrew@webrtc.org 2012-10-19 07:13:52 +00:00
  • cd19707945 Enable NACK by default leozwang@webrtc.org 2012-10-18 22:22:51 +00:00
  • 89b5388c67 Removed the 00 API from the fuzz tests. phoglund@webrtc.org 2012-10-18 21:00:03 +00:00
  • 0a02c38345 Roll libyuv to r426 to pick up MJPGSize() for WebRTC, and Neon optimization changes for YUY2 and NV12. BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/868010 fbarchard@google.com 2012-10-18 20:37:41 +00:00
  • 4eb3f13304 Updating JPEG Decoder to Use LibYuv mikhal@webrtc.org 2012-10-18 16:42:00 +00:00
  • 3aece4293a Move the REMB summation into RemoteBitrateEstimatorSingleStream. stefan@webrtc.org 2012-10-18 11:12:39 +00:00
  • a7d8387bdd Opus integration tina.legrand@webrtc.org 2012-10-18 10:00:52 +00:00
  • 28d0140ed2 Allow audioproc_unittest to be run with an absolute path. andrew@webrtc.org 2012-10-18 00:42:32 +00:00
  • 022239d6ba Update to chromium 162524. wu@webrtc.org 2012-10-17 23:45:07 +00:00
  • 8a7396fe6c Use TestSuite for startup in audioproc_unittest's custom main(). andrew@webrtc.org 2012-10-17 23:30:18 +00:00
  • 66daa252df A fix to webrtc issue 918 in Android, introduced from version 2792 which touched the build settings. Review URL: https://webrtc-codereview.appspot.com/897005 kma@webrtc.org 2012-10-17 22:12:50 +00:00
  • fdb1fef064 Fixes comment from https://webrtc-codereview.appspot.com/869004/ henrike@webrtc.org 2012-10-17 18:03:49 +00:00
  • b0b3776b27 THis modification is casued by r2915. In r2915, the src/system_wrapper/interface/critical_section_wrapper.h was changed. The below two files are affected by r2915. Review URL: https://webrtc-codereview.appspot.com/878006 sjlee@webrtc.org 2012-10-17 13:18:00 +00:00
  • 34e83b8e8d Added buffer length when calling encrypt/decrypt. Write the extra two bytes. mflodman@webrtc.org 2012-10-17 11:05:54 +00:00
  • 443df96c8e Made external codec test compile and pass. mflodman@webrtc.org 2012-10-17 09:41:25 +00:00
  • 193600b7cf Adding fileutils.h support for absolute paths kjellander@webrtc.org 2012-10-17 04:39:44 +00:00
  • 363efef64a Consolidate test file path on Android leozwang@webrtc.org 2012-10-16 04:31:20 +00:00
  • 5605d54c6c Adding more libraries to svn:ignore to speed up trybots kjellander@webrtc.org 2012-10-16 04:27:23 +00:00
  • 0f2aba1109 Remove non-ASCII character from voe_external_media.h andrew@webrtc.org 2012-10-16 01:20:39 +00:00
  • ff0d19432b Delete mergeinfo on remote_bitrate_estimator. andrew@webrtc.org 2012-10-15 21:32:38 +00:00
  • 21ca3fab12 Extended suppressions to be more general and suppress missed errors. phoglund@webrtc.org 2012-10-15 21:02:56 +00:00
  • 83b767b0f5 Improving the way fileutil.h finds test resources. kjellander@webrtc.org 2012-10-15 18:14:12 +00:00
  • ef433579cb Adding support for 48 kHz input to VAD. tina.legrand@webrtc.org 2012-10-15 17:46:19 +00:00
  • a03230c59b Refactor WebRTCDemo.java to follow google code style leozwang@webrtc.org 2012-10-15 17:24:13 +00:00
  • dfc6b576a7 I420VideoFrame: Adding: 1. IsEmpty 2. ResetSize mikhal@webrtc.org 2012-10-15 16:12:09 +00:00
  • 89752611a1 Add VAD configuration options to audioproc. andrew@webrtc.org 2012-10-12 16:41:45 +00:00
  • 597f6f2e10 Add proto.xml to .gitignore (and alphabetize). andrew@webrtc.org 2012-10-12 15:52:14 +00:00
  • eb232cee9a This is a minor change. tina.legrand@webrtc.org 2012-10-12 12:50:14 +00:00
  • 912981fd0c Refactoring jitter_buffer.h/.cc to Google style. stefan@webrtc.org 2012-10-12 07:04:52 +00:00
  • df42df5bd6 Fixed a compiler issue with arm neon build. kma@webrtc.org 2012-10-11 17:59:17 +00:00
  • b04d85e4fb git-svn-id: http://webrtc.googlecode.com/svn/trunk@2916 4adac7df-926f-26a2-2b94-8c16560cd09d mikhal@webrtc.org 2012-10-11 17:19:10 +00:00
  • d93cac4a04 Remove CriticalSectionScoped reference constructor. mflodman@webrtc.org 2012-10-11 16:58:05 +00:00
  • aeb37d34aa Changed CriticalSectionScoped so the style correct constructor is used everywhere. mflodman@webrtc.org 2012-10-11 16:31:00 +00:00
  • ab7fa4e9a8 Updates to videoprocessor_integration_test: -added internal spatial resize and frame dropper as codec config parameters. -made one test dedicated to internal spatial resize. -set the denoiser to be on for the temporal layer test. -correct the setting for number of spatial resizes for temporal layer test. Review URL: https://webrtc-codereview.appspot.com/866007 marpan@webrtc.org 2012-10-11 16:27:34 +00:00
  • 597b4472eb The CL broke the builds is : http://code.google.com/p/webrtc/source/detail?r=2804 Review URL: https://webrtc-codereview.appspot.com/873012 xians@webrtc.org 2012-10-11 15:41:55 +00:00
  • 58849fd1ec Adding Scale for I420VideoFrame mikhal@webrtc.org 2012-10-11 15:33:05 +00:00
  • 80f14d20c4 Adding DeliverCaptureEncodedFrame mikhal@webrtc.org 2012-10-11 15:03:53 +00:00
  • 09a1ef53a5 Fix for issues with in r2906. stefan@webrtc.org 2012-10-11 12:13:42 +00:00
  • fa7e8682c3 Refactoring codec_database.cc/.h to Google style. stefan@webrtc.org 2012-10-11 11:21:38 +00:00
  • 10a15badcc The problem is: ./content/renderer/media/webrtc_audio_device_impl.h:19:81: error: third_party/webrtc/modules/audio_device/main/interface/audio_device.h: No such file or directory xians@webrtc.org 2012-10-11 09:32:45 +00:00
  • 10f5b22610 Issue 634: NSArray exception when getting video info when no camera attached - OSX braveyao@webrtc.org 2012-10-11 02:42:51 +00:00
  • f4d2bec3c7 Issue 589: Possible bug in TMMBRHelp::CalcMinBitRate braveyao@webrtc.org 2012-10-11 02:25:56 +00:00
  • 7aa1189440 Fix a break on the "ChromiumOS (daisy)" bot. wu@webrtc.org 2012-10-10 20:59:35 +00:00
  • ccb52c2961 Improve error handling for barcode_tools kjellander@webrtc.org 2012-10-10 16:11:28 +00:00
  • ff33bdd9d7 Suppressed all voe_auto_test standard suite bugs and introduced a flag for excluding timing-dependent tests. phoglund@webrtc.org 2012-10-10 15:41:03 +00:00
  • fafb0bf38b Rolling libvpx to 30d8ba541ede mikhal@webrtc.org 2012-10-10 00:11:44 +00:00
  • 1dd8d4bca4 Put some bounds on VCM frame dropper. Review URL: https://webrtc-codereview.appspot.com/873005 marpan@webrtc.org 2012-10-09 20:43:56 +00:00
  • 71c13765ad Add a few functions to android test application leozwang@webrtc.org 2012-10-09 20:20:37 +00:00
  • e4c920fb3d Adding plane alignment. mikhal@webrtc.org 2012-10-09 16:04:48 +00:00
  • 656477b930 Fixing Windows build. mflodman@webrtc.org 2012-10-08 20:58:37 +00:00
  • d63b18e67c Updated version number to 3.14 Review URL: https://webrtc-codereview.appspot.com/864009 elham@webrtc.org 2012-10-08 20:36:53 +00:00
  • 0ed9c69711 Implemented todo. I.e. removed unnecessary header. henrike@webrtc.org 2012-10-08 20:20:22 +00:00
  • 15e4e34872 Wire up ssrc check in ViEEncoder for intra requests. mflodman@webrtc.org 2012-10-08 18:58:14 +00:00
  • c530043684 Add per stream intra requests. stefan@webrtc.org 2012-10-08 07:06:53 +00:00
  • 7bc3a4172a Adding support for changing resolutions and FEC to video_rtp_play. stefan@webrtc.org 2012-10-08 07:02:53 +00:00
  • aca26292ae 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-10-05 16:17:41 +00:00
  • 5ba4411cd9 Makes it such that calling ThreadWrapper::Start(..) only returns false if a thread was never started. I.e. it will not return false if it was unable to configure the thread (however it does log such failures). henrike@webrtc.org 2012-10-05 14:36:54 +00:00
  • ad6612b1f8 Continuing to rewrite custom calls. phoglund@webrtc.org 2012-10-05 12:34:09 +00:00
  • 81ebe38acb Fixing LatestEstimate(). stefan@webrtc.org 2012-10-05 08:45:25 +00:00
  • 25fadd74d0 Fix dummy RTP playout in NetEqRTPplay henrik.lundin@webrtc.org 2012-10-05 08:34:37 +00:00
  • 3df18d72ba Added test for NetEQ stereo with no input henrik.lundin@webrtc.org 2012-10-05 08:23:32 +00:00
  • b0a8a3bfdd Return bw_estimate / num-streams from the multi-stream estimator for now until updating ViE APIs. stefan@webrtc.org 2012-10-05 08:15:37 +00:00
  • 6679dcc6c5 Fixed a bug in an Android macro definition in SPL that caused issue 833. Review URL: https://webrtc-codereview.appspot.com/863007 kma@webrtc.org 2012-10-05 00:27:10 +00:00
  • ac4d70de04 Moved calling points of spl_int routines from module init to module create routines. Review URL: https://webrtc-codereview.appspot.com/789006 kma@webrtc.org 2012-10-05 00:19:01 +00:00
  • 3f9a721da5 Adding SSIM and PSNR videoFrame based functions mikhal@webrtc.org 2012-10-04 17:22:32 +00:00
  • f9a0713866 Make Android.mk to be able to inclucde subfolder makefiles leozwang@webrtc.org 2012-10-04 15:59:11 +00:00
  • 2a84f63719 Rename android file name leozwang@webrtc.org 2012-10-03 21:40:06 +00:00
  • 0a4cdc40fc Made CrossCorrelationTest valid in ARM-Neon platforms, with changes in signal_processing_unittest.cc. Review URL: https://webrtc-codereview.appspot.com/828006 kma@webrtc.org 2012-10-03 21:15:39 +00:00
  • 4bfe990337 Remove unused files from gypi. stefan@webrtc.org 2012-10-03 19:58:50 +00:00
  • 46d4073a64 Made the aligned malloc templated. henrike@webrtc.org 2012-10-03 16:50:37 +00:00
  • 2e5192fa6a Add peerconnection_all.gyp to include everything. Add a dummy peerconnection_client target for mac so that we don't get an error when doing runhooks. Review URL: https://webrtc-codereview.appspot.com/855005 wu@webrtc.org 2012-10-03 16:35:45 +00:00
  • 60ac6a642a Updates to videoFrame: 1. Adding non-const members. 2. Updating copy interface. mikhal@webrtc.org 2012-10-03 16:24:14 +00:00
  • aee9120409 Move video android test to test folder leozwang@webrtc.org 2012-10-02 20:13:56 +00:00
  • 28625c1af3 Updates according to style guide. henrike@webrtc.org 2012-10-02 15:38:35 +00:00
  • 4743f938d6 Added more suppressions. phoglund@webrtc.org 2012-10-02 09:22:51 +00:00
  • 321da3bc4f Added more suppressions found on the bot. phoglund@webrtc.org 2012-10-02 08:54:45 +00:00
  • 1e033e1594 Updating ConvertFromI420 to use VideoFrame - Related calls to DeliverFrame were also updated, and some refactoring (style-wise) was done on the way. mikhal@webrtc.org 2012-10-01 20:09:32 +00:00
  • cc82cff82e libyuv roll r389 for mac visibility, Q420 and YUY2 optimization, AVX2 detect. BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/858004 fbarchard@google.com 2012-10-01 18:32:41 +00:00
  • 3632ca1c6e Make thread name readable in log leozwang@webrtc.org 2012-10-01 17:58:32 +00:00
  • 4fdc102f03 Added suppression for one missed error. phoglund@webrtc.org 2012-10-01 14:53:30 +00:00
  • 8ff3ff1a8b Made ViE standard tests runnable under valgrind. phoglund@webrtc.org 2012-10-01 10:04:26 +00:00
  • 133f5d06aa libyuv roll to r381 for I422ToRGBA BUG=none TEST=libyuv unittest Review URL: https://webrtc-codereview.appspot.com/820007 fbarchard@google.com 2012-09-30 19:25:38 +00:00
  • d515d3fc73 Add jsoncpp as the peerconnection_client dependency for windows. wu@webrtc.org 2012-09-29 20:36:01 +00:00
  • cd9adf7ae3 This cl adds an API for getting an aligned pointer from a pointer to memory. Also adds a short-hand for creating scoped pointers of aligned memory. henrike@webrtc.org 2012-09-29 03:49:36 +00:00