summaryrefslogtreecommitdiff
path: root/TO_PORT
AgeCommit message (Collapse)Author
2015-06-28Remove TO_PORT.Carl Hetherington
2015-06-0226d4079c0a1eb010b0909e8f046f04381408b6f3 from master; half-hearted --dump ↵Carl Hetherington
option to dcpomatic_cli.
2015-06-0221cb435ed5eb250a7f94887ddd75f6b367ea231f from master; better colour ↵Carl Hetherington
conversion selection.
2015-06-02TO_PORT.Carl Hetherington
2015-05-25TO_PORT.Carl Hetherington
2015-05-2548393469730c8fb8759cc41d50c95c26380991be from master; block possibly bad ↵Carl Hetherington
characters from DCP names.
2015-05-25d588620e70bf15da29cc242e4ae8d86977e8f36a from master; fix hang if you cancel ↵Carl Hetherington
a paused job.
2015-05-25b37e348604b75f346c8b423dd6b67a4663102871 from master; tweak job view.Carl Hetherington
2015-05-255b5c36d28d07e8cd93af5a3f766fd95f2a506beb from master; increase the number of ↵Carl Hetherington
images that are kept around in memory before pushing to disk.
2015-05-25aaae1b20f7029d0a9a66d6f45a285fab23ecf621 from master; add container name to ↵Carl Hetherington
the video scaling/padding summary.
2015-05-25a914ff2d9e06893328abee2fe40fb7b82ac89c02 from master; display DCP container ↵Carl Hetherington
size beside the choice in the DCP tab.
2015-05-2519940a8e1ff462e567fbf79ccf5ce81a57444f8b from master; make dcpomatic_cli ↵Carl Hetherington
less talkative when -n is passed.
2015-05-2511b5bf6229b8713dffde89a777cd5181335136f6 from master; default colour ↵Carl Hetherington
conversions depending on type and resolution
2015-05-25TO_PORT.Carl Hetherington
2015-05-25c7f2d098e2c1201c84552a1972453e7b75a64c5d from master; Removed unused ↵Carl Hetherington
parameter from VideoContent::set_default_colour_conversion.
2015-05-25TO_PORTCarl Hetherington
2015-05-25TO_PORT.Carl Hetherington
2015-05-253cb5a4c2064d4cf4d8cbdca75a84615a6c56fb7c from master; use j2c_uuid and ↵Carl Hetherington
pcm_uuid for picture/sound MXF filenames.
2015-05-24TO_PORT.Carl Hetherington
2015-05-23TO_PORT.gCarl Hetherington
2015-05-23TO_PORT.Carl Hetherington
2015-05-236ebdd1b08ec3156c637db59d6a42efc8fa63ab8f from master; fix failure to import ↵Carl Hetherington
some video MXFs (#566).
2015-05-22TO_PORT.Carl Hetherington
2015-05-22TO_PORT.Carl Hetherington
2015-05-22TO_PORT.Carl Hetherington
2015-05-22TO_PORT.Carl Hetherington
2015-05-22TO_PORT.Carl Hetherington
2015-05-22Merge TO_PORT.Carl Hetherington
2015-05-22TO_PORT.Carl Hetherington
2015-05-21TO_PORT.Carl Hetherington
2015-05-20TO_PORT.Carl Hetherington
2015-05-20TO_PORT.Carl Hetherington
2015-05-19TO_PORT.Carl Hetherington
2015-05-18TO_PORT.Carl Hetherington
2015-05-18TO_PORT.Carl Hetherington
2015-05-17TO_PORT.Carl Hetherington
2015-05-1737423292ff0ff0210a2eeb4b2eea6740dcfa0a64 from master; fix DCP name update on ↵Carl Hetherington
changing DCP standard.
2015-05-17TO_PORT.Carl Hetherington
2015-05-1722b13e0d021313d3b0bc6a65abf535878f45d278 from master; add test for audio ↵Carl Hetherington
analysis with -ve delay.
2015-05-17TO_PORT.Carl Hetherington
2015-05-17TO_PORT.Carl Hetherington
2015-05-16TO_PORT.Carl Hetherington
2015-05-13TO_PORT.Carl Hetherington
2015-05-10Possibly inaccurate port of master; build system cleanups.Carl Hetherington
2015-05-10eebb00c092e568a14c0af3ce513d34f6b4ee834d from master; limit DCP channels and ↵Carl Hetherington
bump libdcp.
2015-05-10TO_PORT.Carl Hetherington
2015-05-100dd1bec30fed2c10ef01cc7782e331ea0d1a1f47 from master; fix sometimes-missing ↵Carl Hetherington
audio analysis channel labels on OS X.
2015-05-107fd73c0cf1f723896826c77fec3720c5c404d4e8 from master; tidy audio analysis ↵Carl Hetherington
dialogue and add overall peak.
2015-05-09TO_PORT.Carl Hetherington
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.