Martin Pulec
3036c48c8b
WAV reader: reflect CID 401447
...
+ rename function
+ documentation
2022-10-20 14:14:45 +02:00
Martin Pulec
05aea72a3c
moved some functions from misc to text
...
moved text-related functions from utils/misc to utils/text
2022-10-13 09:16:16 +02:00
Martin Pulec
17056959f6
dummy: documentation
...
+ added indent_paragraph function
2022-10-13 09:16:07 +02:00
Martin Pulec
7d62474c77
print_module_usage: align key to right
...
It perhaps looks better to avoid potentially huge spaces between option
and description.
2022-10-12 12:05:24 +02:00
Martin Pulec
4cc08d18f2
unit_evaluate_dbl: check if a number was given
2022-10-05 16:24:25 +02:00
Martin Pulec
8f677978eb
unit_evaluate_dbl: accept also <1 SI suffixes
2022-10-05 16:24:24 +02:00
Martin Pulec
ca0ec1f2b6
print_module_usage fullhelp support
...
Added support for optional parameters that are shown only with
":fullhelp".
+ use it in Syphon
+ Doxygen documentation
2022-10-04 11:03:07 +02:00
Martin Pulec
e0816158cc
fixed another macOS warnings
2022-10-03 16:01:57 +02:00
Martin Pulec
d6d51df3a8
audio capture: color usage
...
+ created a generic function for usage printout
2022-09-13 16:36:34 +02:00
Martin Pulec
faa1afb720
added some missing includes
...
Added includes that are missing if config.h was not included.
2022-08-17 17:27:43 +02:00
Martin Piatka
c63412767b
misc: tokenize(): Support for delimiter escaping
2022-08-16 09:56:32 +02:00
Martin Pulec
517c27fa18
format_in_si_units: don't take parameter suffix
...
This is perhaps unneeded -- caller can append the units by itself.
2022-07-29 11:48:48 +02:00
Martin Pulec
c69fd8a076
lavc: print bitrate using SI-prefix
...
With SI-prefix, the value is human readable.
2022-07-29 10:53:30 +02:00
Martin Pulec
5ca1ed3730
RTSP cap.: get rid of glib dependency
...
It was needed only for base64 decode, which is perhaps needless
overhead.
2022-05-02 16:12:32 +02:00
Martin Pulec
e879f0e44b
convert tool compilation fixes
2022-02-25 12:09:22 +01:00
Martin Pulec
f62e04d15f
fixed replace_all()
...
In response to Coverity CID 383367 - it is perhaps false positive but
there has been another small bug - the step should be length of to, not
from (which may be longer).
+ written a test for it
2022-02-21 15:32:00 +01:00
Martin Pulec
eae4c79844
DeckLink disp.: set signal as progressive (not-PsF)
...
Set signal as progressive (not-PsF) by default - previously the value
was not touched which may be a bit misleading when DeckLink outputs
actually interlaced signal.
Issue warning that the option is set and keep user opt out from setting
this value.
2022-01-20 09:27:30 +01:00
Martin Piatka
2bab7f22ac
utils/misc: Add string_view tokenizer
...
Useful as a C++ non-destructive replacement for strtok
2021-12-20 16:14:25 +01:00