aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/neomedia
Commit message (Expand)AuthorAgeFilesLines
* - Fixes call recording-related issues reported off-list by Emil Ivov.Lyubomir Marinov2010-09-104-140/+174
* Fix mute and holding one2one call and local sound levels. Damian Minkov2010-09-102-25/+74
* ZRTP support for XMPP.Sebastien Vincent2010-09-094-8/+22
* - Supports more call recording formats.Lyubomir Marinov2010-09-0928-46/+512
* Use camera to grab avatar image.Damian Minkov2010-09-082-213/+298
* Fix some javadoc warnings, typos and 80 lines cut.Sebastien Vincent2010-09-068-47/+92
* Clarify the use of a field to Eclipse on Mac OS X with Java 5.Lyubomir Marinov2010-09-051-2/+2
* Fixes warnings about unused imports and unnecessary casts.Lyubomir Marinov2010-09-041-1/+0
* Enhances the exception logging of the PortAudio CaptureDevice (mostly because...Lyubomir Marinov2010-09-014-13/+88
* Removes the etched borders with titles from the Security > Call tab in Tools ...Lyubomir Marinov2010-09-012-64/+72
* Fixes the issue described by Kertesz Laszlo on the dev mailing list in the th...Lyubomir Marinov2010-09-015-30/+49
* Prevents the call recorder from failing when the config service contains an u...Emil Ivov2010-08-221-12/+30
* Lists the format supported by the call Recorder into it in order to have them...Lyubomir Marinov2010-08-203-43/+74
* Fixed typeMatthieu Casanova2010-08-201-4/+3
* Tries to deal to some extent with unsupported formats in Call Recording. But ...Lyubomir Marinov2010-08-182-10/+9
* Tries to fix a "javax.media.NoDataSinkException: Cannot find a DataSink for: ...Lyubomir Marinov2010-08-173-40/+66
* Missing modified files for commit 7601.Sebastien Vincent2010-08-172-6/+11
* Fix some warnings, javadoc and 80 characters per line.Sebastien Vincent2010-08-173-126/+14
* - Add desktop streaming operation set for XMPP/Jingle;Sebastien Vincent2010-08-172-11/+21
* Works around a ClassCastException on Mac OS X in the 'Call Recording' configu...Lyubomir Marinov2010-08-171-9/+15
* Commits the patch callrec-ui.patch provided by Dmitri Melnikov on the dev mai...Lyubomir Marinov2010-08-161-21/+28
* Commits callRecording.patch and recordButton.png provided by Dmitri Melnikov ...Lyubomir Marinov2010-08-116-3/+523
* Introduces MediaStream#setConnector(StreamConnector) in order to make it poss...Lyubomir Marinov2010-08-096-87/+235
* Adds possible assignment of preferred dynamic payload types so that we could ...Emil Ivov2010-08-061-0/+40
* Intermediate bug fixing commit.Emil Ivov2010-07-291-6/+6
* Ongoing work on the jingle implementationEmil Ivov2010-07-251-0/+15
* Ongling work on jingle media negotiationEmil Ivov2010-07-251-19/+12
* Fixes a few warnings. Removes a seemingly-unnecessary field.Lyubomir Marinov2010-07-251-1/+4
* Add a new method that returns the ZRTP Hello hash as separate strings.Werner Dittmann2010-07-251-0/+15
* Increase the priority of speex wideband codecs. Fix some NPE in jabber and cl...Damian Minkov2010-07-131-2/+2
* Fixes a crash of the QTKit video CaptureDevice on Snow Leopard reported by Ya...Lyubomir Marinov2010-07-102-6/+7
* Fix audio device list problem reported by Pujan Srivastava on dev (subject: D...Yana Stamcheva2010-07-091-9/+3
* Fix audio device list problem reported by Pujan Srivastava on dev (subject: D...Yana Stamcheva2010-07-083-8/+6
* Introduce configuration form types and allow forms to be registered for the s...Yana Stamcheva2010-07-063-4/+790
* Fix some javadoc warnings.Sebastien Vincent2010-07-0628-192/+279
* Configuration window improvements including reorganizing sections, user inter...Yana Stamcheva2010-07-057-786/+184
* Each screen display has now its own capture device. Note that on Linux, multi...Sebastien Vincent2010-07-026-69/+141
* Use FFmpeg's MJPEG decoder instead of tinyjpeg.Sebastien Vincent2010-06-285-17/+65
* Attempts to fix a NullPointerException reported by Juanvi Martinez on the dev...Lyubomir Marinov2010-06-281-7/+21
* Fix possible deadlock when switching very quickly from media configuration fo...Sebastien Vincent2010-06-251-2/+3
* Fixes a couple of warnings.Lyubomir Marinov2010-06-252-3/+0
* Add support for V4L2's MJPEG and JPEG format.Sebastien Vincent2010-06-2211-59/+171
* Support audio codecs that depend on native JMF libraries only for Windows 32-...Sebastien Vincent2010-06-221-18/+26
* Add possibility to initiate directly videocall and desktop streaming session ...Sebastien Vincent2010-06-213-20/+96
* Fix NPE when there is no audio capture deviceMatthieu Casanova2010-06-211-1/+6
* fixed a few typo and fixed some brace placementMatthieu Casanova2010-06-211-22/+42
* Tries to fix the playback of the notification sounds with PortAudio on device...Lyubomir Marinov2010-06-202-7/+88
* Use native audio format settings to avoid resampling inside audio subsystem.Werner Dittmann2010-06-201-26/+24
* Enhance GatherEntropy to use Javasound and PortAudio input.Werner Dittmann2010-06-191-54/+95
* Compare JMF formats instead of MediaFormats. Create VideoMediaFormatImpl with...Sebastien Vincent2010-06-184-15/+38