- Checks the RTP markers produced by the H.264 packetizer for sanity and enables passing single NAL units for processing.
- Tries to fix duplicating contacts in contact list (reported by Ingo Bauersachs and Lubomir Marinov on dev: "Multiple entries of the same MetaContact").
Other recent changes in earlier versions:
build.3782
- Rename combined DNS host lookup
- Handle input of IP addresses for combined A/AAAA lookups
build.3781
- Updates ice4j.jar that fixes a race condition and sends an 'stale credentials' error when receiving binding request where its username does not match any of local ufrag/rfrag.
- Fixes chat room reconnect related issues (duplicated member's list, unable to send messages after reconnect).
- Fixes missing class import in notification bundle and make sure an exception won't interrupt protocol firing events.
build.3780
- Extract Jabber proxy initialization into a separate method
- Extract Jabber password loading to a separate method
- Extract Jabber resource creation to a separate method
- Extract Jabber authentication retry to a separate method
- Add a combined A/AAAA lookup
- Connect to each found IP address before trying further lookups
- Create Jabber keepalive timer on demand
build.3779
- Isolates notification management and triggering.
- Fixes a NPE and tests.
- Adds some error reporting to sip server stored contactlist.
build.3778
build.3777
- Prepares the conference call user interface to show video.
build.3776
- Updates access to environment variables when building installers.
- Updates ice4.jar which allows GTalk controlled agent to nominate pair under some circumstances when it receives a binding success response for one of its checks.
build.3775
- Ignore SAVP options when call encryption is disabled
build.3774
- Removes G728 codec and fixes javadoc warnings.
build.3773
- Give popups a minimum height and don't cut off text due to rounding
build.3772
- Give popups a minimum height and don't cut off text due to rounding
build.3771
- Fixes disappearing submenus.
- Makes popup menus disappear when the parent window is not on focus.
build.3770
- Check the account name property when installing an account.
build.3769
- Fixes local audio levels when peer removed from call. Adds profile-level-id when negotiating video codecs. Fixes login with msn due to server address changes.
- Reduces the number of times that Jitsi's CaptureDevices get started/stopped in order to, for example, bring down the number of times that (some) webcams flash on and off.
- When running the x86 setup on Windows x64, does not ask the user whether they are sure they want to continue when the setup is an (automatic) update.
build.3768
- Remove protocol zeroconf.
- Makes tooltips and menus disappear when the parent window is not on focus.
build.3767
- Fixes checking for jabber contacts when calling from call history(jid with resource).
- Attempt to fix problems when adding an XMPP contact. Sometime we got a 'no response from the server' exception due a too small timeout for waiting jabber:iq:roster result messages and sometime we go another exception that failed the add, it was due to a event not triggered.
build.3766
- Fixes disappearing messages in chat window. Fixes chat history navigation.
- Put system properties settings in a separate function. Fixes styles and javadoc warnings.
build.3765
- Fixes NullPointerException blocking the project to run.
build.3764
- Fixes some issues with jabber statuses and priority of resources.
- Listens for changes in configuration service and reflect it in current configuration.
build.3763
- Refactors the ConfigurationService implementation in preparation for providing a database store.