[vlc-commits] [Git][videolan/vlc][master] 2 commits: qt: add missing composition mode adjustment in SoftwareRenderNode

2024-07-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 99a823ac by Fatih Uzunoglu at 2024-07-02T00:24:28+00:00 qt: add missing composition mode adjustment in SoftwareRenderNode - - - - - e51fdd5c by Fatih Uzunoglu at 2024-07-02T00:24:28+00:00 qt: support software rendering

[vlc-commits] [Git][videolan/vlc][master] 14 commits: qml: fix identation

2024-07-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d67fa4ba by Prince Gupta at 2024-07-01T20:55:41+00:00 qml: fix identation - - - - - e145e7b1 by Prince Gupta at 2024-07-01T20:55:41+00:00 qt: make MLItemId hashable - - - - - 20327806 by Prince Gupta at

[vlc-commits] [Git][videolan/vlc][master] 3 commits: macosx: Add a mutex within VLCVoutView

2024-07-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 26c6973f by Claudio Cambra at 2024-07-01T20:24:08+00:00 macosx: Add a mutex within VLCVoutView Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - cf2ad08d by Claudio Cambra at 2024-07-01T20:24:08+00:00

[vlc-commits] [Git][videolan/vlc][master] qml: fix double click in video view

2024-06-22 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 78ea1cf9 by Prince Gupta at 2024-06-22T21:41:50+00:00 qml: fix double click in video view - - - - - 1 changed file: - modules/gui/qt/medialibrary/qml/VideoGridDisplay.qml Changes:

[vlc-commits] [Git][videolan/vlc][master] extras/tools: bump cmake to 3.29.5

2024-06-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c6566cf2 by Steve Lhomme at 2024-06-16T08:46:08+00:00 extras/tools: bump cmake to 3.29.5 - - - - - 3 changed files: - extras/tools/SHA512SUMS - extras/tools/cmake-enable-ALPN-support-on-macOS-10.14.patch -

[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: matroska: update to 1.7.0

2024-06-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: dc14756a by Steve Lhomme at 2024-06-12T13:49:38+00:00 contrib: matroska: update to 1.7.0 (cherry picked from commit 0b13cf8b2c58f3e99909c426c2186ac5dfff01fe) Signed-off-by: Steve Lhomme rob...@ycbcr.xyz - - - - - 2

[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: configure: only use -static-libgcc if the C++ compiler accepts it

2024-06-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 41c9458d by Steve Lhomme at 2024-06-12T13:06:52+00:00 configure: only use -static-libgcc if the C++ compiler accepts it newer clang reports that it ignores the command on each C++ file compiled. In the end the static C++

[vlc-commits] [Git][videolan/vlc][master] 4 commits: qt: introduce DeviceSourcesProvider

2024-06-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c5dc278f by Prince Gupta at 2024-06-09T15:51:11+00:00 qt: introduce DeviceSourcesProvider helper class to get list of media sources - - - - - f46dbd59 by Prince Gupta at 2024-06-09T15:51:11+00:00 qt: introduce

[vlc-commits] [Git][videolan/vlc][master] 2 commits: demux: adaptive: map VVC

2024-06-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: e709012f by François Cartegnie at 2024-06-09T11:26:18+00:00 demux: adaptive: map VVC - - - - - 3d080040 by François Cartegnie at 2024-06-09T11:26:18+00:00 demux: adaptive: map CAVS/AVS2/AVS3 - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc] Pushed new tag 3.0.21-1

2024-06-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed new tag 3.0.21-1 at VideoLAN / VLC -- This project does not include diff previews in email notifications. View it on GitLab: https://code.videolan.org/videolan/vlc/-/tree/3.0.21-1 You're receiving this email because of your account on code.videolan.org. VideoLAN

[vlc-commits] [Git][videolan/vlc] Deleted tag 3.0.21-1

2024-06-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf deleted tag 3.0.21-1 at VideoLAN / VLC -- This project does not include diff previews in email notifications. You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance___

[vlc-commits] [Git][videolan/vlc][3.0.x] d3d11_tonemap: log when the TrueHDR feature is not available

2024-06-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 9c476829 by Steve Lhomme at 2024-06-08T19:46:59+00:00 d3d11_tonemap: log when the TrueHDR feature is not available That is the case for win32 builds on win64. - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][3.0.x] d3d11_scaler: always read the staging size without the decoder padding

