owncast/core/transcoder
Eng Zer Jun 7996df85e1
refactor: move from io/ioutil to io and os packages (#1546)
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-11-19 22:42:50 -08:00
..
codecs.go Tweak video bandwidth values to be < 10% over max 2021-10-31 23:00:11 -07:00
fileWriterReceiverService.go Simplify HLS storage paths (#1393) 2021-09-12 11:32:42 -07:00
hlsFilesystemCleanup.go Cleanup errors that are not fatal during filesystem cleanup 2021-07-22 16:50:30 -07:00
hlsHandler.go 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
thumbnailGenerator.go refactor: move from io/ioutil to io and os packages (#1546) 2021-11-19 22:42:50 -08:00
transcoder.go Update the HLS flags to adhere to more Apple recommendations 2021-11-01 00:20:08 -07:00
transcoder_nvenc_test.go Update the HLS flags to adhere to more Apple recommendations 2021-11-01 00:20:08 -07:00
transcoder_omx_test.go Update the HLS flags to adhere to more Apple recommendations 2021-11-01 00:20:08 -07:00
transcoder_vaapi_test.go Update the HLS flags to adhere to more Apple recommendations 2021-11-01 00:20:08 -07:00
transcoder_x264_test.go Update the HLS flags to adhere to more Apple recommendations 2021-11-01 00:20:08 -07:00
utils.go Fix crash when an invalid inbound stream is disconnected. Closes #1439 (#1483) 2021-10-21 17:21:17 -07:00