Previously pkg/jsonconfig and pkg/errorutil
Copied from go4.org at rev d1b8a2fb2de6160036e4801aa5e4d855571078b8
Change-Id: I673ed55b0825baa2607289b6082f205100261d7a
They were internal packages (under pkg), which we are now moving to
go4.org, so we in turn need to vendor them in now.
Change-Id: I92224f731404d0bd4ca1c57492bed37cb3367ed4
This package is built around 3 components: a Service, a Thumbnailer, and
an http handler.
When the Service generates a thumbnail, it creates a Thumbnailer (based
on ffmpeg by default), and it starts an ephemeral http server. The
Thumbnailer runs a thumbnailing process that reads the video file served
by the ephemeral server, and outputs a thumbnail image.
Not plugged with Camlistore yet.
Commiter note: submitting as is from files taken from
https://camlistore-review.googlesource.com/3582 to conserve authorship.
I'll tweak the package if needed in subsequent commits.
Change-Id: I285a7694d1814d52e1248caf4eb501810eed89c1