[root]/src/net/java/sip/communicator/impl/neomedia/jmfext/media/protocol/video4linux2

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 29 (100.0%) | 1540 (100.0%) | 53.1 |
| lubomir_m | 16 (55.2%) | 1355 (88.0%) | 84.6 |
| s_vincent | 9 (31.0%) | 180 (11.7%) | 20.0 |
| emcho | 3 (10.3%) | 3 (0.2%) | 1.0 |
| damencho | 1 (3.4%) | 2 (0.1%) | 2.0 |
Fixes RGB format support for V4L2 Linux camera devices.
7 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
3 lines of code changed in:
If there is no video size respect the settings.
2 lines of code changed in:
Rebuilds the JNI FFmpeg library with newer versions of its dependencies.
120 lines of code changed in:
Enables the controlling of video size and frame rate from the Video configuration form in Tools > Options.
19 lines of code changed in:
Introduces AbstractBufferCaptureDevice and AbstractBufferStream to eliminate the duplication between, respectively, AbstractPull/PushBufferCaptureDevice and AbstractPull/PushBufferStream.
6 lines of code changed in:
Cosmetic changes.
0 lines of code changed in:
- Supports more call recording formats.
- Adds, fixes javadocs.
2 lines of code changed in:
Use FFmpeg's MJPEG decoder instead of tinyjpeg.
57 lines of code changed in:
Add support for V4L2's MJPEG and JPEG format.
116 lines of code changed in:
(1) Prevents an allocation of larger-than-necessary memory in SwScaler. (2) Makes it a touch easier to add new supported formats in the Video for Linux Two CaptureDevice.
23 lines of code changed in:
Disables the local video display for PullBufferDataSources until its problem with cloning by JMF is resolved. Provides timestamps for the captured data of the Video for Linux Two API Specification CaptureDevice.
5 lines of code changed in:
Attempts to support YUYV in the Video for Linux Two API Specification CaptureDevice and to make it easier to add support for new formats.
61 lines of code changed in:
Implements a video CaptureDevice on Linux using the Video for Linux Two API Specification.
1119 lines of code changed in: