summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2015-10-28Fix OS X build.Carl Hetherington
2015-10-28More tweaks to image filename ordering.Carl Hetherington
2015-10-28Add some comments for translators.Carl Hetherington
2015-10-28Updated da_DK translation from Anders Uhl Pedersen.Carl Hetherington
2015-10-26Speculative fix for missing attachments on KDM emails.Carl Hetherington
2015-10-26Speculative fix for image corruption following ↵Carl Hetherington
2e62b2c0de47fc8e5bcb5466b2876f9b23d2ae84
2015-10-26Reinstate subtitle speed-up patch 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 ↵Carl Hetherington
but only for preview.
2015-10-23Revert "Avoid decoding other packets when looking for subs."Carl Hetherington
This reverts commit 9e025d3f85f9d6d855b3d5e6c90bca0eac3a3d49. It causes corruption in prophet_clip.xml for reasons that are not yet known.
2015-10-22Somewhat hackily fix rounding of reel lengths.Carl Hetherington
2015-10-22Move quite a lot of stuff out of Writer into a new classCarl Hetherington
ReelWriter, which hopefully cleans things up a bit.
2015-10-22Remove ref_write mechanism and instead maintain state for eachCarl Hetherington
reel being written so that we don't need to keep track of frames that are being referenced.
2015-10-22Various multi-reel fixes.Carl Hetherington
* _video_frames_enqueued -> _position * some int -> Frame replacements * Call Writer::ref_write when there is nothing to encode / write for one frame. * Assume Encoder::encode is called once per output video frame. * Possibly correct some off-by-1 overlap bugs. * Don't reset _last_written on FAKE write as I believe there is no need.
2015-10-20Replace StringError with the equivalent std::runtime_error.Carl Hetherington
2015-10-19Fix by-video-content reel split when there is content after the last video ↵Carl Hetherington
content.
2015-10-16Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2015-10-16Remove the dreaded _decoded_video size assertion.Carl Hetherington
I am reasonably convinced that the accumulation of _decoded_video is an optimisation rather than being required for correctness, so it's no problem to throw frames away as the code will just get them back again if and when it needs them.
2015-10-16Update comment.Carl Hetherington
2015-10-16Avoid decoding other packets when looking for subs.Carl Hetherington
The "accumulation" of, for example, video data when we are looking for audio data is an *optimisation* to reduce the number of seeks. It should not be necessary for correctness (the output should be right even if we never kept anything except what we were looking for). Doing this accumulation is not always an optimisation; sometimes not doing it is better. Avoiding it when going back for subtitles is one of these cases.
2015-10-15Log to stdout in DCPOMATIC_DEBUG.Carl Hetherington
2015-10-15Use AV_ prefixes on some FFmpeg bits.Carl Hetherington
2015-10-15Fix invalid Interop subtitle times in some cases.Carl Hetherington
Use a much higher "timecode rate" (1000 rather than 24) when representing the time of subtitles internally so that accuracy is preserved and we don't end up rounding things up to give out of range results.
2015-10-14Quote ffprobe path on OS X.Carl Hetherington
2015-10-14Optimise audio filters; tweak order of the LPFs in the upmixers.Carl Hetherington
2015-10-14Updated it_IT translation; translator name to follow.Carl Hetherington
2015-10-13Some attempts to block referencing of DCPs when it is not possible.Carl Hetherington
2015-10-12Rename split-by-video content slightly; fix referencing to multi-reel DCPs.Carl Hetherington
2015-10-12Fix merge.Carl Hetherington
2015-10-12Implement Film::reels().Carl Hetherington
2015-10-12Try to clarify period from/to.Carl Hetherington
I believe we have things set up so that if we have, say, two pieces of content of length 8 the first should start at 0 and the second at 8: Time 0--1--2--3--4--5--6--7--8 Sample | 1| 2| 3| 4| 5| 6| 7| 8|
2015-10-12Un-attached reel UI.Carl Hetherington
2015-10-12Basics of reel split.Carl Hetherington
2015-10-12Templatise TimePeriod and add DCPTimePeriod.Carl Hetherington
2015-10-12Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2015-10-11Fix missing preview of referenced DCPs; deciding whether to ignore DCP ↵Carl Hetherington
content is done in the player.
2015-10-11Add debug option to log SMTP session transcripts.Carl Hetherington
2015-10-11Better progress indication when finding subs (#711).Carl Hetherington
2015-10-11White space.Carl Hetherington
2015-10-11Missing part of last commit.Carl Hetherington
2015-10-11Tweak Lfe response of upmixer b to match upmixer a.Carl Hetherington
2015-10-11Updated ru_RU translation from Igor Voytovich.Carl Hetherington
2015-10-11Updated pl_PL translation from Marek Skrzelowski.Carl Hetherington
2015-10-10Tweak Lfe and C responses in upmixer-A to meet the desired frequency ranges ↵Carl Hetherington
more closely.
2015-10-10Missing virtual destructor.Carl Hetherington
2015-10-10Fix windows buildCarl Hetherington
2015-10-10Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2015-10-09Missing include.Carl Hetherington
2015-10-09Nicer default labels in certificate chains.Carl Hetherington
2015-10-09Logging improvements to allow prettier displays in the server GUI.Carl Hetherington
2015-10-09Comment.Carl Hetherington
2015-10-09Remove use of fmemopen.Carl Hetherington