- Feb 25, 2013
-
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
- Feb 23, 2013
-
-
Boris Grozev authored
Removes attempts to register the speex JavaEncoder and JavaDecorer classes, since they are exluded in the default libjitsi build, and trying to register them raises exceptions.
-
- 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 05, 2013
-
-
Damian Minkov authored
-
- Feb 04, 2013
-
-
Damian Minkov authored
-
- Feb 02, 2013
-
-
Lyubomir Marinov authored
-
- Jan 30, 2013
-
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Boris Grozev 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
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
-