Skip to content

Commit 1f3d66e

Browse files
committed
release version 0.4.1
- macOS: fix glx weak link - support ubuntu >= 14.04 - load vaapi dynamically - improve vaapi host map, control via env var VAIMAGE_DERIVE, VAIMAGE_FORMAT - fix many playback loop bugs when more tracks are enabled - fix too many packets buffered when decoding the 1st frame - MFT: disable low latency to fix frames out of order - subtitle support WIP. - decode embedded subtitle tracks via avcodec - decode loop and thread - FFmpeg - versioned dso is preferred - reload ffmpeg symbols if dso is changed by SetGlobalOption() - log level is controlled by SetGlobalOption("ffmpeg.loglevel", val), val can be "quiet", "panic", "fatal", "error", "warning", "info", "verbose", "debug", "trace"
1 parent c4d8b0d commit 1f3d66e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FFmpeg modules can be specified via environment var AVUTIL_LIB, AVCODEC_LIB, AVF
1919

2020
If ffmpeg any module is not set, it's searched in the following order
2121
- current module dir > framework dir(apple) > system default search dir
22-
- single ffmpeg library > ffmpeg modules w/ version > ffmpeg modules w/o version
22+
- single ffmpeg library w/ version > single ffmpeg library w/o version > ffmpeg modules w/ version > ffmpeg modules w/o version
2323

2424
## MDK OpenGL v.s. MPV OpenGL CB
2525
- No additional initialization, simply call renderVideo()
@@ -40,6 +40,7 @@ If ffmpeg any module is not set, it's searched in the following order
4040
- Subtitle decoder and renderer
4141
- Vulkan
4242
- D3D
43+
- Metal
4344
- V4L2 codecs + 0-copy rendering(Raspberry pi)
4445

4546
## Open Source Modules and Examples

0 commit comments

Comments
 (0)