csoler
|
77c0d562fb
|
fixed deleting/stopping video devices
|
2015-09-02 22:14:04 -04:00 |
|
csoler
|
b1572c2924
|
added missing deps for avcodec
|
2015-08-31 22:50:20 -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 |
|
csoler
|
68918bf9c1
|
added variable bitrate and attempt to control it.
|
2015-08-29 21:48:58 -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 |
|
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 |
|
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 |
|
csoler
|
260da99955
|
improved filtering method against lol bombs. Thx to ConcernedCitizen for pointing this out
|
2015-07-31 17:27:42 +02:00 |
|
electron128
|
d94124a18b
|
webui: allow only whitelisted link protocols to prevent javascript in links
|
2015-07-31 17:27:26 +02:00 |
|
electron128
|
ff9bf71aa8
|
improved error message in webui: show full path of file if read failed
|
2015-07-31 17:27:13 +02:00 |
|
electron128
|
9897def2cc
|
fix #21 typo "defaut" instead of "default" in switch statement in RSGraphWidget (patch from Chozabu)
|
2015-07-31 17:27:04 +02:00 |
|
electron128
|
6b2ed2fb2d
|
fix #20 crash on shutdown with plugins enabled. Settings window did leak plugin config pages (patch from hunbernd)
|
2015-07-31 17:26:52 +02:00 |
|
electron128
|
ab25e35861
|
fix serialisation of floating point numbers in SuperEasyJSON for german locale. JSON expects decimal points, but german locale used comma.
|
2015-07-31 17:26:41 +02:00 |
|
electron128
|
7a144c231b
|
webui: make link detection work if the message ends with </a>
|
2015-07-31 17:26:32 +02:00 |
|
electron128
|
d004056f67
|
fixed position of scaled/highlighted nodes in node graph (patch from Chozabu)
|
2015-07-31 17:26:22 +02:00 |
|
electron128
|
a9ef48d133
|
webui: added chat
|
2015-07-31 17:26:11 +02:00 |
|
csoler
|
1939ea9f54
|
added correct image file for finished transfers
|
2015-07-31 17:25:54 +02:00 |
|
csoler
|
44117f0881
|
removed old function entry to collect outqueue stats.
|
2015-07-31 17:24:54 +02:00 |
|
csoler
|
2a47095599
|
removed unused method for OutQueue statistics; improved BW curve display; fixed a few display bugs
|
2015-07-31 17:24:19 +02:00 |
|
csoler
|
bdad800509
|
added additional key checking for IDs received during distant chat DH handshake
|
2015-07-31 17:24:08 +02:00 |
|
csoler
|
0873c0dfa2
|
added methods to check public/private keys for consistent fingerprint and content. Should be later used to check GXS keys when they arrive from neighbor nodes.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8613 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-31 17:23:43 +02:00 |
|
csoler
|
685ddbbf0a
|
fixed a few bugs in statistics GUI. Still misses names and proper curve display
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8612 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-31 17:23:31 +02: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
|
502d2353cb
|
Fixed usage of member _thread_id in RsMutex
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8610 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-13 09:52:45 +00:00 |
|
thunder2
|
2a6e1d0a8c
|
Removed unused member from ProfileManager.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8609 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-13 08:27:49 +00:00 |
|
csoler
|
989f80786e
|
saving current work on new bandwidth display. Still need to add names for services/peers, and use an appropriate curve style
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8608 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-13 03:04:36 +00:00 |
|
thunder2
|
37f68bc3b6
|
Added missing restore of ostream format (std::dec) in rschatitems.cc.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8607 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 22:06:44 +00:00 |
|
thunder2
|
9279cc17b1
|
Added missing restore of ostream format (std::dec) in CreateLobbyDialog::createLobby.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8606 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 22:00:10 +00:00 |
|
thunder2
|
737da1201d
|
Fixed crash in ChatMsgItem::removeItem when "mParent == NULL".
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8605 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 21:56:12 +00:00 |
|
thunder2
|
f36b12c90f
|
Added missing restore of ostream format (std::dec) in p3ServiceServer::sendItem.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8604 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 21:51:17 +00:00 |
|
thunder2
|
a9094f8faf
|
Fixed crash in ChatLobbyUserNotify::subMenuClicked when using "Remove All" of the chat lobby notifier.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8603 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 21:10:03 +00:00 |
|
electron128
|
951a1f9454
|
fixed wrong include line in ui file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8602 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 11:41:40 +00:00 |
|
electron128
|
402e77d532
|
added missing include
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8601 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 08:57:38 +00:00 |
|
csoler
|
9471a91795
|
added basic functions to collect bandwidth info in pqistreamer both ways; added a sorting method in BWGraphSource to create curves from extracted BW info. Still not yet functional
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8600 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 04:04:18 +00:00 |
|