Martin Piatka
dd9a53cfd7
ipc_frame_unix: Fix on windows
...
04c2d245 changed the datatype to the SOCKET type used by the winsock
library. This type is however unsigned, which broke conditions that
assumed invalid socket to be < 0.
2022-08-16 15:13:39 +02:00
Martin Pulec
04c2d245d0
fixed Win compile warnings (from CI)
2022-08-11 10:42:45 +02:00
Martin Pulec
3b4a0d7511
tools/convert: compilation fixes
2022-07-27 10:23:50 +02:00
Martin Piatka
8f04309638
ipc_frame_unix: Handle socket errors
2022-07-25 09:55:26 +02:00
Martin Piatka
94795d3f03
tools/ipc_frame: Fix formating
2022-06-29 15:15:42 +02:00
Martin Piatka
a70d084252
tools/README: Add ipc_frame
2022-06-27 13:37:06 +02:00
Martin Piatka
8291fc64f5
tools/ipc_frame_ug: Add target scale computation helper
2022-06-24 13:38:55 +02:00
Martin Piatka
637e5a317f
tools/ipc_frame_unix: platform tmpdir macro
2022-06-24 13:38:54 +02:00
Martin Piatka
061aed4636
tools/ipc_frame: Windows socket compatibilitiy
2022-06-24 13:38:54 +02:00
Martin Piatka
c3acb76399
tools/ipc_frame_unix: Add frame writer
2022-06-24 13:38:52 +02:00
Martin Piatka
12ff07b919
tools: Add ipc frame utils
2022-06-24 13:38:20 +02:00
Martin Piatka
d1a25b588b
astat: Don't recompile every time
2022-05-27 11:34:34 +02:00
Martin Pulec
7252557eac
added small tool to measure BMD temp.
...
Most of the DeckLink devices doesn't implement this yet.
2022-05-12 11:48:18 +02:00
Martin Pulec
a8fba13593
Makefile.astat: build with c++ instead of g++
...
GCC is not always present (eg. in MSYS2 clang env).
2022-03-09 16:09:34 +01:00
Martin Pulec
f59c6e8dba
Makefile.convert: fixed misc.cpp path
2022-03-01 16:11:17 +01:00
Martin Pulec
e879f0e44b
convert tool compilation fixes
2022-02-25 12:09:22 +01:00
Martin Pulec
e6a92e2cc4
Tool convert: small improvents
...
- use $(CXX) instead of hard-codec g++ in Makefile.convert
- conversion -> list-conversions + brief usage
2021-10-14 10:31:28 +02:00
Martin Pulec
dd5e198534
tools: added README.md
2021-08-10 08:07:00 +02:00
Martin Pulec
5e768dd654
Convert tool: option to print available conversions
2021-08-09 16:39:58 +02:00
Martin Pulec
94a5e69c8d
Added command-line tool convert
2021-08-09 11:59:39 +02:00
Martin Pulec
c8a029e421
stacktrace_addr2line.sh: prettier print
...
- pretty print by default (use one line output)
- print inlines stack trace by default
- better delimit individual stack frames
2021-04-15 13:08:08 +02:00
Martin Pulec
85ecbbdfb1
Added tools/stacktrace_addr2line.sh
...
+ updated REPORTING_BUGS.md
2021-02-25 16:37:47 +01:00
Martin Pulec
7403d83ab4
Astat: fixed out-of-tree build
...
GUI is now possible to build in an out-of-tree build.
2020-04-07 13:29:24 +02:00
Martin Pulec
2a513a79b6
Fixed another bugs
...
Mainly return values checks (mostly strdup) - quite harmless but
Coverity detects that.
2019-11-20 15:54:45 +01:00
Martin Piatka
16dde14950
astat: Fix type voncersion warn
2019-07-31 11:01:03 +02:00
Martin Pulec
bffd0cd50a
Updated .gitignores
2018-10-18 16:27:42 +02:00
Martin Piatka
a023ee9a04
Astat: use CLOSESOCKET
2018-09-05 17:18:18 +02:00
Martin Piatka
2b26d7e409
GUI: Minor fixes
2018-08-31 18:09:26 +02:00
Martin Piatka
7eaf10f1ce
Astat: Windows compatibility
...
On Windows the socket library must be initialized before use
This should fix GUI vu meter on Windows
2018-08-31 17:06:10 +02:00
Martin Pulec
df6e34e75b
Astat: small fix
...
Template parameter was dubious under MSW (unable to deduce).
2018-08-22 17:10:04 +02:00
Martin Pulec
9ff309b24a
Win GUI compile fixes
2018-08-22 11:20:50 +02:00
Martin Pulec
607b88353e
GUI: Fixes for macOS
2018-08-07 13:44:42 +02:00
Martin Piatka
ddd695c355
GUI: Build astat library in tools directory
2018-08-03 10:56:47 +02:00
Martin Pulec
e9e3718ffa
Astat tool: fixed uninitialized members
2018-05-28 15:07:05 +02:00
Martin Pulec
9826374188
Added tool/library to read audio statistics
2018-04-24 09:59:32 +02:00
Martin Pulec
d58b44ff50
tools/uyvy2yuv422p: added Makefile and usage
2014-06-23 13:13:10 +02:00
Martin Pulec
73fe59fbad
utility to convert UYVY to yuv422p (Libav format)
2013-04-24 12:38:56 +02:00