Commit Graph

483 Commits

Author SHA1 Message Date
Steven Robertson
37e6642d37 Add logencode filter. 2015-10-10 18:04:27 -07:00
Steven Robertson
37245085a9 Add pre-YUV output clamping to YUV444P12.
A better solution would cover all the ouput transforms, but... later.
2015-10-10 18:03:17 -07:00
Steven Robertson
0476bbfdce Fix default width/height 2015-10-10 16:01:58 -07:00
Steven Robertson
f93b4dbf23 Add YUV444P12 support 2015-10-10 16:01:11 -07:00
Steven Robertson
0ce1b51d16 Convert YUV to RGB before filtering 2015-10-10 15:59:57 -07:00
Steven Robertson
abcb3fa50f Look up renderers by name, rather than position 2015-10-10 15:58:36 -07:00
Steven Robertson
698d9c2337 Register filters with a class decorator 2015-10-10 15:58:13 -07:00
Steven Robertson
227a6016c2 Enable VP9 ARNR 2015-02-15 10:24:23 -08:00
Steven Robertson
51b1280e1e Better status messages for main.py 2015-02-14 17:51:13 -08:00
Steven Robertson
e70073175e Fix codec naming issue for jpeg 2015-02-14 17:50:19 -08:00
Steven Robertson
8dc629d91e Autoselect number of columns to use for VP9 2015-02-14 17:50:03 -08:00
Steven Robertson
e08444f74b Work around an overflow condition for now.
I'm not sure what's going wrong; the math still holds up at higher
densities, but when you crank up the samples-per-pixel count the
accumulators start overflowing stochastically, and when they do
they dump nonsense into the output. Until I have time, take a small
perf hit by flushing much more often.
2015-02-14 17:48:22 -08:00
Steven Robertson
8da1821616 Bump gutter to 12px to align reads 2014-12-25 15:04:31 -08:00
Steven Robertson
9a5c31ce37 Improve/fix vpx output 2014-12-25 15:04:10 -08:00
Steven Robertson
42f9ae2824 Pixlib fixes, a new yuv420p10 pix format, tests. 2014-12-25 14:36:02 -08:00
Steven Robertson
49ccf75c5f Fix MWC unit test (prior to porting it) 2014-12-25 13:22:01 -08:00
Steven Robertson
f39563b507 Add VP8, VP9 output formats 2014-12-25 06:32:12 -08:00
Steven Robertson
2b948be269 Introduce new pixel formats 2014-12-25 06:31:43 -08:00
Steven Robertson
0988f8d5ed Fix clamping issues 2014-12-25 06:31:09 -08:00
Steven Robertson
b073b7e22e Allow overriding the x264 binary name to use 2014-12-20 18:34:36 -08:00
Steven Robertson
b882d6587d Add a link to the sample repo projet 2014-12-20 18:31:07 -08:00
Steven Robertson
0f8d2916d7 Queue -> Channel 2014-12-20 18:27:27 -08:00
Steven Robertson
10a45d4036 First test (didn't catch the bug tho) 2014-12-18 22:50:37 -08:00
Steven Robertson
41aa427f08 Fix array-ordering issue 2014-12-18 00:29:28 -08:00
Steven Robertson
d832b6bc98 Updates for the modern era 2013-12-21 15:32:37 -08:00
Steven Robertson
328682f936 Localhost by default 2013-12-21 15:32:21 -08:00
Steven Robertson
f842a9181d Resolve standalone nodes too 2013-12-21 15:32:00 -08:00
Steven Robertson
38151bb5c9 Drop compilation requirement on printf libs 2013-12-21 15:31:13 -08:00
Steven Robertson
68f3632008 Add 'base' param to specs 2013-02-10 14:38:30 -08:00
Steven Robertson
dbe5d0bea2 Remove trace statement 2013-01-06 22:54:15 -08:00
Steven Robertson
125e6c3062 Fix unsmooth join issue (fi-na-lly) 2013-01-06 22:54:15 -08:00
Steven Robertson
caf9014a29 Run a bit more without CUDA 2013-01-06 22:03:03 -08:00
Steven Robertson
f3737988a9 Improve graph.py 2013-01-06 22:02:21 -08:00
Steven Robertson
d51a582dd8 Fix xfsearch 2013-01-06 22:01:54 -08:00
Steven Robertson
57c29721eb Actually terminates! 2013-01-06 22:01:35 -08:00
Steven Robertson
a8f4e0007e Set frame width on the command line 2013-01-06 22:00:52 -08:00
Steven Robertson
1eae2236e2 Make 'time' available on nodes too 2013-01-06 21:59:59 -08:00
Steven Robertson
1ddcf9cbc4 Fix xform_map; add 'pad' and 'dup' support 2013-01-06 21:59:38 -08:00
Steven Robertson
6938ac715b Add an important comment 2013-01-06 21:58:14 -08:00
Steven Robertson
6aac026a6b Add a bit to the README 2013-01-06 21:57:51 -08:00
Steven Robertson
48767d1673 Remove cuda driver import from main.py 2012-07-29 12:28:37 -07:00
Steven Robertson
583ea916f0 Extend timeout even further (gotta fix that) 2012-07-29 12:24:31 -07:00
Steven Robertson
769f53cce0 Don't dup file descriptors 2012-07-29 12:24:21 -07:00
Steven Robertson
e4fb94754f Fix bug with applying edits 2012-07-29 12:23:52 -07:00
Steven Robertson
cce53c23a6 Default to weightflip 2012-07-29 12:23:36 -07:00
Steven Robertson
7a2b9983f1 Non-blocking poll for encoder subprocess 2012-07-23 00:05:26 -07:00
Steven Robertson
8736608abc Internal network change for helper script 2012-07-22 15:54:42 -07:00
Steven Robertson
c4727a48fc convert_file -> nodes_from_xml_path 2012-07-22 15:54:19 -07:00
Steven Robertson
3294ba10d6 Support x264 10-bit output format. 2012-07-22 15:53:38 -07:00
Steven Robertson
21f783730a Fix Pyglet output (and improve speed!)
Instead of using Pyglet's image uploading process, we write data
straight to an OpenGL texture.
2012-07-21 13:20:13 -07:00