| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-10 | Added recognition of IAB files | jhurst | |
| 2021-09-22 | Fixed constructor of JXS file reader. | Thomas Richter | |
| 2021-09-18 | fixed egregious pointer misuse previously committed by me | jhurst | |
| 2021-09-18 | update to use IFileReaderFactory API | jhurst | |
| 2021-09-16 | was segfaulting due to incomplete IFileReader impl. Returned to stable ↵ | jhurst | |
| FileReader behavior. | |||
| 2021-09-13 | updated markings | jhurst | |
| 2021-09-13 | make PHDR work with IFileReaderFactory | jhurst | |
| 2021-09-13 | AS_02_internal.h removed from AS_02_IAB.h; it is not part of the public ↵ | jhurst | |
| interface | |||
| 2021-09-13 | Address filename changes | jhurst | |
| 2021-09-12 | Merge remote-tracking branch 'upstream/master' | jhurst | |
| 2021-09-12 | Merge pull request #96 from msheby/feature/j2clayout | John Hurst | |
| Feature/j2clayout | |||
| 2021-09-10 | Fixed a wrong byte in the MDD file, the JPEG XS picture subdescriptor was wrong. | Thomas Richter | |
| 2021-09-09 | Re-implement previous {Read,Write}Frame API | nolaiz | |
| 2021-09-09 | Fix indentation | milla | |
| 2021-09-09 | Writeframe and Readframe in line with other APIs (they now use framebuffer) | milla | |
| 2021-09-02 | update -D documentation | Matthew Sheby | |
| 2021-09-02 | add -J option for writing J2CLayout | Matthew Sheby | |
| 2021-09-02 | add additional predefined RGBALayout values | Matthew Sheby | |
| 2021-08-27 | Merge pull request #14 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/increment_trackID Set trackid incrementally from 2 instead of hardcoded | |||
| 2021-08-27 | Merge pull request #2 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/as02info_as02unwrap_iab Merge dolby/atmos_storage/asdcplib_integration/as02info_as02unwrap_iab (contains also FileReader pluggable at runtime) to master | |||
| 2021-08-27 | fix indentation | milla | |
| 2021-08-27 | Fix indentation and comment | milla | |
| 2021-08-27 | Fix indentation change | milla | |
| 2021-08-27 | Set trackid incrementally from 2 instead of hardcoded | milla | |
| 2021-08-26 | fix issue #71 | Matthew Sheby | |
| 2021-08-26 | Merge pull request #16 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/close_file_depends_on_pluggable_filereader Close file if open when doing reset of the reader or destroying the reader | |||
| 2021-08-26 | Merge pull request #15 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/templatize_h02writerclip_depends_on_pluggable_filereader Templatize h__AS02WriteClip, move functions definition to header. Note that this depends on filereader pluggable at runtime commit as the reader is called as a pointer here. | |||
| 2021-08-26 | Merge pull request #13 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/asdcplib_internal_trackID Fix trackID bug in AS_DCP_internal | |||
| 2021-08-26 | Merge pull request #8 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/add_km_logs Add KM logs and remove semicolon from pre-processor directive | |||
| 2021-08-26 | Merge pull request #12 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/protect_printf_definitions Protecting snprintf and vsnprintf definitions that makes compilation with boost 1.73 to fail | |||
| 2021-08-26 | Merge pull request #11 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/dont_export_symbols Do not export symbols on definitions in cpp. (moved functions and classes to an unnamed namespace and made variables static) | |||
| 2021-08-26 | Merge pull request #10 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/definitions_into_namespace Put definitions inside their corresponding namespaces | |||
| 2021-08-26 | Merge pull request #9 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/as_02_iab_logs Add logs in AS_02_IAB | |||
| 2021-08-26 | Merge pull request #7 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/remove_unused_vars Remove unused variables | |||
| 2021-08-26 | Merge pull request #6 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/compile_without_ssl Fix compilation without OPENSSL | |||
| 2021-08-26 | Merge pull request #3 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/add_api_AddDmsGenericPartUtf8Text_ReadGenericStreamPartitionPayload Merge dolby/atmos_storage/asdcplib_integration/add_api_AddDmsGenericPartUtf8Text_ReadGenericStreamPartitionPayload (contains also write seq and segment duration)) to master | |||
| 2021-08-26 | add support for COLOR.7 | Matthew Sheby | |
| 2021-07-14 | Return RESULT_KLV_CODING instead of RESULT_FAIL | Stefan Kersten | |
| 2021-06-15 | Add return type for win, was deleted by mistake | milla | |
| 2021-06-15 | Fix indentation | milla | |
| Use smart pointer for Reader Don't define fileReader constructor and destructor twice (win and posix) but just once as their implementation is the same | |||
| 2021-06-11 | Fix indentation | milla | |
| 2021-06-10 | removed duplicate object create | jhurst | |
| 2021-06-10 | Fixes regarding flilereader pluggable after AS_02_JXS changes by upstream | milla | |
| 2021-06-10 | Fix indentation | milla | |
| Don't delete pointer manually, use smart pointer instead | |||
| 2021-06-10 | fix indentation | milla | |
| 2021-06-09 | Fix surrounding format (brackets not in separate line) | milla | |
| 2021-06-09 | Fix indentation | milla | |
| 2021-06-09 | Fix indentation | milla | |
| 2021-06-03 | Close file if open when doing reset of the reader or destroying the reader | milla | |
| 2021-06-03 | Add logs in AS_02_IAB | milla | |
