-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangelog
More file actions
29 lines (23 loc) · 778 Bytes
/
Copy pathChangelog
File metadata and controls
29 lines (23 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
hqdn3d 1.1.1 (2022-02-12):
Fix the crashing when u/v = 1/2.
hqdn3d 1.1.0 (2022-01-03):
Fix bug if the frame processing is out of sequence.
Improve the speed by ~20% (mt=false).
Add parameter mt.
Change the MT mode to MT_SERIALIZED.
hqdn3d 1.0.2 (2021-12-17):
Fix crash when the clip is high bit depth and cs=0.
Fix garbage second row when the clip is high bit depth.
hqdn3d 1.0.1 (2021-4-15):
Set MT mode: MT_MULTI_INSTANCE.
hqdn3d 1.0.0 (2021-4-12):
Add parameters y, u, v.
Add support for all YUV planar formats.
Add support for 10..16-bit planar formats.
Reduce intermediate precision - faster code, negligible change to output.
Add Linux building option.
Add version.
hqdn3d 0.11 (2005-1-25):
Fix a floating-point exception.
hqdn3d 0.10 (2004-10-25):
Initial release.