Directory src/net/java/sip/communicator/service/neomedia/format/

Directory Created:
2009-07-26 00:54
Total Files:
4
Deleted Files:
0
Lines of Code:
463

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

Lines of Code

src/net/java/sip/communicator/service/neomedia/format/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 39 (100.0%) 625 (100.0%) 16.0
emcho 13 (33.3%) 284 (45.4%) 21.8
lubomir_m 15 (38.5%) 249 (39.8%) 16.6
s_vincent 8 (20.5%) 64 (10.2%) 8.0
vincent_lucas 1 (2.6%) 15 (2.4%) 15.0
damencho 2 (5.1%) 13 (2.1%) 6.5

Most Recent Commits

vincent_lucas 2012-03-15 10:59

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.

15 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormat.java (+15)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

4 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: AudioMediaFormat.java (+1 -1), MediaFormat.java (+1 -1), MediaFormatFactory.java (+1 -1), VideoMediaFormat.java (+1 -1)
s_vincent 2011-08-24 10:49

Adds a way for protocols to add extra codec settings as well as override payload type preferences.

14 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormat.java (+14)
damencho 2011-05-28 13:39

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.

13 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormatFactory.java (+6), VideoMediaFormat.java (+7)
lubomir_m 2011-05-13 10:08

Rebuilds the JNI FFmpeg library with newer versions of its dependencies.

15 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormat.java (+15 -4)
s_vincent 2011-01-10 11:44

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.

10 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormatFactory.java (+10)
s_vincent 2010-08-17 16:34

Fix some warnings, javadoc and 80 characters per line.

1 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: VideoMediaFormat.java (+1 -1)
lubomir_m 2010-05-27 16:25

Fixes a problem in the SDP negotiation of the media formats caused by considering MediaFormats withe same encoding, clockRate and channels (for AudioMediaFormats) to be different because they have different formatParameters.

17 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormat.java (+17 -17)
emcho 2010-04-23 22:41

Adds a few more comments to media parsing

1 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormat.java (+1 -1)
s_vincent 2010-04-22 18:48

Remove advanced attributes processing from SDP/CallPeerMediaHandler classes.

9 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormatFactory.java (+9 -3)
s_vincent 2010-04-21 19:11

- AVPF Picture Loss Indication support;
- rtcp-fb nack pli support in SDP;
- Add updated ffmpeg libraries;
- Add missing javadoc.

16 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormat.java (+10), MediaFormatFactory.java (+6 -3)
s_vincent 2010-03-08 13:03

Add ScreenDevice implementation to get physicals screens and their size.

0 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: VideoMediaFormat.java (-14)
s_vincent 2010-03-03 19:33

Add some kind of images negociation when setting up video via SDP. Source scaling of video stream when maximum resolution supported by remote peer is less than our capture device output resolution.

14 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: VideoMediaFormat.java (+14)
emcho 2010-02-03 17:37

Move min and max Payload type numbers to the MediaFormat class

12 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormat.java (+12)
lubomir_m 2009-11-03 18:16

In neomedia, fixes ArrayIndexOutOfBoundsExceptions when registering custom codec formats with RTPManager. Reported by Emil Ivov. Also provides MediaDevice instances for MediaService#getDevices() and #getDefaultDevice() when there are no actual CaptureDevices.

3 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormatFactory.java (+3 -3)
emcho 2009-11-02 14:44

Adds utility methods for reverse and "and" operations with MediaDirection-s
Adds an utility method for toString() conversion of MediaFormat clockRate-s

12 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormat.java (+12 -1)
lubomir_m 2009-11-01 18:23

In neomedia, allows creating MediaFormat instances by specifying the RTP payload type and/or the encoding.

98 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormatFactory.java (+98 -34)
lubomir_m 2009-11-01 16:12

In neomedia, allows getting a MediaFormat instance by its RTP payload type (number).

17 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormatFactory.java (+17)
lubomir_m 2009-11-01 14:52

In neomedia, converts RTP payload type from int to byte. Also fixes and adds javadocs.

45 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormat.java (+2 -2), MediaFormatFactory.java (+43 -25)
lubomir_m 2009-10-31 17:55

Modifies .neomedia.MediaFactory so that it created MediaFormat instances just by encoding name and, optionally, clock rate and format parameters without explicitly being told the MediaType.

15 lines of code changed in:

  • src/net/java/sip/communicator/service/neomedia/format: MediaFormatFactory.java (+15 -28)

(7 more)

Generated by StatSVN 0.3.1