0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 30, 2024 — May 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Romoves the use of enum-like constants from SrtpListeners because it is a part of neomedia and may use MediaType instead. More... over 11 years ago
Adds support for DTLS-SRTP. More... over 11 years ago
Fixes warnings, spelling mistakes. More... over 11 years ago
Fixes warnings, spelling mistakes. More... over 11 years ago
Corrects deadloack between the CoreAudio AudioDeviceStop function and the stream processing callback. More... over 11 years ago
Adds stream capture and render via CoreAudio for MacOSX. This is a first version which needs more testing. The default audio system on MacOSX is still PortAudio. More... over 11 years ago
Sorts the Eclipse .classpath to facilitate reading. More... over 11 years ago
Fixes a failure to generate key frames in the H.264 encoder. More... over 11 years ago
Enables the detection of PulseAudio and Video4Linux2 systems under FreeBSD. Tzanetos Balitsaris More... over 11 years ago
Modifies the targets 'ffmpeg', 'libvpx', and 'video4linux2' to build the libraries for FreeBSD. Tzanetos Balitsaris More... over 11 years ago
Fixes a dealock in the Windows Audio Session API (WASAPI) backend. Reported by Ingo Bauersachs. More... over 11 years ago
Cleans up code, fixes javadocs, applies tiny optimizations. More... almost 12 years ago
Adds lib/native/{freebsd,freebsd-64} directories More... almost 12 years ago
Modifies the targets 'pulseaudio' and 'opus' of the src/native/build.xml build file in order to produce the libjnpulseaudio.so and libjnopus.so shared libraries for FreeBSD under FreeBSD. More... almost 12 years ago
Prevents the two-channel opus format from bumping MAX_AUDIO_CHANNELS to 2. More... almost 12 years ago
Removes stereo formats from the opus encoder's supported input formats, because problems were observed when they were used (and we don't yet support stereo decoding anyway). More... almost 12 years ago
Increases the default priority of SILK, making it prefered over G722. More... almost 12 years ago
Fixed folder name in src package. More... almost 12 years ago
Use 2 channels for the OPUS_RTP format (the payload-rtp-opus draft requires opus to be advertised with 2 channels) More... almost 12 years ago
Fixes an issue with notification sounds which could prevent their entire or partial playback. More... almost 12 years ago
Undoes the previous commit's effects for RTCP. That is, allows all RTCP packets (regardless of their associated MediaStream's direction) to pass through RTPTranslatorImpl More... almost 12 years ago
Allows to freely change the direction of a MediaStream without a device, by assuming a default device direction of SENDRECV. More... almost 12 years ago
Makes RTPTranslatorImpl honour the directions of the MediaStream-s for which it forwards packets. That is, makes it ignore packets received on MediaStream-s which do not allow receiving, and doesn't send packets on MediaStream-s which don't allow sending. More... almost 12 years ago
Fixes aspect ratio-related issues in desktop (and webcam) streaming. More... almost 12 years ago
Add a classification for persistent files More... almost 12 years ago
Addresses issues with hotplugging and playback device selections during calls in the Windows Audio Session API (WASAPI) integration when acoustic echo cancellation (AEC) is enabled. More... almost 12 years ago
Fixes a typo. More... almost 12 years ago
Fixes warnings. More... almost 12 years ago
Handles hotplugging and playback device selections during calls in the Windows Audio Session API (WASAPI) integration when acoustic echo cancellation (AEC) is enabled. More... almost 12 years ago
Implements acoustic echo cancellation (AEC) in the integration of Windows Audio Session API (WASAPI) using the Voice Capture DSP in source (as opposed to filter) mode. More... almost 12 years ago