1932 Commits

Author SHA1 Message Date
Martin Pulec
df665088b0 UltraGrid 1.3 v1.3 2014-12-23 13:27:07 +01:00
Martin Pulec
96ca460068 Fixed previous commit (one var can be NULL) 2014-12-19 17:03:56 +01:00
Martin Pulec
c299654f54 Fixed receiver address changing 2014-12-19 16:53:43 +01:00
Martin Pulec
816fe759f9 Hd-rum-transcode: exit on unrecognized cmdline option 2014-12-19 16:24:42 +01:00
Martin Pulec
3fc33b36e7 GL: fixed buffer clearing 2014-12-18 14:59:01 +01:00
Martin Pulec
bf40b4526d Another libavcodec 53 compat 2014-12-17 13:56:19 +01:00
Martin Pulec
fcc4cb2b38 Small libavcodec 53 compat fix 2014-12-17 12:31:50 +01:00
Martin Pulec
24b109dcd9 Added experimental support for libavcodec J2K
Currently only for testing purposes.
2014-12-15 15:17:29 +01:00
Martin Pulec
2bd6b00d7c Libavcodec: added support for YUV 444 2014-12-15 15:17:21 +01:00
Martin Pulec
eecbdb2d6e Pbuf crash important fix 2014-12-12 19:12:19 +01:00
Martin Pulec
09c73f07d4 Decklink display: small usage fix
Reflect existence of 6G/12G single link interfaces.
2014-12-11 16:17:17 +01:00
Martin Pulec
3a429b17b4 Proxy display: in queue is now bounded 2014-12-07 16:43:40 +01:00
Martin Pulec
10ace4fb83 Stats: update counter only if video really sent 2014-12-07 16:07:27 +01:00
Martin Pulec
66a4365bf8 Added dummy UG network capture 2014-12-05 15:48:38 +01:00
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