- Fixing smack java 1.5 compatibility.
- Rebuilds the JNI FFmpeg library with newer versions of its dependencies.
- Fixing java 1.5 compatibility.
Other recent changes in earlier versions:
build.3468
- Do not let pass blindly packets if SSRC change in ZRTPTransformEngine. Also do not restart ZRTP when we recreate JMF send streams and receive RTP Bye.
- Move UUID initialization to Provisioning plugin.
- Add the possibility to replace everywhere in the provisioning URL not just for the HTTP parameters.
- Escape attributes for special characters in DiscoverInfo and DiscoverItems in smack lib. Fix adding advanced params to media formats.
- Update weupnp library to send SSDP discovery messages with "ST: upnp:rootdevice" parameter.
- Fix src/native/build.xml to work for the JNI FFmpeg library on Mac OS X. (Unfortunately, breaks it for Windows.)
build.3467
- XCAP: When using manually entered values for the login, use them as is without stripping the domain name.
- Add option in video advanced settings to disable custom framerate and to restore defaults.
build.3466
- Activate windows delta check
- Fixes the active event notification handler set up.
- Enables the controlling of video size and frame rate from the Video configuration form in Tools > Options.
- Make sure that the server is correctly set in all Jabber accounts.
build.3465
build.3464
- Update linux portaudio binaries to link with rt.
- Revert old binaries.
build.3463
- Fix extract of old package code when building wix deltas.
- Fix posting requests in debug mode through http debug. Change the way delta link is generated.
- Make an Update service.
build.3462
- Renames SIP Communicator to Jitsi in comments.
- Simplifies the description of the build procedure of the FFmpeg JNI library.
build.3461
- Hides the startup-related section in the General configuration on Linux because it is populated only on Windows and thus stays empty on Linux. (It is already hidden on Mac OS X.)
- Updates the source code of the FFmpeg JNI library to fix a compatibility issue with the latest FFmpeg revision.
build.3460
- Commit from translate.jitsi.org by user ibauersachs.: 1036 of 1037 messages translated (0 fuzzy).
build.3459
- Fixes an incorrect dealing with arch in the build.xml of src\native which prevents the cross-compilation of the FFmpeg JNI library for x64 on Windows x86.
- Commits work in progress on updating the dependencies of the FFmpeg JNI library to newer versions. Fixes a compilation error caused by a public API change.
build.3458
- Update notifications icon and 16x16 icon.
- Add debug logs in order to track a contact list button click issue.
build.3457
- If ZRTP engine see that RTP packet SSRC has changed and if the packet is not encrypted, it returns the packet as is. Disable also the muted mode of ZRTP which drop unencrypted packets.
build.3456
- Make sure that all video related gui modifications in the call window in the event dispatch thread.
build.3455
- When building wix deltas skip current build.
build.3454
- Make sure that the video call window has a minimum size, which also prevents the toolbar buttons to overlap if the window is too small.
- Allow configuration forms the revalidate configuration window, thus refreshing window size and revalidating panels.
- Video advanced settings panel, still not enabled.
build.3453
- Fix conference call sound level that was broken in commit 8553 (change SSRC when we reconfigure stream).
build.3452
- Updates the instructions for building the JNI FFmpeg library and its dependencies on Windows.
- Generation of wix delta updates.
- Tries to fix an ArrayStoreException in MutePushBufferDataSource reported by Sébastien Vincent against r8548.
- Fix a problem when switch between camera and desktop streaming (and vice-versa), also change SSRC when we reconfigure stream.
build.3451
- Use a precompiled pattern to escape chars in messages made some fields final replaced Vector by ArrayList Added some @Override annotations Fixed some indentation Made some private methods static Replaced http://sip-communicator.org by http://jitsi.org
- Introduces AbstractBufferCaptureDevice and AbstractBufferStream to eliminate the duplication between, respectively, AbstractPull/PushBufferCaptureDevice and AbstractPull/PushBufferStream.
- Fixes a problem in AVFrameFormat#intersects(Format) which could lead to loss of state/pixFmt.
build.3450
- Adds the home directory of MinGW to the PATH when building the native Windows executables (e.g. run.exe, setup.exe).
build.3449
- Store STUN password via credentials storage service.
- Starts the local video in a separate thread.
- Enable UPnP by default.
- Update wrong string for server certificates.