summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-11-10Added recognition of IAB filesjhurst
2021-09-22Fixed constructor of JXS file reader.Thomas Richter
2021-09-18fixed egregious pointer misuse previously committed by mejhurst
2021-09-18update to use IFileReaderFactory APIjhurst
2021-09-16was segfaulting due to incomplete IFileReader impl. Returned to stable ↵jhurst
FileReader behavior.
2021-09-13updated markingsjhurst
2021-09-13make PHDR work with IFileReaderFactoryjhurst
2021-09-13AS_02_internal.h removed from AS_02_IAB.h; it is not part of the public ↵jhurst
interface
2021-09-13Address filename changesjhurst
2021-09-12Merge remote-tracking branch 'upstream/master'jhurst
2021-09-12Merge pull request #96 from msheby/feature/j2clayoutJohn Hurst
Feature/j2clayout
2021-09-10Fixed a wrong byte in the MDD file, the JPEG XS picture subdescriptor was wrong.Thomas Richter
2021-09-09Re-implement previous {Read,Write}Frame APInolaiz
2021-09-09Fix indentationmilla
2021-09-09Writeframe and Readframe in line with other APIs (they now use framebuffer)milla
2021-09-02update -D documentationMatthew Sheby
2021-09-02add -J option for writing J2CLayoutMatthew Sheby
2021-09-02add additional predefined RGBALayout valuesMatthew Sheby
2021-08-27Merge pull request #14 from ↵John Hurst
DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/increment_trackID Set trackid incrementally from 2 instead of hardcoded
2021-08-27Merge 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-27fix indentationmilla
2021-08-27Fix indentation and commentmilla
2021-08-27Fix indentation changemilla
2021-08-27Set trackid incrementally from 2 instead of hardcodedmilla
2021-08-26fix issue #71Matthew Sheby
2021-08-26Merge 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-26Merge 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-26Merge pull request #13 from ↵John Hurst
DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/asdcplib_internal_trackID Fix trackID bug in AS_DCP_internal
2021-08-26Merge 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-26Merge 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-26Merge 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-26Merge pull request #10 from ↵John Hurst
DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/definitions_into_namespace Put definitions inside their corresponding namespaces
2021-08-26Merge pull request #9 from ↵John Hurst
DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/as_02_iab_logs Add logs in AS_02_IAB
2021-08-26Merge pull request #7 from ↵John Hurst
DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/remove_unused_vars Remove unused variables
2021-08-26Merge pull request #6 from ↵John Hurst
DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/compile_without_ssl Fix compilation without OPENSSL
2021-08-26Merge 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-26add support for COLOR.7Matthew Sheby
2021-07-14Return RESULT_KLV_CODING instead of RESULT_FAILStefan Kersten
2021-06-15Add return type for win, was deleted by mistakemilla
2021-06-15Fix indentationmilla
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-11Fix indentationmilla
2021-06-10removed duplicate object createjhurst
2021-06-10Fixes regarding flilereader pluggable after AS_02_JXS changes by upstreammilla
2021-06-10Fix indentationmilla
Don't delete pointer manually, use smart pointer instead
2021-06-10fix indentationmilla
2021-06-09Fix surrounding format (brackets not in separate line)milla
2021-06-09Fix indentationmilla
2021-06-09Fix indentationmilla
2021-06-03Close file if open when doing reset of the reader or destroying the readermilla
2021-06-03Add logs in AS_02_IABmilla