Commit Graph

1493 Commits

Author SHA1 Message Date
Martin Pulec
da1e0f28f2 Main: added --rtsp-server deprecation warning
+ renamed h264_std protocol to rtsp
2016-02-01 15:39:50 +01:00
Martin Pulec
0268fe518c Audio playback: improved documentation 2016-02-01 15:24:21 +01:00
Martin Pulec
3fc6715204 ALSA play.: CC3000e hack 2016-02-01 11:50:35 +01:00
Martin Pulec
07fa608501 Audio, ALSA: colorized warnings 2016-02-01 10:37:49 +01:00
Martin Pulec
4fa90b6ac1 Lavc: allow arbitrary option to be passet to coder 2016-01-28 19:17:03 +01:00
Martin Pulec
efd11441a9 Lavc: removed intra refresh for NVENC
Now, intra refresh is enabled only for libx264/libx265 since libavcodec
doesn't populate this setting to the real encoder.
2016-01-28 16:23:41 +01:00
Martin Pulec
d005105e7a Lavc: remove some duplicite code 2016-01-28 15:23:29 +01:00
Martin Pulec
1fca971de0 Lavc: initial support for QSV 2016-01-26 16:04:46 +01:00
Martin Pulec
a710185678 Do not abort when receiver change failed 2016-01-26 11:19:57 +01:00
Martin Pulec
93e1636694 Control socket: small fixes
+ be more verbose about errors
2016-01-26 11:16:31 +01:00
Martin Pulec
f584acc254 dshow: include devices in capabilities 2016-01-19 16:11:55 +01:00
Martin Pulec
9f0e8d4c47 DeckLink: correctly uninitialize COM 2016-01-19 16:04:37 +01:00
Martin Pulec
bed4841067 DeckLink display: small improvement 2016-01-18 17:01:46 +01:00
Martin Pulec
53e11955e9 x11_common: removed some unused code 2016-01-18 15:22:39 +01:00
Martin Pulec
92609804c7 Video_rxtx: hide start() to factory 2016-01-18 11:55:37 +01:00
Martin Pulec
4811883e9c Some cleanups 2016-01-18 11:30:19 +01:00
Martin Pulec
17625d8b66 Main: small cleanup (preinit and atexit) 2016-01-15 15:54:44 +01:00
Martin Pulec
4a978beb2c JPEG: support for multiple GPUs
Requires new GPUJPEG.
2016-01-15 15:36:44 +01:00
Martin Pulec
18e6e42c65 Display: do not put frame if disp not started 2016-01-13 18:43:53 +01:00
Martin Pulec
4ae17a2085 Created common_preinit() for common setup 2016-01-13 18:11:14 +01:00
Martin Pulec
6badd143f5 Video compress: added Async API 2016-01-13 11:22:03 +01:00
Martin Pulec
b51f132fb5 Capabilities: sleep 100 ms between queries 2016-01-07 16:25:21 +01:00
Martin Pulec
34703a2dfc Build fixes 2016-01-07 15:33:41 +01:00
Martin Pulec
bc7ebcd380 Capabilities: query in 100 ms interval 2016-01-07 15:25:02 +01: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
ecaa1c9c13 Print audio playback devices in capabilities 2016-01-07 12:54:18 +01:00
Martin Pulec
31ffb44ea0 Print audio capturers in capabilities 2016-01-06 18:13:02 +01:00
Martin Pulec
054ab2a0fa AJA cap.: fixed 4K, support for source selection 2016-01-06 12:27:22 +01:00
Martin Pulec
d0f914a688 Colorize output also on linux VT 2016-01-05 09:06:52 +01:00
Martin Pulec
226b48ef00 Control socket: added "mute" command 2015-12-21 13:34:35 +01:00
root
0fddaf1a5d AJA: initial support for 4K 2015-12-18 18:26:10 +01:00
Martin Pulec
573ca2428b Libavcodec: small fix 2015-12-15 16:58:28 +01:00
Martin Pulec
589ca73c95 Improved some documentation 2015-12-14 17:50:27 +01:00
Martin Pulec
5f103459fa Cleaned warnings 2015-12-14 17:01:04 +01:00
Martin Pulec
f847964604 Video frame: get rid of some members
Get rid of some H.264 related members. Some of them were not used,
others were not so generic. If needed, it can still be readded, but
preferably in a more generic way.
2015-12-14 15:38:14 +01:00
Martin Pulec
d3b42148af Decklink cap.: offer different inputs in probe 2015-12-10 17:53:26 +01:00
Martin Pulec
68c64909d9 Use consistent name for device indexing
Use "device=<idx>" for most drivers.
2015-12-10 15:34:32 +01:00
Martin Pulec
a68f4e58bb Capabilities: print available display devices 2015-12-10 14:42:29 +01:00
Martin Pulec
b7127d43b5 Decklink: MSW compilation fix 2015-12-09 17:33:11 +01:00
Martin Pulec
f739e35d81 Decklink: move common parts to shared source 2015-12-09 17:18:53 +01:00
Martin Pulec
ac54959fcd GL: some fixes 2015-12-09 12:20:47 +01:00
Martin Pulec
f6b3f93b8d Video decoder: fill tile::data_len again
This should not crash any more with fix from previous commit.
2015-12-08 20:04:45 +01:00
Martin Pulec
a83f65b7e0 Fixed incorrectly passed forked display to decoders 2015-12-08 19:55:56 +01:00
Martin Pulec
67d255b788 Video decoder: some rename 2015-12-04 19:00:34 +01:00
Martin Pulec
38eee4f126 Revert "Video decoder: fill tile::data_len with actual val"
This reverts commit 871a088d4c.
2015-12-04 10:46:38 +01:00
Martin Pulec
caa00724ce Video codec: set nonzero bps for all codecs
Set nonzero bps even for compressed codecs to avoid divison by zero in
video decoder.
2015-12-03 15:57:47 +01:00
Martin Pulec
2faf581a7d Video decoder: fill tile::data_len only if relevant
Fill tile::data_len only when not decompressing video.
2015-12-03 11:34:29 +01:00
Martin Pulec
7b5be8869a Fixed previous commit 2015-12-02 17:08:04 +01:00
Martin Pulec
e32b93cb29 Support for recv audio volume to control socket 2015-12-02 15:39:46 +01:00
Martin Pulec
c0a5ce56ff Decklink cap.: added input conversion 2015-12-02 11:51:36 +01:00