summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2015-05-10Possibly inaccurate port of master; build system cleanups.Carl Hetherington
2015-05-107fd73c0cf1f723896826c77fec3720c5c404d4e8 from master; tidy audio analysis ↵Carl Hetherington
dialogue and add overall peak.
2015-05-09Apply a modified version of 7c76bbb0c989cb5e5e552f28668a985243438cabCarl Hetherington
from master; when we push an encoded frame's data to disk because we can't write it yet, the idea i to set encoded in the QueueItem to 0 to say that the data has already been pushed to disk. This was not working because we were resetting encoded in a copy of the QueueItem, and hence not affecting the QueueItem held in _queue. This meant that the same frame could be pushed to disk several times. Use the iterator instead of a copy so that the QueueItem in the list is modified.
2015-05-099a5d37cbc5be0bae532baafeb8df0616e10f3824 from master; add UTF-8 content type ↵Carl Hetherington
to KDM emails.
2015-05-07Merge branch '1.0' of git.carlh.net:git/dcpomatic into 2.0Carl Hetherington
2015-05-07Only write config on change from the UI, not (say) from tests.Carl Hetherington
2015-05-07Write subtitle stuff to a subdirectory based on ID.Carl Hetherington
2015-05-07Fix writing of LoadFont tags in subtitles.Carl Hetherington
2015-05-06Use Unknown for language in subtitles if no language has been specified.Carl Hetherington
2015-05-02Remove approximate size stuff where playback viewer would roundCarl Hetherington
down to nearest 4 pixels to try and speed up scaling. It didn't work as the two estimates of what would be scaled didn't always agree. It could probably be resurrected.
2015-05-01Fix last-but-one commit.Carl Hetherington
2015-05-01f45b53e8f5d13f3dd3eecd14bfd44a12fb788d4e from master; ignore ._ files.Carl Hetherington
2015-04-30Try to fix Windows build.Carl Hetherington
2015-04-30Various bits related to subtitle font handling, particularly copying fonts ↵Carl Hetherington
to the DCP.
2015-04-29Hand-apply 0faa096dd8e3f8a5ba3975a88aaf6d1994866604 from master; improve ↵Carl Hetherington
disk space check wrt hard links.
2015-04-29Hand-apply 62f8054d65a8bd31689fc0c977c1bb2385e71afa from master; config of ↵Carl Hetherington
encryption key.
2015-04-29Bump SERVER_LINK_VERSION after ColourConversion changes.Carl Hetherington
2015-04-24Fix crash due to static initialisation order nastiness.Carl Hetherington
2015-04-22Add P3 colour conversion preset.Carl Hetherington
2015-04-22Actually use YUV->RGB setting when converting.Carl Hetherington
2015-04-22Various changes to colour conversion specification to use chromaticities.Carl Hetherington
2015-04-21Hand-apply dbaf6da70557cc94550e95130cb697ce6a100586 from master;Carl Hetherington
use the picture MXF's filename decided at the start of the encode the whole way through the encode.
2015-04-21Hand-apply bd7102b476c631b1fa9067f18ce938d86073f6c8; single-file hashes.Carl Hetherington
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2015-04-16A few missing checks on the return value of fopen_boost.Carl Hetherington
2015-04-15Catch case where fopen_boost returns 0 in fake_write.Carl Hetherington
2015-04-1500cc8646894f6519d1e2726f3e7a4fbc1e11d8f3 from master; make the config dialog ↵Carl Hetherington
update itself when the configuration changes, and add a menu option to restore the default configuration.
2015-04-12Fix ISDCF name test and add check to see if a mapped channel is included in ↵Carl Hetherington
the DCP.
2015-04-12Hand-apply c165ea8ccadf5bb8c4401a23bb2e998fabdc8a9b from master.Carl Hetherington
2015-04-12Hand-apply bb070db1b36020058b010057b08ae78e6243d2d0 from master.Carl Hetherington
2015-04-12Hand-apply 97dde0e6d77b874742161703944d60524023664e from master.Carl Hetherington
2015-03-25Remove Scaler config and use SWS_BICUBIC everywhere.Carl Hetherington
2015-03-25Hand-apply ec3e6abf817b84d589f0782b01f5059dd3bf0953; only allow evenCarl Hetherington
DCP audio channel counts between 2 and 16 inclusive.
2015-03-25Missing files.Carl Hetherington
2015-03-24Hand-apply e30fd8d; resurrect JSON server code.Carl Hetherington
2015-03-24Hand-apply a2f81da6d9afc5d3b5e647e1e05ca5d4507af42c from master;Carl Hetherington
allow "deletion" of the audio part of a FFmpeg file from the timeline; delete unmaps the audio (#316).
2015-03-16Hand-apply 33b76b675d747fd828aba91d9d857227cb8a8244 from master; make sure ↵Carl Hetherington
signals are disconnected in the right places.
2015-02-24Forward-port 86a5cdbe6ddb3506515cf8585a0902937147862e from master; crash ↵Carl Hetherington
when repeating MagickImage frames.
2015-02-19Update copyright year.Carl Hetherington
2015-02-19Split up Timeline view classes.Carl Hetherington
2015-02-17Incorrect include path.Carl Hetherington
2015-02-17Hand-apply 71a4c0f5440688a38a2bb34170a3ccf9b1ea598f from 1.x;Carl Hetherington
correctly sort image sequences.
2015-02-17Fix crash on loading J2K files.Carl Hetherington
2015-02-10Default to no colour conversion for JPEG2000 and DCP content (#445).Carl Hetherington
2015-02-10Bump server link version number.Carl Hetherington
2015-02-09Remove erroneous comment.Carl Hetherington
2015-02-08Speculative simplification of FFmpegStream::uses_index.Carl Hetherington
2015-02-08Uninitialised variable.Carl Hetherington
2015-02-08Actually fix previous.Carl Hetherington
2015-02-08Fix typo in previous.Carl Hetherington