Lyubomir Marinov
4cf60f6f01
- Attempts to select the frame size of the video to be streamed in calls not in the codecs but in the very calls. Codecs still need to be modified to not force their sizes.
...
- Fixes the desktop streaming to support local video display. The QTKit CaptureDevice on Mac OS X will also support it in a subsequent commit after it is tested.
16 years ago
Damian Minkov
148d13a831
Change the order of closing first the capturer than the player when closing calls.
16 years ago
Sebastien Vincent
ea4690dd5b
Fix broken download link for Apple JRE.
16 years ago
Valentin Martinet
ce65c314d5
Replaced a string title by a language resource key. Reported by linuxmichi, issue #767 .
16 years ago
Valentin Martinet
6197243edb
Fixes wrong text button reported by linuxmichi -> issue #763 (In german interface FRENCH button!)
16 years ago
Yana Stamcheva
46114dc83b
Fixes missing string resource reported by linuxmichi with issue #762 (Wrong text string...)
16 years ago
Yana Stamcheva
caa6accd1e
Temporary solution for not shown from account during a chat.
16 years ago
Sebastien Vincent
fdeefca6c5
Update SUN JRE download link.
16 years ago
Sebastien Vincent
32243b4cac
Add optimized version of jportaudio.dll for 64-bit Windows.
16 years ago
Werner Dittmann
3dc13edb5d
Some fixes for the German translation.
16 years ago
Lyubomir Marinov
32a1fc08a4
Optimizes the playback of audio when using PortAudio (i.e. the Renderer and when playing back notification sounds). The main optimization is the reduced copies of the audio samples which used to be at least 3 in the best case and now there is 1 in the best case and 3 in the worst case. On my Ubuntu Karmic desktop, I see audio interruptions being brought down from often to rare. The binaries for 32- and 64-bit Linux and 32-bit Windows are kindly prepared by Damian Minkov. There is no binary for 64-bit Windows.
16 years ago
Damian Minkov
173869a707
Catch exceptions when delivering messages. Problem with missed message on snow leopard, chat alerter throwing exception.
16 years ago
Damian Minkov
de4f2d14bb
Move portaudio specific settings from DeviceConfiguration to PortAudioAuto, and leave stopping only to portaudio slave streams.
16 years ago
Martin Andre
629efbb21e
Small update to resources.properties: no need to double quotes when using multiple quotes in the same string
16 years ago
Lyubomir Marinov
0afe9944cd
Removes boxing and unboxing of doubles on each processed frame.
16 years ago
Damian Minkov
bf1698aec9
Remove unused method.
16 years ago
Damian Minkov
f5b07c310b
Yahoo use utf-8 when manipulate message bytes.
16 years ago
Damian Minkov
6cbb790186
Fix delay on closing portaudio DataSource. If portaudio binary is missing this prevents loading neomedia service, its now fixed.
16 years ago
Sebastien Vincent
24a6c03903
Encode H264 video with resolution proposed by capture device (up to 1024x768).
16 years ago
Martin Andre
5d9a6d8073
Small update to french translation. Now 100% complete, wouhoo!
16 years ago
Martin Andre
b8bc37d5ee
Updated french translation (some strings were contributed by from Valentin Martinet on the dev mailing list).
16 years ago
Valentin Martinet
79d5e6b1eb
Fix ICQ ad-hoc chat room creation.
16 years ago
Valentin Martinet
d92b387243
- Changed createAdHocChatRoom(*, List<Contact>, *) to createAdHocChatRoom(*, List<String>, *)
...
(Contact are never used, only their address/ID. +More convenient for unit tests)
- Removed tabs (reported by Yana)
16 years ago
Damian Minkov
030f0ea5b3
Enable sip tests, telephony and messaging (without presence).
16 years ago
Sebastien Vincent
8c2dae7364
Add ffmpeg.dll for Windows x64. Replace tabs by spaces in ffmpeg native source.
16 years ago
Valentin Martinet
5bfc460b0f
Yahoo: deleted useless things and fixed bug in creating a conference.
16 years ago
Martin Andre
41554871e1
Update to German translation contributed by Michelle Konzack
16 years ago
Sebastien Vincent
e1fdade105
Fix dock icon for Mac OS X when running SIP Communicator from ant command line.
16 years ago
Valentin Martinet
722a610c81
Support for invitation reason Yahoo! & ICQ), updated comments.
16 years ago
Valentin Martinet
a3b27e8724
Adds support for invitation reason (Yahoo! & ICQ)
16 years ago
Damian Minkov
03d18ef581
Remove System.out from msn lib.
16 years ago
Valentin Martinet
1ee30abfc2
Updated comments
16 years ago
Valentin Martinet
c7e4afa66c
Fix an error in Yahoo MUC :
...
An external inviter was not added to the room
by the Yahoo MUC operation set
16 years ago
Sebastien Vincent
510746469c
Add SIP Communicator icon in Mac OS X dock, when running from ant command line.
16 years ago
Valentin Martinet
b3f0fdcdea
Adds a missing header.
16 years ago
Sebastien Vincent
5565198ab9
- If running SIP Communicator with gcj JVM, show frame about installing SUN ones;
...
- If "sun.arch.data.model" property is not available, consider OS/JDK as 32-bit.
16 years ago
Sebastien Vincent
1b08909d23
Fix javadoc warnings.
16 years ago
Emil Ivov
a01a3f888e
Attempts to clarify our exit code comment.
16 years ago
Sebastien Vincent
126025fce2
Add 'SIP Communicator' as dock name on Mac OS X, when running from ant command line.
16 years ago
Sebastien Vincent
822fead013
- Enable again muting support for video DataSource;
...
- Add getLocator() method to Push|PullDataSourceDelegate (otherwise MutePush|PullDataSource classes return null and we cannot check if locator is QT/Desktop streaming to disable local video);
- Disable local video for desktop streaming.
16 years ago
Lyubomir Marinov
ad381381cf
Disables the local video display in calls when the QTKit CaptureDevice on Mac OS X is used in order to allow its testing, especially on Snow Leopard where CIVIL does not work.
16 years ago
Valentin Martinet
df7e047d3a
Fix Yahoo MUC. Seems that the join() call disappeared somewhere back in time.
16 years ago
Lyubomir Marinov
aae756dd56
Works towards (but does not really enable i.e. represents work in progress) making the QTKit CaptureDevice on Mac OS X output video in YUV420 used by the H.264 encoder in order to avoid scaling.
16 years ago
Valentin Martinet
887973e954
Disable right click on ad-hoc chatroom member list panel since it's
...
generating exceptions. Not pertinent with ad-hoc too.
16 years ago
Lyubomir Marinov
5e4a5ce377
Enables the QTKit CaptureDevice on Mac OS X regardless of CIVIL i.e. it can be used as an alternative running alongside CIVIL.
16 years ago
Martin Andre
ef66bcfae6
Spanish translation by Javier Mendiara Cañardo - http://www.qualeza.com
16 years ago
Sebastien Vincent
fcc49f357e
Bring back local video in video calls.
16 years ago
Damian Minkov
2182206795
Fix msn after library update.
16 years ago
Lyubomir Marinov
0adae885e5
Attempts to fix the QTKit CaptureDevice on Mac OS X Leopard which does not seem to report the size of the video it is going to output.
16 years ago
Lyubomir Marinov
9878ff0b4f
Fixes a crash in the QTKit CaptureDevice on Mac OS X Leopard with 64-bit Java 1.6 because of the use of API documented to be available since 10.5 but... not really available.
16 years ago