0922086e

By: Michael Lynch <git@mtlynch.io>

Remove context from media converter functions

The upload converter interface now matches the concrete stream converters directly. Remove the context parameter from the image, animated image, and video stream converters instead of adapting them with context.Background wrappers at call sites.