Skip to content

Commit fa53269

Browse files
committed
rstdoc: fix in Layer description, + readme_history
1 parent 30dac66 commit fa53269

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

distrib/Readme/readme_history.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ For online documentation check https://avisynthplus.readthedocs.io/en/latest/
99
Actual:
1010
https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/changelist376.html
1111

12-
20260211 3.7.5.r44?? (pre 3.7.6)
12+
20260213 3.7.5.r45?? (pre 3.7.6)
13+
--------------------------------
14+
Fix Layer "add" 8 bit, regression in r4504
15+
16+
20260212 3.7.5.r4504 (pre 3.7.6)
1317
--------------------------------
1418
* Fix: inaccurate ColorBarsHD 10+ bit values. Now they are derived from the 32-bit float
1519
RGB definitions instead of upscaling a 8 bit precalculated YUV value.
@@ -23,8 +27,9 @@ https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/changelist376.html
2327
* "ConvertToPlanarRGB": ``bits`` parameter: on-the-fly bit-depth conversions to YUV->RGB conversion.
2428
- Full range target: 8-16 bits internal calculation is in 32-bit float.
2529
- Limited range target: a quicker, bit accuracy optimized integer calculation path.
26-
* Fix: Speed degradation when in-constructor GetFrame(0) (e.g. frame-property getter)
27-
is used. Disable internal Cache object creation.
30+
* Not Fixed: Speed degradation when in-constructor GetFrame(0) (e.g. frame-property getter)
31+
is used. Disable internal Cache object creation. Does not work in complex scripts, preparation
32+
is 5-10 min instead of <1 sec. Investigation continues (Issue #476: https://github.com/AviSynth/AviSynthPlus/issues/476)
2833
* Avoid MTGuard and CacheGuard creation if filter returns one of its clip parameter unaltered.
2934
* Add some avx2 stuff to Layer and Invert
3035
* Optimization: Overlay "Blend": aarch64 NEON optimization

distrib/docs/english/source/avisynthdoc/corefilters/layer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Note that some modes can be similar to :doc:`Overlay <overlay>`, but the two fil
118118

119119
Use chroma of the ``overlay_clip``, default=true.
120120

121-
When false only luma is used. Must be true for op = "darken", "lighten", "add."
121+
When false only luma is used. Must be true for op = "darken", "lighten", "fast."
122122

123123
.. describe:: opacity
124124

0 commit comments

Comments
 (0)