[root]/src/net/java/sip/communicator/impl/neomedia/format

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 79 (100.0%) | 2587 (100.0%) | 32.7 |
| lubomir_m | 42 (53.2%) | 2199 (85.0%) | 52.3 |
| s_vincent | 19 (24.1%) | 260 (10.1%) | 13.6 |
| emcho | 11 (13.9%) | 58 (2.2%) | 5.2 |
| damencho | 6 (7.6%) | 45 (1.7%) | 7.5 |
| vincent_lucas | 1 (1.3%) | 25 (1.0%) | 25.0 |
Corrects displayed clock rate of G.722 encoding in CallInfoFrame. Reported by Lyubomir in dev mailing-list with subject: G.722 sample rate in Call Info.
25 lines of code changed in:
Fixes possible NullPointerExceptions related to packet logging, resources.
1 lines of code changed in:
Put system properties settings in a separate function. Fixes styles and javadoc warnings.
32 lines of code changed in:
Fixes another case where video resolution failed to change. The situation is A switch to low resolution (LO), B switch to LO, A switch to standard resolution and after switch to LO.
39 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
5 lines of code changed in:
Adds a way for protocols to add extra codec settings as well as override payload type preferences.
32 lines of code changed in:
Fixes the problem reported on the dev mailing list in the thread 'Error message in video call' by Conrad Beckert, re-enables packetization-mode=1 for H.264.
55 lines of code changed in:
Makes 99 the preferred dynamic payload type of H.264 video using packetization-mode=0 and enables the assignment of preferred dynamic payload types through the configuration.
17 lines of code changed in:
Fixes a problem in MediaFormatImpl#hashCode() caused by an inconsistent implementation of VideoFormat#hashCode() and #equals(Object) which leads inability to find a MediaFormatImpl in a Map.
10 lines of code changed in:
Implements packetization-mode=0 from "RTP Payload Format for H.264 Video".
60 lines of code changed in:
Ongoing work on Google Talk voice support.
3 lines of code changed in:
Initial video size setting, when creating video call.
Hide resize button if we can detect that its not supported, and limit the resolutions we have for setting according the remote party settings.
Fix changing resolution several times. Fix duplicate field for keeping framerate.
8 lines of code changed in:
Allow setting params for the size of image we are able to show during video call and dispatch such params by streaming the supplied resolution.
32 lines of code changed in:
Rebuilds the JNI FFmpeg library with newer versions of its dependencies.
507 lines of code changed in:
Escape attributes for special characters in DiscoverInfo and DiscoverItems in smack lib.
Fix adding advanced params to media formats.
2 lines of code changed in:
Removes unused imports.
0 lines of code changed in:
Take into account advanced paramters even if there are no format parameters.
15 lines of code changed in:
Allow peers to advertise G722 as G722/16000.
16 lines of code changed in:
Fix the case when the callee does not support an audio codec that the caller offer, he may reuse the payload-type ID of this codec for video (when he enables it) which is not a good behavior.
22 lines of code changed in:
Add H263+ video codec.
1 lines of code changed in:
(31 more)