10000 Tags · Netflix/photon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Netflix/photon

Tags

v5.0.0-rc.1

Toggle v5.0.0-rc.1's commit message
added back nebula.release plugin

v4.10.8

Toggle v4.10.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
MXF parsing: terminate strings on the first null character (#373)

Per SMPTE ST 377-1:2019, a "zero value" can be used to terminate a
string.

So, discard any data after the first null character found (if any).

This has the same effect as the implementation for strings in regxmllib at:
https://github.com/sandflow/regxmllib/blob/b47b0cdbd6dbf51cae4fb14c3a6a827eb3e0e2cc/src/main/java/com/sandflow/smpte/regxml/FragmentBuilder.java#L902

Note that regxmllib also uses the same `readCharacters` method for MXF
properties with a Type of Type Kind "Character", and allows values of
this Type to contain the null character.
Photon does not support such "Character" Types (and indeed none have ever been used
in MXF according to the SMPTE Metadata Registers). So, no consideration
is given to these Types in this patch.

v4.10.7

Toggle v4.10.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #392 from Netflix/feature/use-source-duration-mark…

…er-track

use main image sequence source duration for marker track duration

v4.10.6

Toggle v4.10.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding IMSC 1.1 profile designators (#344)

* Adding IMSC 1.1 profile designators

v4.10.5

Toggle v4.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #390 from Netflix/feature/IMP-assembler-marker-track

add marker track authoring capabilities to IMPAssembler

v4.10.4

Toggle v4.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactoring 'J2KHeaderParameters' into its own class. (#385)

* Refactoring 'J2KHeaderParameters' into its own class. Added methods to obtain an instance of a 'J2KHeaderParameters' class from a CPL descriptor, or an MXF descriptor. Added testing to ensure that these methods produce equivalent results.

* Adding comments back in

* Addressing nits: renaming validateHT to validateHTConstraints, and adding one more comment

v4.10.3

Toggle v4.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Inferring expected Core Constraints version for ST2067-21:2023 Applic…

…ation Identification (#386)

* CoreConstraints.fromApplicationId() will now return NAMESPACE_IMF_2020 for the 2021 ApplicationIdentification

Co-authored-by: Daniel Hernandez <danielhernandez1@netflix.com>

4.10.2

Toggle 4.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding parsing for 'J2KExtendedCapabilities' stored in the MXF header…

…'s 'JPEG2000SubDescriptor'. (#382)

* Adding parsing for 'J2KExtendedCapabilities' stored in the MXF header's 'JPEG2000SubDescriptor'.

* Adding j2k_extended_capabilities to 'toString'

* Updating comment

* Simplifying code. Moving away from the 'B0' convention which seems to be used for InterchangeObject inheritors. Passed in byteProvider directly.

* Using smaller test file

* Renaming 'cCapi' to 'cCap'

v4.10.1

Toggle v4.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Issue warning if PKL does not contain assets of type "text/xml" (#380)

CPL/OPL parsing continues to depend on the correct mime type in PKL, but a warning is provided if a PKL does not contain any assets of type text/xml.

v4.10.0

Toggle v4.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for MGA S-ADM Virtual Tracks (SMPTE ST 2067-203) (#376)

* Adds support for ST 2067-203 MGA S-ADM Plug-in

---------

Co-authored-by: IMFTool <imftool@t-online.de>
Co-authored-by: Florian Schleich <fschleich@netflix.com>
0