Martin Pulec
9621aa586e
LDGM: added values for uncompressed HD profiles
2012-07-29 16:10:52 +02:00
Martin Pulec
a88065b861
GL - parameter to unset VSync
2012-07-28 12:54:00 +02:00
Martin Pulec
15f89d9b0a
GL - reordered init commands
...
OS X needs glutInit to be called prior to NSApplicationLoad.
2012-07-27 19:04:50 +02:00
Martin Pulec
85305b2de0
Linux: smaller recv buffer (initial value)
...
Big enough to hold uncompressed HD frame.
2012-07-27 18:30:55 +02:00
Martin Pulec
d118f0c691
RTDXT: disalbe PBO for decoder
...
It increases latency up about 1.5x frame time for NVidia 580.
2012-07-27 18:03:08 +02:00
Martin Pulec
f1bc09a417
typo
2012-07-27 14:17:25 +02:00
Martin Pulec
9758cd0d34
GL: small refactoring
2012-07-27 13:31:49 +02:00
Martin Pulec
8c3adf855a
DeckLink: added 'fast' parameter
2012-07-27 13:02:36 +02:00
Martin Pulec
d8f0a7a5b1
decoder cleanups
2012-07-26 15:39:49 +02:00
Martin Pulec
d0ad84aa0e
video display: added comments
2012-07-26 15:02:02 +02:00
Martin Pulec
6c107d3799
Enable IPv6 support by default
2012-07-25 13:10:47 +02:00
Martin Pulec
b7606a418d
Linsys: fixed possible freezing when exiting
...
* this was caused by wrong ordering which resulted in a poll to a closed
file descriptor.
2012-07-25 09:23:38 +02:00
Martin Pulec
d54f4c25f4
Use GL_EXT_framebuffer_object instead of OGL 3.0
...
Since current code is still OGL 2.x use extension. In future, all OpenGL
code should be transformed to OpenGL 3.0.
2012-07-24 18:15:49 +02:00
Martin Pulec
1d125143ae
DVS: missing FPS incrementation
2012-07-24 13:38:35 +02:00
Martin Pulec
2a020ba82d
Linsys: added error messages
...
Added error messages instead of original assertions.
2012-07-24 11:39:51 +02:00
Martin Pulec
c8a913f0aa
pretty print usage
2012-07-24 11:37:28 +02:00
Martin Pulec
88a4c0cfa7
screen capture: wrong macro name
2012-07-23 18:46:55 +02:00
Martin Pulec
1c9d23342e
screen capture: use Xlib-based for ATI cards
...
Apparently OpenGL-based one doesn't work for ATI cards.
2012-07-23 18:42:08 +02:00
Martin Pulec
b4e64c1d9d
DeckLink display - do no report device index
...
* it was actually subdevice index which was a bit confusing
2012-07-23 17:50:21 +02:00
Martin Pulec
603265dcb9
GPUJPEG: use system library if available
...
* if not found, use a static one distributed with UltraGrid
2012-07-23 17:13:17 +02:00
Martin Pulec
f7013cd684
Correctly format Makefile message
...
* this fixes Mantis bug #168
2012-07-23 10:27:38 +02:00
Martin Pulec
d9fd5f49c0
Fixes from Lukas Rucka
...
* solves Mantis bugs #169 and #171
2012-07-23 10:14:34 +02:00
Martin Pulec
267a229fdc
LDGM: small changes in lookup algorithm
2012-07-13 16:12:42 +02:00
Martin Pulec
a9cac3d0be
do not build QT if --disable-qt given
2012-07-13 12:00:38 +02:00
Martin Pulec
af0c6686b0
Portaudio: disable when configure called with --disable- option
2012-07-13 11:14:26 +02:00
Martin Pulec
a582c5ab81
cleared some warnings
2012-07-13 10:53:33 +02:00
Martin Pulec
9431ada4d3
Do not reconfigure LDGM when parameters are manual
2012-07-13 10:52:59 +02:00
Martin Pulec
d4a29fadf4
Decoder: allow only increasing buffer
...
* (temporarily) disable buffer decreasing (mult etc.)
* compute size for whole frame, not only one tile
2012-07-12 18:40:18 +02:00
Martin Pulec
a9bad3cecd
Revert "Do not automatically adjust receiver buffers"
...
This reverts commit 3573c0b7f1 .
2012-07-12 18:28:06 +02:00
Martin Pulec
383f98b631
decoder: try to autoguess substream semantics
2012-07-12 18:27:46 +02:00
Martin Pulec
2eda031229
LDGM: added profiles - try to auto-compute values
...
TODO: add more values - mainly for uncompressed
2012-07-12 17:35:40 +02:00
Martin Pulec
3573c0b7f1
Do not automatically adjust receiver buffers
...
It needs additional tests (+ figure out things like multiplikation
etc.).
2012-07-11 15:55:11 +02:00
Martin Pulec
ddf6e3f848
transmit: corrected buffer numbers
...
* initial value is random from whole range
* length of the field is not 20 but 22 bits
2012-07-11 13:20:04 +02:00
Martin Pulec
2c785c6371
UG report compiled features when queriing for version
2012-07-11 12:57:28 +02:00
Martin Pulec
3d2e417666
JPEG: compile for cc 1.1
2012-07-11 11:06:18 +02:00
Martin Pulec
86ec158e70
DELTACAST - detect if LIBRARY_PATH/CPATH are set
...
+ drop default location (VideoMasterHD in toplevel UG directory)
+ change test script (VideoMasterHD_Audio wrongly doesn't depend on
VideoMasterHD)
2012-07-11 10:52:31 +02:00
Martin Pulec
59afc7b5c3
Makefile: enclose parameter to quotes
2012-07-11 10:51:44 +02:00
Martin Pulec
9c5b24ebdd
Makefile: dylibbundler - check if replacement is needed
2012-07-11 10:34:55 +02:00
Martin Pulec
5b767e259d
configure - do not set CPATH/C_INCLUDE_PATH
...
Use CFLAGS instead - autoconf in Mac apparently doesn't honor this flags
set in configure file.
2012-07-11 10:18:23 +02:00
Martin Pulec
1b5fd0e709
configure: remove empty arguments in AC_ARG_WITH
...
Seems to produce empty else statement in some circumstances.
2012-07-11 09:51:15 +02:00
Martin Pulec
e5bb49fe66
JPEG: lookup for CUDA in system path
...
If PATH, LIBRARY_PATH and C_INCLUDE_PATH are correctly set, do not
require manual setting for CUDA neither its placement in the default
location (/usr/local/cuda/).
2012-07-10 23:07:22 +02:00
Martin Pulec
c2aacaa314
SAGE: build also with quanta lib
2012-07-10 18:20:41 +02:00
Martin Pulec
0add9412f7
DVS fixes
2012-07-10 17:33:49 +02:00
Martin Pulec
ebbf894571
wrong variable name
2012-07-10 17:26:25 +02:00
Martin Pulec
4d9c8aeb0a
do not join threads when not created
2012-07-10 16:41:17 +02:00
Martin Pulec
bf35fa5d19
configure: include GL libs in any caes
2012-07-10 15:45:34 +02:00
Martin Pulec
88b9f2e1bf
DeckLink - use 8.5 API (lowest that is compatible)
2012-07-10 15:11:52 +02:00
Martin Pulec
cd05d8cca5
missing dependency (dl) when building libraries
2012-07-10 14:36:44 +02:00
Martin Pulec
a3b3eb68e6
configure: missing 4rd parameter to AC_ARG_ENABLE
2012-07-10 14:30:23 +02:00
Martin Pulec
e7dd352c21
FastDXT: build only lib
2012-07-10 14:28:21 +02:00