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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 46 (100.0%) | 1548 (100.0%) | 33.6 |
| lubomir_m | 27 (58.7%) | 1523 (98.4%) | 56.4 |
| emcho | 18 (39.1%) | 18 (1.2%) | 1.0 |
| s_vincent | 1 (2.2%) | 7 (0.5%) | 7.0 |
Changes project name in source license headers from SIP Communicator to Jitsi
18 lines of code changed in:
Enables the controlling of video size and frame rate from the Video configuration form in Tools > Options.
71 lines of code changed in:
- Supports more call recording formats.
- Adds, fixes javadocs.
1 lines of code changed in:
Fixes a crash of the QTKit video CaptureDevice on Snow Leopard reported by Yana Stamcheva.
6 lines of code changed in:
Fix some javadoc warnings.
7 lines of code changed in:
Creates less garbage in the QuickTime video CaptureDevice in order to resolve short freezes in the video. Comes at the expense of execution speed due to an additional copying of each frame. The performance penalty is to be addressed in a subsequent commit.
53 lines of code changed in:
Works towards (but does not really enable i.e. represents work in progress) making the QTKit CaptureDevice on Mac OS X output video in YUV420 used by the H.264 encoder in order to avoid scaling.
9 lines of code changed in:
Attempts to fix the QTKit CaptureDevice on Mac OS X Leopard which does not seem to report the size of the video it is going to output.
42 lines of code changed in:
Implements a video CaptureDevice which uses QuickTime/QTKit on Mac OS X to provide video capture on Mac OS X Snow Leopard, Java 1.6 on Mac OS X and when CIVIL fails.
1341 lines of code changed in: