| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-28 | haxnu | Carl Hetherington | |
| 2020-12-28 | hax | Carl Hetherington | |
| 2020-12-28 | hax | Carl Hetherington | |
| 2020-12-27 | Fix case of advapi32.lib | Carl Hetherington | |
| 2020-12-27 | Fix mingw build. | Carl Hetherington | |
| 2020-12-27 | Add cscript file. | Carl Hetherington | |
| 2020-12-27 | Quell some valgrind errors. | Carl Hetherington | |
| 2020-12-27 | Allow > 60 fps 3D. | Carl Hetherington | |
| 2020-12-27 | Allow predictable random number and date generation during testing. | Carl Hetherington | |
| 2020-12-27 | Support hashing while writing MXFs. | Carl Hetherington | |
| 2020-12-27 | Allow overwrite (i.e. continue) when writing JPEG2000 MXFs. | Carl Hetherington | |
| 2020-12-26 | Remove edit rate checks so that DCP-o-matic can use any edit rate it wants. | Carl Hetherington | |
| 2020-12-26 | Add another OpenReadFrame method for JP2K::CodestreamParser. | Carl Hetherington | |
| 2020-12-26 | Set up MXF header value DisplayHeight. | Carl Hetherington | |
| Otherwise mediainfo reports 0 height for DCP-o-matic's MXFs. See DCP-o-matic bug #1325 for more discussion. | |||
| 2020-12-26 | Add some missing break statements. | Carl Hetherington | |
| 2020-12-26 | Fix warnings about not all possible values in a switch | Carl Hetherington | |
| being handled. | |||
| 2020-12-26 | Fix misleading indentation. | Carl Hetherington | |
| 2020-12-26 | Fix missing initializers. | Carl Hetherington | |
| 2020-12-26 | Fix comparisons between signed and unsigned values. | Carl Hetherington | |
| 2020-12-26 | Fix initialisation order of constructors. | Carl Hetherington | |
| 2020-12-26 | Move copy construction of Raw up to ByteString to fix warning when Raw(Raw&) ↵ | Carl Hetherington | |
| does not call its parent class. | |||
| 2020-12-26 | Remove const from return types in cases where it doesn't | Carl Hetherington | |
| have any meaning. | |||
| 2020-12-26 | Remove some unused variables. | Carl Hetherington | |
| 2020-02-10 | checkpointrel_2_10_35 | jhurst | |
| 2020-02-10 | Added support for DisplayType, IntrinsicPictureResolution, ZPositionInUse ↵ | jhurst | |
| properties | |||
| 2020-02-10 | Merge pull request #29 from cinecert/htj2c | John Hurst | |
| Htj2c pre-release merge back into master | |||
| 2020-02-10 | Merge pull request #26 from remia/fix/st_wrap_error_diagnostic | John Hurst | |
| Improve error diagnostic in timed text parser | |||
| 2020-02-10 | Merge pull request #25 from remia/fix/non-pod-variadic-warning | John Hurst | |
| Fix warning when passing non-pod object as variadic argument | |||
| 2020-02-10 | Merge branch 'master' into htj2chtj2c | jhurst | |
| * master: Fix typo. I believe this actually references SMPTE RP 2057 "Text-Based Metadata Carriage in MXF" (implemented as part of commit f4061a21fffad4fdf8dbb2f193f0f0960b25421c). Fix Object ref not being written: this prevented GenericStreamTextBasedSet to be correctly linked to TextBasedDMFramework | |||
| 2020-01-23 | Style fix | Rémi Achard | |
| 2020-01-23 | Improve error diagnostic in timed text parser | Rémi Achard | |
| 2020-01-23 | Fix warning when passing non-pod object as variadic argument | Rémi Achard | |
| 2020-01-09 | Merge pull request #23 from DolbyLaboratories/dolby/fix_typo_comment_rp2057 | John Hurst | |
| Fix typo. | |||
| 2020-01-03 | Fix typo. | Arnaud Bienner | |
| I believe this actually references SMPTE RP 2057 "Text-Based Metadata Carriage in MXF" (implemented as part of commit f4061a21fffad4fdf8dbb2f193f0f0960b25421c). | |||
| 2019-12-30 | Added missing member name in structure access | jhurst | |
| 2019-12-30 | Merge pull request #22 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/fix_object_ref_not_being_written Fix Object ref not being written | |||
| 2019-12-30 | Merge pull request #20 from cinecert/htj2c | John Hurst | |
| WIP: add support for ST 422:2019 | |||
| 2019-12-30 | Merge branch 'master' into htj2c | John Hurst | |
| 2019-12-30 | Merge pull request #19 from radford-for-smpte/sign-language-video-label | John Hurst | |
| Add MCA labels for Sign Language Video Stream | |||
| 2019-12-30 | Merge pull request #18 from wruppelx/master | John Hurst | |
| Default value of Flags in Index Entry Array fixed | |||
| 2019-12-30 | Merge pull request #14 from AntonQubecinema/bugfix | John Hurst | |
| Fix == operator in jp2k seq parser | |||
| 2019-12-30 | Merge pull request #13 from msheby/identifier-greater-than | John Hurst | |
| added greater-than operator to Kumu::Identifier | |||
| 2019-12-30 | Merge pull request #10 from broganross/master | John Hurst | |
| Clear ResourceList before filling it | |||
| 2019-12-20 | Fixed bug when comparing ExtendedCapabilities_t structures | Pierre-Anthony Lemieux | |
| 2019-12-18 | Fix Object ref not being written: this prevented GenericStreamTextBasedSet ↵ | Arnaud Bienner | |
| to be correctly linked to TextBasedDMFramework | |||
| 2019-12-17 | - Added support for optional CPF, CAP and PRF segments | Pierre-Anthony Lemieux | |
| - Fixed encoding of J2KExtendedCapabilities | |||
| 2019-12-02 | Adds a ContainerConstraintsSubDescriptor to ACES files (mandatory per ST 379-2) | Wolfgang Ruppel | |
| 2019-11-30 | Implemented J2K desc to/from MD | Pierre-Anthony Lemieux | |
| 2019-11-30 | Changed Pcap from ui8_t to ui32_t | jhurst | |
| 2019-11-30 | Finished implementation of J2KExtendedCapabilities | jhurst | |
