RetroShare/plugins/VOIP
Cyril Soler da417eede9 Merge pull request #96 from AsamK/qmake_3
Qmake: Use PKGCONFIG and reduce duplicate code in .pro files
2015-09-07 20:38:47 -04:00
..
gui Merge pull request #94 from AsamK/correct_libav_version 2015-09-07 20:36:03 -04:00
interface added preview option to show decoded stream in Audio config 2015-08-12 17:17:28 -04:00
lang Updated english translation 2015-08-08 21:14:02 +02:00
qss Removed fix font size from plugins (Patch from Henry). 2015-06-28 10:26:48 +00:00
services added differential frames encoding/decoding, and bandwidth items 2015-08-12 17:17:56 -04:00
p3Voip.h improved VOIP plugin code. Plugin loads, has a config tab. Next step: merge service with existing p3VoRS service 2012-02-18 20:30:10 +00:00
README.txt added missing dependencies to README file 2014-12-22 15:51:02 +00:00
VOIP.pro Use PKGCONFIG instead of manually specifying LIBS for Linux 2015-09-06 22:27:22 +02:00
VOIPPlugin.cpp Added register of codecs to VOIP. 2015-09-04 14:20:36 +02:00
VOIPPlugin.h Added stylesheet to plugins. 2015-06-28 10:11:47 +00:00

TODO
====

-== In RS ==-
	* extend the notification system to plugins
	* allow RS to accept new settings windows from plugins
	* fix plugin version checking
	* fix plugin hash checking

-== VOIP Plugin ==-
	* implement separate VOIP service, or add a new sub item to p3chatService.
	* import plugin images

COMPILATION
	- add the following libraries:

			libqtmultimediakit1
			qtmobility-dev
			libspeex-dev
			libspeexdsp-dev
			libcv-dev
			libopencv-core-dev
			libhighgui-dev