Commit Graph

380 Commits

Author SHA1 Message Date
38151bb5c9 Drop compilation requirement on printf libs 2013-12-21 15:31:13 -08:00
68f3632008 Add 'base' param to specs 2013-02-10 14:38:30 -08:00
dbe5d0bea2 Remove trace statement 2013-01-06 22:54:15 -08:00
125e6c3062 Fix unsmooth join issue (fi-na-lly) 2013-01-06 22:54:15 -08:00
caf9014a29 Run a bit more without CUDA 2013-01-06 22:03:03 -08:00
a8f4e0007e Set frame width on the command line 2013-01-06 22:00:52 -08:00
1eae2236e2 Make 'time' available on nodes too 2013-01-06 21:59:59 -08:00
1ddcf9cbc4 Fix xform_map; add 'pad' and 'dup' support 2013-01-06 21:59:38 -08:00
6938ac715b Add an important comment 2013-01-06 21:58:14 -08:00
769f53cce0 Don't dup file descriptors 2012-07-29 12:24:21 -07:00
e4fb94754f Fix bug with applying edits 2012-07-29 12:23:52 -07:00
cce53c23a6 Default to weightflip 2012-07-29 12:23:36 -07:00
7a2b9983f1 Non-blocking poll for encoder subprocess 2012-07-23 00:05:26 -07:00
c4727a48fc convert_file -> nodes_from_xml_path 2012-07-22 15:54:19 -07:00
3294ba10d6 Support x264 10-bit output format. 2012-07-22 15:53:38 -07:00
3a6490825b Fix an interpolation code-gen issue.
A bug in the hacky use of OrderedDict to function as an OrderedSet meant
that any value acceessed in a precalculation function which had already
been accessed from another precalculation function would use an
incorrect index.
2012-07-21 13:14:09 -07:00
44a826508a Eliminate the grid effect.
I actually quite like it: it adds a certain crunch to the image. But
it's an artifact. If the user wants more noise, that should probably
belong in a true postprocessing filter.
2012-07-05 00:23:26 -07:00
bb852ff255 Make dist worker work with pipelining 2012-07-04 23:54:22 -07:00
27e0a2adb8 Improve argument order for help 2012-07-04 23:04:07 -07:00
2cb1fdc9b2 Remove check that avoids using holes on finals
I distinctly remembmer adding that check in order to combat some
misaligned transitions, and testing it by hand to ensure that it worked.
Now I'm kicking myself for not having a test suite.

Really, though, what we need is to hook up CV libraries to deal with
some of these questions automatically.
2012-07-04 23:02:08 -07:00
9ae0cb518f Correct weighting bug 2012-07-04 23:01:56 -07:00
73da32532a 'curl' is not an identity variation 2012-07-04 23:01:19 -07:00
b13589cc33 Fix using custom (JSON) profile 2012-06-02 10:04:37 -07:00
e509675737 Fix a blend bug (flipped finals in some cases) 2012-05-31 22:17:37 -07:00
2ca35c0af3 Fix a blend bug (missing float()) 2012-05-31 22:17:37 -07:00
b67fd6f38c Run genome/db.py to print an anim from a path 2012-05-31 22:17:37 -07:00
42af8bee07 Increase default smearclip radius 2012-05-20 13:06:47 -07:00
8c7db9d0fc Changes to CUDA module loading
Modules may (once again) be compiled and loaded in separate stages,
including compiling without having a CUDA context on hand. Also, modules
will be reused if they are already loaded.
2012-05-20 13:05:28 -07:00
5083fefad7 Map output type to proper extension 2012-05-20 13:04:38 -07:00
3666d4bee8 Add genome hash 2012-05-20 13:04:20 -07:00
909643c3b4 cuburn.profile. 2012-05-20 13:03:27 -07:00
c02573472a Centralize animation retrieval and naming 2012-05-20 13:00:49 -07:00
076e5c045c Inherit properly 2012-05-20 12:54:30 -07:00
c5c05d6aa5 Don't die on variation-less xforms 2012-05-20 12:53:38 -07:00
805742d4ce Add arch as compiler option 2012-05-20 12:53:23 -07:00
7c0d86b929 Use linear scaling for variation weights 2012-04-22 15:47:16 -07:00
233f9f003e Scale velocities according to duration 2012-04-22 15:46:44 -07:00
e973dcf9d7 Start of JSON encoding documentation. 2012-04-22 15:45:51 -07:00
45e3a4c557 Correct missing quotes in OneFileDB.read 2012-04-22 15:45:03 -07:00
b28c3f68f1 Add convert.to_json as synonym for json_encode 2012-04-22 15:44:39 -07:00
f315b226fa Remove dead code 2012-04-22 15:42:20 -07:00
1dcdd31973 Use 'duration' instead of 'nloops' in blends. 2012-04-22 15:41:51 -07:00
83e8eb465a Add _params to Wrapper.
This way subclasses don't have to override __init__ and wrap_dict to
share secondary data across instances.
2012-04-22 15:37:37 -07:00
ebd9e5f205 Add forgotten db.py 2012-04-18 11:34:58 -07:00
3a84116515 Add gamma linearization to smearclip 2012-04-18 08:58:17 -07:00
5cbbf67886 Fixes for name errors in conversion functions 2012-04-16 01:32:14 -07:00
f156b18ce7 Harmonize flatten and unflatten 2012-04-16 01:31:45 -07:00
31234b986e Add new SmearClip filter, and make it the default.
Also removes haloclip's separate gamma; instead it will use colorclip's
gamma setting.

Also expanded side buffer to full size.
2012-04-16 01:30:17 -07:00
8a6c238cf8 Remove old schema.py 2012-04-16 01:26:38 -07:00
08d33ea593 Allow for customized blur width.
Also moves host pool to framebuffer for use by filters.
2012-04-16 01:25:34 -07:00