Directory src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video/

Directory Created:
2010-04-29 10:46
Total Files:
3
Deleted Files:
0
Lines of Code:
1685

[root]/src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video

Lines of Code

src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 36 (100.0%) 2854 (100.0%) 79.2
lubomir_m 28 (77.8%) 2803 (98.2%) 100.1
s_vincent 7 (19.4%) 50 (1.8%) 7.1
emcho 1 (2.8%) 1 (0.0%) 1.0

Most Recent Commits

lubomir_m 2012-02-13 02:07

Tries to address issues with the support of video conferences such as the CallDialog not resizing properly at the conference focus, a crash in FFmpeg/sws_scale.

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+14 -1)
lubomir_m 2012-02-05 11:08

Allows the use of the new Mac OS X JAWTRenderer to be disabled.

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+19 -5)
lubomir_m 2012-02-01 03:20

Commits work in progress on video conferences.

28 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+1 -1), JAWTRendererSwingVideoComponent.java (+6 -2), JAWTRendererVideoComponent.java (+21 -4)
s_vincent 2011-11-08 10:43

Put system properties settings in a separate function. Fixes styles and javadoc warnings.

24 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRendererSwingVideoComponent.java (+19 -2), JAWTRendererVideoComponent.java (+5)
emcho 2011-10-18 14:03

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

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+1 -1)
lubomir_m 2011-09-26 12:02

Fixes a possible NullPointerException.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+2)
lubomir_m 2011-09-01 11:13

Introduces AbstractRenderer to aid the implementations of the Renderer FMJ/JMF interface.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+4 -30)
lubomir_m 2011-08-22 15:07

Uses the old Mac OS X JAWTRenderer on MacBookAir4 (in addition to MacBookPro8) as a workaround to a problem in the new Mac OS X JAWTRenderer which is with an unknown cause and appears as poor video frame rate.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+4 -4)
lubomir_m 2011-08-11 17:52

Splits the Component implementations of JAWTRenderer out of it in order to faciliate its porting.

1067 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+65 -952), JAWTRendererSwingVideoComponent.java (new 887), JAWTRendererVideoComponent.java (new 115)
lubomir_m 2011-05-28 00:58

Temporarily works around a problem in JAWTRenderer on Mac OS X and MacBookPro8 which appears as low frame rate by falling back to an earlier implementation which seems to work as expected with respect to frame rate.

26 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+26 -1)
lubomir_m 2011-03-25 18:26

Fixes mouse drag- and click-related issues in the JAWTRenderer on Mac OS X reported by Emil Ivov.

57 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+57 -15)
lubomir_m 2011-03-25 11:32

Fixes overlapping issues with the JAWTRenderer on Mac OS X.

83 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+83 -1)
lubomir_m 2011-03-24 22:23

Commits work in progress on fixing overlapping issues with the JAWTRenderer on Mac OS X. Draws the X button of the local video in a video call and the desktop sharing icon in a desktop sharing call. Makes clicking the X button of the local video and dragging the local video work.

375 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+375 -3)
lubomir_m 2011-03-24 15:42

Fixes a layout and painting issue (seen on Mac OS X) which may lead to toggled local video in calls appearing to be of the wrong bounds.

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+10 -2)
lubomir_m 2011-03-23 17:16

Commits work in progress on fixing overlapping issues with the JAWTRenderer on Mac OS X.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (-13)
lubomir_m 2011-03-22 22:44

Commits work in progress on fixing overlapping issues with the JAWTRenderer on Mac OS X. Disables the work in progress which has been mistakenly enabled in r8402.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+1 -1)
lubomir_m 2011-03-22 22:42

Commits work in progress on fixing overlapping issues with the JAWTRenderer on Mac OS X. Fixes a couple of deadlocks.

63 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+63 -29)
lubomir_m 2011-03-22 15:03

Commits work in progress on fixing overlapping issues with the JAWTRenderer on Mac OS X.

530 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+530 -77)
lubomir_m 2011-03-19 19:02

Adds/fixes comments and javadocs.

8 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+8 -2)
s_vincent 2011-02-03 16:18

Cosmetic changes.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/jmfext/media/renderer/video: JAWTRenderer.java (+1 -1)

(11 more)

Generated by StatSVN 0.3.1