Skip to content

Commit b06b6e0

Browse files
authored
v3.6.5
1 parent 83897ad commit b06b6e0

2 files changed

Lines changed: 175 additions & 160 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,29 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
All notable changes to this project will be documented in this file.\
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.6.5] - 2026-03-22
8+
9+
### Changed
10+
11+
- custom expr optimisations: `not(1-x)` faster than `eq(x,1) for ints in `if` & `while`
12+
- `gl_LinearBlur` 5 X/Y passes centred instead of 6 offset
13+
- custom expression optimisations in `gl_kaleidoscope`, `gl_powerKaleido`
14+
15+
### Fixed
16+
17+
- `slideleft` `slideup` `revealleft` `revealup` transitions read out-of-bounds `AVFrame` data when `progress` is 1
18+
[Issue #22273](https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/22273):
19+
720
## [3.6.4] - 2026-02-20
821

922
### Changed
1023

1124
- custom expr optimisations: use `mod(x,1)` for `fract(x)`-->`x-floor(x)`
1225
- updated performance analysis in README
13-
- more alphabetical Xfade transition order in README
26+
- more alphabetical order of Xfade transition in README
1427

1528
### Fixed
1629

@@ -33,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3346
### Fixed
3447

3548
- `squeeze[hv]` divide by zero in `vf_xfade.c` causes access violation exceptions when progress is 0
49+
[Issue #22273](https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/22273):
3650

3751
## [3.6.2] - 2026-01-23
3852

@@ -158,8 +172,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
158172
### Added
159173

160174
- `-o` option to `xfade-easing.sh` script to append ffmpeg options for generated video
161-
- raw encoding for `xfade-easing.sh` generated videos for fast batch processing
162-
(to decode: `ffmpeg -f rawvideo -pixel_format <f> -framerate <r> -video_size <s> -i <f.raw>`)
175+
- raw encoding for `xfade-easing.sh` generated videos for fast batch processing\
176+
(to decode: `ffmpeg -f rawvideo -pixel_format f -framerate r -video_size s -i in.raw …`)
163177

164178
### Changed
165179

@@ -348,8 +362,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
348362
### Added
349363

350364
- this CHANGELOG
351-
- 8 GLSL transitions by [Mark Craig](https://www.youtube.com/MrMcSoftware) transpiled from his [38+ Video Transitions](https://www.shadertoy.com/view/NdGfzG) contribution on [shadertoy](https://www.shadertoy.com/):
352-
`gl_CornerVanish`, `gl_CrossOut`, `gl_Diamond`, `gl_DoubleDiamond`, `gl_FanIn`, `gl_FanOut`, `gl_FanUp`, `gl_Flower`
365+
- 8 GLSL transitions by [Mark Craig](https://www.youtube.com/MrMcSoftware) transpiled from his [38+ Video Transitions](https://www.shadertoy.com/view/NdGfzG) contribution on [shadertoy](https://www.shadertoy.com/):\
366+
`gl_CornerVanish`, `gl_CrossOut`, `gl_Diamond`, `gl_DoubleDiamond`, `gl_FanIn`, `gl_FanOut`, `gl_FanUp`, `gl_Flower`\
353367
all but `gl_CornerVanish` take a `smoothing` parameter
354368
- uploaded all GLSL transitions adapted to the GL Transition Specification to [glsl/](glsl/)
355369

@@ -374,9 +388,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
374388

375389
### Added
376390

377-
- 6 more GL Transitions transpiled from the [GL Transitions repository](https://github.com/gl-transitions/gl-transitions):
391+
- 6 more GL Transitions transpiled from the [GL Transitions repository](https://github.com/gl-transitions/gl-transitions):\
378392
`gl_BowTie`, `gl_cannabisleaf`, `gl_crosshatch`, `gl_Exponential_Swish`, `gl_GridFlip`, `gl_heart`, `gl_Stripe_Wipe`, `gl_windowblinds`
379-
- 2 GLSL transitions by Boundless transpiled from the [Vegas Forum post on GL Transitions](https://www.vegascreativesoftware.info/us/forum/gl-transitions-gallery-sharing-place-share-the-code-here--133472/):
393+
- 2 GLSL transitions by Boundless transpiled from the [Vegas Forum post on GL Transitions](https://www.vegascreativesoftware.info/us/forum/gl-transitions-gallery-sharing-place-share-the-code-here--133472/):\
380394
`gl_Exponential_Swish`, `gl_Stripe_Wipe`
381395

382396
### Changed

0 commit comments

Comments
 (0)