summaryrefslogtreecommitdiff
path: root/examples/read_dcp.cc
AgeCommit message (Expand)Author
2024-09-03Fix up example.Carl Hetherington
2024-08-17{,Interop,SMPTE}SubtitleAsset -> {,Interop,SMPTE}TextAsset.Carl Hetherington
2024-04-18Rename classes.Carl Hetherington
2024-04-18Fix includes.Carl Hetherington
2023-05-15Formatting tidying; use vector instead of scoped_array.Carl Hetherington
2022-12-12Add missing initialisation calls to example.Carl Hetherington
2022-03-07Tweak path in the example.Carl Hetherington
2021-04-14Fix/hide some warnings.Carl Hetherington
2021-01-22c++11 bits in examples/Carl Hetherington
2021-01-19Rename encrypted() to any_encrypted() and add all_encrypted().Carl Hetherington
2021-01-17Replace std::list with std::vector in the API.Carl Hetherington
2021-01-08std::shared_ptrCarl Hetherington
2017-03-30Add stride parameter to dcp::xyz_to_rgba.Carl Hetherington
2016-08-17Use an optional<> where there should be one.Carl Hetherington
2016-06-01Still more licence fixups.Carl Hetherington
2016-06-01Add Reader classes to permit much more efficient DCP reading.Carl Hetherington
2015-06-10Rename XYZImage -> OpenJPEGImage.Carl Hetherington
2015-06-05MXF -> Asset in lots of places.Carl Hetherington
2015-06-05Rename some stuff Content -> Asset.Carl Hetherington
2015-05-29Fix comment in example code.Carl Hetherington
2015-04-22Express colour conversions as chromaticities and adjust so thatCarl Hetherington
2015-02-02Remove Image and ARGBImage and just dump RGB data intoCarl Hetherington
2015-02-02Rename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage.Carl Hetherington
2014-01-27Various tweaks; work on read_dcp example.Carl Hetherington
2014-01-27Various tinkerings.Carl Hetherington