aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implements Speex encoder, decoder and resampler using the native Speex librar...Lyubomir Marinov2010-06-143-0/+488
* Use /MT option when compiling with Microsoft Visual C++, otherwise JNI librar...Sebastien Vincent2010-06-041-0/+3
* Fix a bug in DirectShow when changing webcam resolution and add I420 format s...Sebastien Vincent2010-06-034-5/+17
* Add ant script to build JNI libraries. Note that external libraries such as f...Sebastien Vincent2010-05-281-0/+586
* (1) Prevents an allocation of larger-than-necessary memory in SwScaler. (2) M...Lyubomir Marinov2010-05-255-169/+105
* Update ffmpeg/x264 which provide amongs the other periodic intra refresh feat...Sebastien Vincent2010-05-255-37/+108
* Fixes a problem in the native VideoRenderer on Linux which made it look as if...Lyubomir Marinov2010-05-231-4/+223
* Fix memory leak in Windows's jawtrenderer.Sebastien Vincent2010-05-212-6/+11
* Remove d3dx9_xx.dll dependency and use instead D3DXLoadSurfaceFromMemory func...Sebastien Vincent2010-05-204-3/+359
* Remove "visibility hidden" patch for ffmpeg/libswcale/x264 since adding -Wl,-...Sebastien Vincent2010-05-204-234/+1
* Add support for YUY2, UYVY and NV12 format for native DirectShow devices.Sebastien Vincent2010-05-198-91/+381
* Commits an initial version of a native VideoRenderer i.e. JAWTRenderer on Lin...Lyubomir Marinov2010-05-183-2/+426
* Add instructions to build jdirectshow.dll.Sebastien Vincent2010-05-182-4/+32
* Add native implementation of DirectShow capture devices on Microsoft Windows ...Sebastien Vincent2010-05-1819-2/+1791
* Attempts to support YUYV in the Video for Linux Two API Specification Capture...Lyubomir Marinov2010-05-162-22/+22
* Implements a video CaptureDevice on Linux using the Video for Linux Two API S...Lyubomir Marinov2010-05-163-0/+743
* Adds license headers to source files in src/native/.Lyubomir Marinov2010-05-1535-0/+239
* Fixes the locking of the UI upon resizing with the native VideoRenderer on Ma...Lyubomir Marinov2010-05-101-42/+23
* Attempts to make the native VideoRenderer (i.e. JAWTRenderer) on Mac OS X mor...Lyubomir Marinov2010-05-091-119/+267
* Fixes the native VideoRenderer on Mac OS X so that the video is visible in fu...Lyubomir Marinov2010-05-051-406/+152
* Reinit Direct3D device when window's handle change. Add include and lib path ...Sebastien Vincent2010-05-042-6/+7
* Ongoing work on native Windows renderer.Sebastien Vincent2010-05-0210-0/+781
* Modifies the native VideoRender on Mac OS X (which is still not being enabled...Lyubomir Marinov2010-05-014-145/+303
* Commits work in progress on a native Mac OS X VideoRenderer before I totally ...Lyubomir Marinov2010-04-291-0/+384
* Represents work in progress on the subject of creating native VideoRenderer. ...Lyubomir Marinov2010-04-293-0/+147
* ;Lyubomir Marinov2010-04-291-1/+1
* Passes desktop captured images to scaler/colorspace converter as native memory.Sebastien Vincent2010-04-272-5/+53
* - Add changelogs to debian package. Damian Minkov2010-04-222-0/+44