- Aug 27, 2022
-
-
-
macosx: Improve library supplementary detail view backgrounds, indicate which item the detail view is supplementing Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
src/video_output/video_output.c:302:44: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation] "--no-auto-preparse", "--dec-dev=" MODULE_STRING, ^ , modules/stream_out/transcode.c:370:44: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation] "--no-auto-preparse", "--dec-dev=" MODULE_STRING, ^ ,
-
They were never checked anyway.
-
modules/stream_filter/aribcam.c:54:38: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 54 | static const struct error_messages_s const b25_errors[] = | ^~~~~ modules/stream_filter/aribcam.c:75:38: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 75 | static const struct error_messages_s const bcas_errors[] = | ^~~~~ modules/stream_filter/aribcam.c:99:62: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 99 | const struct error_messages_s const *p_errors_messages ) | ^~~~~
-
modules/packetizer/flac.c: In function 'Packetize': modules/packetizer/flac.c:423:40: warning: declaration of 'streaminfo' shadows a previous local [-Wshadow=compatible-local] 423 | const struct flac_stream_info *streaminfo = | ^~~~~~~~~~ modules/packetizer/flac.c:371:40: note: shadowed declaration is here 371 | const struct flac_stream_info *streaminfo = | ^~~~~~~~~~
-
Found by clang-tidy.
-
Mirror NavigationHistory::addLeaf, by using size(), and moving the call into the assert statement. It also fixes an unused variable warning.
-
-
- Aug 26, 2022
-
-
-
-
-
-
improve batch retention when mouse is moved in the UI also eliminate repainting
-
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- Aug 24, 2022
-
-
-
pl->module is only used to check whether a module has been loaded and is not even used for release afterwards.
-
-
-
Notable changes: - This release adds optimizations for Loongarch, adds support for vp8 in the real-time rate control library, upgrades GoogleTest to v1.11.0, updates libwebm to libwebm-1.0.0.28-20-g206d268, and includes numerous bug fixes. Bug fixes: - Fix to a crash related to {vp8/vp9}_set_roi_map. - Fix to compiling failure with -Wformat-nonliteral. - Fix to integer overflow with vp9 with high resolution content. - Fix to AddNoiseTest failure with ARMv7. - Fix to libvpx Null-dereference READ in vp8.
-
- Aug 23, 2022
-
-
-
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
-
- Aug 22, 2022
-
-
-
-
-
This fixes GL function loading on some platforms, since the libplacebo built-in loader is rather rudimentary.
-
-
-
width changes on user action (resize handle), having animation here makes scrubbing slugish
-
-
-
-
-
-
-