| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-02 | WIP: more hacks.shared-ptr | Carl Hetherington | |
| 2024-07-29 | Cleanup: remove unnecessary explicit. | Carl Hetherington | |
| 2024-07-28 | Cleanup: remove another shared_ptr use. | Carl Hetherington | |
| 2024-07-28 | Cleanup: remove some unnecessary const_casts. | Carl Hetherington | |
| 2024-07-28 | Cleanup: remove another shared_ptr use. | Carl Hetherington | |
| 2024-07-28 | Cleanup: remove a shared_ptr use. | Carl Hetherington | |
| 2024-07-27 | Report Bv2.1 errors in the bottom part of the saved verification report.v1.9.13 | Carl Hetherington | |
| 2024-07-09 | Ignore another warning that comes from asdcplibv1.9.12 | Carl Hetherington | |
| with Ubuntu 24's GCC. | |||
| 2024-06-30 | Bump FFmpeg to one based on 7.0.1.v1.9.11 | Carl Hetherington | |
| 2024-06-28 | Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.10 | Carl Hetherington | |
| 2024-06-27 | Speculative fix for assertion failure (DoM #2839).v1.8.101 | Carl Hetherington | |
| 2024-06-27 | Whitespace. | Carl Hetherington | |
| 2024-06-27 | Some comments and default values. | Carl Hetherington | |
| 2024-06-27 | Extract method to a header to make it testable. | Carl Hetherington | |
| 2024-06-08 | Bump asdcplib for fix to assertion (DoM #2825).v1.9.9 | Carl Hetherington | |
| 2024-05-24 | Report bit depth from sound frame, and handle 16-bit.v1.9.8 | Carl Hetherington | |
| 2024-05-24 | Check that DCPs have 24-bit audio. | Carl Hetherington | |
| 2024-05-16 | Merge branch 'main' into v1.9.xv1.9.7 | Carl Hetherington | |
| 2024-05-13 | In-line run of subs_in_out so that it gets the environment more easily.v1.8.100 | Carl Hetherington | |
| 2024-05-13 | Pass environment prefix to test runner. | Carl Hetherington | |
| 2024-05-13 | Support some more random MCA tags seen in the field (EasyDCP 4.2.0). | Carl Hetherington | |
| 2024-04-22 | Fix build on Centos 7 (which gives a suggested parantheses warning) | Carl Hetherington | |
| 2024-04-22 | Support MPEG2 compression.v1.9.6 | Carl Hetherington | |
| 2024-04-22 | Support MPEG2 decompression. | Carl Hetherington | |
| 2024-04-18 | Pass full J2KFrameInfo into fake_write() for consistency with a forthcoming ↵ | Carl Hetherington | |
| commit. | |||
| 2024-04-18 | Use J2KFrameInfo instead of FrameInfo. | Carl Hetherington | |
| 2024-04-18 | Cleanup: fix doxygen comment. | Carl Hetherington | |
| 2024-04-18 | Move FrameInfo into its own file. | Carl Hetherington | |
| 2024-04-18 | Cleanup: fix more comments/guards (and add check script). | Carl Hetherington | |
| 2024-04-18 | Move Behaviour enum out of J2KPictureAsset. | Carl Hetherington | |
| 2024-04-18 | Cleanup: fix some header guard names and comments. | Carl Hetherington | |
| 2024-04-18 | Cleanup: white space. | Carl Hetherington | |
| 2024-04-18 | Remove unnecessary explicit qualifier. | Carl Hetherington | |
| 2024-04-18 | Cleanup: fix header guard name and comment. | Carl Hetherington | |
| 2024-04-18 | Split the old PictureAsset into a new PictureAsset + J2KPictureAsset. | Carl Hetherington | |
| 2024-04-18 | Cleanup: fix header guard name and comment. | Carl Hetherington | |
| 2024-04-18 | Rename classes. | Carl Hetherington | |
| sed -i "s/\<PictureAsset/J2KPictureAsset/g" src/*.{cc,h} sed -i "s/\<dcp::PictureAsset/dcp::J2KPictureAsset/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc sed -i "s/\<MonoPictureAsset/MonoJ2KPictureAsset/g" src/*.{cc,h} tools/*.cc test/*.{cc,h} sed -i "s/\<dcp::MonoPictureAsset/dcp::MonoJ2KPictureAsset/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc sed -i "s/\<StereoPictureAsset/StereoJ2KPictureAsset/g" src/*.{cc,h} tools/*.cc sed -i "s/\<dcp::StereoPictureAsset/dcp::StereoJ2KPictureAsset/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc sed -i "s/\<MonoPictureFrame/MonoJ2KPictureFrame/g" src/*.{cc,h} tools/*.cc test/*.{cc,h} sed -i "s/\<dcp::MonoPictureFrame/dcp::MonoJ2KPictureFrame/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc sed -i "s/\<StereoPictureFrame/StereoJ2KPictureFrame/g" src/*.{cc,h} tools/*.cc sed -i "s/\<dcp::StereoPictureFrame/dcp::StereoJ2KPictureFrame/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc | |||
| 2024-04-18 | Fix includes. | Carl Hetherington | |
| sed -i "s/#include \"stereo_picture_asset_writer.h\"/#include \"stereo_j2k_picture_asset_writer.h\""/g src/*.{cc,h} sed -i "s/#include \"mono_picture_asset_writer.h\"/#include \"mono_j2k_picture_asset_writer.h\""/g src/*.{cc,h} examples/*.cc sed -i "s/#include \"stereo_picture_asset_reader.h\"/#include \"stereo_j2k_picture_asset_reader.h\""/g src/*.{cc,h} sed -i "s/#include \"mono_picture_asset_reader.h\"/#include \"mono_j2k_picture_asset_reader.h\""/g src/*.{cc,h} test/*.cc examples/*.cc sed -i "s/#include \"stereo_picture_asset.h\"/#include \"stereo_j2k_picture_asset.h\""/g src/*.{cc,h} test/*.cc examples/*.cc sed -i "s/#include \"mono_picture_asset.h\"/#include \"mono_j2k_picture_asset.h\""/g src/*.{cc,h} examples/*.cc sed -i "s/#include \"picture_asset_writer.h\"/#include \"j2k_picture_asset_writer.h\""/g src/*.{cc,h} test/*.cc sed -i "s/#include \"mono_picture_asset_writer.h\"/#include \"mono_j2k_picture_asset_writer.h\""/g src/*.{cc,h} test/*.cc tools/*.cc sed -i "s/#include \"picture_asset.h\"/#include \"j2k_picture_asset.h\""/g src/*.{cc,h} tools/*.cc sed -i "s/#include \"mono_picture_asset.h\"/#include \"mono_j2k_picture_asset.h\""/g src/*.{cc,h} test/*.cc tools/*.cc sed -i "s/#include \"mono_picture_frame.h\"/#include \"mono_j2k_picture_frame.h\""/g src/*.{cc,h} test/*.cc examples/*.cc sed -i "s/#include \"stereo_picture_frame.h\"/#include \"stereo_j2k_picture_frame.h\""/g src/*.{cc,h} sed -i "s/#include \"picture_asset_writer_common.cc\"/#include \"j2k_picture_asset_writer_common.cc\""/g src/*.{cc,h} | |||
| 2024-04-18 | Rename files to mention J2K. | Carl Hetherington | |
| 2024-04-18 | Merge remote-tracking branch 'origin/main' into v1.9.x | Carl Hetherington | |
| 2024-04-17 | Make some not-so-important CPL read errors non-fatal (DoM #2797).v1.8.99 | Carl Hetherington | |
| 2024-04-15 | Add Dolby EDR metadata support (GH #12). | Carl Hetherington | |
| 2024-04-15 | Generalise sign language video tag handling and add test. | Carl Hetherington | |
| 2024-04-15 | Add basic verification report.v1.9.5 | Carl Hetherington | |
| 2024-04-15 | Rename VerifyResult -> VerificationResult. | Carl Hetherington | |
| 2024-04-15 | Add process_string parameter to dcp::note_to_string(). | Carl Hetherington | |
| 2024-04-15 | Add process_filename parameter to note_to_string(). | Carl Hetherington | |
| 2024-04-15 | Add OK note when content version label text is valid. | Carl Hetherington | |
| 2024-04-15 | Add OK note when <ContentKind> is valid. | Carl Hetherington | |
| 2024-04-15 | Add OK note when PKL and CPL annotation texts match. | Carl Hetherington | |
