- Jan 30, 2013
-
-
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
Updates FMJ to r15: Removes a NullPointerException which is said to have been placed for the purposes of JMF compatibility but is inappropriate anyway.
-
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.
-
Lyubomir Marinov authored
-
- Jan 26, 2013
-
-
Boris Grozev authored
-
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
-
Boris Grozev authored
Adds a 'libvpx' target used to build the (soon to be added) jnvpx library. Reverts the instruction for building the jnffmpeg library, since libvpx won't have to be compiled into it anymore.
-
Lyubomir Marinov authored
Commits work on progress. Prepares to keep video frame memory entirely in the native, non-Java heap.
-
Lyubomir Marinov authored
-
- 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 16, 2013
-
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
- 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 09, 2013
-
-
Vincent Lucas authored
Ports Portaudio WMME device timeout system to MacOsX CoreAudio in order to avoid deadlock when a device is unplugged.
-
- 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
-
- Dec 20, 2012
-
-
Vincent Lucas authored
Adds capability for Windows to retrieve the model identifier for audio devices. But there is still some issues with using it. Thus, disables temporaly the use of model identifier.
-