Commit Graph

2333 Commits

Author SHA1 Message Date
Martin Pulec
871a088d4c Video decoder: fill tile::data_len with actual val
Fill length of video_frame before display_put_frame().
2015-12-01 15:38:24 +01:00
Martin Pulec
b8a1e9e01b Resize: allow override interlacing 2015-11-30 16:35:03 +01:00
Martin Pulec
e5bc0a2926 Improved documentation 2015-11-27 11:36:53 +01:00
Martin Pulec
2e5385d544 Import: small fix 2015-11-20 17:58:44 +01:00
Martin Pulec
5d55a5d2cb Testcard: fixed '-t testcard:1000:10:24:UYVY' 2015-11-19 11:51:51 +01:00
Martin Pulec
56896c46b0 Don't segv on '--capture-filter text:help' 2015-11-18 09:48:44 +01:00
Martin Pulec
b1da9539dc Pipe: fill dispose member
Caused leaks in hd-rum-transcoder because capture filter was not calling
vf_free but video_frame::dispose on frame (empty then).
2015-11-16 00:05:29 +01:00
Martin Pulec
fa72763d07 Pbuf: modify stats reporting a bit 2015-11-13 21:44:08 +01:00
Martin Pulec
3e941ce270 Dshow: continue over errors in show_help() 2015-11-13 14:57:19 +01:00
Martin Pulec
61120e83e0 Hd-rum-decoder: fixed NULL returned from capture filter 2015-11-10 17:08:27 +01:00
Martin Pulec
7a20056641 Select RX/TX protocol by name with --protocol param
This replaces -S/-i command-line switches.
2015-11-09 16:50:18 +01:00
Martin Pulec
322462c8de Video RXTX - identify by name 2015-11-09 15:38:21 +01:00
Martin Pulec
03597797f0 Small fix 2015-11-09 15:38:14 +01:00
Martin Pulec
a051c99302 Testcard: compile time color spec 2015-11-05 14:57:18 +01:00
Martin Pulec
25c8e5a5b7 Fixed integer overflow 2015-11-04 14:58:43 +01:00
Martin Pulec
dca69d802d Fixed some warning 2015-10-30 11:13:47 +01:00
Martin Pulec
98e0ca3cf4 Fixed hd-rum-transcode 2015-10-29 16:02:08 +01:00
Martin Pulec
6e968a1431 Video RXTX: use new module API 2015-10-27 13:10:54 +01:00
Martin Pulec
a4656f840a Allow --audio-delay to be negative 2015-10-27 12:18:06 +01:00
Martin Pulec
e02bd1f556 Added mirror capture filter 2015-10-26 16:23:08 +01:00
Martin Pulec
2989cdef47 Flip+grayscale: dummy state should be static 2015-10-23 16:55:30 +02:00
Martin Pulec
78aedb0e26 Added flip capture filter 2015-10-23 16:51:01 +02:00
Martin Pulec
5501745173 MSW compile fix 2015-10-22 16:32:13 +02:00
Martin Pulec
18b9773652 Text capture filter: missing frame dispose 2015-10-21 15:28:33 +02:00
Martin Pulec
9d1d1237c8 Added grayscale capture filter 2015-10-21 13:01:04 +02:00
Milos Liska
b02721c429 Minor help formating fix 2015-10-20 16:58:34 +02:00
Martin Pulec
20c6972c8f Capture filter + vo_postprocess: updated APIs 2015-10-20 16:51:55 +02:00
Martin Pulec
8b14e47270 Error if unmatched --capture-filter parameter 2015-10-20 16:37:34 +02:00
Martin Pulec
a02f1dbed5 Added text capture filter: a wrapper around PP 2015-10-20 16:33:24 +02:00
Martin Pulec
e7a77cb385 Video postprocess: use new module API 2015-10-20 15:29:34 +02:00
Martin Pulec
61e9706815 Hd-rum-transcode: allocate buffers individually 2015-10-19 16:52:13 +02:00
Martin Pulec
83c9421b4a Fixed some Coverity issues 2015-10-19 11:31:10 +02:00
Martin Pulec
b8f764e5dd OS X compile fixes 2015-10-19 08:53:29 +02:00
Martin Pulec
87478f4647 Improved previous commit
Do not allow new buffer if recvfrom() failed.
2015-10-09 22:50:03 +02:00
Martin Pulec
20f840b9f1 RTP UDP: fixed when recvfrom() return <= 0 2015-10-09 22:11:24 +02:00
Martin Pulec
c2a126dadb RTP UDP [MSW]: do not print WSAECONNRESET errors 2015-10-09 15:45:28 +02:00
Martin Pulec
4528da21c6 Vidcap: warn about unsupported SDI audio
Warn if use wants embedded/analog/AESEBU audio from vidcap that doesn't
support it.
2015-10-07 14:55:56 +02:00
Martin Pulec
e10e1ac9f0 Video decoder: improved missing frames reporting
Count one for reordered frames.
2015-10-06 16:52:57 +02:00
Martin Pulec
bb93bb49da Hot fixed video decoder 2015-10-06 16:50:53 +02:00
Martin Pulec
0473fd7930 Text video postprocess: small fixes 2015-10-06 11:00:18 +02:00
Martin Pulec
53a37e6f91 Testcard video capture: report unsupported codec 2015-10-01 17:16:11 +02:00
Martin Pulec
6300605a7b Text video postprocess: do not use fixed size box 2015-10-01 17:15:26 +02:00
Martin Pulec
86e0e0c61a Text postprocess: fixed thread issues 2015-09-29 11:21:01 +02:00
Martin Pulec
148b14948b Text postprocessor: be more verbose 2015-09-29 11:04:12 +02:00
Martin Pulec
55af26e29d Fixed anothher leak in text postprocess 2015-09-29 10:55:57 +02:00
Martin Pulec
dac9b256de Fixed leak in text postprocess + outline 2015-09-29 10:25:28 +02:00
Martin Pulec
e9357054d9 Fixed again 2015-09-29 09:19:29 +02:00
Martin Pulec
982f9ba9b4 Fix of previous commit 2015-09-29 09:17:25 +02:00
Martin Pulec
0f44ac9b5a Added text postprocessor
This needs to be refined a lot.
2015-09-29 09:10:52 +02:00
Martin Pulec
51b552a88f Fixed '-p help' crash 2015-09-28 17:53:30 +02:00