Commit Graph

39 Commits

Author SHA1 Message Date
Martin Pulec
f535e886be Compress: small formatting fix 2019-11-29 17:20:04 +01:00
Martin Pulec
31d9809fcd Updated documentation
Updated authors, copyright to 3-clause BSD (where possible) and file-level Doxygen
2019-11-09 13:47:11 +01:00
Martin Pulec
75fd88c7c3 Show hidden modules when fullhelp is given
+ updated copyrights in that files
2019-11-06 15:26:17 +01:00
Martin Pulec
fffa4b801a Increase some log messages' level 2019-10-30 13:40:19 +01:00
Martin Pulec
e2848647fa Print compressed size and time in verbose mode 2019-10-11 10:21:30 +02:00
Martin Pulec
8a45c78314 Fixed warnings
- added (const char *) attribute to param_u union to avoid casting away
  const warnings
- added also (const void *) and (volatile void *) for the rest
- there was a typo in computing requested_mtu causing violating sequence
  point evaluation order
- alsa_get_pcm_state_name: added attribute unused
- audio/utils.cpp: different signdness
- audio/utils.cpp: different signdness
- split capture filter: useless dispose_frame
- video_compress: not copying whole string (with strncpy)
2019-06-14 08:55:07 +02:00
Martin Pulec
7db96528cf Name threads 2019-05-30 11:38:05 +02:00
Martin Piatka
835239498d Separate async frame and async tile APIs 2019-03-13 15:00:05 +01:00
Martin Piatka
563e6190f0 Support encoding frames with more tiles using async API 2019-03-13 10:50:06 +01:00
Martin Pulec
328decfc75 Fix of previous commit 2016-03-11 11:02:35 +01:00
Martin Pulec
5e8addd705 Control socket: report compression duration 2016-03-10 17:22:13 +01:00
Martin Pulec
fe727f8a45 Video compress hot fix 2016-02-22 17:43:08 +01:00
Martin Pulec
6badd143f5 Video compress: added Async API 2016-01-13 11:22:03 +01:00
Martin Pulec
a68f4e58bb Capabilities: print available display devices 2015-12-10 14:42:29 +01:00
Martin Pulec
201a72bb16 Video compress: use new module API 2015-09-22 17:22:41 +02:00
Martin Pulec
40abd1d403 Video compress: change API for querying caps 2015-09-18 15:27:11 +02:00
Martin Pulec
dfe499ac25 Some small fixes (GCC 5.1 warnings) 2015-09-08 17:30:55 +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
811af5881f Hd-rum-transcode: fixed crashes on exit 2014-12-02 13:15:32 +01:00
Martin Pulec
c49e0bc473 OpenSSL encryption: build as a library
+ added API for universal module
2014-10-15 15:50:25 +02:00
Martin Pulec
fec3c13a18 Rename message_queue to synchronized_queue 2014-10-09 13:53:07 +02:00
Martin Pulec
00ce812db3 Couple of small fixes (mainly leaks) 2014-10-08 17:39:04 +02:00
Martin Pulec
0a2b2af1a4 Fixed video compress reconfiguration 2014-09-27 23:35:06 +02:00
Martin Pulec
109978aa9a Changed video compress modules handling (API) 2014-09-26 16:27:02 +02:00
Martin Pulec
607d1df324 Wrap some video_frame occurences by shared_ptr
This should replace .dispose member in video_frame in future.
2014-09-24 12:36:01 +02:00
Martin Pulec
36de41ad86 Added uncompressed video to capabilities 2014-09-18 14:58:03 +02:00
Martin Pulec
5fec1a3a5b Video compress capabs: typo 2014-09-12 13:36:18 +02:00
Martin Pulec
f9319b4019 Capabilities listening: show only runable capabs 2014-09-11 12:47:02 +02:00
Martin Pulec
643cfc905b Video compress: remove unused async funcs from API 2014-09-11 11:47:31 +02:00
Martin Pulec
820b95be40 Video compress capabilities - added more info
Added information about latency and resource usage for individual
compressions.
2014-09-10 14:36:46 +02:00
Martin Pulec
66641acb78 Added --capabilities option to UltraGrid 2014-09-10 12:10:36 +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
2a818c5ce0 Video compress fix 2014-06-24 14:59:39 +02:00
Martin Pulec
497e1a72fb Yuri compatibility patches 2014-06-05 17:38:11 +02:00
Martin Pulec
ec2103099b Added video frame dispose macro 2014-02-04 13:33:36 +01:00
Martin Pulec
3826adb718 Removed FastDXT capture 2014-01-28 14:37:13 +01:00
Martin Pulec
944accef64 Video compress refactoring 2014-01-27 15:10:02 +01:00
Martin Pulec
09bad1ff4c Video compress: some API change 2013-08-13 15:21:33 +02:00
Martin Pulec
0c5f8d3518 Compress/send-pass frame through compress pipeline 2013-08-12 16:50:27 +02:00