csoler
b5bfddd1bc
commit from PR#86 for VOIP, modified so as to restore real-time preview and video display
2015-10-03 22:08:24 -04:00
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
Cyril Soler
63e38af19c
Merge pull request #94 from AsamK/correct_libav_version
...
Fix libav version check
2015-09-07 20:36:03 -04:00
AsamK
0793a6a52d
Use PLUGIN_DIR to define plugin directory only once
2015-09-06 22:27:22 +02:00
AsamK
66b9557833
Use PKGCONFIG instead of manually specifying LIBS for Linux
...
- The advantage is that this method automatically includes additional
dependencies of LIBS (e.g. libupnp needs -lixml).
- Also if some distribution moves headers to non default locations the
correct locations get added by PKGCONFIG
2015-09-06 22:27:22 +02:00
csoler
8bb76c95ac
fixed VOIP compilation on ubuntu 14.04
2015-09-05 16:21:49 -04:00
AsamK
d6f50c71f2
Fix libav version check
...
- Off-by-one error in the #ifs
- Libav actually contains the old constants and functions as well,
marked as deprecated. Just the CodecID enum was removed completely.
2015-09-05 15:52:03 +02:00
AsamK
f2994b7558
Old libav versions used constant without AV_ prefix
...
From Jenster
2015-09-04 23:59:13 +02:00
AsamK
efc057e128
Fix build with libavcodec < 55
2015-09-04 23:42:26 +02:00
AsamK
976f53bba2
Remove -lavformat from VOIP, it's unused
2015-09-04 17:32:50 +02:00
AsamK
484edc3445
Fix build for openSUSE
...
Use qmake built-in pkgconfig functionality
2015-09-04 17:30:12 +02:00
AsamK
22816f0b9e
Remove unnecessary includes from VideoProcessor
...
libavutil/channel_layout.h isn't available on debian 7 wheezy
2015-09-04 17:30:12 +02:00
Phenom
0a843989e4
Fix VOIP compilation with recent libavutil-dev package.
...
/usr/include/libavutil/common.h error 'UINT64C' was not declared in this
scope.
2015-09-04 16:10:41 +02:00
thunder2
661453653c
Added register of codecs to VOIP.
2015-09-04 14:20:36 +02:00
thunder2
738dadadc9
Fixed Windows compile of VOIP.
2015-09-03 16:33:50 +02:00
thunder2
9bbdefa48a
Added "QMAKE_LFLAGS += -Wl,--start-group" to pluigns for Windows compile.
2015-09-03 16:24:57 +02:00
csoler
5dfdffb763
merged Pull Request #81 , providing avcodec video encoding/decoding
2015-09-02 22:39:39 -04:00
csoler
77c0d562fb
fixed deleting/stopping video devices
2015-09-02 22:14:04 -04:00
csoler
c5cd701d4c
removed experimental wavelet codec
2015-08-31 22:44:34 -04:00
csoler
3d9e3e8b7c
attempt to setup variable bitrate. Improved codec params
2015-08-31 22:41:38 -04:00
AsamK
e135e3441c
Create retroshare.pri for common configurations in .pro files
...
So far it only contains the default values for installation paths
2015-08-31 21:09:28 +02:00
csoler
68918bf9c1
added variable bitrate and attempt to control it.
2015-08-29 21:48:58 -04:00
AsamK
2337b468e0
Specify plugins as plugins to qmake
...
This way only libPLUGIN.so is generated and not the versioned files
libPLUGIN.so.1.0.0
2015-08-29 13:12:57 +02:00
Cyril Soler
b8459b3161
Merge pull request #44 from AsamK/improve_qmake
...
Improve qmake: "make install" support and ability to change install prefix
2015-08-26 20:38:27 -04:00
csoler
da69db39d6
added mutex to video processor
2015-08-24 21:42:01 -04:00
csoler
3f1ebca803
added max bandwidth test preview and in/out bw estimate. Still missing the logic inside the codec
2015-08-24 21:15:33 -04:00
csoler
79aac23b6c
fixed video codec!
2015-08-23 22:58:36 -04:00
csoler
f55c115bdb
fixed a few bugs. Still not working
2015-08-23 22:39:16 -04:00
csoler
024999ed67
fixed bug in creating input image when encoding video
2015-08-23 21:08:27 -04:00
AsamK
6b7a6e2313
Make RS installable with "make install"
2015-08-24 00:03:57 +02:00
csoler
0bb5a74099
fixed some bugs. Still crashing in the decoding phase. Don_t know why.
2015-08-23 10:27:50 -04:00
csoler
4522fe85cc
fixed encoding
2015-08-20 22:59:51 -04:00
csoler
1249423eff
worked out some bugs. Still not working
2015-08-20 21:46:28 -04:00
csoler
9798c78e20
added decoding of avcodec
2015-08-19 22:17:50 -04:00
csoler
043fe53789
added avcodec encoding
2015-08-19 21:50:51 -04:00
cave beat
1d9e3988a3
removed LinksCloud
...
LinksCloud has been replaced by Posted
and is hosted for archiving reasons in https://github.com/RetroShare/LinksCloud
2015-08-19 20:26:23 +02:00
csoler
d28c1898fd
first workign implementation of wavelet-based codec
2015-08-16 22:59:49 -04:00
csoler
49c6c8a1fa
restored original params for JPEG codec
2015-08-14 22:44:39 -04:00
csoler
5aac92fc97
fixed bug in differential frame encoding
2015-08-14 20:15:44 -04:00
csoler
cd97fd9682
refactored video processing classes, to allow multiple codecs. Not working yet.
2015-08-14 16:44:20 -04:00
csoler
3bda2c2660
added differential frames encoding/decoding, and bandwidth items
2015-08-12 17:17:56 -04:00
csoler
c0614e70ac
added preview option to show decoded stream in Audio config
2015-08-12 17:17:28 -04:00
csoler
2107a1c858
fixed up image display layout in VOIP config tab
2015-08-12 17:17:13 -04:00
csoler
94317d1a39
added graph display of instantly required bandwidth for VOIP, in preparation to chosing new video codec. GUI layout needs to be sorted.
2015-08-12 17:16:24 -04:00
thunder2
9265145ca7
Updated english translation
2015-08-08 21:14:02 +02:00
csoler
ec67ee0e00
added graph display of instantly required bandwidth for VOIP, in preparation to chosing new video codec. GUI layout needs to be sorted.
2015-08-07 21:40:48 -04:00
thunder2
c76141ed65
Added missing initialization in
...
- pqissl
- pqissludp
- PeerConnectStateBox
- RsTlvBanListEntry
- RsServer
- TcpStream
- PGPCertificateInfo
- peerConnectAddress
- AudioInputConfig
- SpeexInputProcessor
- xProgressBar
- TBoard
Removed unused member:
- xProgressBar
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8611 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-07-13 11:03:18 +00:00
thunder2
20403a33a0
Added initialize of RsVOIPPingItem members
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8567 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-28 12:50:26 +00:00
thunder2
2494f02bbb
Removed fix font size from plugins (Patch from Henry).
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8564 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-28 10:26:48 +00:00
thunder2
3a71b8b662
Added stylesheet to plugins.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8563 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-28 10:11:47 +00:00