[vlc-commits] [Git][videolan/vlc][master] avcodec/chroma: map VLC_CODEC_XYZ12 to AV_PIX_FMT_XYZ12BE

2023-09-09 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: b8e72e4c by Steve Lhomme at 2023-09-09T19:32:49+00:00 avcodec/chroma: map VLC_CODEC_XYZ12 to AV_PIX_FMT_XYZ12BE It's not an RGB chroma and has a fixed memory layout as Big-Endian according to the string in fourcc_list. - - - - -

[vlc-commits] [Git][videolan/vlc][master] direct3d11: use more generic vlc_fourcc_GetFallback()

2023-09-09 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: bdb93210 by Steve Lhomme at 2023-09-09T19:03:57+00:00 direct3d11: use more generic vlc_fourcc_GetFallback() - - - - - 1 changed file: - modules/video_output/win32/direct3d11.cpp Changes: =

[vlc-commits] [Git][videolan/vlc][master] dxva2: don't set the mask anymore

2023-09-09 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 2be2c760 by Steve Lhomme at 2023-09-09T18:35:11+00:00 dxva2: don't set the mask anymore This is not necessary since 10f2ca94d872477440ff54978d493aff904a41c5. - - - - - 1 changed file: - modules/codec/avcodec/dxva2.c Changes:

[vlc-commits] [Git][videolan/vlc][master] i420_rgb: simplify allocation

2023-09-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 80cc56d7 by Steve Lhomme at 2023-09-09T09:37:41+00:00 i420_rgb: simplify allocation It's always i_bytespp * RGB_TABLE_SIZE. - - - - - 1 changed file: - modules/video_chroma/i420_rgb.c Changes: ===

[vlc-commits] [Git][videolan/vlc][master] qml: correct invalid assignment for point

2023-09-09 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: c70cc746 by Fatih Uzunoglu at 2023-09-09T09:06:18+00:00 qml: correct invalid assignment for point - - - - - 1 changed file: - modules/gui/qt/util/qml/NativeMenu.qml Changes: = modules/gui/

[vlc-commits] [Git][videolan/vlc][master] qt: prevent segmentation fault from Qt 6.3 to Qt 6.5.2

2023-09-09 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 0fdff3a9 by Fatih Uzunoglu at 2023-09-09T08:39:48+00:00 qt: prevent segmentation fault from Qt 6.3 to Qt 6.5.2 QTBUG-116049 - - - - - 1 changed file: - modules/gui/qt/maininterface/qml/BannerSources.qml Changes: ===

[vlc-commits] [Git][videolan/vlc][master] qt: register QList meta-type early

2023-09-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3ee8fd10 by Fatih Uzunoglu at 2023-09-09T08:16:11+00:00 qt: register QList meta-type early - - - - - 1 changed file: - modules/gui/qt/qt.cpp Changes: = modules/gui/qt/qt.

[vlc-commits] [Git][videolan/vlc][master] 2 commits: demux: mp4: add mac default palettes

2023-09-09 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: e18f6ad0 by Francois Cartegnie at 2023-09-09T05:53:55+00:00 demux: mp4: add mac default palettes - - - - - c2dc5ee0 by Francois Cartegnie at 2023-09-09T05:53:55+00:00 demux: mp4: handle quicktime palettes refs #28322 - - - - -