Commit Graph

21 Commits

Author SHA1 Message Date
Martin Pulec
f4f4fa7a80 Testcard: accept convenient FPS+suffix format
Allow something like 'testcard:1920:1080:50i:UYVY' instead of less
convenient 'testcard:1920:1080:25:UYVY:i' (which is now deprecated).
2016-06-28 17:33:24 +02:00
Martin Pulec
a35a3b9d05 Use common type struct device_info
Use common structure to query AV devices.
2016-01-07 13:13:31 +01:00
Martin Pulec
5d55a5d2cb Testcard: fixed '-t testcard:1000:10:24:UYVY' 2015-11-19 11:51:51 +01:00
Martin Pulec
a051c99302 Testcard: compile time color spec 2015-11-05 14:57:18 +01:00
Martin Pulec
5501745173 MSW compile fix 2015-10-22 16:32:13 +02:00
Martin Pulec
83c9421b4a Fixed some Coverity issues 2015-10-19 11:31:10 +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
53a37e6f91 Testcard video capture: report unsupported codec 2015-10-01 17:16:11 +02:00
Martin Pulec
072ea8cbb5 Register modules with macro 2015-08-31 11:11:05 +02:00
Martin Pulec
2dc341d847 Video capturers: switched to new mod loading API 2015-08-31 11:11:05 +02:00
Martin Pulec
9edf2a41c9 Changed show_codec_help behavior
* do not display it for displays, since all codecs should be supported
  (from user's point of view - if some is not, it is changed in decoder)
* capturers tell which codec they actually support instead of static
  list
* added new function - get_codec_name_long() to video_codec.c that
  outputs more descriptive info about a codec than just a name
2015-08-31 11:11:05 +02:00
Martin Pulec
3c7c506f88 Testcard: fixed alpha on black strip 2015-07-31 11:32:21 +02:00
Martin Pulec
477216b900 Some messages now use logger. 2015-07-10 16:42:27 +02:00
Martin Pulec
333dc1757f MSW: fixed missing random() 2015-06-16 17:50:41 +02:00
Martin Pulec
fccba072d1 Testcard: removed extra strtok_r 2015-06-12 15:56:08 +02:00
Martin Pulec
11f43119e0 Testcard: support for white noise
+ some code cleanup
2015-06-11 17:08:01 +02:00
Martin Pulec
dceb1505d3 Testcard: fixed cmdline parameter parsing 2015-06-11 16:03:00 +02:00
Martin Pulec
a8450630b6 Testcard: option to create a blank video 2015-06-02 18:24:09 +02:00
Martin Pulec
598854030d Testcard: use 1080i50 if format not set 2015-03-31 15:25:14 +02:00
Martin Pulec
0353c717a4 Fixed also another problematic stuff (MSW)
Got rid of pthread_cond_timedwait() calls that would be used on MSW and
replaced by C++11 features.
2015-03-05 16:50:29 +01:00
Martin Pulec
3f846213b7 Testcard: small rewrite 2015-02-05 15:44:09 +01:00