Commit Graph

3 Commits

Author SHA1 Message Date
mpl 40be4d8da2 vendor: go4.org/jsonconfig (and errorutil)
Previously pkg/jsonconfig and pkg/errorutil

Copied from go4.org at rev d1b8a2fb2de6160036e4801aa5e4d855571078b8

Change-Id: I673ed55b0825baa2607289b6082f205100261d7a
2015-12-01 17:21:49 +01:00
mpl 12eddf9c19 vendor: go4.org/strutil go4.org/syncutil
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
2015-11-21 00:21:20 +01:00
Antonin Amand 6a46b89ca9 pkg/video/thumbnail: for making a still thumbnail from a video
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
2015-05-22 17:44:08 +02:00