summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2018-06-08Whitespace.v2.13.28Carl Hetherington
2018-06-08Auto-rotate videos.Carl Hetherington
2018-06-08Add support for vflip/hflip filters.Carl Hetherington
2018-06-08Speed up timeline drags in some cases.Carl Hetherington
2018-06-08Fix doubled subtitles if subtitle stop times are specified.Carl Hetherington
2018-06-08Fix crash with missing DCP content.v2.13.27Carl Hetherington
2018-06-08Remove details video properties from non-video content XML.Carl Hetherington
2018-06-07Assorted fixes to queue management.Carl Hetherington
2018-06-07Check that we're not about to deadlock if the queue is full and we can't ↵Carl Hetherington
repeat-write.
2018-06-07Fix for wrong reel-sizes under trim; like ↵Carl Hetherington
54ca9edc8d6cfc6f7175986d5df21bc101663576 from v2.12.x.
2018-06-06Round sample rate calculations in audio FFmpeg examiner.Carl Hetherington
2018-06-05Don't allow the queue to get too big with REPEAT frames otherwisev2.13.26Carl Hetherington
there's a long delay at the end of the job while they are written. We must still write FULL frames even if the queue is long (we only stop doing that if the queue has too many FULL frames i.e. too much memory consumption). With this commit we stop writing REPEAT/FAKE frames when the queue gets long and assume there will always be a sequence image for writing and hence the main writer thread will reduce the queue given time.
2018-06-04Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-05-29Updated fr_FR translation from Thierry Journet.Carl Hetherington
2018-05-29Fix job ordering when sending notification emails (more of #1286).Carl Hetherington
2018-05-28Fix seconds_to_approximate_hms sometimes saying things like 1h60m (#1314).Carl Hetherington
2018-05-27Add missing icons and make emailing work.Carl Hetherington
2018-05-27Add UI for message box / email notifications.Carl Hetherington
2018-05-27Simple and optional messagebox notification when jobs finish.Carl Hetherington
2018-05-27Updated it_IT translation from Felice D'Andrea.Carl Hetherington
2018-05-23Try to fix failure to load files with non-ASCII filenames into ImageMagick.Carl Hetherington
2018-05-20pot/merge.Carl Hetherington
2018-05-18Re-add erroneously removed virtual which slows down DCP export (and possibly ↵v2.13.22Carl Hetherington
decoding in general).
2018-05-17Fix charset of tr_TR translations.Carl Hetherington
2018-05-17Add empty tr_TR translations.Carl Hetherington
2018-05-15Fix crash on enabling telecine filter.v2.13.21Carl Hetherington
Apparently we have to pass frame_rate as a parameter when making the buffer source for the filter chain.
2018-05-15Fix failure to skip through more than one empty reel when looking for a reel ↵Carl Hetherington
to put subtitles in.
2018-05-15Escape & before sending it to pango, otherwise it won't render it.Carl Hetherington
2018-05-13Update to match new FFmpeg; fixes #1296.Carl Hetherington
2018-05-09Speculative attempt to disable sub-pixel anti-aliasing (i.e. ClearType) when ↵Carl Hetherington
rendering subtitles for preview or burn-in.
2018-05-08Add colour, effect and effect colour to ::identifier() to force remake of ↵Carl Hetherington
video when they change (#1290).
2018-05-07Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2018-04-29Allow command-line configuration of config location (#1284).Carl Hetherington
2018-04-27FIx -Wreorder.Carl Hetherington
2018-04-27Fix incorrect container size when loading a VF/OV combination into the player.Carl Hetherington
2018-04-27Fix crazy thinko in Rect::extend() causing subtitles to disappear when they ↵Carl Hetherington
were merged.
2018-04-26Remove unnecessary include.Carl Hetherington
2018-04-26Signal when streams change and rebuild player pieces when it happens.Carl Hetherington
2018-04-26More build fixes.Carl Hetherington
2018-04-26Try to fix build.Carl Hetherington
2018-04-25Fix for new FFmpeg.Carl Hetherington
2018-04-25Updated fr_FR translation from Thierry Journet.Carl Hetherington
2018-04-25Updated de_DE translation from Carsten Kurz.Carl Hetherington
2018-04-22Add MOS tag in ISDCF names if there is no sound.v2.13.16Carl Hetherington
2018-04-22Allow + in DCP names for ISDCF RU rating strings.Carl Hetherington
2018-04-21Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-04-20pot/merge.Carl Hetherington
2018-04-19Fix crash on make-dcp after trimming end of text subtitles (#1275).Carl Hetherington
2018-04-19Add unit test to trigger #1275 and an assert to prevent the segfault.Carl Hetherington
2018-04-17Use round rather than ceil when putting positions and start trimsCarl Hetherington
onto frame boundaries. ceil() can creep upwards with rounding error, which I have seen happen over a save/load.