stash/pkg/ffmpeg
SmallCoccinelle e7f6cb22b7
Error strings noncapitalized (#1704)
* Fix error string capitalization

Error strings often follow another string. Hence, they should not be
capitalized, unless referencing a name.

* Uncapitalize more error strings

While here, use %v on the error directly, which makes it easier to wrap
the error later with %w if need be.

* Uncapitalize more error strings

While here, rename Url to URL as a nitpick.
2021-09-08 11:23:10 +10:00
..
downloader.go Load TLS config files from config path before stash home (#1678) 2021-08-31 19:37:45 +10:00
encoder.go Add in-memory screenshot generation for sprites and phash (#1316) 2021-05-05 13:22:05 +10:00
encoder_marker.go Fix ffmpeg error output (#176) 2019-11-04 16:34:57 -05:00
encoder_scene_preview_chunk.go Make audio stream optional for preview generation (#1454) 2021-06-11 15:01:32 +10:00
encoder_screenshot.go Preview generation fallback (#725) 2020-08-17 09:21:58 +10:00
encoder_sprite_screenshot.go Add in-memory screenshot generation for sprites and phash (#1316) 2021-05-05 13:22:05 +10:00
encoder_transcode.go Add in-memory screenshot generation for sprites and phash (#1316) 2021-05-05 13:22:05 +10:00
ffprobe.go Error strings noncapitalized (#1704) 2021-09-08 11:23:10 +10:00
hls.go Transcode stream refactor (#609) 2020-07-23 11:56:08 +10:00
media_detection.go Add detection of container/video_codec/audio_codec compatibility for live file streaming or transcoding (#384) 2020-04-10 08:38:34 +10:00
regex.go Configuration 2019-04-11 10:55:58 -07:00
stream.go Added streaming quality options (#790) 2020-10-22 15:02:27 +11:00
types.go Parse title, details, date from file metadata 2019-08-16 08:47:35 +10:00