Maxim Devaev
2e88fb9294
Bump version: 6.34 → 6.35
2025-03-08 20:16:11 +02:00
Maxim Devaev
d68f8e6d86
added missing formats
2025-03-08 20:14:17 +02:00
gudvinr
b380beba6d
Add GREY pixelformat ( #171 )
...
Fixes #170
Monochrome cameras send only Y component of YUV image
2025-03-08 20:01:49 +02:00
Maxim Devaev
3a06a484ce
Bump version: 6.33 → 6.34
2025-03-05 17:34:18 +02:00
Maxim Devaev
f2dd9c3c5a
pikvm/ustreamer#306 : Added ifdef for linux
2025-02-28 22:24:31 +02:00
Maxim Devaev
029440cf82
Bump version: 6.32 → 6.33
2025-02-24 18:47:04 +02:00
Maxim Devaev
83127e58ff
Bump version: 6.31 → 6.32
2025-02-24 05:19:22 +02:00
Maxim Devaev
602c1747d5
Bump version: 6.30 → 6.31
2025-02-08 15:46:31 +02:00
Maxim Devaev
dd7701be38
Bump version: 6.29 → 6.30
2025-02-08 13:03:01 +02:00
Maxim Devaev
b2d1a5612d
manual WITH_PDEATHSIG
2025-02-08 01:56:59 +02:00
Maxim Devaev
b70ed98af9
Bump version: 6.28 → 6.29
2025-02-03 08:55:13 +02:00
Maxim Devaev
fe86997d08
Bump version: 6.27 → 6.28
2025-01-28 15:59:57 +02:00
Maxim Devaev
df39b824c6
refactoring
2025-01-27 06:32:26 +02:00
Sam Listopad
db297db52e
Add Support for YUV420 and YVU variants. ( #276 )
...
* Add Support fo YUV420 and 410 and YVU variants.
* Add new formats to the help messaging
* Remove YUV410 supprt since M2M encoder on Pi cannot convert it
* Cleanups requested by @mdevaev
* Change to use u8 per @mdevaev
2025-01-27 06:14:18 +02:00
Maxim Devaev
ddec4e8478
Bump version: 6.26 → 6.27
2025-01-21 05:44:36 +02:00
Maxim Devaev
270d3ae3a9
Bump version: 6.25 → 6.26
2025-01-20 16:41:44 +02:00
Maxim Devaev
b1e7c82131
Bump version: 6.24 → 6.25
2025-01-20 00:23:11 +02:00
Maxim Devaev
37e79995fe
Bump version: 6.23 → 6.24
2025-01-19 18:19:30 +02:00
Maxim Devaev
80ffc8b2bd
Bump version: 6.22 → 6.23
2025-01-17 20:53:21 +02:00
Maxim Devaev
29c98e3908
Bump version: 6.21 → 6.22
2025-01-13 17:17:27 +02:00
Maxim Devaev
a727c9b7c5
Bump version: 6.20 → 6.21
2024-12-27 05:22:35 +02:00
Maxim Devaev
4e4ae21a83
Bump version: 6.19 → 6.20
2024-12-26 04:31:23 +02:00
Maxim Devaev
c404c49c6d
Bump version: 6.18 → 6.19
2024-12-26 04:09:49 +02:00
Maxim Devaev
c848756d53
Bump version: 6.17 → 6.18
2024-11-29 22:26:02 +02:00
Maxim Devaev
740e09c70d
Bump version: 6.16 → 6.17
2024-11-07 12:38:32 +02:00
Maxim Devaev
1f96925181
Bump version: 6.15 → 6.16
2024-09-11 01:09:17 +03:00
Maxim Devaev
6f8e8205b3
Bump version: 6.14 → 6.15
2024-09-06 22:21:34 +03:00
Maxim Devaev
5f932d862b
Small refactoring of #289 + manpage
2024-09-06 20:40:23 +03:00
zefir-o
590a73f9ec
Add option to which allows to handle truncated frames. ( #289 )
...
Extension of c96559e4ac .
Some cheap Chinise cameras produces frames which are detected as 'broken'. However they
are later handled well.
Introduce an option which allows disable the check on demand.
2024-09-06 19:32:48 +03:00
Maxim Devaev
79bbafdc98
Bump version: 6.13 → 6.14
2024-09-04 18:56:32 +03:00
Maxim Devaev
de8cb85605
Bump version: 6.12 → 6.13
2024-08-16 07:07:54 +03:00
Maxim Devaev
000be92a0b
lint fix
2024-08-16 07:04:21 +03:00
yuri@FreeBSD
dcddfddf56
Fix crash on FreeBSD due to incorrect thr_self system call invocation ( #285 )
...
The correct signature is:
int thr_self(long *id);
It was called as thr_self() which caused memory corruption.
2024-08-16 06:38:07 +03:00
Maxim Devaev
25d87d5fa8
Bump version: 6.11 → 6.12
2024-05-16 00:13:24 +03:00
Maxim Devaev
353e58d7ca
fix
2024-05-16 00:00:10 +03:00
Fabrice Fontaine
6c24c9ea61
src/libs/types.h: include sys/types.h ( #273 )
...
Include sys/types.h to avoid the following uclibc build failure since
version 5.52 and
2d6716aa47 :
In file included from libs/base64.h:25,
from libs/base64.c:23:
libs/types.h:30:9: error: unknown type name 'ssize_t'
30 | typedef ssize_t sz;
| ^~~~~~~
Fixes:
- http://autobuild.buildroot.org/results/24498049d7beb4afaaf9f9a0c2fc0bcd26a3ee04
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
2024-05-15 20:56:49 +03:00
Maxim Devaev
dfeefe5a1c
Bump version: 6.10 → 6.11
2024-04-05 19:31:57 +03:00
Maxim Devaev
aae090ab4e
list: clean next pointer on append
2024-04-05 19:29:13 +03:00
Maxim Devaev
fab4c47f17
list: clean prev/next pointers on remove
2024-04-05 17:48:26 +03:00
Maxim Devaev
9ec59143dd
Bump version: 6.9 → 6.10
2024-04-01 22:03:40 +03:00
Maxim Devaev
074ce86f67
using fps_meta instead of flags
2024-04-01 00:12:42 +03:00
Maxim Devaev
b8b67de5cf
mutexless fpsi at all
2024-03-31 17:33:51 +03:00
Maxim Devaev
5f3198e72f
sort of fps reset
2024-03-30 21:37:13 +02:00
Maxim Devaev
3a3889d02c
fpsi: mutexless mode
2024-03-30 19:34:43 +02:00
Maxim Devaev
88203f9c53
fix
2024-03-30 19:05:59 +02:00
Maxim Devaev
24aca349a3
we don't need us_fpsi_reset() anymore
2024-03-30 19:05:15 +02:00
Maxim Devaev
14e9d9f7af
fps -> fpsi, store frame meta
2024-03-30 15:35:14 +02:00
Maxim Devaev
580ca68291
US_FRAME_META_DECLARE
2024-03-30 13:13:17 +02:00
Maxim Devaev
37f3f093dc
simplified list declaration
2024-03-30 13:07:20 +02:00
Maxim Devaev
70fa6548fe
common fps counter
2024-03-30 12:15:59 +02:00