Commit Graph

19 Commits

Author SHA1 Message Date
Martin Pulec
2e424d50ca replaced instances of color_out with color_printf
+ reindent vidcap/file help ("where" keyword)
2022-08-04 14:07:45 +02:00
Martin Pulec
a73168960f Capture filt.: added help where missing + hide some
Added usage to modules where was missing + hide some modules (preview,
none) that are not useful from command line.
2022-01-18 11:34:50 +01:00
Martin Pulec
1b2d05ce27 Capture filter: pass "" as opts if none given
Pass "" as opts if none given on command line.

This is also consistent with other parts (eg. video capture, compress)
and it reduces some complexity from modules.

Some modules needed to be fixed.
2022-01-18 10:41:37 +01:00
Martin Pulec
1b3b27eb7c Updated copyright dates for modified files 2021-11-08 15:43:14 +01:00
Martin Piatka
eab94c12c0 Remove some unused includes
Removes some unused includes reported by include-what-you-use
2021-06-08 15:22:25 +02:00
Martin Pulec
7149ebcf47 Capture filter: added simple usage 2020-05-25 08:43:29 +02:00
Martin Pulec
f5c6e8cf62 Capture filter: simplified help 2020-05-25 08:36:19 +02:00
Martin Pulec
822e8bf226 Print control help 2019-06-26 16:25:49 +02:00
Martin Pulec
0bf7a4eda3 Fixed some warnings + errors 2018-08-28 10:08:42 +02:00
Martin Pulec
20c6972c8f Capture filter + vo_postprocess: updated APIs 2015-10-20 16:51:55 +02:00
Martin Pulec
5c5e21ebab Small changes 2015-09-21 14:38:30 +02:00
Martin Pulec
072ea8cbb5 Register modules with macro 2015-08-31 11:11:05 +02:00
Martin Pulec
2cc6aab0e2 Added possibility to send message synchronously
+ in capabilities list, given bitrate is computed according to the
  detected capture format (provided that '-t' argument is given)
2015-08-25 17:05:23 +02:00
Martin Pulec
f738f5f2b7 Module registration: require (const void *) instead of (void *) for metadata 2015-08-19 09:53:10 +02:00
Martin Pulec
a60b9d2cbb Blank cap. filt.: use scaling instead of black
It is not so disturbing at the picture. Black can still be enabled with
":black" option.
2015-07-07 17:23:49 +02:00
Martin Pulec
e6583622cc Some functions' rename 2014-10-15 16:01:45 +02:00
Martin Pulec
32f7932a25 Capture filters: switched to universal library 2014-10-15 15:54:44 +02:00
Martin Pulec
06d89598fa Fixed some Coverity reported errors
These Coverity errors should be fixed (mostly classified as High
Impact Outstanding by Coverity):
53922, 53923, 53935, 53938, 53945, 53963, 53974, 53976, 53978, 53979,
53980, 53981, 53982, 53988, 53990, 53991, 53993, 53994, 53995, 53998,
54000, 54002, 54004, 54008, 54010, 54013, 54016, 54018, 54020, 54022,
54024, 54025, 54027, 54028, 54030, 54031, 54032, 54033, 54034, 54035,
54036, 54038, 54039, 54041, 54043, 54047, 54048, 54050, 54053, 54054,
54055, 54056, 54062, 54064, 54065, 54067, 54071, 54072, 54074, 54075,
54076, 54081, 54087, 54088, 54089, 54091, 54093, 54096, 54097, 54103,
54104, 54106, 54109, 54111, 54112, 54114, 54117, 54119, 54120, 54121,
54125, 54126, 54129, 54130, 54132, 54133, 54136, 54137, 54140, 54145,
54146, 54149, 54150, 54151, 54153, 54154, 54156, 54157
2014-09-08 15:29:02 +02:00
Martin Pulec
cd698268d5 Move resize capture filter into separate libarary 2014-07-25 12:40:24 +02:00