We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Compile YUView (markdown)
Updated FFmpeg (markdown)
Updated YUView on Linux (markdown)
Solve two problems: 1. The compilation needs to use the C++17 standard. 2. There are multiple files with the same name in the YUViewLib project, such as AUDelimiterDetector.cpp and buffering_period.cpp. The obj files generated by compiling these files have the same name and will be overwritten. When linking, it will report that the target cannot be found. The solution is to modify the generated obj directory with a relative path.
fix typo in exstension
Fix typos with Gramarly
Updated Statistics Extension Syntax (markdown)
"packman"
Updated External Decoders (markdown)
Updated H265 HEVC decoding with libde265 (markdown)
Updated Debugging hints (markdown)
Updated How to contribute (markdown)