0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 19, 2024 — Sep 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updates the jnvpx build script, instructions, and the macosx binary. More... about 11 years ago
First implementation of the BasicRTCPTerminationStrategy More... about 11 years ago
Use named constants instead of numbers for the RTCPREMBPacket.type and RTCPREMBPacket.fmt. More... about 11 years ago
Removes a log message. More... about 11 years ago
Fixes warnings about unused imports. More... about 11 years ago
Fixes building debian source packet. More... about 11 years ago
Instead of using RTPPacket that was parsing the packet header, classes of the rtpdump package now use RtpdumpPacket, that extends RawPacket (so the parsing is done by RawPacket). More... about 11 years ago
Updates fmj to the latest and greatest version that allows to override the default RTCP report creation algorithm and that includes an RTCP packet parser More... about 11 years ago
Adds methods for number of packets and number of lost packets to the MediaStreamStats. More... about 11 years ago
Remove unused import. More... about 11 years ago
Use the difference between the timestamp of 2 consecutive frames read in the IVF file to sync the stream, instead of just using the framerate of the frame. More... about 11 years ago
Adds license notice. More... about 11 years ago
Adds building usrsctp from source. More... about 11 years ago
Adds linux sctp binaries. More... about 11 years ago
Fixed deprecated warning. More... about 11 years ago
Synchronizes writing to RecorderRtpImpl. More... about 11 years ago
Adds jnsctp for 64bit windows. More... about 11 years ago
Adds jnsctp for 32bit windows and build instructions. More... about 11 years ago
Adds sctp lib for macosx with its build instructions. More... about 11 years ago
Merge pull request #10 from Haerezis/greyfading More... about 11 years ago
Fix some code conventions errors, comment errors. Remove duplicate code by refactoring the constructor of VideoGreyFadingMediaDevice. More... about 11 years ago
Resets the packet buffer for an SSRC (allowing RTP packets for the SSRC to be received). More... about 11 years ago
Implements support for RTCP XR. More... about 11 years ago
Add a protocol & CaptureDevice that read rtpdump file, containing rtp packet that were recorded. More... about 11 years ago
Add a protocol / CaptureDevice that read an ivffile that contains vp8 frames for the doRead function... More... about 11 years ago
Add a protocol / CaptureDevice that generate RGB frame that create a fading from white to black to white... More... about 11 years ago
Fixes several issues when building deb-src, missing classes. More... about 11 years ago
Handles incoming format parameters for ilbc codec. More... about 11 years ago
Adds HighestQualityRTCPTerminationStrategy (and renames the existing test strategies) More... about 11 years ago
Fixes warnings. Manually formats source code. More... about 11 years ago