Martin Pulec
2e833bd261
Libavcodec audio: suport for mp3 + fixes
2014-11-26 13:06:24 +01:00
Martin Pulec
09bd5772c9
Decklink: show device even if we cannot get name
2014-11-21 16:13:43 +01:00
Gerard CL
8d550302bd
rtsp client usage up-to-date
2014-11-17 17:49:02 +01:00
Martin Pulec
88ee65c66b
Added transition from LFF to interlaced merged
2014-11-12 22:01:47 +01:00
Martin Pulec
62c936a964
Deltacast-dvi: interlaced mode is BFF
2014-11-12 13:29:06 +01:00
Martin Pulec
4b07d9f875
Fixed some bugs
2014-11-06 11:00:12 +01:00
Martin Pulec
5ae7acdba0
Remove LDGM from UltraGrid sources
...
Added LDGM as a submodule.
2014-11-06 10:39:09 +01:00
Martin Pulec
710312a511
DirectShow: use FourCC as a codec name if unknown
2014-11-04 16:08:18 +01:00
Martin Pulec
443a83982c
SDL and GL displays: allow title change on runtime
2014-11-03 18:36:33 +01:00
Martin Pulec
2bd86bddf6
Video display: pass parent module pointer
2014-11-03 18:21:56 +01:00
Martin Pulec
4c68a1b137
OpenGL: use glutLeaveMainLoop() for freeglut
2014-11-03 13:40:51 +01:00
Martin Pulec
8cc74dd956
DELTACAST: support for OS X
2014-10-23 12:03:03 +02:00
Martin Pulec
622a5f733e
DVS display: fixed mode
2014-10-22 18:16:46 +02:00
Martin Pulec
42891c5ba8
Implement PUTF_DISCARD for some more displays
2014-10-22 18:16:29 +02:00
Martin Pulec
d131080184
Video RXTX: delete compress state from thread where it is used
2014-10-22 14:39:59 +02:00
Martin Pulec
ffed5df722
JPEG compress: move init into single thread
...
This is a workaround over NVIDIA driver bug that causes Linux kernel bug
when there are 2 graphic cards in system and context is initialized from
within other thread than is used from.
2014-10-22 14:26:33 +02:00
Martin Pulec
14a6bd0196
Import: wrong condition expressions
2014-10-21 13:47:52 +02:00
Martin Pulec
9860f9890b
Fixed some coverity issues
2014-10-21 13:01:10 +02:00
Martin Pulec
c958e817ca
DELTACAST: missing include
2014-10-21 10:46:27 +02:00
Martin Pulec
347072f425
Remove FS lock: not used
2014-10-20 14:20:54 +02:00
Martin Pulec
d2548bd91c
Lock guard: deprecate
2014-10-20 14:10:51 +02:00
Martin Pulec
dc1f2861b6
Remove some notes that are no more relevant
2014-10-17 16:46:51 +02:00
Martin Pulec
806cb479b9
SDI audio: limit buffer size to 100 ms
2014-10-17 14:39:04 +02:00
Martin Pulec
d1711fe595
CUDA wrapper: add skeleton to translate wrapper errors to string
2014-10-16 17:50:37 +02:00
Martin Pulec
67fbd9dbae
MSW compatibility
2014-10-16 17:34:12 +02:00
Martin Pulec
7849d4fcbe
LDGM: remove UG and Linux dependency
...
TODO: replace gettimeofday() calls (now commented out) with
std::chrono::steady_clock (or similar).
2014-10-16 17:33:05 +02:00
Martin Pulec
ec5054834a
DELTACAST modules: fixed usage
2014-10-16 11:44:37 +02:00
Martin Pulec
1413a0b992
Deltacast-dvi: interlaced signal is UFF
2014-10-15 17:54:02 +02:00
Martin Pulec
558555aed4
Make ldgm-gpu as a library and enable by default
2014-10-15 17:53:56 +02:00
Martin Pulec
e6583622cc
Some functions' rename
2014-10-15 16:01:45 +02:00
Martin Pulec
32f7932a25
Capture filters: switched to universal library
2014-10-15 15:54:44 +02:00
Martin Pulec
c49e0bc473
OpenSSL encryption: build as a library
...
+ added API for universal module
2014-10-15 15:50:25 +02:00
Martin Pulec
8e629018ed
Control socket: default server + fixed usage
2014-10-14 11:11:21 +02:00
Martin Pulec
cd9647a57b
Merge branch 'trunk'
2014-10-14 11:05:42 +02:00
Martin Pulec
341cf0ca31
Merge branch 'trunk' of seth.ics.muni.cz:/home/gituser/git/ultragrid into trunk
2014-10-14 10:51:04 +02:00
Martin Pulec
af94f0aa72
LDGM: allow param change on fly
2014-10-14 10:50:49 +02:00
Gerard CL
bb4163837c
Merge branch 'trunk' of http://seth.ics.muni.cz/git/ultragrid into trunk
2014-10-14 09:29:30 +02:00
Gerard CL
0ad4afc096
control socket init modification
2014-10-13 09:18:53 +02:00
Martin Pulec
bee45b620b
Video decoders: wrap video_frame ptr to unique_ptr
2014-10-10 17:50:15 +02:00
Martin Pulec
128d235253
Video decoder: very small cleanup
2014-10-10 16:54:38 +02:00
Martin Pulec
6614a03a4e
Hd-rum-translator: moved init/destroy to const/destr
2014-10-10 16:51:26 +02:00
Martin Pulec
92100f3304
Merge branch 'proxy-display'
2014-10-10 14:28:11 +02:00
Martin Pulec
5ded8bb56e
Some comments
2014-10-10 14:27:08 +02:00
Martin Pulec
ab46a5bf92
Hd-rum-decompress: fixed message passing
2014-10-10 14:10:23 +02:00
Martin Pulec
0e464e2332
Libavcodec 53 compat
2014-10-10 10:38:42 +02:00
Martin Pulec
1d146cbeee
Merge branch 'trunk'
2014-10-09 17:50:33 +02:00
Martin Pulec
fec3c13a18
Rename message_queue to synchronized_queue
2014-10-09 13:53:07 +02:00
Gerard CL
7a20e0b26f
merge for opus codec over rtp transmission support
2014-10-09 12:28:54 +02:00
Martin Pulec
3a9ee102e6
Forbid struct module move/copy
2014-10-08 18:07:45 +02:00
Martin Pulec
54cc95c0da
Transmit: assume IPv6 header size
2014-10-08 17:53:25 +02:00