Commit Graph

553 Commits (94de38fa658624591ff4e2a33986a2af7424b5fc)

Author SHA1 Message Date
Lyubomir Marinov 48200f250c 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.
14 years ago
Lyubomir Marinov 02acd44641 Commits work in progress on utilizing Android's native hardware (and software) decoding (and encoding) via MediaCodec.
14 years ago
Lyubomir Marinov 86678039d0 Fixes the merging of one-to-one calls into conference calls.
14 years ago
Lyubomir Marinov 255c256603 Prevents copying of the encoded video data in the H.263 and H.264 encoders.
14 years ago
Lyubomir Marinov 4dbd2ba0b5 Fixes the color space conversion on all supported operating systems (including Android).
14 years ago
Boris Grozev be26a580f3 Fixes a regression in the VP8 encoder
14 years ago
Boris Grozev 1472dc8cc2 Updates FMJ to r16 (adds additional logs)
14 years ago
Boris Grozev 343b565ee5 Adds default sizes to the VP8 encoder.
14 years ago
Lyubomir Marinov 498c3c721e 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.
14 years ago
Lyubomir Marinov aa24592ef6 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).
14 years ago
Lyubomir Marinov bd8aca051b Updates FMJ to r15: Removes a NullPointerException which is said to have been placed for the purposes of JMF compatibility but is inappropriate anyway.
14 years ago
Lyubomir Marinov b030fd5330 Fixes VideoFormat size discrepancies.
14 years ago
Vincent Lucas 1df0451fd6 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.).
14 years ago
Vincent Lucas 1008197f87 Updates audio device selection: selected device is now put on top of the device list, instead of on top of the active device list.
14 years ago
Boris Grozev ed519ffebb Updates libjitsi.jar with a clean one, as the one committed in r10347 is broken
14 years ago
Boris Grozev 414927d138 Sets error resilient flags on the VP8 encoder (and fixes typos).
14 years ago
Boris Grozev 73b7df17af 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
14 years ago
Damian Minkov e8bf8578c1 Adds option to change h264 encoder presets.
14 years ago
Lyubomir Marinov cd2a006b80 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.
14 years ago
Lyubomir Marinov 065953712f Refactors AVFrame, ByteBuffer and ByteBufferPool. Prepare to invoke FFmpeg's avcodec_free_frame(AVFrame **) which is the new way to free AVFrames.
14 years ago
Ingo Bauersachs 04a0a71627 Update Apache httpcore and httpclient to 4.2.3
14 years ago
Lyubomir Marinov 5cd26f3ec9 Restores black background in video calls (which got recently broken/removed).
14 years ago
Lyubomir Marinov acca18280a 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.
14 years ago
Damian Minkov 37ce78db4a Updates jna library to use original file structure, skipping duplicate binaries (keeping the same version 3.2.7). Adds a missing file from previous commit.
14 years ago
Damian Minkov d9da9e376a Updates jna library to use original file structure, skipping duplicate binaries (keeping the same version 3.2.7).
14 years ago
Emil Ivov 98f8286b3d Replaces use of MediaFormat.equals() with MediaFormat.matches() so that audio format parameters would not make audio formats distinctive. Updates libjitsi to r10270.
14 years ago
Boris Grozev fe9819a395 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.
14 years ago
Damian Minkov 7d8e6cc75d Fixes sending pubsub events for empty item (XEP-0060 allows no elements on second level of nodes).
14 years ago
Vincent Lucas 6f5544b03a Creates a dedicated thread for changing on-going call volume. Uses the system volume to update the volume slider when the slider becomes visible.
14 years ago
Lyubomir Marinov 7c06bcf4f8 Works on fixing issues with Jitsi VideoBridge telephony conferencing.
14 years ago
Ingo Bauersachs 0bea2e337d Update libjitsi after SRTP changes
14 years ago
Vincent Lucas 6cb105c295 Corrects the property name org.jitsi.impl.neomadia.device.disableUsbDeviceAutoSelection to org.jitsi.impl.neomedia.device.disableUsbDeviceAutoSelection.
14 years ago
Vincent Lucas 8f1459fcf7 Corrects PortAudio not running on Linux: checks if CoreAudio is supported for the current system.
14 years ago
Vincent Lucas d402b6d4e4 Removes duplicate hardware volume control code.
14 years ago
Lyubomir Marinov 3b028ec12c Displays a pop-up notification about the removal of an audio device only if it used to be the active/selected one.
14 years ago
Vincent Lucas d920f487cd 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).
14 years ago
Vincent Lucas 16f9b32675 Activates the use of model identifier for audio device.
14 years ago
Vincent Lucas 3e4961ffd5 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.
14 years ago
Vincent Lucas 73687810cd Enables the media configuration dialog to listen to audio system and device changes even if the audio system combo box is disabled (via the AUDIO_SYSTEM_DISABLED_PROP portperty).
14 years ago
Lyubomir Marinov 0a45fefae1 Attempts to handle timeouts in Pa_CloseStream more gracefully.
14 years ago
Vincent Lucas 356e721b20 Reverts commits 10201 and 10202: Adds a net.java.sip.communicator.impl.neomedia.device.hideDevicelessAudioSystems property (default=true) to give the possibility to show deviceless audio systems (if this property is set to false in the configuration).
14 years ago
Lyubomir Marinov ef8cbfd09b Optimizes r10201.
14 years ago
Vincent Lucas 60877fb959 Adds a net.java.sip.communicator.impl.neomedia.device.hideDevicelessAudioSystems property (default=true) to give the possibility to show deviceless audio systems (if this property is set to false in the configuration).
14 years ago
Lyubomir Marinov a6b37dc503 Commits the binaries of a refining of the automatic audio device selection to pick up devices from the same hardware.
14 years ago
Vincent Lucas c9aa6de964 Enables audio system changes during on-going calls.
14 years ago
Boris Grozev d13543fe2b Updates FMJ to r14. Fixes calls dropping when RTP sequence numbers wrap and enables the adaptive jitter buffer by default
14 years ago
Boris Grozev 502305c1de Updates FMJ to r13 (fixes jitter buffer delay computations for some codecs). Fixes an exception in MediaStreamStatsImpl (introduced in r10183).
14 years ago
Vincent Lucas 40798eafc4 First part of automatic audio system change: only if the "none" audio system is currently selected and another audio sytem becomes available (a new device has been detected).
14 years ago
Boris Grozev a45f6edbb1 Updates FMJ and FMJ sources to r12 (which includes a minor change in the way late RTP audio packets are handled)
14 years ago
Boris Grozev c8b1aff23f Updates FMJ to r11. This revision uses an adaptive jitter buffer (for audio streams), which changes size according to the number of packets arriving too late. Passes the net.java.sip.communicator.impl.neomedia.adaptive_jitter_buffer.* properties to the FMJ Registry. Changes the mechanism through which the number of discarded packets is obtained in MediaStreamStatsImpl, now using a FMJ controls. Shows more information about discarded packets and the adaptive jitter buffer in the "call info" window.
14 years ago
Vincent Lucas 711bdfde08 Corrects invalid read access from the MacOsX/Windows libjitsi coreaudio library when creating or receiving a call without any microphone connected.
14 years ago
Lyubomir Marinov 80860c7761 Fixes issues with Jitsi VideoBridge conferencing.
14 years ago
Vincent Lucas 976ee608a0 Activates update for reloadable audio systems in order to activate them if the number of devices changes from 0 to something greater.
14 years ago
Lyubomir Marinov ab0e5691ff Modifies automatic audio device selection to attempt to pick up capture and playback/notify from the same hardware. Fixes warnings. Adds javadocs.
14 years ago
Vincent Lucas c4a0b3c6cb Changes sequence of audio configuration modification events in order to aggregate pop-up notification events.
14 years ago
Vincent Lucas de80427e32 Adds the device name and its state (connected or disconnected) for the "Device configuration has changed" pop-up notification. Adds a "New selected device" pop-up notification when the selected audio device has changed (for audio in, audio out and notifications).
14 years ago
Lyubomir Marinov b5bbadd2bc Addresses a media- and UI-related freeze.
14 years ago
Damian Minkov d8f7fa47cf Changes needed for android merge. Exposing several bundle contexts. Some public constants. Changes in sound notifications to use String as resource uri, and obtaining resource input stream and stream format info from AudioSystem, so it can be overridden in different implementations.
14 years ago
Vincent Lucas 769193bd2b Corrects UnsatisfiedLinkError when trying to load nonexistent Windows or MacOSX CoreAudio library. Initializes microphone volume based on system value for MacOSX and Windows Vista/7/8.
14 years ago
Vincent Lucas 52b3c0dab6 Activates microphone sensibility modification via Windows CoreAudio (64bits version only for Vista/7/8).
14 years ago
Vincent Lucas c58d7a62cb Modifies path hierarchy for MacOsX CoreAudio JNI and library.
14 years ago
Lyubomir Marinov 31093c6dae Shortens the time it takes the PortAudio integration on Windows/WMME to react to the detection that an audio device has been unplugging.
14 years ago
Lyubomir Marinov 9f0e0f8c70 Fixes a NullPointerException in MediaAwareCallConference reported by Emil Ivov.
14 years ago
Lyubomir Marinov bf1ccdf3dd Fixes freezes in Pa_ReadStream, Pa_StopStream and Pa_WriteStream and incorrect causes of paInvalidChannelCount errors in PortAudio on Windows/WMME. Mitigates an issue with hightened CPU usage (on all supported operating systems) related to hotplug.
14 years ago
Boris Grozev ac9a2a2d42 Fixes a problem with RTP timestamps not being properly computed for Opus.
14 years ago
Lyubomir Marinov 3294ef4ba3 Allows the telephony conferences utilizing the Jitsi VideoBridge server-side technology to associate an RTP stream with the participant who is contributing it. Fixes multiple NullPointerExceptions in MediaStreamStatsImpl and OneToOneCallPeerPanel. Fixes an ArrayIndexOutOfBoundsException in AccountID.
14 years ago
Boris Grozev ff1ccec26c Updates fmj to revision 10, which properly handles RTP audio packets arriving too late (by dropping them)
14 years ago
Boris Grozev 172b5e819d Changes the default priority of Opus in the configuration, it's now on top. Removes the DVI4 codec formats, since they are not supported.
14 years ago
Boris Grozev ff5d04e940 Refactors the way specific Codec instances are accessed in MediaStreamImpl. Passes "format parameters" received via SDP/Jingle to codecs, which can handle them (Opus).
14 years ago
Lyubomir Marinov fff370944f - Commits work in progress on adding javadocs. Reported by Yana Stamcheva.
14 years ago
Vincent Lucas 6594b1de5d Adds microphone hardware amplification for MacOSX via CoreAudio.
14 years ago
Damian Minkov 4f3d81f0cc Replaces json lib.
14 years ago
Lyubomir Marinov 84e41e693a Fixes an IllegalArgumentException in the constructor of PortAudioException (on the Java side).
14 years ago
Boris Grozev 3feb65da3c Temporary fix for the issues with a NotRealizedError exception being thrown, and the camera being turned on in audio-only calls.
14 years ago
Lyubomir Marinov 5806d63146 Updates FFmpeg to vanilla 1.0, x264 to snapshot-20120928-2245-stable, lame to 3.99.5.
14 years ago
Lyubomir Marinov de766a7ede Fixes a failure to start the audio capture in calls until the Audio Preferences are opened.
14 years ago
Lyubomir Marinov 6aab373dd6 - Fixes a crash in Pa_StopStream. - Makes the switching of the audio device while in a call more thorough and resilient.
14 years ago
Lyubomir Marinov b1a7aac2d5 - Fixes multiple crashes in PortAudio.
14 years ago
Boris Grozev cc2664234f Enables FEC for Opus.
14 years ago
Boris Grozev 1e7e76e755 Adds an Opus configuration form and changes the default Opus settings. Updates the Opus JNI binaries. Notifies encoders that implement PacketLossAwareEncoder (Opus and SILK) of packet loss information received via RTCP.
14 years ago
Lyubomir Marinov afb27d05c3 - Prevents a NullPointerException in ice4j's Connector#stop() which appears quite often with unknown side effects.
14 years ago
Damian Minkov f00ac9fb21 Fixes build. Updates libjitsi to latest version.
14 years ago
Damian Minkov 3b3ff4a92f Adds hotplug to portaudio wmme host api, also fixes a NPE that can prevent device change updates.
14 years ago
Lyubomir Marinov 4ebbbcc979 Fixes a discrepancy/inaccuracy in the RTP buffer length and minimum threshold of FMJ which leaves it vularable to even the tinies hiccups of the network. Rebuilds FMJ and libjitsi with debug information such as line numbers.
14 years ago
Damian Minkov 355a78b993 Adds native error codes and messages to PortAudioException when available and print them.
14 years ago
Emil Ivov 703971dd36 Commits a patch from Tom Denham that handles the case where telephone-event is the only common payload type during an SDP negotiation. Refactors the DTMF OperationSets to use the neomedia Constants from its service package. Whoever imported Constants from an impl paa~ckage will be cleaning the floor for a week ;)
14 years ago
Vincent Lucas 612c97694c Updates library jni portaudio for Linux-64.
14 years ago
Boris Grozev 88772e6283 Updates FMJ to r5 from the sourceforge SVN repository. This version uses a java.util.logging.Logger to log, and logs detailed statistics from the RTPSourceStream class. Changes MediaServiceImpl to always enable FMJ logging.
14 years ago
Vincent Lucas 59b514e323 Improves device selection via portaudio for MacOSX (hostapi coreaudio): adds the possibility to get the device transport type (USB, bluetooth, etc.) and an unique identifier. Corrects problems when: loading the same device twice (for the moment only for the same hostapi), a new plugged device is selected during a call or if the selected device is unchanged.
14 years ago
Boris Grozev 34b1e043bb Refactors EncodingConfiguration to avoid it importing impl packages.
14 years ago
Lyubomir Marinov 044fdfa583 Maybe fixes a failure to interrupt audio notifications before they finish playing.
14 years ago
Damian Minkov 17a30bdffd Allows the remote party to override payload type for the media we send to it. Payload types are no more overridden locally, and remote settings are used only for the media we sent to the that participant.
14 years ago
Lyubomir Marinov f20774433d Fixes exceptions, a memory leak due to incomplete code.
14 years ago
Damian Minkov 4a45de57f6 Handles payload type change event in receive streams.
14 years ago
Boris Grozev 0e62b4b8cb Fixes a bug with the number of discarded packets not being logged correctly.
14 years ago
Lyubomir Marinov 5874178227 Renames a couple of methods upon request by Emil Ivov. Fixes an endless loop on hangup. Commits work in progress on sound notifications.
14 years ago
Lyubomir Marinov 98fef59119 Works on preventing sound notifications from playing forever.
14 years ago
Damian Minkov a754cc94e0 Fixes double playing of audio notification if notification and playback device are the same.
14 years ago
Lyubomir Marinov 69dd878775 Fixes an incorrect display of video which would not respect its aspect ratio.
14 years ago
Lyubomir Marinov 055882473a Commits work in progress on refactorying the call-related user interface for the purposes of audio and video telephony conferencing over single or multiple protocols and Jitsi VideoBridge.
14 years ago