Yana Stamcheva
ef52ece410
Introduce configuration form types and allow forms to be registered for the security section.
16 years ago
Yana Stamcheva
54722f7b01
Fixes security configuration form.
16 years ago
Sebastien Vincent
5ada14242a
Update ffmpeg JNI library with MJPEG support compiled for Linux 32-bit.
16 years ago
Yana Stamcheva
12be599dff
Fixes security configuration form.
16 years ago
Yana Stamcheva
68337df58b
Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.
16 years ago
Emil Ivov
d6f516bf9e
Adds swing to the list of smacklibdependencies so that we could display the smack debugger.
16 years ago
Emil Ivov
1ab22cc0f3
Adds smackx-debug to our smacklib to make debugging easier when necessary
16 years ago
Sebastien Vincent
53d72aa039
Each screen display has now its own capture device. Note that on Linux, multiple monitors are seen as one screen.
...
JAWTRenderer on Linux will not display image > 2048x2048 due to driver limitation (XvCreateImage), so avoid dropping image if size mismatch and show what we can.
16 years ago
Sebastien Vincent
5a799d3efe
Use FFmpeg's MJPEG decoder instead of tinyjpeg.
16 years ago
George Politis
90383ea7ce
Updates otr4j to version 122.
16 years ago
Sebastien Vincent
ad6b8c79c4
Add support for V4L2's MJPEG and JPEG format.
16 years ago
Sebastien Vincent
064b2418f9
Fix race condition with jportaudio on Windows.
16 years ago
Sebastien Vincent
806ba9033d
Update jportaudio JNI for FreeBSD (32-bit and 64-bit).
16 years ago
Sebastien Vincent
6eccb76715
Update jportaudio for Mac OS X.
16 years ago
Sebastien Vincent
36d28a4d65
Update jportaudio JNI (without pthread dependeny) and jdirectshow JNI.
16 years ago
Damian Minkov
0f86e48b6a
Update linux libjportaudio.so.
16 years ago
Sebastien Vincent
0ecd322b80
Update jportaudio.dll for Windows 32-bit and 64-bit.
16 years ago
Lyubomir Marinov
71ceae7c10
(1) Tries to convert PortAudio to support wideband. (2) Fixes a failure of the JNI Speex decoder to continue decoding. (3) Fixes an integer overflow in the JNI Speex encoder.
16 years ago
Damian Minkov
e068d2451d
Linux binaries for speex and jawtrenderer.
16 years ago
Lyubomir Marinov
7e2f4132e7
Commits the binary for the JNI Speex encoder, decoder and resampler on Mac OS X and thus enables them.
16 years ago
Sebastien Vincent
3bc567d73b
Add jspeex.dll for Windows 32-bit and 64-bit.
16 years ago
Yana Stamcheva
b012e0e672
Updated version of jain-sip jars.
16 years ago
Damian Minkov
ff7092944c
Fix a bug codec preferences with equal priorities are ignored. Fix some system bundles.
16 years ago
Damian Minkov
5608f35938
Update portaudio binaries.
16 years ago
Damian Minkov
952df5193c
Update alsa hostapi in portaudio to r1508(fixed latency and buffer sizes calculation).
16 years ago
Werner Dittmann
bcb80e9e8c
Keep logging levels in sync.
...
It does not make sense to set the default logging level to FINEST
and the output levels to INFO and SEVERE. Set the default logging
level to the lowest outpit logging level, in this case "INFO".
16 years ago
Sebastien Vincent
7d41786c85
Fix a bug in DirectShow when changing webcam resolution and add I420 format support.
16 years ago
Sebastien Vincent
07e0a1195a
Add ant script to build JNI libraries. Note that external libraries such as ffmpeg, x264, portaudio and speex must be compiled before trying to compile libffmpeg or libjportaudio.
16 years ago
Sebastien Vincent
7ff79a95ef
Update ffmpeg/x264 which provide amongs the other periodic intra refresh feature (instead of a big keyframe, the keyframe is spread over many frames). It provides also resilience to packet loss.
16 years ago
Yana Stamcheva
fc724ff1e5
Remove the call history form plugin, which is now replaced with the new call history feature in the contact list.
16 years ago
Sebastien Vincent
2e52bb6444
Fix memory leak in Windows's jawtrenderer.
16 years ago
Sebastien Vincent
50fa51c7ac
Remove d3dx9_xx.dll dependency and use instead D3DXLoadSurfaceFromMemory function from the Wine project. Add updated DLL for Windows 32-bit and 64-bit.
16 years ago
Sebastien Vincent
5429058e54
Add updated jdirectshow.dll for Windows 64-bit.
16 years ago
Sebastien Vincent
dba9eba38d
Add support for YUY2, UYVY and NV12 format for native DirectShow devices.
16 years ago
Damian Minkov
06fa9e6933
Fix tests.
16 years ago
Damian Minkov
8a61d7bab3
Introduce new features in currently updated OrangeExtension and fix bouncing dock icon under Snow Leopard. Update code manipulating dock icons.
16 years ago
Sebastien Vincent
ece4ff1fed
Remove debug output from jdirectshow.dll.
16 years ago
Sebastien Vincent
435af72e18
Add native implementation of DirectShow capture devices on Microsoft Windows 32-bit and 64-bit.
16 years ago
Damian Minkov
b8ffa3bbbf
Update with latest binaries for v4l2 capture impl.
16 years ago
Damian Minkov
3553f9ad0e
Adds and activates reconnect plugin. Some fixes to protocols in order to work with the plungin (removing all tries to reconnect as they are now controlled from outside).
16 years ago
Romain Kuntz
44cf588479
Updated OrangeExtensions to version 1.0 (see http://ymasory.github.com/OrangeExtensions/ for the changelog)
16 years ago
Lyubomir Marinov
8bd683d875
Fixes the locking of the UI upon resizing with the native VideoRenderer on Mac OS X.
16 years ago
Damian Minkov
8389d8e931
Fixing jspeex lib - compile with java1.5
16 years ago
Damian Minkov
e748384b36
Fix some speex decoder issues, rtp packets can contain multiple speex frames (we were decoding only one of them).
16 years ago
Lyubomir Marinov
f06e3d7de6
Attempts to make the native VideoRenderer (i.e. JAWTRenderer) on Mac OS X more responsive by earlier painting and reaction to resize.
16 years ago
Sebastien Vincent
6007623e54
Fix crash on Windows x64 when receiving video, add native Windows video renderer for 32-bit and 64-bit.
16 years ago
Damian Minkov
1ce72b104f
- Restart Zrtp only when needed (when recreating streams and when the other side has recreated its streams).
...
- Fix losing audio when reinviting for video and different format priorities.
16 years ago
Yana Stamcheva
8b1e5ccb2f
Fix unit tests.
16 years ago
Lyubomir Marinov
c454284e43
Since neomedia at r7066 imports apple.awt, tells Felix how to find it for the unit tests as well.
16 years ago
Lyubomir Marinov
ab4284e49b
Fixes an invalid memory access in the native VideoRenderer/JAWTRenderer on Mac OS X. Thanks to Damian Minkov for discovering the cause and suggesting a possible way to fix it.
16 years ago