Commit 95f6bb0
authored
PR: 2025-09 (#160)
* Use `https://github.com/ampas/aces`and fix old `ACEStransformID` for the *ARRI* transforms.
Closes #157.
Signed-off-by: Thomas Mansencal <[email protected]>
* Enable *Rec.709* *Gamma 2.2* display rendering transforms.
Closes #145.
Signed-off-by: Thomas Mansencal <[email protected]>
* Implement support for *DJI D-Log - D-Gamut*.
Closes #146.
Signed-off-by: Thomas Mansencal <[email protected]>
* Prepare ground for *AMF* updates.
Signed-off-by: Thomas Mansencal <[email protected]>
* Implement support for adding virtual displays.
Closes #133.
Signed-off-by: Thomas Mansencal <[email protected]>
* Implement support for `interop_id` and new mirrored display builtins transforms.
Closes #153. References #154.
Signed-off-by: Thomas Mansencal <[email protected]>
* Implement support for `amf_transform_ids`.
Closes #154.
Signed-off-by: Thomas Mansencal <[email protected]>
* Address various code review notes.
Signed-off-by: Thomas Mansencal <[email protected]>
* Implement support for viewing rules.
Signed-off-by: Thomas Mansencal <[email protected]>
* Implement support for file rules.
Signed-off-by: Thomas Mansencal <[email protected]>
* Bump *colorspaces* version to 4.0.0.
Signed-off-by: Thomas Mansencal <[email protected]>
* Implement support for *AMF* components filtering by config variant.
Signed-off-by: Thomas Mansencal <[email protected]>
* Add *AMF* component IDs to *Look* and *ViewTransform*.
Signed-off-by: Thomas Mansencal <[email protected]>
* Update CSV files.
Signed-off-by: Thomas Mansencal <[email protected]>
* Use `https://github.com/scottdyer/aces` remote `arri-csc-aces-to-logC3` branch.
Signed-off-by: Thomas Mansencal <[email protected]>
* Update viewing rules.
Signed-off-by: Thomas Mansencal <[email protected]>
* Ensure that there are no empty *ACEStransformID* in the *AMF* components.
Signed-off-by: Thomas Mansencal <[email protected]>
---------
Signed-off-by: Thomas Mansencal <[email protected]>1 parent 6c06e59 commit 95f6bb0
File tree
35 files changed
+1030
-586
lines changed- docs
- opencolorio_config_aces
- clf
- transforms
- arri
- input
- dji
- input
- config
- cg/generate
- resources
- generation
- reference
- discover
- resources
- generate
- resources
- studio/generate/resources
- utilities
35 files changed
+1030
-586
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
276 | 280 | | |
277 | 281 | | |
278 | 282 | | |
| |||
342 | 346 | | |
343 | 347 | | |
344 | 348 | | |
345 | | - | |
| 349 | + | |
346 | 350 | | |
347 | 351 | | |
348 | 352 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments