[root]/src/net/java/sip/communicator/impl/neomedia/codec/video
h263p
(4 files, 1462 lines)
h264
(5 files, 2726 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 77 (100.0%) | 2614 (100.0%) | 33.9 |
| lubomir_m | 42 (54.5%) | 1643 (62.9%) | 39.1 |
| s_vincent | 25 (32.5%) | 786 (30.1%) | 31.4 |
| damencho | 3 (3.9%) | 178 (6.8%) | 59.3 |
| emcho | 7 (9.1%) | 7 (0.3%) | 1.0 |
Fixes style formating, javadoc and eclipse related warnings.
23 lines of code changed in:
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:
Merges desktop and Android files and commits them as they should work on both without modifications.
87 lines of code changed in:
Commits work in progress on video conferences.
7 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
7 lines of code changed in:
Rebuilds the JNI FFmpeg library with newer versions of its dependencies.
387 lines of code changed in:
Enables the controlling of video size and frame rate from the Video configuration form in Tools > Options.
11 lines of code changed in:
Fixes a problem in AVFrameFormat#intersects(Format) which could lead to loss of state/pixFmt.
17 lines of code changed in:
Applies tiny source code formatting.
8 lines of code changed in:
Cosmetic changes.
5 lines of code changed in:
- Supports more call recording formats.
- Adds, fixes javadocs.
4 lines of code changed in:
Fix some javadoc warnings.
1 lines of code changed in:
Use FFmpeg's MJPEG decoder instead of tinyjpeg.
8 lines of code changed in:
Add support for V4L2's MJPEG and JPEG format.
30 lines of code changed in:
Compare JMF formats instead of MediaFormats. Create VideoMediaFormatImpl with format parameters from SDP.
1 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.
11 lines of code changed in:
Add support for Y411 and Y41P formats for DirectShow capture device.
14 lines of code changed in:
Add support for YUY2, UYVY and NV12 format for native DirectShow devices.
2 lines of code changed in:
Commits an initial version of a native VideoRenderer i.e. JAWTRenderer on Linux using the XVideo extension of the X Window System.
52 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.
4 lines of code changed in:
(25 more)