Commit Graph

211 Commits

Author SHA1 Message Date
bossiel c5ff66d362 Begin adding support for Android x86 2014-02-26 01:43:32 +00:00
bossiel 70f4e36fd3 - Fix DTLS-SRTP interop issues
- Use DTLS-SRTP instead of SDES-SRTP when RTCWeb mode is enabled and certificates are present
2014-02-14 01:32:49 +00:00
bossiel bbbc54ec81 - Adds support for DTLS-SRTP on Android using openssl 1.0.1e
- Interop with Chrome DTLS-SRTP implementation
2014-02-03 07:17:50 +00:00
bossiel be2187b64d Update IPSec documentation 2013-12-26 18:17:56 +00:00
bossiel 921117452f Adds support for 3GPP IMS-IPSec 2013-12-26 17:43:05 +00:00
bossiel 96d05d239a Fix issue 329 2013-12-03 02:30:42 +00:00
bossiel 3fce7e4040 WP8: Fix issue reported at https://groups.google.com/forum/#!topic/doubango/JkYR8tc6yrw 2013-09-11 11:08:35 +00:00
bossiel 3d44b20846 Use right number of channels on WP8 2013-09-11 10:42:24 +00:00
bossiel 1f9b075624 Fix a=tcap concatenation issue (missing white space) 2013-08-06 02:07:00 +00:00
bossiel 93c8b9e14c Fix issue 292
Fix two regressions:
 - DTMF not added in the FMTP
 - Audio session fails to start when DSTLS-SRTP is enabled
