Commit Graph

1918 Commits

Author SHA1 Message Date
Martin Pulec
04485f0a4e Hd-rum-translator: use recompress by default
When dynamically adding new port use transcoding one instead of packet
reflector.
2014-12-04 12:41:34 +01:00
Martin Pulec
811af5881f Hd-rum-transcode: fixed crashes on exit 2014-12-02 13:15:32 +01:00
Martin Pulec
fed097a97f Lavcd audio: removed G.726+ADPCM, added AAC+FLAC
Removed codecs seems to have some issues, not clear whether in UltraGrid
or libavcodec.
2014-11-27 18:21:51 +01:00
Martin Pulec
bde6c30a41 Video decoder: use padding for buffer allocation 2014-11-27 11:30:54 +01:00
Martin Pulec
f210fe037e Fixed audio bps and sample_rate handling 2014-11-27 11:25:31 +01:00
Martin Pulec
93c948d0cf Hd-rum-transcode: added check for argv bounds 2014-11-26 16:44:37 +01:00
Martin Pulec
2e833bd261 Libavcodec audio: suport for mp3 + fixes 2014-11-26 13:06:24 +01:00
Martin Pulec
e3d186bdfd Updated Makefile 2014-11-21 17:27:54 +01:00
Martin Pulec
09bd5772c9 Decklink: show device even if we cannot get name 2014-11-21 16:13:43 +01:00
Martin Pulec
0c95c77fef OS X: use SDK 10.9 for GUI 2014-11-21 16:06:16 +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
37236db8f7 Makefile: fixed moved ldgm installation 2014-11-07 11:04:14 +01:00
Martin Pulec
4b07d9f875 Fixed some bugs 2014-11-06 11:00:12 +01:00
Martin Pulec
cf898cb188 Removed Linsys SDK (no longer supported) 2014-11-06 10:50:47 +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
7fcaaf0b5f UltraGrid 1.3-rc1 v1.3-rc1 2014-11-05 15:51:53 +01:00
Martin Pulec
710312a511 DirectShow: use FourCC as a codec name if unknown 2014-11-04 16:08:18 +01:00
Martin Pulec
6ffea77677 LDGM: remove additional dependency on UG headers
LDGM should be now self-contained, without any dependency on UltraGrid.
2014-11-04 12:44:44 +01:00
Martin Pulec
cf9b4076d9 Updated GPUJPEG submodule 2014-11-03 19:19:46 +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
cfda2fdfc4 DELTACAST: add dependencies for OS X 2014-10-23 15:27:42 +02: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
6e341ad1a6 Makefile: replace spaces with tabs 2014-10-21 15:06:31 +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
a22d094eb3 CUDA: Compile PTX for cc 3.5 (forward compatibility) 2014-10-20 17:49:15 +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
75503b84a7 OS X: support for 10.10 and compile fixes 2014-10-20 12:47:52 +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
94147b195a LDGM: use elapsed_time_ms 2014-10-17 14:00:47 +02:00
Martin Pulec
b349df1eef LDGM: rewrite Timer_util with std::chrono 2014-10-17 11:49:13 +02:00
Martin Pulec
eb2985e0e0 Default license is GPL 2014-10-17 11:13:08 +02:00
Martin Pulec
5c75940bdd LDGM: missing include 2014-10-17 10:33:25 +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