stash/pkg/ffmpeg
Eng Zer Jun 62af723017
refactor: move from io/ioutil to io and os package (#1772)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-09-27 10:55:23 +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 refactor: move from io/ioutil to io and os package (#1772) 2021-09-27 10:55:23 +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 Errcheck phase 1 (#1715) 2021-09-21 09:34:25 +10:00
hls.go Remove unused (#1709) 2021-09-09 14:10: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 refactor: move from io/ioutil to io and os package (#1772) 2021-09-27 10:55:23 +10:00
types.go Parse title, details, date from file metadata 2019-08-16 08:47:35 +10:00