-Is FMJ immediately compatible with Swing or AWT? -Is there a stable, not-in-progress version of FMJ? If so, what is the version number for it, and where can I download it, and its javadoc documentation, from the public internet? I am having trouble learning about file format support. -Does FMJ support the following audio formats? .wav, .mp3 -Does FMJ support the following video file formats? .mp4, .avi, .mov, .wmv
Fixes several memory leaks.
I want to integrate Fmj in an android project. And I wonder if there is a jar file for android
Removes jitsi-universe dependency
Allows calling RTCPTransmitter.bye twice without throwing NPE.
fix: More detailed logs when an exception occurs.
fix: Pass the length *excluding* padding to ext...
fix: Passes the whole first byte, and not just the
Makes it possible to figure out where
Do not silently drop packets with payload type ...
Fixes an incorrect return of an NTP timestamp f...
Prevents side effects of changes to payload typ...
Fixes warnings.
Simplifies source code.
Removes a use of Class.forName(String) which ca...
Fixes a couple of (minor) warnings. Removes a f...
Splits a huge method into multiple smaller ones.
Simlifies source code.
Uses a fixed parent version.
Removes buggy methods (a fixed implementation w...
Implements extending 16-bit unsigned sequence n...
Makes the RTCPTransmitter replaceable.
Make fmj an OSGi fragment for libjitsi and buil...
Ignores Maven's target directory (re: version c...
Adds jitsi-maven-repository, avoids jitsi-unive...
Extens the Jitsi-specific Maven project from ji...
Creates an RTP packet parser.
Adds Maven support for the purposes of the Jits...
Simplifies the Ant build.xml by not adding sour...
Fixes an exception when parsing RTCP BYE packets.
Adds an RTP header extension field to Buffer, a...
Disables switching to PassiveSSRCInfo for remot...
Fixes a failure to copy the existing array elem...
Preserves the timestamps of Buffers with FLAG_R...
Fixes a thread leak (and related memory leaks) ...
Prevents a busy wait in the RTP ReceiveStream.
Updates cr finally.
Commit 87 was reverted
Updates cr.
Commit 85 was reverted
Updates cr.
Reverts revision 83 because it causes receive s...
Fixes a possible busy wait.
Fixes SSRC lookup.
Mitigates deadlocks related to synchronization ...
Simplifies, clarifies the source code.
Provides a way to update the (global) transmiss...
Special handling of the RTCP reporting interval...
Moves reception report creation in the SSRCInfo...
Improves variable readability.
The RTP parser must not silently kill valid RTP...
Fixes IllegalMonitorStateExceptions reported by...
Fixes a deadlock between JitterBuffer and RTPSo...
Fixes performance warnings.
Fixes warnings.
Cleanup the RTCP termination strategies.
Fixes a thread leak.
Clarifies, simplifies the source code.
Fixes warnings.
Uses named constants instead of literals.
Fixes typos.
Changes fields visibility.
Changes fields visibility for access by the Bas...
Adds comments to the DefaultRTCPReportBuilderImpl
Fixes 'Scratch noise using opus/48000 codec' re...
Synchronizes access to the SSRC table.
Fixes warnings about unused imports.
Modifies fields visibility.
try/catch RTCPReportBuilder.makeReports() method.
- Turns a few fields in RTCPPackets from privat...
try/catch RTCPReportBuilder.setRTCPTransmitter(...
Makes RTCPPacket.assemble() method public so th...
Adds the RTPSessionMgr.setRTCPReportBuilder() m...
Extracts the RTCP packet parser from the RTCPRa...
Makes it possible to override the default RTCP ...
Allows support for RTCP XR to be implemented ou...
Adds a configurable minimum size for the video ...
Runs the SSRCCacheCleaner every 5 seconds (and ...
Fixes warnings.
Fixes warnings.
Fixes a bug which caused the interval for timin...
Reverts r40.
Adds an RTP timestamp field to Buffer.
Does not ignore calls to RTPManager.addFormat w...
Fixes warnings.
Fakes a TimeoutEvent when a ReceiveStream is re...
Fixes warnings.
Fixes warnings.
Makes it possible to pass Buffer flags from the...
I want to make a 3D scanner, at first I used a Lumix TZ20 and got good result, then...
Applies formatting for the purposes of readabil...
Replaces new Integer with Integer.valueOf.
Reverts r33 which removed necessary classes fro...
Registers FMJ's demultiplexer classes in order ...