Maxim Devaev
740e09c70d
Bump version: 6.16 → 6.17
2024-11-07 12:38:32 +02:00
Maxim Devaev
e030479aae
lint fixes
2024-11-07 12:36:16 +02:00
Maxim Devaev
4db730abd9
fixed missing argument
2024-11-07 12:24:05 +02:00
Frank Müller
79020143c7
scale the blank image for NO SIGNAL to the resolution in the options
2024-11-07 12:06:35 +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
fcecc12229
Revert "refactoring"
...
This reverts commit 3e228c1fb8c1f5999bbb062ec76b2d4dc77fc039.
2024-09-04 18:34:41 +03:00
Maxim Devaev
3e228c1fb8
refactoring
2024-09-04 15:49:55 +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
18038799f0
reworked pool logic
2024-04-05 19:21:42 +03:00
Maxim Devaev
fab4c47f17
list: clean prev/next pointers on remove
2024-04-05 17:48:26 +03:00
Maxim Devaev
c40b3ee225
refactoring
2024-04-04 23:25:06 +03:00
Maxim Devaev
fca69db680
us_workers_pool_wait() without side effect
2024-04-04 23:21:34 +03:00
Maxim Devaev
0d974a5faf
refactoring
2024-04-04 19:37:03 +03:00
Maxim Devaev
1ed39790ba
use JCS_EXT_BGR on libjpeg-turbo
2024-04-04 15:20:16 +03:00
Maxim Devaev
75a193f997
syntax fix
2024-04-04 03:58:45 +03:00
Maxim Devaev
65c652e624
encoder: removed cpu_forced logic
2024-04-04 03:44:20 +03:00
Maxim Devaev
ae2f270f50
refactoring
2024-04-04 02:36:28 +03:00
Maxim Devaev
0a639eabca
deprecated noop jpeg encoder
2024-04-03 20:23:35 +03:00
Maxim Devaev
9ec59143dd
Bump version: 6.9 → 6.10
2024-04-01 22:03:40 +03:00
Maxim Devaev
e059a21ef9
refactoring
2024-04-01 21:40:51 +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
a9e0cb49e9
h264 and drm statistics in http
2024-03-30 17:48:15 +02:00
Maxim Devaev
4ec3f11935
refactoring
2024-03-30 16:10:46 +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
Maxim Devaev
f8a703f166
refactoring
2024-03-29 22:58:07 +02:00
Maxim Devaev
3f69dd785f
fix
2024-03-29 15:41:54 +02:00
Maxim Devaev
8e6c374acf
refactoring
2024-03-29 15:36:43 +02:00
Maxim Devaev
caf9ed7bfe
refactoring
2024-03-29 03:34:35 +02:00
Maxim Devaev
94b1224456
fix
2024-03-29 02:24:36 +02:00
Maxim Devaev
e0f09f65a1
new macro US_ONCE_FOR()
2024-03-29 01:02:40 +02:00
Maxim Devaev
4e1f62bfac
refactoring
2024-03-29 00:13:08 +02:00