Dan Dennedy
31efba74b2
Fix configuring with CMake version 4
...
See https://cmake.org/cmake/help/latest/release/4.0.html#deprecated-and-
removed-features
> Compatibility with versions of CMake older than 3.5 has been removed.
2025-04-07 14:26:17 +02:00
Brian Matherly
2328ce3802
Add vsync option to nosync0r filter
2025-02-06 04:42:33 +01:00
IOhannes m zmölnig
8bf0322bdc
Make sure that CFLAGS from the cmdline are honoured
...
Origin: Debian
Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
Forwarded: no
Last-Update: 2025-01-11
Last-Update: 2025-01-11
Gbp-Pq: Name apply_CFLAGS.patch
2025-01-12 06:21:31 +01:00
Johann
9178c72e59
mirr0r filter added ( #196 )
...
* mirr0r filter added
* removed redundant and unused includes
* Using Cairo graphics library
* fixed parameters range
* Clear the screen before drawing, to avoid problems with image sources with transparency.
* Remove unused import
2024-11-15 11:20:44 +01:00
Jaromil
475c9a409b
update authors
2024-11-10 18:22:41 +01:00
erik Beck
b528b26fd4
Adding Euclid Eraser to mixer2
2024-09-04 09:28:08 +02:00
Dan Dennedy
bc7d7a3ccc
fix GitHub vulnerability in download-artifact
...
CVE-2024-42471
2024-09-03 16:29:41 -07:00
Raphael Graf
cbb507dbbc
Fix cast to bool type in get_param_value()
2024-07-22 17:36:42 +02:00
Ajrat Makhmutov
e7fa53f312
Move the auxiliary libraries to a separate directory
...
This is necessary in order to avoid clogging the system
directory. It will also be easier to put these libraries
in a separate distribution package.
2024-07-22 17:28:47 +02:00
Ajrat Makhmutov
06870b4298
fix CMakeLists.txt: install all headers from the include dir
2024-07-22 17:28:47 +02:00
Jaromil
cdeddc7553
update node in github actions for semver
v2.3.3
2024-06-07 11:00:56 +02:00
esmane
7f0c0a5dfc
fix: reduce dust effect on Windows
...
on Windows RAND_MAX is only 32,767.
2024-06-03 12:43:16 +02:00
esmane
d25ef65a9b
use fabs and CLAMP0255 instead of custom functions
2024-06-03 12:43:16 +02:00
esmane
f6b0fc3cbe
fix: minor improvements
2024-06-03 12:43:16 +02:00
esmane
33ebfb3517
fix crash when "max movement" is set to 0
2024-06-03 12:43:16 +02:00
esmane
784f2061e5
fix memory leak when blur = 0
2024-06-03 12:43:16 +02:00
esmane
2a0d87428c
change inline functions to static inline
2024-05-29 13:24:38 +02:00
esmane
9a0650cffd
change inline functions to static inline
2024-05-29 13:24:38 +02:00
esmane
fdc9f32a4f
significant gateweave improvements
2024-04-11 00:40:09 +02:00
esmane
d86b6f94c6
lower grainy black point
2024-04-11 00:40:09 +02:00
esmane
d32a62eeda
more grain improvements
2024-04-11 00:40:09 +02:00
esmane
f20a6d59c9
minor improvements
2024-04-11 00:40:09 +02:00
esmane
9f39a2350f
minor improvements + add flicker parameter
2024-04-11 00:40:09 +02:00
esmane
7ae35d1715
fix crash when movement is set to zero
2024-04-11 00:40:09 +02:00
esmane
a0e33ae61b
improve dust effects
2024-04-11 00:40:09 +02:00
esmane
25526005c2
Update gateweave.c
...
smoothed gateweave effect
2024-04-11 00:40:09 +02:00
esmane
be95dd5394
Update filmgrain.c
2024-04-11 00:40:09 +02:00
esmane
e0b09572fe
Update CMakeLists.txt
2024-04-11 00:40:09 +02:00
esmane
ac71b128e9
Create CMakeLists.txt
2024-04-11 00:40:09 +02:00
esmane
ba04c6dfc7
Create filmgrain.c
2024-04-11 00:40:09 +02:00
esmane
3b2eeaa38c
Create CMakeLists.txt
...
i think i did this right
2024-04-11 00:40:09 +02:00
esmane
967b121fe7
Create gateweave.c
2024-04-11 00:40:09 +02:00
Brendan Hack
36e7da5d9e
Add new Kaleid0sc0pe example video
2024-02-25 09:16:36 +01:00
Jaromil
e8595c6cd2
fix: doxygen code documentation
2024-02-05 09:26:59 +00:00
Jaromil
a303b82f34
fix: update authors and trigger fix release
v2.3.2
2023-12-08 07:33:38 +00:00
Brendan Hack
448be4b935
Check that the C++11 future feature is supported
...
The mingw cross compiler for windows can be built with either a
posix thread model or a win32 thread model. The win32 thread model does
not fully support future. So we detect if future compilation works and
disable multithreading if not.
Fixes issue #178
2023-12-08 08:26:27 +01:00
Brian Matherly
659e409c63
Fix nosync0r crash when hsync is negative
...
As reported here:
https://forum.shotcut.org/t/shotcut-crashes-when-using-certain-types-of-keyframes/41866
2023-12-08 08:23:20 +01:00
Dan Dennedy
76b727f247
fix alphaspot transition param
...
clang on macOS stopped handling the "Transition width" parameter.
2023-12-07 22:54:54 -08:00
Jaromil
49f759d9e1
fix: water filter
...
contributed by @qq2225936589 in #106
v2.3.1
2023-08-04 16:50:11 +02:00
Brendan Hack
5770116b0a
Add kaleid0sc0pe filter
...
Original implementation from https://github.com/gbendy/kaleidoscope
Includes minor modifications to build correctly in the frei0r source
tree.
2023-07-24 15:57:03 +02:00
Raphael Graf
c3f987c4cc
Fix some broken links and typos in README.md
2023-06-11 10:31:54 +02:00
Raphael Graf
8e87196572
Do not check for NULL before calling free()
2023-05-30 16:24:08 +02:00
Jaromil
203c03a61d
update links to third party apps
2023-05-30 16:12:26 +02:00
Jaromil
929afe1e44
correct denoise naming
2023-05-30 15:55:04 +02:00
Jaromil
dbb348630c
correct naming of alpha0ps multiple plugins
2023-05-30 15:55:04 +02:00
Jaromil
ad4cbc890b
remove camelcase from tehroxx0r plugin
...
dir and plugin name should be the same in this case (case sensitive match)
2023-05-30 15:55:04 +02:00
Jaromil
7228e0fb4f
rename pr0be and pr0file filters prefixing measure_
...
all directories including multiple plugins should prefix the plugin name with
the directory name separated by underscore.
2023-05-30 15:55:04 +02:00
Jaromil
804f2098f7
ignore local build files for web gallery
2023-05-30 15:55:04 +02:00
Raphael Graf
69819601c6
Prevent compiler warnings in select0r
2023-05-23 18:41:30 +02:00
Jaromil
2c45f1f093
feat: release various fixes found using ASAN tests
...
various heap buffer overflows were found applying a new address sanitization test suite, fixes were kindly contributed by @rrralpha
list of fixed filters: curves, dodge, pixs0r, hqdn3d, colortap, keyspillm0pup, cairogradient.
this release should help fix a crash in kdenline related to the curves overflow.
update node to fix action semantic release
v2.3.0
2023-05-17 23:20:20 +02:00