aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
Commit message (Expand)AuthorAgeFilesLines
* Fixes the Makefile for the JNI binary of the support for the Address Book of ...Lyubomir Marinov2011-01-081-1/+1
* Fixes the Makefile for the JNI binary of the support for the Address Book of ...Lyubomir Marinov2011-01-084-7/+7
* Displays images for the contacts fetched from the Address Book of Mac OS X.Lyubomir Marinov2011-01-072-157/+196
* Displays kABOrganizationProperty as the displayName of SourceContact for comp...Lyubomir Marinov2011-01-072-0/+40
* Activates an initial implementation of the support for the Address Book of Ma...Lyubomir Marinov2011-01-076-39/+233
* Searches through more properties of the Microsoft Outlook contacts.Lyubomir Marinov2011-01-061-0/+1
* Commits work in progress on adding support for the Address Book of Mac OS X.Lyubomir Marinov2011-01-058-1/+225
* Commits work in progress on adding support for the Address Book of Mac OS X.Lyubomir Marinov2011-01-0412-113/+113
* Provides an initial implementation of searching in the Address Book of Micros...Lyubomir Marinov2010-12-246-9/+523
* Commits work in progress on adding support for the Address Book of Microsoft ...Lyubomir Marinov2010-12-216-5/+90
* Fixes a variable reference in the Makefile of the binary counterpart of the P...Lyubomir Marinov2010-12-211-1/+1
* Commits work in progress on adding support for the Address Book of Microsoft ...Lyubomir Marinov2010-12-214-0/+81
* Rebuilds the Mac OS X counterpart of the PortAudio support with 10.4 compatib...Lyubomir Marinov2010-12-171-2/+2
* Removed the implementation of a deprecated function from the native counterpa...Lyubomir Marinov2010-12-082-22/+0
* Commits a Makefile for the PortAudio support binaries that works on Linux, Ma...Lyubomir Marinov2010-12-074-83/+69
* Takes another try at echo cancellation, uses a circular buffer to improve the...Lyubomir Marinov2010-12-067-1381/+452
* Tunes the implementation of the blocking PortAudio stream interface op top of...Lyubomir Marinov2010-12-032-95/+105
* Implements the blocking PortAudio stream interface on top the non-blocking Po...Lyubomir Marinov2010-11-295-180/+898
* Tries to improve the echo cancellation by reducing the effects of reverberation.Lyubomir Marinov2010-11-193-3/+84
* Commits work in progress on improving echo cancellation.Attempts to shorten t...Lyubomir Marinov2010-11-193-75/+100
* Commits work in progress on improving echo cancellation.Lyubomir Marinov2010-11-183-92/+100
* Commits work in progress on improving echo cancellation. Attempts to better t...Lyubomir Marinov2010-11-173-61/+226
* Changes the filter length of the Speex echo canceller to 200 ms. Adds javadoc...Lyubomir Marinov2010-11-172-266/+196
* Use size of the video stream in VideoEffect's native code rather than hardcod...Sebastien Vincent2010-11-154-10/+12
* Removes the PortAudioManager class because its name is too generic, spreads i...Lyubomir Marinov2010-11-122-9/+1
* Horizontal flip of the video in configuration form (mirror effect). Updates f...Sebastien Vincent2010-11-0810-133/+581
* Reimplements the G.722 audio codec support.Lyubomir Marinov2010-11-0315-1624/+2021
* Add H263+ video codec.Sebastien Vincent2010-10-292-1/+32
* Add g722 JNI libraries for Freebsd (32-bit and 64-bit) and Windows (32-bit an...Sebastien Vincent2010-10-211-0/+50
* Adds support for the G.722 audio codec.Lyubomir Marinov2010-10-219-0/+1789
* Use install_name_tool directly in Makefile to change library path in libspark...Sebastien Vincent2010-10-061-0/+1
* Fix libsparkle_init.dylib of commit 7779 (@loader_path -> @executable_path) a...Sebastien Vincent2010-10-052-10/+22
* Rollback part of commit 7779 because Sparkle is not loaded properly.Sebastien Vincent2010-10-052-22/+10
* If an update link is provided by provisioning configuration, use it instead o...Sebastien Vincent2010-10-042-10/+22
* Fixes warnings, TODOs, javadocs, formatting.Lyubomir Marinov2010-10-041-1/+0
* Desktop sharing support for SIP and XMPP. Note that GUI is not ready yet to p...Sebastien Vincent2010-09-287-0/+743
* Add getHardwareAddress to the NetworkAddress service that wraps NetworkInterf...Sebastien Vincent2010-09-226-0/+390
* Fixing build.Damian Minkov2010-09-091-2/+2
* - Supports more call recording formats.Lyubomir Marinov2010-09-095-331/+441
* Fixes a crash of the QTKit video CaptureDevice on Snow Leopard reported by Ya...Lyubomir Marinov2010-07-101-0/+2
* Fixes a crash of the QTKit video CaptureDevice on Snow Leopard reported by Ya...Lyubomir Marinov2010-07-103-4/+9
* Each screen display has now its own capture device. Note that on Linux, multi...Sebastien Vincent2010-07-023-30/+125
* Use FFmpeg's MJPEG decoder instead of tinyjpeg.Sebastien Vincent2010-06-289-2706/+33
* Add support for V4L2's MJPEG and JPEG format.Sebastien Vincent2010-06-226-1/+2755
* Add jspeex native library target.Sebastien Vincent2010-06-221-0/+71
* Fix race condition with jportaudio on Windows.Sebastien Vincent2010-06-201-10/+1
* Use Windows CRITICAL_SECTION instead of using pthread and fix a possible cras...Sebastien Vincent2010-06-184-25/+99
* Update jportaudio.dll for Windows 32-bit and 64-bit.Sebastien Vincent2010-06-181-22/+41
* In response to a report by Werner Dittmann on the dev mailing list in the thr...Lyubomir Marinov2010-06-182-7/+17
* (1) Tries to convert PortAudio to support wideband. (2) Fixes a failure of th...Lyubomir Marinov2010-06-157-691/+1057