Skip to content

Commit 4020d6b

Browse files
authored
Merge pull request #11 from docsforadobe/users/bbb/table_mayhem
Fix broken tables
2 parents 25178f9 + 2ce73a0 commit 4020d6b

33 files changed

Lines changed: 1028 additions & 1187 deletions

docs/exporters/return-codes.md

Lines changed: 47 additions & 47 deletions
Large diffs are not rendered by default.

docs/exporters/structure-descriptions.md

Lines changed: 113 additions & 210 deletions
Large diffs are not rendered by default.

docs/exporters/suites.md

Lines changed: 101 additions & 101 deletions
Large diffs are not rendered by default.

docs/gpu-effects-transitions/PrGPUFilter-function-table.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ PrGPUFilter is a structure consisting of the following functions that a effect/t
44

55
| Selector | Optional | Description |
66
| --------------------------------------------------------------------- | -------- | ----------------------------------------------------------------------------------------------------------------- |
7-
| [CreateInstance](function-descriptions.md#createinstance) | No | Allocate and initialize any GPU resources. |
8-
| [DisposeInstance](function-descriptions.md#disposeinstance) | No | Release GPU resources. |
7+
| [CreateInstance](function-descriptions.md#createinstance) | No | Allocate and initialize any GPU resources. |
8+
| [DisposeInstance](function-descriptions.md#disposeinstance) | No | Release GPU resources. |
99
| [GetFrameDependencies](function-descriptions.md#getframedependencies) | Yes | If the rendered result of the effect/transition depends on frames other than the input frame, specify these here. |
10-
| [PreCompute](function-descriptions.md#precompute) | Yes | Precompute. |
11-
| [Render](function-descriptions.md#render) | No | Render. |
10+
| [PreCompute](function-descriptions.md#precompute) | Yes | Precompute. |
11+
| [Render](function-descriptions.md#render) | No | Render. |

docs/gpu-effects-transitions/return-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
| Return Code | Reason |
44
| ----------------- | --------- |
55
| `malNoError` | No error. |
6-
| `malUnknownError` | Error. |
6+
| `malUnknownError` | Error. |

docs/gpu-effects-transitions/structure-descriptions.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ typedef struct {
1313

1414
| Member | Description |
1515
| --------------------- | ------------------------------------------------------------------------------------------------------ |
16-
| `outInterfaceVersion` | Set to the GPU API version corresponding to the version defined in the SDK you are using. |
16+
| `outInterfaceVersion` | Set to the GPU API version corresponding to the version defined in the SDK you are using. |
1717
| `outMatchName` | outMatchName must be equal to a registered software filter, if NULL will default to the module's PiPL. |
1818

1919
---
@@ -35,11 +35,11 @@ typedef struct {
3535

3636
| Member | Description |
3737
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
38-
| `piSuites` | Standard suites. |
39-
| `inDeviceIndex` | For use with `PrSDKGPUDeviceSuite`. |
40-
| `inTimelineID` | For use with `PrSDKVideoSegmentSuite`. |
41-
| `inNodeID` | For use with `PrSDKVideoSegmentSuite`. |
42-
| `ioPrivatePluginData` | Used by a plugin to store instance data, never touched by the host. |
38+
| `piSuites` | Standard suites. |
39+
| `inDeviceIndex` | For use with `PrSDKGPUDeviceSuite`. |
40+
| `inTimelineID` | For use with `PrSDKVideoSegmentSuite`. |
41+
| `inNodeID` | For use with `PrSDKVideoSegmentSuite`. |
42+
| `ioPrivatePluginData` | Used by a plugin to store instance data, never touched by the host. |
4343
| `outIsRealtime` | Specify if the plugin is likely to play in real-time, used to determine whether the segment is red, yellow, or unmarked in the timeline. |
4444

4545
---
@@ -86,7 +86,7 @@ typedef struct {
8686
+-------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
8787
| `inRenderHeight` | |
8888
+-------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
89-
| `inRenderPARNum` | Video pixel aspect ratio, described as a fractional number with separate values for numerator and denominator. |
89+
| `inRenderPARNum` | Video pixel aspect ratio, described as a fractional number with separate values for numerator and denominator. |
9090
+-------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
9191
| `inRenderPARDen` | |
9292
+-------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
@@ -96,7 +96,7 @@ typedef struct {
9696
+-------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
9797
| `inRenderField` | GPU rendering is always done on full-height progressive frames unless `PrGPUFilterFrameDependency.outNeedsFieldSeparation` is `false`. |
9898
| | |
99-
| | `inRenderField` indicates which field is being rendered. |
99+
| | `inRenderField` indicates which field is being rendered. |
100100
+-------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
101101

102102
---
@@ -136,7 +136,7 @@ typedef struct {
136136
+------------------------------------+------------------------------------------------------------------------------------------------------+
137137
| `outTrackID` | Specify which track is a dependency. Set to 0 for the current track |
138138
+------------------------------------+------------------------------------------------------------------------------------------------------+
139-
| `outSequenceTime` | Set the sequence time which is a dependency. |
139+
| `outSequenceTime` | Set the sequence time which is a dependency. |
140140
+------------------------------------+------------------------------------------------------------------------------------------------------+
141141
| `outPrecomputePixelFormat` | Dependence on precomputation phase |
142142
+------------------------------------+------------------------------------------------------------------------------------------------------+

docs/hardware/classdata-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ int setClassData (
3939
4040
| Parameter | Type | Description |
4141
| ---------- | ----------------- | ------------------------------------------------------------------ |
42-
| `theClass` | Unsigned int | The class being set. Use a unique 4-byte code. |
42+
| `theClass` | Unsigned int | The class being set. Use a unique 4-byte code. |
4343
| `info` | Pointer or handle | the class data to be set. It can be used as a pointer or a handle. |
4444
4545
---

docs/hardware/classid-filetype-subtype.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ These are all four character codes, or 'fourCCs'.
77
+------------+------------------------------------------------------------------------------------------------------------------------------------------------+
88
| Identifier | Purpose |
99
+============+================================================================================================================================================+
10-
| `filetype` | Identifies the plugin's associated file type(s). Plugins create lists of filetypes they support. |
10+
| `filetype` | Identifies the plugin's associated file type(s). Plugins create lists of filetypes they support. |
1111
+------------+------------------------------------------------------------------------------------------------------------------------------------------------+
12-
| `subtype` | Differentiates between files of the same filetype. Identifies the codec or compression to be used. |
12+
| `subtype` | Differentiates between files of the same filetype. Identifies the codec or compression to be used. |
1313
+------------+------------------------------------------------------------------------------------------------------------------------------------------------+
14-
| `classID` | With the new editing mode system starting in CS4, the classID is far less important. |
14+
| `classID` | With the new editing mode system starting in CS4, the classID is far less important. |
1515
| | |
16-
| | It is used as part of the identification for exporters in the Editing Mode XML. |
16+
| | It is used as part of the identification for exporters in the Editing Mode XML. |
1717
| | |
1818
| | And plugins may share information with most other plugins running in the same process using the [ClassData Functions](classdata-functions.md). |
1919
+------------+------------------------------------------------------------------------------------------------------------------------------------------------+

docs/history.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
| Date | Maintainer | Version |
44
| ----------------- | --------------------------- | ----------------------------------- |
5-
| 23 Oct 2025 | Bruce Bullis | Version 25.6 |
5+
| 2 Feb 2025 | Bruce Bullis | Version 26.0 |
6+
| 17 Oct 2025 | Bruce Bullis | Version 25.6 |
67
| 6 Oct 2021 | Sanaz Golbabaei | Version 22.0 |
78
| 8 May 2020 | Bruce Bullis | Version 14.2 |
89
| 1 May 2019 | Bruce Bullis | Version 13.1 |

docs/importers/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,13 +339,13 @@ void *trimCallbackID};
339339
+----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
340340
| Function | Description |
341341
+======================+======================================================================================================================================================+
342-
| `classFuncs` | See [ClassData functions](../hardware/classdata-functions.md). |
342+
| `classFuncs` | See [ClassData functions](../hardware/classdata-functions.md). |
343343
+----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
344-
| `importProgressFunc` | Available in `imSaveFileRec` and `imTrimFileRec` during *imSaveFile8* and *imTrimFile8*. |
344+
| `importProgressFunc` | Available in `imSaveFileRec` and `imTrimFileRec` during *imSaveFile8* and *imTrimFile8*. |
345345
| | |
346346
| | Callback function pointer for use during project archiving or trimming to call into Premiere and update the progress bar and check for cancellation. |
347347
| | |
348-
| | Either `imProgressAbort` or `imProgressCon` tinue will be returned. |
348+
| | Either `imProgressAbort` or `imProgressCon` tinue will be returned. |
349349
| | |
350-
| | The trimCallbackID parameter is passed in the same structures. |
350+
| | The trimCallbackID parameter is passed in the same structures. |
351351
+----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)