Files
UltraGrid/tools
Martin Pulec 7cd99c6a68 moved from planar conversions from pixfmt_conv
removed all ad hoc optimizations:
- -Ofast - removed by context (pixfmt_conv compiles with), _but_ see
previous commit - even in pixfmt_conv it was not actually used
- remove ALWAYS_INLINE + OPTIMIZED_FOR - from measurements it doesn't
seem to make some difference
2026-02-25 16:52:43 +01:00
..
2025-03-13 09:14:35 +01:00
2022-06-29 15:15:42 +02:00
2022-06-29 15:15:42 +02:00
2025-03-13 09:14:35 +01:00
2022-08-17 17:27:43 +02:00

Miscellaneous tools and utilities for UG

Astat

Sample application demonstrating parsing audio volume statistics from the control port.

Not useful alone.

Convert

Command-line tool providing UltraGrid pixel format conversions from command-line.

stacktrace_addr2line.sh

Shell tool to parse UltraGrid stack trace (produced when UG crashes).

uyvy2yuv422p

Simple conversion from UYVY to planar YUV 4:2:2 (i422) utilized eg. by FFmpeg.

ipc_frame

Structures and functions to hold and parse video frames when transferring between ultragrid and some other process through the unix_socket display for example.