Address filename changes
[asdcplib.git] / src /
2021-09-13 jhurstAddress filename changes
2021-09-12 jhurstMerge remote-tracking branch 'upstream/master'
2021-09-12 John HurstMerge pull request #96 from msheby/feature/j2clayout
2021-09-12 John HurstMerge pull request #97 from thorfdbg/master
2021-09-12 John HurstMerge pull request #5 from DolbyLaboratories/dolby...
2021-09-10 Thomas RichterFixed a wrong byte in the MDD file, the JPEG XS picture...
2021-09-09 nolaizRe-implement previous {Read,Write}Frame API
2021-09-09 millaFix indentation
2021-09-09 millaWriteframe and Readframe in line with other APIs (they...
2021-09-02 Matthew Shebyupdate -D documentation
2021-09-02 Matthew Shebyadd -J option for writing J2CLayout
2021-09-02 Matthew Shebyadd additional predefined RGBALayout values
2021-08-27 John HurstMerge pull request #95 from msheby/bugfix/issue71
2021-08-27 John HurstMerge pull request #14 from DolbyLaboratories/dolby...
2021-08-27 John HurstMerge pull request #2 from DolbyLaboratories/dolby...
2021-08-27 millafix indentation
2021-08-27 millaFix indentation and comment
2021-08-27 millaFix indentation change
2021-08-27 millaSet trackid incrementally from 2 instead of hardcoded
2021-08-27 Matthew Shebyfix issue #71
2021-08-27 John HurstMerge pull request #16 from DolbyLaboratories/dolby...
2021-08-27 John HurstMerge pull request #15 from DolbyLaboratories/dolby...
2021-08-27 John HurstMerge pull request #13 from DolbyLaboratories/dolby...
2021-08-27 John HurstMerge pull request #8 from DolbyLaboratories/dolby...
2021-08-27 John HurstMerge pull request #12 from DolbyLaboratories/dolby...
2021-08-27 John HurstMerge pull request #11 from DolbyLaboratories/dolby...
2021-08-27 John HurstMerge pull request #10 from DolbyLaboratories/dolby...
2021-08-27 John HurstMerge pull request #9 from DolbyLaboratories/dolby...
2021-08-27 John HurstMerge pull request #7 from DolbyLaboratories/dolby...
2021-08-27 John HurstMerge pull request #6 from DolbyLaboratories/dolby...
2021-08-27 John HurstMerge pull request #3 from DolbyLaboratories/dolby...
2021-08-27 John HurstMerge pull request #4 from DolbyLaboratories/dolby...
2021-08-26 Matthew Shebyadd support for COLOR.7
2021-07-14 Stefan KerstenReturn RESULT_KLV_CODING instead of RESULT_FAIL
2021-06-25 Thomas RichterAdded as-02-wrap-jxs.
2021-06-25 Thomas RichterUpdated to John's latest branch.
2021-06-21 John HurstMerge pull request #93 from cinecert/sans_intermediate_...
2021-06-21 jhurstMerge branch 'master' into sans_intermediate_descriptor
2021-06-15 millaAdd return type for win, was deleted by mistake
2021-06-15 millaFix indentation
2021-06-11 millaFix indentation
2021-06-11 jhurstremoved duplicate object create
2021-06-10 millaFixes regarding flilereader pluggable after AS_02_JXS...
2021-06-10 millaFix indentation
2021-06-10 millafix indentation
2021-06-09 millaFix surrounding format (brackets not in separate line)
2021-06-09 millaFix indentation
2021-06-09 millaFix indentation
2021-06-03 millaClose file if open when doing reset of the reader or...
2021-06-03 millaAdd logs in AS_02_IAB
2021-06-03 millaAdd KM logs and remove semicolon from pre-processor...
2021-06-03 millaFix compilation without OPENSSL
2021-06-03 millaRemove unused variables
2021-06-03 millaTemplatize h__AS02WriteClip, move functions to header...
2021-06-03 millaDo not export symbols on definitions in cpp. (moved...
2021-06-03 millaAs result state is ambiguous, log it where it is returned
2021-06-03 millaIf when closing the state is not 'running', throw error...
2021-06-03 millapatch: protecting snprintf and vsnprintf definitions...
2021-06-03 millaWrite sequence and segment duration when writing a...
2021-06-03 millaAdded API functions in AS_02_IAB.h: AddDmsGenericPartUt...
2021-06-03 millaPut definitions inside their corresponding namespaces
2021-06-03 millaFix trackID bug in AS_DCP_internal.
2021-06-03 millaFileReader pluggable at runtime
2021-06-03 millaAdapt as-02-info and as-02-unwrap to iab api
2021-05-31 jhurstJXS support without the legacy PictureDescriptor pattern
2021-05-31 Thomas RichterAdded JXS support for as-02-unwrap. Added additional...
2021-05-28 Thomas RichterMade availability of jxs wrapping in as-02-wrap conditi...
2021-05-28 Thomas RichterAdded a first version of JXS support for as-02-wrap.
2021-05-27 John HurstMerge pull request #89 from thorfdbg/master
2021-05-27 Thomas RichterAdded a conditional compile JPEG XS into the cmake...
2021-05-27 Thomas RichterMerge branch 'cinecert:master' into master
2021-05-27 Thomas RichterReverted the changes on AS_DCP.h.
2021-05-26 jhurstAdded JPEG XS items to EssenceType_t
2021-05-26 Thomas RichterReverted minor changes in AS_02.h and AS_DCP.h
2021-05-26 Thomas RichterAdded JXS specific header files to separate JXS functio...
2021-05-26 Thomas RichterReverted the changes on metadata.cpp/.h from upstream...
2021-05-25 Thomas RichterRemoved code duplications in metadata.h/Metadata.cpp.
2021-05-25 Thomas RichterMerge branch 'cinecert:master' into master
2021-05-21 jhurstMerge branch 'master' of https://github.com/cinecert...
2021-05-21 Thomas RichterAdded the JXS functionality again into the core library.
2021-05-21 John HurstMerge pull request #88 from cinecert/jpegxs-labels
2021-05-21 jhurstAdded JPEGXSPictureSubDescriptor
2021-05-20 John HurstMerge pull request #84 from cinecert/mxf_types_constructor
2021-05-20 John HurstMerge pull request #86 from thorfdbg/master
2021-05-20 John HurstMerge pull request #85 from IMFTool/cmake-xml-patch
2021-05-20 John HurstMerge pull request #87 from rossb-dlx/master
2021-05-20 Brogan Rosscustom MCA extra argument checker
2021-05-19 Thomas RichterAdded JPEG XS related metadata to the asdcplib.
2021-05-14 IMFToolAllow BUILD_SHARED_LIBS to be specified on the cmake...
2021-05-12 IMFToolCMake patch for WITHOUT_XML option
2021-05-11 jhurstmerge origin/master
2021-05-11 John HurstMerge pull request #72 from rossb-dlx/master
2021-05-11 John HurstMerge pull request #32 from cth103/warning-fixes
2021-05-11 John HurstMerge pull request #56 from DolbyLaboratories/dolby...
2021-05-11 John HurstMerge pull request #79 from Jason-elkins/patch-2
2021-04-13 jhurst o Added a Clone() method to InterchangeObject and...
2021-04-08 John HurstMerge pull request #77 from dcbullock/issues/0076-dcp...
2021-04-07 jhurstFile needed by external projects
2021-04-02 Dean BullockAdd operator error for 429-5 with too many PNGs.
2021-04-01 Dean BullockIncrease header buffer size when wrapping 428-7.
next