aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/neomedia/jmfext
Commit message (Expand)AuthorAgeFilesLines
* Tries to fix an ArrayStoreException in MutePushBufferDataSource reported by S...Lyubomir Marinov2011-05-043-9/+11
* Introduces AbstractBufferCaptureDevice and AbstractBufferStream to eliminate ...Lyubomir Marinov2011-05-0412-1254/+1245
* Fixes source code formatting.Lyubomir Marinov2011-04-152-25/+24
* Fix some javadocs and warnings.Sebastien Vincent2011-04-051-30/+42
* Eliminates duplicate code and thus uses the same logic for increasing/decreas...Lyubomir Marinov2011-03-292-71/+9
* Assigns the range from 0% to 200% to the playback volume scale in the call di...Lyubomir Marinov2011-03-291-6/+5
* Clips the audio signal instead of wrapping it when increasing the volume.Lyubomir Marinov2011-03-281-27/+52
* Fixes mouse drag- and click-related issues in the JAWTRenderer on Mac OS X re...Lyubomir Marinov2011-03-251-16/+58
* Fixes overlapping issues with the JAWTRenderer on Mac OS X.Lyubomir Marinov2011-03-251-1/+83
* Commits work in progress on fixing overlapping issues with the JAWTRenderer o...Lyubomir Marinov2011-03-241-3/+375
* Fixes a layout and painting issue (seen on Mac OS X) which may lead to toggle...Lyubomir Marinov2011-03-241-2/+10
* Commits work in progress on fixing overlapping issues with the JAWTRenderer o...Lyubomir Marinov2011-03-231-13/+0
* Commits work in progress on fixing overlapping issues with the JAWTRenderer o...Lyubomir Marinov2011-03-221-1/+1
* Commits work in progress on fixing overlapping issues with the JAWTRenderer o...Lyubomir Marinov2011-03-221-29/+63
* Commits work in progress on fixing overlapping issues with the JAWTRenderer o...Lyubomir Marinov2011-03-221-78/+531
* Adds/fixes comments and javadocs.Lyubomir Marinov2011-03-191-2/+8
* Additionnal logs in directshow DataSource.Sebastien Vincent2011-03-112-3/+16
* Set the minimum size for the LDAP configuration form. In some cases video cal...Sebastien Vincent2011-03-101-0/+5
* Handle case when video capture device or monitors are removed while Jitsi is ...Sebastien Vincent2011-02-232-1/+7
* When using partial desktop streaming, allow to switch from initial screen to ...Sebastien Vincent2011-02-211-2/+4
* Add initial backend implementation to create and move part of desktop streami...Sebastien Vincent2011-02-173-5/+84
* Cosmetic changes.Sebastien Vincent2011-02-032-2/+1
* Attempt to fix random crash that happen with the Windows native renderer and ...Sebastien Vincent2011-01-111-2/+6
* Introduce possibility to control capture volume from the GUI through media se...Damian Minkov2010-12-172-1/+37
* Opens the PortAudio streams with a valid framesPerBuffer value in order to ma...Lyubomir Marinov2010-11-293-12/+11
* Volume control implementation for media service.Damian Minkov2010-11-151-0/+58
* Removes the PortAudioManager class because its name is too generic, spreads i...Lyubomir Marinov2010-11-122-7/+12
* Fixes warnings and javadocs.Sebastien Vincent2010-10-041-0/+8
* Add javadoc, fix warnings and typos.Sebastien Vincent2010-09-114-6/+14
* - Supports more call recording formats.Lyubomir Marinov2010-09-096-1/+6
* Enhances the exception logging of the PortAudio CaptureDevice (mostly because...Lyubomir Marinov2010-09-013-12/+87
* Fixes a crash of the QTKit video CaptureDevice on Snow Leopard reported by Ya...Lyubomir Marinov2010-07-101-1/+1
* Fix some javadoc warnings.Sebastien Vincent2010-07-066-15/+22
* Each screen display has now its own capture device. Note that on Linux, multi...Sebastien Vincent2010-07-022-45/+37
* Use FFmpeg's MJPEG decoder instead of tinyjpeg.Sebastien Vincent2010-06-283-16/+57
* 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-251-1/+0
* Add support for V4L2's MJPEG and JPEG format.Sebastien Vincent2010-06-226-45/+128
* Tries to fix the playback of the notification sounds with PortAudio on device...Lyubomir Marinov2010-06-201-1/+10
* In response to a report by Werner Dittmann on the dev mailing list in the thr...Lyubomir Marinov2010-06-182-20/+144
* Fix a problem with DirectShow's DataSource when the sequence connect/disconne...Sebastien Vincent2010-06-171-2/+20
* Fixes a failure to send RTP in the format negotiated earlier.Lyubomir Marinov2010-06-161-1/+1
* Adds Javadocs.Lyubomir Marinov2010-06-162-1/+41
* Tries to port the functionality of GatherEntropy which was disabled in r7261 ...Lyubomir Marinov2010-06-152-4/+66
* (1) Tries to convert PortAudio to support wideband. (2) Fixes a failure of th...Lyubomir Marinov2010-06-154-502/+774
* Implements Speex encoder, decoder and resampler using the native Speex librar...Lyubomir Marinov2010-06-141-29/+1
* Fix problem on Windows when toggle video during a call (both SIP accounts reg...Sebastien Vincent2010-06-111-3/+15
* Fix a bug in DirectShow when changing webcam resolution and add I420 format s...Sebastien Vincent2010-06-031-1/+3
* Fix logger usage - fifth bunch.Werner Dittmann2010-06-033-6/+12
* Fixes a few warnings.Lyubomir Marinov2010-05-314-18/+1