Martin Pulec
fe7cd6b64e
Dump: do not create a dir (created by export)
2020-07-09 13:34:12 +02:00
Martin Pulec
54c1678b7a
Export: fixed a typo
2020-07-09 13:34:03 +02:00
Martin Pulec
56c426929f
Testcard: added gradient pattern
2020-07-09 09:52:26 +02:00
Martin Pulec
25ef70cd2e
Fixed a typo
2020-07-08 16:12:10 +02:00
Martin Pulec
7a7cb358c5
Lavc: more clear message when codec and encoder doesn't match
2020-07-08 16:12:10 +02:00
Martin Pulec
3c568f115b
Testcard: refactorize a bit
2020-07-08 14:26:24 +02:00
Martin Pulec
72ab7a758a
Fixed ug_runtime_error.hpp rename
2020-06-30 12:13:27 +02:00
Martin Pulec
8ad4116c4c
Updated splashscreen to 1.6
2020-06-30 11:37:24 +02:00
Martin Pulec
055483276c
--param decoder-use-codec help
2020-06-29 14:15:07 +02:00
Martin Pulec
b02ba41e9c
UltraGrid RTP: init fixes for shared decoder
2020-06-29 13:40:29 +02:00
Martin Pulec
bf7fb0069a
Improved yuv444p10le_to_rgb24/32
...
Fixed RGB shifts for RGBA and process in one step only.
2020-06-29 12:42:02 +02:00
Martin Pulec
53d6bf1121
Fixed vc_copylineUYVYtoRGBA
2020-06-29 10:16:44 +02:00
Martin Pulec
c66ebcfbf0
Dummy disp.: fixed rgb_shift parsing
2020-06-29 10:14:29 +02:00
Martin Pulec
7f21b30451
Lavd: added lavd-thread-count option
2020-06-25 16:21:18 +02:00
Martin Pulec
64f4b8ca95
DELTACAST: check API version
2020-06-25 14:42:46 +02:00
Martin Pulec
cc99e4cb3d
DELTACAST: compat with SDK < 6.14
2020-06-25 14:42:31 +02:00
Martin Pulec
22da4e122b
Logger: suppress some clang-tidy warning
2020-06-25 14:19:57 +02:00
Martin Pulec
91ddb1c58e
RTP: small typo
2020-06-24 14:27:01 +02:00
Martin Pulec
88a1ce560c
DELTACAST DV: updated to 6.14 API
2020-06-24 14:27:01 +02:00
Martin Pulec
843d7bebe1
Gamma: allow depth conversion
2020-06-24 14:17:44 +02:00
Martin Pulec
649f615dfb
Resize: fixed a c&p error causing a crash
2020-06-24 09:14:22 +02:00
Martin Pulec
3fe99ab168
Lavc: set intra-refresh also for libx264rgb
...
+ ensure (assert) that intra-refresh is set (unless disabled)
2020-06-22 09:02:44 +02:00
Martin Pulec
fc118e071d
Switcher: added fallback option
2020-06-18 15:27:07 +02:00
Martin Pulec
1890a69527
LDGM: success of decoding is indicated by non-0 len
...
LDGM always returns a pointer to buffer but sets zero length when
decoding was unsuccessful. Obviously the zero lenght cannot be taken as
a legitimate value then.
2020-06-18 09:38:57 +02:00
Martin Pulec
563e64106d
Lavc: fixed incorrectly set intra-refresh for libx264
...
For x264, intra-refresh option was not set at all. Instead it was set
for x265 which doesn't support it in this way.
2020-06-17 15:48:16 +02:00
Martin Pulec
70cf9da646
Fixed 219459aa (previous commit)
2020-06-17 15:27:32 +02:00
Martin Pulec
219459aa5d
Lavc: allow codec option listing
2020-06-16 15:08:19 +02:00
Martin Pulec
0c0d374469
Lavc: do not crash when codec was not opened
...
Do not crash when codec was not opened but we have swscale.
2020-06-16 10:35:57 +02:00
Martin Pulec
03bf962ef9
Video compress: slight docu update
2020-06-16 08:26:15 +02:00
Martin Pulec
bf7afcd0b2
h264_sdp: fixed a typo
2020-06-15 13:22:49 +02:00
Martin Pulec
aaa7356baf
SDP: added autorun option
2020-06-14 14:25:47 +02:00
Martin Pulec
6e25b47a69
SDP: support for undefined IP version
2020-06-12 14:52:36 +02:00
Martin Pulec
0c0996b1d0
get_local_addresses: AF may be also different than AF_INET/AF_INET6
2020-06-12 14:47:11 +02:00
Martin Pulec
7a68e8722d
SDP/HTTP: provide security.txt and robots.txt
2020-06-12 11:40:23 +02:00
Martin Pulec
1603edd1c8
Added deinterlace as a capture filter
2020-06-12 10:23:28 +02:00
Martin Pulec
c949fa3d06
DeckLink cap.: limit audioPackets queue
...
+ process_new_audio_packets - reindent
+ free unused audio packets in cleanup
+ fixed clang-tidy warning
2020-06-12 09:38:22 +02:00
Martin Pulec
c47eef2d19
Removed sdp_global variable
2020-06-11 14:49:49 +02:00
Martin Pulec
b67a4a3994
SDP: updates
...
- option to specify file (or disable)
- always use the generated SDP (do not read any file)
- return the SDP on every HTTP request
2020-06-11 10:25:01 +02:00
Martin Pulec
14b9a7c151
Main: case insensitive proto comparison
2020-06-10 15:56:46 +02:00
Martin Pulec
91a2769f3e
Fixed commit 3657dcaa2
2020-06-10 11:52:04 +02:00
Martin Pulec
5b0a9c6a57
Compilation fix when there is not swscale
2020-06-09 18:49:58 +02:00
Martin Pulec
e81ea542f6
Win: fixed warnings
2020-06-09 15:26:42 +02:00
Martin Pulec
48895b0783
ADD_TO_PARAM: salt is no longer needed
...
UNIQUE_NAME is used instead of the salt
2020-06-09 14:02:37 +02:00
Martin Pulec
3657dcaa2c
Capture: print dev name in FPS status
2020-06-09 12:25:51 +02:00
Martin Pulec
0e4092bd5d
JACK: use logger
2020-06-09 11:21:57 +02:00
Martin Pulec
cea0bc4f36
Dummy display: added opts for codec and rgb-shifhs
2020-06-09 11:21:50 +02:00
Martin Pulec
883c0a5904
--param lavc-use-codec: updated help
2020-06-08 10:30:51 +02:00
Martin Pulec
623e9c4c2c
Cineform dec.: removed unused parameter
2020-06-08 10:30:51 +02:00
Martin Pulec
35c24046b8
Added hints for params decoder-use-codec and force-lavd-decoder
2020-06-08 10:30:45 +02:00
Martin Pulec
6d038a06dd
Lavc: print swscale presence
2020-06-08 10:29:24 +02:00