EncoderValidator.cs (jellyfin-10.8.9) | : | EncoderValidator.cs (jellyfin-10.8.10) | ||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
"hevc", | "hevc", | |||
"vp8", | "vp8", | |||
"libvpx", | "libvpx", | |||
"vp9", | "vp9", | |||
"libvpx-vp9", | "libvpx-vp9", | |||
"av1", | "av1", | |||
"libdav1d", | "libdav1d", | |||
"mpeg2video", | "mpeg2video", | |||
"mpeg4", | "mpeg4", | |||
"msmpeg4", | "msmpeg4", | |||
"dts", | "dca", | |||
"ac3", | "ac3", | |||
"aac", | "aac", | |||
"mp3", | "mp3", | |||
"flac", | "flac", | |||
"truehd", | ||||
"h264_qsv", | "h264_qsv", | |||
"hevc_qsv", | "hevc_qsv", | |||
"mpeg2_qsv", | "mpeg2_qsv", | |||
"vc1_qsv", | "vc1_qsv", | |||
"vp8_qsv", | "vp8_qsv", | |||
"vp9_qsv", | "vp9_qsv", | |||
"av1_qsv", | "av1_qsv", | |||
"h264_cuvid", | "h264_cuvid", | |||
"hevc_cuvid", | "hevc_cuvid", | |||
"mpeg2_cuvid", | "mpeg2_cuvid", | |||
skipping to change at line 61 | skipping to change at line 62 | |||
{ | { | |||
"libx264", | "libx264", | |||
"libx265", | "libx265", | |||
"mpeg4", | "mpeg4", | |||
"msmpeg4", | "msmpeg4", | |||
"libvpx", | "libvpx", | |||
"libvpx-vp9", | "libvpx-vp9", | |||
"aac", | "aac", | |||
"libfdk_aac", | "libfdk_aac", | |||
"ac3", | "ac3", | |||
"dca", | ||||
"libmp3lame", | "libmp3lame", | |||
"libopus", | "libopus", | |||
"libvorbis", | "libvorbis", | |||
"flac", | "flac", | |||
"truehd", | ||||
"srt", | "srt", | |||
"h264_amf", | "h264_amf", | |||
"hevc_amf", | "hevc_amf", | |||
"h264_qsv", | "h264_qsv", | |||
"hevc_qsv", | "hevc_qsv", | |||
"h264_nvenc", | "h264_nvenc", | |||
"hevc_nvenc", | "hevc_nvenc", | |||
"h264_vaapi", | "h264_vaapi", | |||
"hevc_vaapi", | "hevc_vaapi", | |||
"h264_v4l2m2m", | "h264_v4l2m2m", | |||
End of changes. 4 change blocks. | ||||
1 lines changed or deleted | 4 lines changed or added |