[vlc-commits] [Git][videolan/vlc][3.0.x] codec: videotoolbox: handle kVTVideoDecoderReferenceMissingErr

2022-05-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 47776b7f by Marvin Scholz at 2022-05-29T22:33:16+00:00 codec: videotoolbox: handle kVTVideoDecoderReferenceMissingErr The kVTVideoDecoderReferenceMissingErr error is not a critical one, but without it being handled here, it

[vlc-commits] [Git][videolan/vlc][master] codec: videotoolbox: fix missing semicolon

2022-05-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 39434b48 by Marvin Scholz at 2022-05-29T22:04:05+00:00 codec: videotoolbox: fix missing semicolon Fixes the build when building with an older SDK version. - - - - - 1 changed file: - modules/codec/videotoolbox.c Chang

[vlc-commits] [Git][videolan/vlc][3.0.x] ftp: properly parse MLST facts

2022-05-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 21952d52 by Marvin Scholz at 2022-05-29T22:04:01+00:00 ftp: properly parse MLST facts Fix #26046 (cherry picked from commit c8713775c899ac4704e697021a0d6fb117fe4b54) Signed-off-by: Marvin Scholz - - -

[vlc-commits] [Git][videolan/vlc][master] 2 commits: charset: add vlc_sscanf_c() and vlc_vsscanf_c()

2022-05-29 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 98102a6b by Rémi Denis-Courmont at 2022-05-29T19:27:01+00:00 charset: add vlc_sscanf_c() and vlc_vsscanf_c() - - - - - 4eef8bb1 by Rémi Denis-Courmont at 2022-05-29T19:27:01+00:00 vout: allow non-integral crop ratio numbers

[vlc-commits] [Git][videolan/vlc][3.0.x] Revert "configure: rectify minimum libdvdnav version"

2022-05-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: dd4d83b9 by Jean-Baptiste Kempf at 2022-05-29T16:03:09+00:00 Revert "configure: rectify minimum libdvdnav version" This reverts commit 794d986264f6f98107abf1d8569208d2360b299e. - - - - - 1 changed file: - configure.ac

[vlc-commits] [Git][videolan/vlc][master] 4 commits: display: add fitting modes

2022-05-29 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 8e13708a by Rémi Denis-Courmont at 2022-05-29T11:12:33+00:00 display: add fitting modes So far the video can only be fit within the window. This adds other modes for fitting to the larger dimension, only to the width or onl

[vlc-commits] [Git][videolan/vlc][master] wall: do not allocate dummy picture on stack

2022-05-29 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 350ea55e by Rémi Denis-Courmont at 2022-05-29T10:25:07+00:00 wall: do not allocate dummy picture on stack Fixes #27011. - - - - - 1 changed file: - modules/video_splitter/wall.c Changes: =

[vlc-commits] [Git][videolan/vlc][master] 5 commits: vdpau/mixer: do not clobber filter_t on error

2022-05-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ae8a7532 by Rémi Denis-Courmont at 2022-05-29T09:52:58+00:00 vdpau/mixer: do not clobber filter_t on error - - - - - 448a6ba6 by Rémi Denis-Courmont at 2022-05-29T09:52:58+00:00 vdpau/avcodec: track chroma type in context

[vlc-commits] [Git][videolan/vlc][master] caca: fix invalid deference

2022-05-29 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: aaed19ff by Rémi Denis-Courmont at 2022-05-29T09:33:22+00:00 caca: fix invalid deference Fixes #26284. - - - - - 1 changed file: - modules/video_output/caca.c Changes: = modules/vi

[vlc-commits] [Git][videolan/vlc][3.0.x] 6 commits: contrib: ffmpeg: add RISC-V

2022-05-29 Thread @Courmisch
Rémi Denis-Courmont pushed to branch 3.0.x at VideoLAN / VLC Commits: e9bc5aea by Rémi Denis-Courmont at 2022-05-29T07:32:18+00:00 contrib: ffmpeg: add RISC-V Note that a newer version of FFmpeg is necessary to get actual platform-specific acceleration. This merely allows plain C build. (cher