| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-03 | Fix previous. | Carl Hetherington | |
| 2015-02-03 | Try to add basic decryption support to dcpdiff. | Carl Hetherington | |
| 2015-02-03 | Fix library path in run/tools/dcpdiff. | Carl Hetherington | |
| 2015-02-02 | Remove Image and ARGBImage and just dump RGB data into | Carl Hetherington | |
| uint8_t* buffers. This is hopefully simpler than trying to come up with some Image hierarchy that suits everything. | |||
| 2015-02-02 | Rename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage. | Carl Hetherington | |
| 2015-02-02 | Make ::swap virtual. | Carl Hetherington | |
| 2015-02-02 | Unpack XYZ to RGB into an Image class rather than a raw buffer. | Carl Hetherington | |
| 2015-01-28 | Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0 | Carl Hetherington | |
| 2015-01-28 | Some OS X build fixes. | Carl Hetherington | |
| 2015-01-28 | Auto-detect OS X build. | Carl Hetherington | |
| 2015-01-21 | Add SMPTESubtitleContent::valid_mxf. | Carl Hetherington | |
| 2015-01-16 | Movements in libdcp-test-private. | Carl Hetherington | |
| 2015-01-15 | Reduce precision for vposition attribute. | Carl Hetherington | |
| 2015-01-15 | Fix code and tests so that SubtitleString::v_position is between 0 and 1 ↵ | Carl Hetherington | |
| (not a percentage) as the comment says it should be. | |||
| 2015-01-11 | Fix uninitialised variable. | Carl Hetherington | |
| 2015-01-11 | Add Time::to_seconds. | Carl Hetherington | |
| 2015-01-10 | Fix handling of timing in SMPTE subtitles. | Carl Hetherington | |
| 2015-01-07 | Rename mxf filename ignoring stuff slightly. | Carl Hetherington | |
| 2015-01-07 | Rename --names to --mxf-names. | Carl Hetherington | |
| 2015-01-07 | Don't build tests on OS X. | Carl Hetherington | |
| 2015-01-07 | Remove unused variable. | Carl Hetherington | |
| 2015-01-07 | Fix build on OS X. | Carl Hetherington | |
| 2015-01-07 | Pass notes through MonoPictureFrame::rgb_frame(). | Carl Hetherington | |
| 2015-01-07 | Clamp out-of-range XYZ values in xyz_to_rgb() and pass notes about their ↵ | Carl Hetherington | |
| existance. | |||
| 2015-01-07 | Fix LD_LIBRARY_PATH. | Carl Hetherington | |
| 2015-01-07 | Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0 | Carl Hetherington | |
| 2015-01-07 | Use a typedef for a note-taking functor. | Carl Hetherington | |
| 2015-01-05 | Thought-necessary protection of TransferFunction::lut() for access from ↵ | Carl Hetherington | |
| multiple threads. | |||
| 2015-01-04 | Try to fix static initialisation order problems. | Carl Hetherington | |
| 2015-01-04 | Missing files. | Carl Hetherington | |
| 2015-01-04 | Make a parent for SMPTELoadFont and InteropLoadFont. | Carl Hetherington | |
| 2015-01-03 | Tests are now not Windows-compatible. | Carl Hetherington | |
| 2015-01-03 | Add support for reading non-MXF-wrapped SMPTE subtitle files. | Carl Hetherington | |
| 2015-01-03 | Fix +x on run/coverage. | Carl Hetherington | |
| 2015-01-03 | Reinstate Image::swap. | Carl Hetherington | |
| 2015-01-03 | Tweaks to test setup; don't always compute coverage. | Carl Hetherington | |
| 2015-01-03 | Various fixes to XYZ/RGB transforms. | Carl Hetherington | |
| 2014-12-28 | Rename subtitle_tests -> subtitle_test. | Carl Hetherington | |
| 2014-12-28 | Add a basic stereo test. | Carl Hetherington | |
| 2014-12-28 | Rename test DCP from foo to dcp_test1. | Carl Hetherington | |
| 2014-12-28 | Remove Image:swap(); add some more tests. | Carl Hetherington | |
| 2014-12-28 | Add another test. | Carl Hetherington | |
| 2014-12-28 | Examine gcov result for all test programs. | Carl Hetherington | |
| 2014-12-28 | Another test. | Carl Hetherington | |
| 2014-12-28 | More tests. | Carl Hetherington | |
| 2014-12-28 | Add test; shuffle IDs. | Carl Hetherington | |
| 2014-12-28 | Fix build of gcov stuff. | Carl Hetherington | |
| 2014-12-28 | Missing noncopyable. | Carl Hetherington | |
| 2014-12-28 | Purge assert() from src/, at least (not asdcplib). | Carl Hetherington | |
| 2014-12-28 | Change colourspace handling round a bit:1.0-colour-cleanup | Carl Hetherington | |
| - move the essence of GammaLUT into TransferFunction and handle different bit depths more neatly - add ColourConversion to describe input gamma correction, colour transformation and then output gamma correction in one class. - add default ColourConversions for sRGB->XYZ, Rec709->XYZ and XYZ->RGB. | |||
