Martin Pulec
2aeb3fc5c3
DXT: fixed crash when unable to get context
2012-05-04 15:59:53 +02:00
Martin Pulec
7ba6634669
allow all CUDA toolkit versions >4.1 (in addition to 4.1)
2012-05-04 15:59:36 +02:00
Martin Pulec
92726fe1e1
Cocoa GUI - disable spell checking in terminal
2012-05-04 15:59:15 +02:00
Martin Pulec
4355bcd11c
JPEG: compile also for cc. 1.0
2012-05-03 13:33:24 +02:00
Martin Pulec
658d22ac58
Cocoa GUI: updated GUI - added compression + other
2012-05-03 13:33:17 +02:00
Martin Pulec
e5aa7b97ea
compile with debugging symbols by default
2012-04-30 11:39:25 +02:00
Martin Pulec
2e822cd258
ignnore .DS_Store files in GIT repo
2012-04-27 19:25:32 +02:00
Martin Pulec
d78ea2d92a
compression cleanup - added dummy compression
2012-04-27 11:41:07 +02:00
Martin Pulec
3118ce0750
RTDXT: add autogenerated header to objects
...
* we need to clear this header with 'make clean'
2012-04-27 11:17:07 +02:00
Martin Pulec
aed9fea3da
added NEWS
2012-04-26 17:17:19 +02:00
Martin Pulec
0b2700f36d
slightly updated README and others
2012-04-26 16:00:25 +02:00
Martin Pulec
e122e0ed24
GL: moved initialization to init
...
removes some race condition
2012-04-25 13:37:23 +02:00
Martin Pulec
93164182a3
deinterlace: use unalign. instructions for unaligned data
2012-04-25 11:56:12 +02:00
Martin Pulec
477a8909f6
debug script: dump also /proc/cpuinfo (where available)
2012-04-25 00:06:38 +02:00
Martin Pulec
45e9f10c84
QT GUI - added compression
...
+ couple of another QT minor (usability) changes
2012-04-24 23:42:47 +02:00
Martin Pulec
f0f82005ca
ALSA - move dev description to one line (easier to parse within GUI)
2012-04-24 16:18:03 +02:00
Martin Pulec
7fdb9abc73
fixed some leaks
2012-04-24 15:49:33 +02:00
Martin Pulec
83d3a1c47e
audio: get rid of warnings that are not relevant
2012-04-24 15:49:03 +02:00
Martin Pulec
fbd095282c
QT GUI: make main and advanced dia not-resizable
2012-04-24 10:42:03 +02:00
Martin Pulec
7d063e328e
QT GUI: fixed resize + monosp. fonts
2012-04-24 10:40:19 +02:00
Martin Pulec
68fd8877af
added HOWTO to Cocoa GUI
2012-04-23 16:17:46 +02:00
Martin Pulec
7f978e02dc
OpenGL: enable sync on VBlank
...
TODO: consider also SDL - but it seems to impossible to control it
programatically, at least for Linux (SDL doesn't provide us XVideo
port)
2012-04-23 15:19:32 +02:00
Martin Pulec
efe7c1a925
Decklink: typo
2012-04-23 14:05:02 +02:00
Martin Pulec
9dbb9c6a8f
Decklink: explicitly disable audio/video stream
...
* it seems that this should be now disabled explicitly with BlackM. SDK 9.5
2012-04-23 11:58:46 +02:00
Martin Pulec
32c990c023
ALSA: show delay debug message only when DEBUG is set
2012-04-23 11:58:20 +02:00
Martin Pulec
fffd6f658d
add low latecy mode for Decklink- disabled for now
...
* seems like it doesn't influence latency (2 frames no matter if enabled
or disabled)
* TODO: examine if it cannot be used at least instead of dropping frames
that would go to buffer (line 377)
2012-04-19 17:30:09 +02:00
Martin Pulec
28627eab03
Blackmagic: added version check
2012-04-19 15:39:23 +02:00
Martin Pulec
2ab950ec1e
fixed Blackm. display - audio switching is used only in special cases
2012-04-19 15:01:11 +02:00
Martin Pulec
aa908875e5
upgraded Blackmagick API to 9.5
2012-04-19 14:29:55 +02:00
Martin Pulec
f59ebcc278
finally corrected build problems with SAGE
2012-04-19 11:01:44 +02:00
Martin Pulec
b14f2470f2
removed meaningless include which caused compile fail
2012-04-18 13:51:22 +02:00
Martin Pulec
2e4ddbc27d
another GPUJPEG correction - new API
2012-04-18 13:38:45 +02:00
Martin Pulec
e9d425cc64
fixed gpujpeg
2012-04-18 13:08:11 +02:00
Martin Pulec
e546fa6907
updated GPUJPEG to remote commit 178a9f7b4514d8
2012-04-17 10:45:01 +02:00
Martin Pulec
3e85b560aa
Decklink - grab/display from/to AES/EBU o. analog
...
TODO : test it
2012-04-16 16:09:00 +02:00
Martin Pulec
28b5a75619
updated audio API
2012-04-16 14:51:06 +02:00
Martin Pulec
8e78b696ef
allow specify also AESEBU or analog audio inputs
2012-04-16 13:38:56 +02:00
Martin Pulec
3373223007
SAGE - fixed hang on grab (exitting)
2012-04-16 11:13:18 +02:00
Martin Pulec
afd554f8c1
corrected computing FPS for SAGE
2012-04-16 10:14:40 +02:00
Martin Pulec
3be1beae9f
ALSA - corrected passing empty config
2012-04-14 18:10:02 +02:00
Martin Pulec
de3c7824a0
audio - pass whole config string to driver (not just to ':')
2012-04-14 17:26:13 +02:00
Martin Pulec
5c769d918a
updated ALSA config strings (drop hw=x:y)
2012-04-14 17:03:31 +02:00
Martin Pulec
8626ff919d
corrected symbols for JACK
...
Conflicts:
ultragrid/src/audio/audio.c
2012-03-29 11:10:32 +02:00
Martin Pulec
1345db320f
JPEG: remove padding (not needed now and caused problems)
2012-03-23 13:12:36 +01:00
Martin Pulec
c4b6215b67
update GPUJPEG to 06259756
...
Conflicts:
libgpujpeg/gpujpeg_huffman_cpu_decoder.c
libgpujpeg/gpujpeg_huffman_cpu_encoder.c
libgpujpeg/gpujpeg_preprocessor.cu
2012-03-20 11:08:22 +01:00
Martin Pulec
9b80b608a0
added reflector hd-rum-multi
2012-03-08 09:32:45 +01:00
Martin Pulec
01b7e8be54
GL: corrected color spaces also for DXT1 YUV
2012-03-02 17:51:07 +01:00
Martin Pulec
3a6689526b
corrected colorspaces also in GL display
2012-03-02 11:07:14 +01:00
Martin Pulec
882559dba9
RTDXT: use PBO for textured data read-back
2012-03-01 08:59:43 +01:00
root
5d1083a10c
RTDXT: use PBO for texture loads
2012-03-01 08:59:19 +01:00