- Feb 22, 2013
-
-
Lyubomir Marinov authored
Fixes the display of the remote video in a call which could appear as a single pixel (on Windows at least).
-
- Feb 21, 2013
-
-
Lyubomir Marinov authored
Improves the hotplug response times on Windows which may be noticeably prolonged due to thread scheduling in cases of Windows Multimedia reporting lack of a device driver.
-
- Feb 14, 2013
-
-
Lyubomir Marinov authored
Fixes inconsistent synchronization in RTPSourceStream which could lead to unexpected behavior. Enables debug output in the PortAudio binaries on Windows. Makes sure that failures to load the JNI counterparts of CoreAudioDevice will not break PortAudio and the software volume control. Fixes warnings.
-
- Feb 08, 2013
-
-
Lyubomir Marinov authored
-
- Feb 06, 2013
-
-
Lyubomir Marinov authored
Commits work in progress on utilizing Android's native hardware (and software) decoding (and encoding) via MediaCodec.
-
- Feb 02, 2013
-
-
Lyubomir Marinov authored
-
- Jan 30, 2013
-
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Boris Grozev authored
-
Boris Grozev authored
-
- Jan 29, 2013
-
-
Lyubomir Marinov authored
Fixs a NullPointerException in the H.264 encoder which could prevent the building of a flow graph (e.g. Android). Does not attempt to enable RTCP feedback for H.264 video on Android because that does not have a way of working there.
-
Lyubomir Marinov authored
Does not allow the FMJ encoder and decoder classes of Opus to register with FMJ/the application unless the jnopus JNI library is loaded and appears functional. Otherwise, the Opus codec will be considered supported and advertised as such while the JNI library may not be available at all (e.g. Android).
-
Lyubomir Marinov authored
-
- Jan 28, 2013
-
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Vincent Lucas authored
Uses device UID or name (instead of index) for PortAudio CaptureDeviceInfo locator. This fixes the problem of starting/stopping the wrong device after an update of the device list (i.e. a device has been dis/connected.).
-
Lyubomir Marinov authored
-
Vincent Lucas authored
Updates audio device selection: selected device is now put on top of the device list, instead of on top of the active device list.
-
- Jan 26, 2013
-
-
Boris Grozev authored
-
- Jan 25, 2013
-
-
Boris Grozev authored
Fixes a problem with the VP8 Packetizer sometimes not sending the last chunk of a packet correctly. Changes the VP8 encoder and decoder used to the ones based on libvpx. Updates libjitsi.jar
-
Boris Grozev authored
Adds a JNI interface to libvpx via the org.jitsi.impl.neomedia.codec.video.VPX class. Adds a VP8 encoder and decoder based on that interface.
-
Damian Minkov authored
-
Lyubomir Marinov authored
Commits work on progress. Prepares to keep video frame memory entirely in the native, non-Java heap.
-
- Jan 24, 2013
-
-
Lyubomir Marinov authored
Re-enables Periodic Intra Refresh in the H.264 encoder which was (relatively) recently disabled during updates to the FFmpeg and x264 libraries. Contributed by Benoît Laniel.
-
- Jan 23, 2013
-
-
Lyubomir Marinov authored
Refactors AVFrame, ByteBuffer and ByteBufferPool. Prepare to invoke FFmpeg's avcodec_free_frame(AVFrame **) which is the new way to free AVFrames.
-
- Jan 15, 2013
-
-
Lyubomir Marinov authored
Fixes an issue of overlapping videos which could cause the local video in a call to be displayed bellow the remote video. Works on remedying issues with telephony conferences utilizing the Jitsi VideoBridge server-side technology.
-
Emil Ivov authored
-
- Jan 14, 2013
-
-
Boris Grozev authored
Adds support to encode and decode VP8. Note that a vp8 encoder and decoder need to be build into the jnffmpeg library in order for this to work, and prebuild binaries aren't ready yet.
-
- Jan 10, 2013
-
-
Vincent Lucas authored
Creates a dedicated thread for changing on-going call volume. Uses the system volume to update the volume slider when the slider becomes visible.
-
- Jan 07, 2013
-
-
Lyubomir Marinov authored
-
- Jan 03, 2013
-
-
Ingo Bauersachs authored
-
Ingo Bauersachs authored
-
- Jan 02, 2013
-
-
Vincent Lucas authored
Corrects the property name org.jitsi.impl.neomadia.device.disableUsbDeviceAutoSelection to org.jitsi.impl.neomedia.device.disableUsbDeviceAutoSelection.
-
- Dec 24, 2012
-
-
Vincent Lucas authored
-
Vincent Lucas authored
-
- Dec 21, 2012
-
-
Lyubomir Marinov authored
Displays a pop-up notification about the removal of an audio device only if it used to be the active/selected one.
-
Vincent Lucas authored
Creates a property named org.jitsi.impl.neomadia.device.disableUsbDeviceAutoSelection in order to disable the automatic selection of USB audio devices (if set to true).
-
Vincent Lucas authored
-