2024-06-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: ec7bd545 by Steve Lhomme at 2024-06-08T21:27:31+02:00 d3d11_scaler: always read the staging size without the decoder padding - - - - - 1 changed file: - modules/video_output/win32/d3d11_scaler.cpp Changes:

[vlc-commits] [Git][videolan/vlc] Pushed new tag 3.0.21-1

2024-06-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed new tag 3.0.21-1 at VideoLAN / VLC -- This project does not include diff previews in email notifications. View it on GitLab: https://code.videolan.org/videolan/vlc/-/tree/3.0.21-1 You're receiving this email because of your account on code.videolan.org. VideoLAN

[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: freetype/win32: fix bogus string cast

2024-06-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 947e2453 by Steve Lhomme at 2024-06-08T13:22:37+00:00 freetype/win32: fix bogus string cast lfFaceName is a WCHAR table. (cherry picked from commit f4d040e050a1c0c484d8334442c7a93c5c809df4) (edited) edited: - 3.0 uses the

[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: d3d11_scaler: fix AMD super scaler if the source has padding

2024-06-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 97d162d5 by Steve Lhomme at 2024-06-08T13:00:12+00:00 d3d11_scaler: fix AMD super scaler if the source has padding It asserts in debug build and will keep the padding in release mode. - - - - - 4071ece4 by Steve Lhomme at

[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: d3d11_fmt: create texture for decoders or not

2024-06-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 317dc63b by Steve Lhomme at 2024-06-08T10:33:36+02:00 d3d11_fmt: create texture for decoders or not In HDR to SDR the texture staging texture cannot be allocated as a decoder texture. RDG10A2 is not supported for decoding.

[vlc-commits] [Git][videolan/vlc] Pushed new tag 3.0.21

2024-06-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed new tag 3.0.21 at VideoLAN / VLC -- This project does not include diff previews in email notifications. View it on GitLab: https://code.videolan.org/videolan/vlc/-/tree/3.0.21 You're receiving this email because of your account on code.videolan.org. VideoLAN code

[vlc-commits] [Git][videolan/vlc] Deleted tag 3.0.21

2024-06-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf deleted tag 3.0.21 at VideoLAN / VLC -- This project does not include diff previews in email notifications. You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance___

[vlc-commits] [Git][videolan/vlc][3.0.x] 5 commits: mms: use const in mms_ParsePacket()

2024-06-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: f26a1f5d by Thomas Guillem at 2024-06-05T17:57:01+02:00 mms: use const in mms_ParsePacket() (cherry picked from commit da84f3830856256d64073c31675cba7f6905919f) Signed-off-by: Jean-Baptiste Kempf j...@videolan.org - - - -

[vlc-commits] [Git][videolan/vlc] Pushed new tag 3.0.21

2024-06-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed new tag 3.0.21 at VideoLAN / VLC -- This project does not include diff previews in email notifications. View it on GitLab: https://code.videolan.org/videolan/vlc/-/tree/3.0.21 You're receiving this email because of your account on code.videolan.org. VideoLAN code

[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: Update PO

2024-06-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 52afb0c6 by Jean-Baptiste Kempf at 2024-06-05T17:43:50+02:00 Update PO - - - - - f5a1aa09 by Jean-Baptiste Kempf at 2024-06-05T17:44:26+02:00 Update NEWS for 3.0.21 - - - - - 5 changed files: - NEWS - po/ach.po -

[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: vpx: update to 1.14.1

2024-06-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 5cf1564d by Tristan Matthews at 2024-06-05T07:39:54+00:00 contrib: vpx: update to 1.14.1 This release includes enhancements and bug fixes. - Upgrading: This release is ABI compatible with the previous release. -

[vlc-commits] [Git][videolan/vlc][3.0.x] direct3d11: fix CPU staging texture format

2024-06-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: c1b0be7c by Steve Lhomme at 2024-06-05T06:40:59+00:00 direct3d11: fix CPU staging texture format After b6a3a8b19e5d4cb6a9ec79c08984e0db927dd98c we need to use the pool format. - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][3.0.x] 4 commits: amf_helper: add a macro to add namespace when using C++

2024-06-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: bfb2084a by Steve Lhomme at 2024-05-30T09:03:41+02:00 amf_helper: add a macro to add namespace when using C++ (cherry picked from commit 7bde5ce851f21b2a3223afe46f6692a07800f66c) - - - - - 0b65cc7f by Steve Lhomme at

[vlc-commits] [Git][videolan/vlc][master] 2 commits: test: tls: use test_setup() for VLC_PLUGIN_PATH

2024-06-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d2e4baf0 by Alexandre Janniaux at 2024-06-01T11:18:30+00:00 test: tls: use test_setup() for VLC_PLUGIN_PATH test_setup() will setup the VLC_PLUGIN_PATH in a reliable way. - - - - - 61d8527f by Alexandre Janniaux at

[vlc-commits] [Git][videolan/vlc][master] qml: show full player when pip player is double clicked

2024-05-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 380487aa by Fatih Uzunoglu at 2024-05-27T18:01:15+00:00 qml: show full player when pip player is double clicked - - - - - 1 changed file: - modules/gui/qt/player/qml/PIPPlayer.qml Changes:

[vlc-commits] [Git][videolan/vlc][master] 2 commits: Revert "contrib: qtbase: disable feature `mdiarea`"

2024-05-26 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: bdad7d3d by Fatih Uzunoglu at 2024-05-26T14:15:07+00:00 Revert contrib: qtbase: disable feature `mdiarea` This reverts commit e7a748baa97e47157620bceb6d16fa0977d70fe9. This is required for Qt 6.7.1 Modern Windows Style.

[vlc-commits] [Git][videolan/vlc][master] 13 commits: macosx: Use displayStrings rather than title for album in VLCLibraryAlbumTableCellView

2024-05-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0c44e518 by Claudio Cambra at 2024-05-25T18:13:00+00:00 macosx: Use displayStrings rather than title for album in VLCLibraryAlbumTableCellView Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - ed114482

[vlc-commits] [Git][videolan/vlc][master] contrib/gsm: use $MAKE as appropriate

2024-05-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: cd09eb53 by Sean McGovern at 2024-05-25T08:24:36+00:00 contrib/gsm: use $MAKE as appropriate - - - - - 1 changed file: - contrib/src/gsm/rules.mak Changes: =

[vlc-commits] [Git][videolan/vlc][master] qt: workaround for `undefined reference to `qt_version_tag'` error

2024-05-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a717ae5d by Fatih Uzunoglu at 2024-05-19T16:38:53+00:00 qt: workaround for `undefined reference to `qt_version_tag` error KF6WindowSystem requires Qt6Gui, but not Qt6Core. And Qt6Gui does not require Qt6Core. The symbol

[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: stop lua from blocking pkgconfig path

2024-05-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3523bd1a by Khalid Masum at 2024-05-18T14:42:11+00:00 contrib: stop lua from blocking pkgconfig path If $PREFIX/lib/pkgconfig/ directory already not created, lua puts lua.pc as $PREFIX/lib/pkgconfig file. Therefore

[vlc-commits] [Git][videolan/vlc][master] qml: do not accept all drag enter events in MainInterface drop area

2024-05-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 09736fa6 by Fatih Uzunoglu at 2024-05-18T14:17:16+00:00 qml: do not accept all drag enter events in MainInterface drop area - - - - - 1 changed file: - modules/gui/qt/maininterface/qml/MainInterface.qml Changes:

[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: gme: backport assert patch

2024-05-17 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 5a6996ed by Thomas Guillem at 2024-05-17T08:45:15+02:00 contrib: gme: backport assert patch assert() may be disabled and you dont want to abort a whole process in case of a parsing issue. So check the offset from

[vlc-commits] [Git][videolan/vlc][master] 2 commits: coreaudio: don't send timing when not started

2024-05-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 79ecf3ba by Thomas Guillem at 2024-05-16T05:40:20+00:00 coreaudio: dont send timing when not started A first timing was sent with ts = 0 (so pts = 1, fixed by the core) with a valid system date. This could cause invalid

[vlc-commits] [Git][videolan/vlc][master] 3 commits: macosx: Limit trailing edge of hero view stack view

2024-05-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a85531c4 by Claudio Cambra at 2024-05-12T14:28:22+00:00 macosx: Limit trailing edge of hero view stack view Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 8d1c820b by Claudio Cambra at

[vlc-commits] [Git][videolan/vlc][master] 2 commits: macosx: Avoid crashing upon clicking collection view item when receiving nil index path

2024-05-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f54dc525 by Claudio Cambra at 2024-05-12T13:19:00+00:00 macosx: Avoid crashing upon clicking collection view item when receiving nil index path Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 928e8fea

[vlc-commits] [Git][videolan/vlc][master] 2 commits: macosx: Fix valid album string check for length in playlist table cell view

2024-05-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 83a1b518 by Claudio Cambra at 2024-05-11T19:57:49+00:00 macosx: Fix valid album string check for length in playlist table cell view Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - f3693fe7 by Claudio

[vlc-commits] [Git][videolan/vlc][master] macosx: Add elide to audio group header view title

2024-05-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: bebcc89c by Claudio Cambra at 2024-05-11T16:17:57+00:00 macosx: Add elide to audio group header view title Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][3.0.x] http: allow short response byte range

2024-05-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: d9b0f2b6 by Rémi Denis-Courmont at 2024-05-10T18:03:51+03:00 http: allow short response byte range RFC9110 specifies that a client must handle a shorter response range than requested in all circumstanges. Previously,

[vlc-commits] [Git][videolan/vlc][master] macosx: Do not show horizontal scroller on audio grouping table view

2024-05-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1fa42f74 by Claudio Cambra at 2024-05-11T14:47:33+00:00 macosx: Do not show horizontal scroller on audio grouping table view Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][master] qml: fix grouping in video views

2024-05-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 04ba6eb3 by Prince Gupta at 2024-05-11T11:49:06+00:00 qml: fix grouping in video views fixes a typo - - - - - 1 changed file: - modules/gui/qt/medialibrary/qml/VideoAllSubDisplay.qml Changes:

[vlc-commits] [Git][videolan/vlc][master] libvlc: add API to set/toggle teletext transparency

2024-05-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 11569530 by Fabian Huber at 2024-05-11T07:27:32+00:00 libvlc: add API to set/toggle teletext transparency - - - - - 3 changed files: - include/vlc/libvlc_media_player.h - lib/libvlc.sym - lib/video.c Changes:

[vlc-commits] [Git][videolan/vlc][master] 7 commits: qml: refactor loading view in MainViewLoader for clarity

2024-05-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 870911a6 by Prince Gupta at 2024-05-10T15:56:50+00:00 qml: refactor loading view in MainViewLoader for clarity - - - - - ac3b1833 by Prince Gupta at 2024-05-10T15:56:50+00:00 qml: add more strict constaints for

[vlc-commits] [Git][videolan/vlc][master] configure: remove usage of subprocess.capture_output

2024-05-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 24e663be by Olaf Hering at 2024-05-10T13:47:38+00:00 configure: remove usage of subprocess.capture_output ... to restore compatiblity with Python 3.6. This was initroduced in commit

[vlc-commits] [Git][videolan/vlc][master] qml: fix color handling in table view for some qt versions

2024-05-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: dee7fb6e by Prince Gupta at 2024-05-10T10:06:20+00:00 qml: fix color handling in table view for some qt versions fixes binding assignment, using QObject/QGadget types in Qt.binding fails see

[vlc-commits] [Git][videolan/vlc][master] 6 commits: contrib: qtdeclarative: disable feature quick-path

2024-05-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a1de4bf5 by Fatih Uzunoglu at 2024-05-10T09:23:25+00:00 contrib: qtdeclarative: disable feature quick-path For now Quick Shapes/Path is not used, we dont need to build it. - - - - - 13a5d2cb by Fatih Uzunoglu at

[vlc-commits] [Git][videolan/vlc][master] 5 commits: qt: add kwindowsystem_module and win32windoweffects_module

2024-05-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: e6a1738d by Fatih Uzunoglu at 2024-05-09T16:05:51+00:00 qt: add kwindowsystem_module and win32windoweffects_module - - - - - 10134a41 by Fatih Uzunoglu at 2024-05-09T16:05:51+00:00 qt: add setBlurBehind() to

[vlc-commits] [Git][videolan/vlc][master] service_discovery: Add winvolumes module

2024-05-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f9d948ca by Prince Gupta at 2024-05-09T12:27:00+00:00 service_discovery: Add winvolumes module implement SD_CAT_MYCOMPUTER based service discovery module on Windows allows to query volumes mounted on host computer Ref

[vlc-commits] [Git][videolan/vlc][master] contrib: aom: Backport patches to improve the SVE detection

2024-05-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 42cb003f by Martin Storsjö at 2024-05-09T08:44:13+00:00 contrib: aom: Backport patches to improve the SVE detection This backports https://aomedia.googlesource.com/aom/+/5ccdc66ab6eb8eb300eda854fab4ff250b2c2f92 and

[vlc-commits] [Git][videolan/vlc][master] Simplify vlc_rand_bytes on Windows

2024-05-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 12237bd0 by visuve at 2024-05-08T16:39:15+00:00 Simplify vlc_rand_bytes on Windows Use system preferred RNG and skip the unnecessary initialization steps (in this context, which is definitely not security related) The

[vlc-commits] [Git][videolan/vlc][3.0.x] 6 commits: direct3d11: simplify the D3D11_RenderQuad call

2024-05-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: fce580a4 by Steve Lhomme at 2024-05-07T11:57:00+02:00 direct3d11: simplify the D3D11_RenderQuad call Only the ID3D11ShaderResourceView source may change. - - - - - 71471002 by Steve Lhomme at 2024-05-07T14:09:17+02:00

[vlc-commits] [Git][videolan/vlc][master] 2 commits: extras/tools: build xz before tar

2024-05-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ee9ea365 by Steve Lhomme at 2024-05-08T11:17:11+00:00 extras/tools: build xz before tar The reason we build tar is because its missing xz support. - - - - - 46c57f4d by Steve Lhomme at 2024-05-08T11:17:11+00:00

[vlc-commits] [Git][videolan/vlc][master] contrib: qtbase: do not enforce desktop opengl

2024-05-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f12d8676 by Fatih Uzunoglu at 2024-05-06T21:24:52+00:00 contrib: qtbase: do not enforce desktop opengl By default, Qt uses dynamic OpenGL and it seems to be sufficient for our needs. - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][master] qml: filter rapid events on position change in seekbar

2024-05-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 80968175 by Fatih Uzunoglu at 2024-05-06T20:21:42+00:00 qml: filter rapid events on position change in seekbar Qt has built-in event compression for certain events, such as window resize. However, this is not the case with

[vlc-commits] [Git][videolan/vlc][master] qml: try to fix polish loop in ArtworkInfoWidget

2024-05-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3eb3ed28 by Fatih Uzunoglu at 2024-05-06T18:44:35+00:00 qml: try to fix polish loop in ArtworkInfoWidget - - - - - 1 changed file: - modules/gui/qt/player/qml/controlbarcontrols/ArtworkInfoWidget.qml Changes:

[vlc-commits] [Git][videolan/vlc][master] qt: decouple scene graph and CompositorDirectComposition

2024-05-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3529e880 by Fatih Uzunoglu at 2024-05-06T18:23:27+00:00 qt: decouple scene graph and CompositorDirectComposition - - - - - 2 changed files: - modules/gui/qt/maininterface/compositor_dcomp.cpp -

[vlc-commits] [Git][videolan/vlc][master] aout: dec: reset the stream on restart

2024-05-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 31923d31 by Thomas Guillem at 2024-05-06T17:11:58+00:00 aout: dec: reset the stream on restart stream_Reset() will reset the clock and internal timings. It is necessary since the aout module stopped and started. This

[vlc-commits] [Git][videolan/vlc][master] qt: destroy intf handler and the quick view in `CompositorDirectComposition::unloadGUI()`

2024-05-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 64189b6e by Fatih Uzunoglu at 2024-05-06T16:47:42+00:00 qt: destroy intf handler and the quick view in `CompositorDirectComposition::unloadGUI()` - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][master] macosx: Fix initial state of play queue toggle if the view is not present...

2024-05-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ef1baaee by Claudio Cambra at 2024-05-06T10:10:55+00:00 macosx: Fix initial state of play queue toggle if the view is not present within the library split view Signed-off-by: Claudio Cambra develo...@claudiocambra.com -

[vlc-commits] [Git][videolan/vlc][3.0.x] 4 commits: freetype: darwin: fix font index issue

2024-05-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 2a2eaf62 by Jiepeng Huang at 2024-05-06T02:07:49+02:00 freetype: darwin: fix font index issue In macOS/iOS/tvOS, font collection file contains multiple fonts. The 0 index should not be used by default, but the corresponding

[vlc-commits] [Git][videolan/vlc][master] qt: fix memory leak in NetworkDeviceModel

2024-05-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 259c50c2 by Prince Gupta at 2024-05-05T21:03:30+00:00 qt: fix memory leak in NetworkDeviceModel *GetMediaSource returns a strong reference which must be released by vlc_media_source_Release (see

[vlc-commits] [Git][videolan/vlc][master] qt: Added shuffle tooltip

2024-05-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 92123ac2 by Aakarsh MJ at 2024-05-05T20:27:53+00:00 qt: Added shuffle tooltip Fixes #28595 Signed-off-by: Aakarsh MJ mj.aka...@gmail.com - - - - - 1 changed file: - modules/gui/qt/playlist/qml/PlaylistToolbar.qml

[vlc-commits] [Git][videolan/vlc][master] 5 commits: qt: make MLPlaylistListModel::getItemId() invokable

2024-05-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7fd37aac by Fatih Uzunoglu at 2024-05-05T18:00:33+00:00 qt: make MLPlaylistListModel::getItemId() invokable - - - - - e13f300d by Fatih Uzunoglu at 2024-05-05T18:00:33+00:00 qt: asynchronous method should not return a

[vlc-commits] [Git][videolan/vlc][master] 9 commits: macosx: Add NSImage extension method to get thumbnail from localUrl asynchronously

2024-05-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 530a8554 by Claudio Cambra at 2024-05-05T17:15:36+00:00 macosx: Add NSImage extension method to get thumbnail from localUrl asynchronously Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - ab2e9a10 by

[vlc-commits] [Git][videolan/vlc][master] Revert "qml: force "Segoe UI" as default font on windows"

2024-05-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: bcd5247f by Fatih Uzunoglu at 2024-05-05T16:24:50+00:00 Revert qml: force Segoe UI as default font on windows This reverts commit 654edb763fbb56c9cdf2f0ab23612a409e90f5ed. Qt 6 should use Segoe UI font by default on

[vlc-commits] [Git][videolan/vlc][master] qml: use function for signal handlers

2024-05-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 65e0e215 by Pierre Lamot at 2024-05-05T16:02:59+00:00 qml: use function for signal handlers qt will warn about parameter injection otherwise - - - - - 21 changed files: -

[vlc-commits] [Git][videolan/vlc][master] packetizer: avparser: fix leak on flush

2024-05-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0e39c49c by François Cartegnie at 2024-05-01T12:23:44+00:00 packetizer: avparser: fix leak on flush - - - - - 1 changed file: - modules/packetizer/avparser.c Changes: =

[vlc-commits] [Git][videolan/vlc][master] 24 commits: adaptive: FakeESOut: switch to lambda initialization

2024-05-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: dc58c823 by Alexandre Janniaux at 2024-04-30T21:09:23+00:00 adaptive: FakeESOut: switch to lambda initialization Switching to a zero-initialized structure provides the same behaviour as designated initializers in C code,

[vlc-commits] [Git][videolan/vlc][master] qml: set `reuseItems` property declaratively in KeyNavigableListView

2024-04-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b96588cc by Fatih Uzunoglu at 2024-04-30T08:54:58+00:00 qml: set `reuseItems` property declaratively in KeyNavigableListView - - - - - 1 changed file: - modules/gui/qt/widgets/qml/KeyNavigableListView.qml Changes:

[vlc-commits] [Git][videolan/vlc][master] qt: fix URL deserialization in VLCAcessImageProvider

2024-04-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 82db96fa by Pierre Lamot at 2024-04-30T06:15:02+00:00 qt: fix URL deserialization in VLCAcessImageProvider characters as `?` or `` remained encoded and were causing access issue for artwork from services discoveries such

[vlc-commits] [Git][videolan/vlc][master] qt: ensure network models aren't as cachable too early

2024-04-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 2212ef87 by Pierre Lamot at 2024-04-30T05:41:15+00:00 qt: ensure network models arent as cachable too early most network models are loaded asynchronously, if the cache is built right after the model initialisation, data

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: fix record button text/description

2024-04-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1eb85220 by Pierre Lamot at 2024-04-30T05:07:25+00:00 qml: fix record button text/description property requirement of IconToolButton changed since d6b6ac32c25c561bab27c7775659cba2ac31a570 - - - - - c1d4b32c by Pierre

[vlc-commits] [Git][videolan/vlc][master] qt: fix removal in NetworkDeviceModel

2024-04-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a09caaa3 by Prince Gupta at 2024-04-30T04:42:12+00:00 qt: fix removal in NetworkDeviceModel - - - - - 1 changed file: - modules/gui/qt/network/networkdevicemodel.cpp Changes: =

[vlc-commits] [Git][videolan/vlc][master] 6 commits: qt: add missing xml version to vlc.qrc

2024-04-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 5e61d44e by Fatih Uzunoglu at 2024-04-29T08:48:25+00:00 qt: add missing xml version to vlc.qrc - - - - - 5d7cbdde by Fatih Uzunoglu at 2024-04-29T08:48:25+00:00 qt: add missing xml version to windows.qrc - - - - -

[vlc-commits] [Git][videolan/vlc][master] avcodec/chroma: map VLC_CODEC_VUYA to AV_PIX_FMT_VUYX

2024-04-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 60c58cee by Steve Lhomme at 2024-04-28T22:57:41+00:00 avcodec/chroma: map VLC_CODEC_VUYA to AV_PIX_FMT_VUYX It is (at least) part of FFmpeg 6.1 and can be used as DXVA/QSV output. - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][master] 7 commits: qt: update to Qt 6.7.0

2024-04-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 42fa6221 by Fatih Uzunoglu at 2024-04-28T19:10:37+00:00 qt: update to Qt 6.7.0 - - - - - 8ef5c090 by Fatih Uzunoglu at 2024-04-28T19:10:37+00:00 contrib: qtbase: use the version variable for pkg check - - - - - 2ed0758b

[vlc-commits] [Git][videolan/vlc][master] 12 commits: qml: rename MLModel as MLBaseModel on QML side

2024-04-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a45e28b3 by Pierre Lamot at 2024-04-28T16:33:03+00:00 qml: rename MLModel as MLBaseModel on QML side So C++ and QML naming matches - - - - - 8f13fb46 by Pierre Lamot at 2024-04-28T16:33:03+00:00 qml: register BaseModel as

[vlc-commits] [Git][videolan/vlc][master] audio_output: don't inherit equalizer parameters if the equalizer module is not found

2024-04-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: fd149a38 by Steve Lhomme at 2024-04-28T16:11:37+00:00 audio_output: dont inherit equalizer parameters if the equalizer module is not found - - - - - 1 changed file: - src/audio_output/output.c Changes:

[vlc-commits] [Git][videolan/vlc][master] 7 commits: qml: use templates as base for combobox

2024-04-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: e259c039 by Prince Gupta at 2024-04-28T15:29:15+00:00 qml: use templates as base for combobox - - - - - 665d8cfd by Prince Gupta at 2024-04-28T15:29:15+00:00 qml: use IconLabel for indicator in ComboBox - - - - - ff6de187

[vlc-commits] [Git][videolan/vlc][master] 2 commits: libplacebo: fix mismatching list of filter values/names

2024-04-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4b3b7715 by Steve Lhomme at 2024-04-28T14:45:45+00:00 libplacebo: fix mismatching list of filter values/names - - - - - 3f421955 by Steve Lhomme at 2024-04-28T14:45:45+00:00 srt: share the SRT key length names like the key

[vlc-commits] [Git][videolan/vlc][master] 10 commits: qt: fix deprecated warnings in videosurface.cpp

2024-04-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 96c6d767 by Fatih Uzunoglu at 2024-04-28T14:01:46+00:00 qt: fix deprecated warnings in videosurface.cpp - - - - - e4a5bcd7 by Fatih Uzunoglu at 2024-04-28T14:01:46+00:00 qt: fix deprecated warnings in

[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: converter_vaapi: Don't use DeriveImage with ExportSurfaceHandle

2024-04-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: ea946360 by David Rosca at 2024-04-28T14:01:49+00:00 converter_vaapi: Dont use DeriveImage with ExportSurfaceHandle DeriveImage is only needed when AcquireBufferHandle is used with old libva. (cherry picked from commit

[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: qt5compat: do not use Qt Shader Tools

2024-04-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: bddef6ae by Fatih Uzunoglu at 2024-04-28T06:32:14+00:00 contrib: qt5compat: do not use Qt Shader Tools Statically linking to Qt Shader Tools seems to increase the binary size quite a lot. Revert the patch which introduced

[vlc-commits] [Git][videolan/vlc][master] qml: Added isSortable flag in the list view colModels

2024-04-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 98efe8ad by Ash V at 2024-04-27T21:33:38+00:00 qml: Added isSortable flag in the list view colModels Implemented isSortable key/flag in the qml list view colModels for KeyNavigableTableView. Fixes Issue: #28503 - - - -

[vlc-commits] [Git][videolan/vlc][master] macosx: Also size unknown media as video, fixing issues in video views

2024-04-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7994e83b by Claudio Cambra at 2024-04-27T21:10:09+00:00 macosx: Also size unknown media as video, fixing issues in video views Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][master] extras: libtool: Use directory to add shared modules to compile emcc executables

2024-04-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f449db0b by Khalid Masum at 2024-04-27T15:16:09+00:00 extras: libtool: Use directory to add shared modules to compile emcc executables Emscripten has not implemented adding shared libraries directly to main modules

[vlc-commits] [Git][videolan/vlc][master] 2 commits: macosx: Match subtle light and dark border colours to those defined in Asset catalog

2024-04-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 868c03c6 by Claudio Cambra at 2024-04-27T13:03:03+00:00 macosx: Match subtle light and dark border colours to those defined in Asset catalog Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 7392dba9 by

[vlc-commits] [Git][videolan/vlc][master] macosx: Display artwork for non-media-library audios

2024-04-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 44205b0c by Claudio Cambra at 2024-04-27T10:38:52+00:00 macosx: Display artwork for non-media-library audios Instead of black vout Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][master] 4 commits: doc: buildsystem: document the new enabled option

2024-04-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 021c7cbf by Alexandre Janniaux at 2024-04-27T09:39:37+00:00 doc: buildsystem: document the new enabled option The enabled option allows modules to be declared even though they wont be compiled, which provides better

[vlc-commits] [Git][videolan/vlc][master] doc: BUILD-win32: update docker images in doc

2024-04-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 9ad3dd74 by darshan jain at 2024-04-27T09:03:16+00:00 doc: BUILD-win32: update docker images in doc BUILD-win32 has currently some outdated Docker Images, these should be updated to be used further by new contributers

[vlc-commits] [Git][videolan/vlc][master] package/win32: remove the contrib target tools from the PATH

2024-04-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7111e603 by Steve Lhomme at 2024-04-27T05:55:33+00:00 package/win32: remove the contrib target tools from the PATH The cross-compiled binaries are likely not going to be usable on the host and should not be added to the

[vlc-commits] [Git][videolan/vlc][master] 5 commits: macosx: Do not set nil input item as represented input item for information window

2024-04-22 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ed30c126 by Claudio Cambra at 2024-04-22T07:08:38+00:00 macosx: Do not set nil input item as represented input item for information window Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 95522489 by

[vlc-commits] [Git][videolan/vlc][master] 3 commits: contrib: add the contrib native tools libexec to the PATH

2024-04-21 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 6563bc38 by Steve Lhomme at 2024-04-21T09:50:13+00:00 contrib: add the contrib native tools libexec to the PATH Some native tools we build may be usable by other targets. - - - - - 6140b72e by Steve Lhomme at

[vlc-commits] [Git][videolan/vlc][master] qml: Rename scrolling text.qml

2024-03-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4667eaa2 by Darshan Jain at 2024-03-25T20:37:53+00:00 qml: Rename scrolling text.qml - - - - - 9 changed files: - modules/gui/qt/Makefile.am - modules/gui/qt/medialibrary/qml/MusicArtistDelegate.qml -

[vlc-commits] [Git][videolan/vlc][master] 11 commits: qt: cast QPainterPath::element to QPointF in QSGRoundedRectangularImageNode

2024-03-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: af677147 by Fatih Uzunoglu at 2024-03-24T20:32:07+00:00 qt: cast QPainterPath::element to QPointF in QSGRoundedRectangularImageNode - - - - - 8d5ea965 by Fatih Uzunoglu at 2024-03-24T20:32:07+00:00 qt: add missing

[vlc-commits] [Git][videolan/vlc][master] qml: extend artist list background through view display margin end

2024-03-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c7b06f38 by Fatih Uzunoglu at 2024-03-24T19:58:21+00:00 qml: extend artist list background through view display margin end - - - - - 1 changed file: - modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml Changes:

[vlc-commits] [Git][videolan/vlc][master] 3 commits: d3d11_scaler: mark Intel Super Resolution detection as not possible

2024-03-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 12511587 by Steve Lhomme at 2024-03-24T04:32:43+00:00 d3d11_scaler: mark Intel Super Resolution detection as not possible - - - - - 6a5b788c by Steve Lhomme at 2024-03-24T04:32:43+00:00 d3d11_scaler: fix Intel Super

[vlc-commits] [Git][videolan/vlc][master] qml: fit text in toolbar editor button list view

2024-03-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 58d43b12 by Fatih Uzunoglu at 2024-03-23T20:24:42+00:00 qml: fit text in toolbar editor button list view - - - - - 1 changed file: - modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorButtonList.qml Changes:

[vlc-commits] [Git][videolan/vlc][3.0.x] 3 commits: d3d11_scaler: mark Intel Super Resolution detection as not possible

2024-03-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 49a3e1f3 by Steve Lhomme at 2024-03-22T08:51:39+00:00 d3d11_scaler: mark Intel Super Resolution detection as not possible (cherry picked from commit 40ac7778b994337a0a55c8a5d507f6284933b4cf) Signed-off-by: Steve Lhomme

  1   2   3   4   5   6   7   8   9   10   >