- Update jportaudio.dll for Windows 32-bit and 64-bit.
Other recent changes in earlier versions:
- Alphabetically order accounts.
- In response to a report by Werner Dittmann on the dev mailing list in the thread 'Wideband PortAudio', attempts to open the PortAudio CaptureDevice and Renderer at supported sample rates. The notifications/PortAudioClipImpl and GatherEntropy still need a fix. The JNI binaries of PortAudio need rebuilding in order to implement free(void *) for PortAudio but the application should work even without it. (In the absence of PortAudio free(void *), falling back to FFmpeg's free routine will be attempted.)
- Fix a problem with DirectShow's DataSource when the sequence connect/disconnect/connect appears.
- Fixes a failure to send RTP in the format negotiated earlier.
- Attempts to fix a problem in the reading of the configuration of the encodings (in the Media configuration form) from configuration files created by earlier versions of SIP Communicator.
- When distinguishing MediaFormats, takes into account their clock rate as well because the encoding String isn't unique.
- Fixes an issue reported by Lubomir Marinov on dev 06/15 (Add contact and call buttons are not disappearing, when the search field is cleared). The problem seems to appear when the contact list view is empty (no contacts or if showing only online contacts and no account is online).
- Removed unused field.
- Tries to port the functionality of GatherEntropy which was disabled in r7261 to the wideband PortAudio interface.
- (1) Tries to convert PortAudio to support wideband. (2) Fixes a failure of the JNI Speex decoder to continue decoding. (3) Fixes an integer overflow in the JNI Speex encoder.
- Fix wrong status of SIP protocol and what is shown in global status selector, happens sometimes when reconnecting.
- Log added for debug purposes.
- Log added for debug purposes.
- Log added for debug purposes.
- Linux binaries for speex and jawtrenderer.
- Fixes active call button in the search field, even if not visible. Bug reported by Lubomir Marinov June 12, 2010 on dev (subject: Call button in the search field active even when not visible).
- Add jspeex.dll for Windows 32-bit and 64-bit.
- Commits the binary for the JNI Speex encoder, decoder and resampler on Mac OS X and thus enables them.
- Ignores the native/ directory in classes/ (just like net/ and resources/ are already ignore.)
- Disable local video when moving to a conference call (had to explicitly "doClick" the button instead of just invoking setSelected(false) in order to trigger the exact operation).
- Disable local video when moving to a conference call.
- Unused field removed.
- Disable local video when moving to a conference call (had to explicitly "doClick" the button instead of just invoking setSelected(false) in order to trigger the exact operation).
- Disable call dialog buttons before the call is connected.
- Implements Speex encoder, decoder and resampler using the native Speex library. Since the JNI binaries are not available, the new functionality shouldn't cause regressions.
- Simplifies the pure-Java Speex encoder implementation a bit, fixes indentation.
- Removes a redundant cast.
- Text tip added in the no contact view.
- Remove unused code, muting individual call peers.