2013-08-05 04:42:49 +00:00
bossiel 855117af4d Begin fixing issue 254 2013-07-31 17:52:20 +00:00
bossiel a8b6c9928d Remove "M" suffix from version names 2013-07-29 06:05:35 +00:00
bossiel 56a915b47c Update version information 2013-07-29 06:01:48 +00:00
bossiel 731ffabd8f - Take into consideration the image pitch when copying from Direct3D surface (DirectShow plugin only)
- Do not request for flipping when direct rendering is used
2013-07-29 05:59:53 +00:00
bossiel f172ae2a5a Update version info 2013-07-29 04:19:53 +00:00
bossiel 5379fb5072 - Adds two new public API functions: tmedia_codec_plugin_registered_get_const() and tsk_plugin_file_exist()
- Make sure not to mix codecs when producer is bundled (e.g. using MF encoder with NVIDIA CUDA decoder).
2013-07-28 22:39:50 +00:00
bossiel 539c048866 Add version info in all standalone plugins 2013-07-28 04:32:17 +00:00
bossiel d2ec9a0a14 - Adds MS Voice DSP (Built-in AEC and Resampler)
- Fix NV12 layout issue for H.264 NVIDIA CUDA
2013-07-27 22:46:26 +00:00
bossiel 8149b22578 Update WASAPI plugin for Vista 2013-07-26 06:28:17 +00:00
bossiel f8db7178db Update vsprojs to use C7 debug format instead of ZI 2013-07-26 06:05:23 +00:00
bossiel 5f5795a7f6 Remove useless info message from speex jb
Update speakup jb
2013-07-26 05:44:38 +00:00
bossiel 9fa0f0c619 Fix audio delay issue in DirectSound backend
Fix issues in audio resampler
2013-07-26 05:17:19 +00:00
bossiel e60ad397a0 Adds support for WASAPI (http://msdn.microsoft.com/en-us/library/windows/desktop/dd371455(v=vs.85).aspx) 2013-07-26 00:41:11 +00:00
bossiel 8f1b5aff7e Disable CUDA by default until fully tested 2013-07-23 04:32:31 +00:00
bossiel baa75a8c59 Adds support for NVIDIA CUDA H.264 2013-07-23 04:06:05 +00:00
bossiel 22acae6001 Do not print error when trying to set priority for unknown codec 2013-07-21 19:01:55 +00:00
bossiel aaef92efd1 Windows:
- Adds support for multiple video converters and try them all when requested
- Fallback to Color converter DSP when video processor is not available (CLSID_VideoProcessorMFT -> CLSID_CColorConvertDMO)
- Fix RGB32 memory writing bad access
2013-07-20 03:09:25 +00:00
bossiel d5e0f7c205 Windows:
- Add support for immediate Direct3D rendering
- Add probing function for Intel Quick Sync and MS encoder/decoder MFT
- Add GPU accelerated video converter
2013-07-19 02:35:03 +00:00
bossiel 7be3935cb6 Add "tmedia_converter_video_plugin_registry_count()" ANSI-C API function. 2013-07-18 16:23:16 +00:00
bossiel 8affa42bcb - Fix rotation info reinitialization when reINVITE is received (mobile devices only)
- Use tnet_get_sockaddr_size() instead of sockaddr->sa_len
2013-07-18 10:09:48 +00:00
bossiel cc025c6cf8 Enable WaveAPI backend and fix issue on wrong buffer size 2013-07-17 05:52:34 +00:00
bossiel b10ab79d65 Update tinyDAV vsproj to add missing Win32 lib (Shlwapi.lib) 2013-07-17 04:10:03 +00:00
bossiel 586942fec8 Allow loading stand-alone plugins from the browser when used by WebRTC4all 2013-07-17 04:08:43 +00:00
bossiel 43bcc2c068 Do not signal support for PLI.
Fix https://code.google.com/p/webrtc/issues/detail?id=1897
2013-07-16 09:38:34 +00:00
bossiel 2f97745bdf Issue fix: Set producer bundled codec id on Windows Phone 8 2013-07-16 08:13:19 +00:00
bossiel 7f975faf5d Allow setting MF_LOW_LATENCY on SDK7 targeting Win8
Do not create useless converter when producer size is equal to zero
Fix flipping issue for MF producer/consumer
2013-07-16 07:13:20 +00:00
bossiel deab41ccb3 Make sure to forward IDR request to producer when encoder is bundled 2013-07-16 04:20:42 +00:00
bossiel a7c0d80dde - Adds support for Intel Quick Sync H.264 encoder
- Always bundle the encoder and producer for lower latency
- Fix issues
2013-07-16 03:28:40 +00:00
bossiel f6a28c7dcb Adds support for Microsoft H.264 MFT (encoder and decoder) 2013-07-13 22:28:12 +00:00
bossiel 0b301158d0 Check that jitter buffer and denoiser are opened before trying to close (just to avoid warnings). 2013-07-11 18:59:43 +00:00
bossiel 7bd14cceb4 Re-open jitter buffer and denoiser when session is updated (reINVITE) 2013-07-11 17:36:17 +00:00
bossiel fd106c025a Fix typo in error message 2013-07-10 04:37:35 +00:00
bossiel 77e6d19a43 Change VS project setting (release target to use full optimization -Ox-) 2013-07-10 03:40:30 +00:00
bossiel 130c71cdd3 Begin adding support for Media Foundation audio/video backends and HW codecs 2013-07-03 10:13:37 +00:00
bossiel cc444070fb - Allow setting preferred producer (by friendly name)
- Add more utility functions for stand-alone plugins
- Factorize H.264 helper functions
2013-07-02 07:33:04 +00:00
bossiel a966d6266c Update WaveHdr consumer/producer 2013-06-27 18:10:10 +00:00
bossiel ec7b0bc297 Remove "$(DXSDK_DIR)include" from tinyDAV as already added on global scoop (fix compilation issues when using Windows SDK 8) 2013-06-27 05:56:38 +00:00
bossiel ad713dd466 Replace tinyDShow project by stand-alone plugin (DLL). 2013-06-27 03:17:21 +00:00
bossiel c4272391b6 Align Boghe-WP8 with Doubango r910 2013-06-25 22:08:28 +00:00
bossiel cdee7030b4 fix issue 281 2013-06-19 19:12:33 +00:00