[vlc-commits] [Git][videolan/vlc][master] 2 commits: x264: leave full range handling to the video format

2023-10-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3e819cd6 by Steve Lhomme at 2023-10-07T09:01:08+00:00 x264: leave full range handling to the video format It should not be up to a chroma. - - - - - c452ab76 by Steve Lhomme at 2023-10-07T09:01:08+00:00 jpeg: request full

[vlc-commits] [Git][videolan/vlc][master] 2 commits: xwd: replace VLC_CODEC_RGB16 with RGB565LE/BE

2023-10-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 06e8faf4 by Steve Lhomme at 2023-10-04T16:22:12+00:00 xwd: replace VLC_CODEC_RGB16 with RGB565LE/BE This is the format depending on the host byte order. - - - - - 77f57b05 by Steve Lhomme at 2023-10-04T16:22:12+00:00 xwd:

[vlc-commits] [Git][videolan/vlc][master] 6 commits: vlc_filter: fix the note on filter_chain_DeleteFilter()

2023-10-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a2c7b94b by Steve Lhomme at 2023-10-04T08:10:07+00:00 vlc_filter: fix the note on filter_chain_DeleteFilter() The comment from b89b01bb6d1aa41a8877b1ba1ab8f393e15aa052 is bogus, filter_chain_AppendInner() is not public, but

[vlc-commits] [Git][videolan/vlc][master] 3 commits: vout: opengl: reject VLC_CODEC_CVPX_P010 on iOS

2023-10-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 5193c8db by Maxime Chapelet at 2023-10-04T05:38:35+00:00 vout: opengl: reject VLC_CODEC_CVPX_P010 on iOS There’s no possible interoperability between VLC_CODEC_CVPX_P010 and the native Darwin OpenGLES backend given it can’t

[vlc-commits] [Git][videolan/vlc][master] contrib: mingw: fix ARCH usage

2023-10-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 93907682 by Rémi Denis-Courmont at 2023-10-03T19:40:22+00:00 contrib: mingw: fix ARCH usage IA-32 is canonicalised as i386 by the ad-hoc script. $(ARCH) will never equal i686. - - - - - 1 changed file: - contrib/src/min

[vlc-commits] [Git][videolan/vlc][master] contrib: cargo: fix job server usage (again)

2023-10-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c9f3ee97 by Rémi Denis-Courmont at 2023-10-03T15:05:46+00:00 contrib: cargo: fix job server usage (again) Fixes #28386. - - - - - 1 changed file: - contrib/src/cargo/rules.mak Changes: ===

[vlc-commits] [Git][videolan/vlc][master] auhal: use the system constants from vlc_aout

2023-10-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c09a9dfd by Steve Lhomme at 2023-10-03T07:02:45+00:00 auhal: use the system constants from vlc_aout vlc_aout.h is included from coreaudio_common.h. - - - - - 1 changed file: - modules/audio_output/auhal.c Changes: ==

[vlc-commits] [Git][videolan/vlc][master] dxa9: fix crash when there is not extra converter

2023-10-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 17377f4b by Steve Lhomme at 2023-10-02T12:57:17+00:00 dxa9: fix crash when there is not extra converter It's a legit case already handled in various places. - - - - - 1 changed file: - modules/hw/d3d9/dxa9.c Changes:

[vlc-commits] [Git][videolan/vlc][master] 8 commits: qml: use paintedWidth/paintedHeight for sizing the shadow in ArtworkInfoWidget

2023-10-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7c8ae829 by Fatih Uzunoglu at 2023-10-01T16:52:34+00:00 qml: use paintedWidth/paintedHeight for sizing the shadow in ArtworkInfoWidget - - - - - e22b4706 by Fatih Uzunoglu at 2023-10-01T16:52:34+00:00 qml: change parent of

[vlc-commits] [Git][videolan/vlc][master] qml: use high precision in fading edge shader code

2023-10-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 2986590d by Fatih Uzunoglu at 2023-10-01T14:21:45+00:00 qml: use high precision in fading edge shader code - - - - - 1 changed file: - modules/gui/qt/widgets/qml/FadingEdgeListView.qml Changes: ===

[vlc-commits] [Git][videolan/vlc][master] contrib: vpx: restrict architectures

2023-10-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 293601d2 by Rémi Denis-Courmont at 2023-10-01T12:30:43+00:00 contrib: vpx: restrict architectures VPX has an exclusive list of supported instruction sets. This follows it, unblocking contrib builds on other targets. - - -

[vlc-commits] [Git][videolan/vlc][master] ci: rebuild contribs when the extras/package content changes

2023-10-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 9d458af1 by Steve Lhomme at 2023-10-01T10:40:34+00:00 ci: rebuild contribs when the extras/package content changes If the makefile changes, enables/disables things, we should rebuild the contribs. - - - - - 2 changed fi

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

2023-09-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed new tag 3.0.19 at VideoLAN / VLC -- View it on GitLab: https://code.videolan.org/videolan/vlc/-/tree/3.0.19 You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance___ vlc

[vlc-commits] [Git][videolan/vlc][master] 19 commits: qt : new shuffle and repeat svg icons

2023-09-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 60a884a4 by Alexandre Perraud at 2023-09-30T15:34:34+00:00 qt : new shuffle and repeat svg icons Signed-off-by: Alexandre Perraud - - - - - 68ef5aec by Alexandre Perraud at 2023-09-30T15:34:34+00:0

[vlc-commits] [Git][videolan/vlc][3.0.x] Update NEWS

2023-09-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 32b50de2 by Jean-Baptiste Kempf at 2023-09-30T11:45:12+02:00 Update NEWS - - - - - 1 changed file: - NEWS Changes: = NEWS = @@ -40,7 +40,7 @@ Inpu

[vlc-commits] [Git][videolan/vlc][3.0.x] Contribs: update libvpx to 1.13.1

2023-09-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 235747f2 by Jean-Baptiste Kempf at 2023-09-30T11:37:40+02:00 Contribs: update libvpx to 1.13.1 CVE-2023-5217 https://crbug.com/1486441 (CVE-2023-5217) (cherry picked from commit ab520205aecb04ff837066a67d4505fcb79672c3) Sig

[vlc-commits] [Git][videolan/vlc][master] build: fix --enable-shared vout linking error on iOS

2023-09-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 87b88369 by Martin Finkel at 2023-09-30T10:33:52+00:00 build: fix --enable-shared vout linking error on iOS Fixes Undefined symbols for architecture arm64: "_OBJC_CLASS_$_NSNumber", referenced from: objc-class-ref i

[vlc-commits] [Git][videolan/vlc][master] Contribs: update libvpx to 1.13.1

2023-09-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ab520205 by Jean-Baptiste Kempf at 2023-09-30T10:08:43+02:00 Contribs: update libvpx to 1.13.1 CVE-2023-5217 https://crbug.com/1486441 (CVE-2023-5217) - - - - - 2 changed files: - contrib/src/vpx/SHA512SUMS - contrib/sr

[vlc-commits] [Git][videolan/vlc][master] 3 commits: gui: ncurses: use size_t for index subscript

2023-09-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0f47aa08 by Alexandre Janniaux at 2023-09-29T10:30:11+00:00 gui: ncurses: use size_t for index subscript Fix warning: ../../modules/gui/ncurses.c: In function ‘DrawStats’: ../../modules/gui/ncurses.c:691:23: warnin

[vlc-commits] [Git][videolan/vlc][master] 2 commits: input: don't signal EOF when input is stopped

2023-09-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 9e432fca by Alexandre Janniaux at 2023-09-27T19:44:54+00:00 input: don't signal EOF when input is stopped When stopping an input, the player is signalled with vlc_player_Stop(), which set the input for destruction in the pl

[vlc-commits] [Git][videolan/vlc][master] 3 commits: i420_rgb: remove p_filter from RGB2PIXEL()

2023-09-21 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b699dcfe by Steve Lhomme at 2023-09-21T09:25:37+00:00 i420_rgb: remove p_filter from RGB2PIXEL() It's not used since cff37e09134aabd260e366003b4fa664a0796468. - - - - - 7d9a6fae by Steve Lhomme at 2023-09-21T09:25:37+00:00

[vlc-commits] [Git][videolan/vlc][master] 16 commits: video_chroma: copy: fix leak on error

2023-09-21 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 69811fa3 by Alexandre Janniaux at 2023-09-21T08:50:00+00:00 video_chroma: copy: fix leak on error - - - - - a2f6acca by Alexandre Janniaux at 2023-09-21T08:50:00+00:00 mux: mp4: reindent weird block - - - - - 725d3dd4 by A

[vlc-commits] [Git][videolan/vlc][master] build: fix samplebufferdisplay linking

2023-09-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7c71cd83 by Maxime Chapelet at 2023-09-19T10:15:52+00:00 build: fix samplebufferdisplay linking Add explicit dependencies to CoreVideo and CoreGraphics and fix UI framework dependency for meson - - - - - 2 changed files

[vlc-commits] [Git][videolan/vlc][master] mft: map MFVideoFormat_ARGB32 to VLC_CODEC_BGRA

2023-09-17 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 17c28a8d by Steve Lhomme at 2023-09-17T10:23:10+00:00 mft: map MFVideoFormat_ARGB32 to VLC_CODEC_BGRA The documentation [1] says that it's equivalent to D3DFMT_A8R8G8B8. And the d3d10 porting documentation [2] says it's equ

[vlc-commits] [Git][videolan/vlc][master] qt: workaround for type conversion to QVector doesn't occur with Qt 5.12

2023-09-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 23e220ab by Fatih Uzunoglu at 2023-09-16T21:07:54+00:00 qt: workaround for type conversion to QVector doesn't occur with Qt 5.12 - - - - - 2 changed files: - modules/gui/qt/medialibrary/medialib.cpp - modules/

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qt: use QMap::last() instead of iterator access

2023-09-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 2af6a68e by Fatih Uzunoglu at 2023-09-16T19:53:38+00:00 qt: use QMap::last() instead of iterator access - - - - - 283b2b48 by Fatih Uzunoglu at 2023-09-16T19:53:38+00:00 qt: proper format handling for indeterministic intege

[vlc-commits] [Git][videolan/vlc][master] 3 commits: hxxx_helper: provide picture left/top crop info

2023-09-13 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7923ce4e by Francois Cartegnie at 2023-09-13T17:27:41+07:00 hxxx_helper: provide picture left/top crop info - - - - - 587b9280 by Francois Cartegnie at 2023-09-13T17:27:42+07:00 packetizer: h264: provide picture left/top cr

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: vertical safe-area margin should depend on application height

2023-09-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0dcb5727 by Pierre Lamot at 2023-09-11T08:35:24+00:00 qml: vertical safe-area margin should depend on application height - - - - - d8c68c80 by Pierre Lamot at 2023-09-11T08:35:24+00:00 qml: remove unecessary late binding -

[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] 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: opengl: renderer: fix input variable qualifier

2023-09-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: e67f66ca by Francois Cartegnie at 2023-09-08T08:02:16+00:00 opengl: renderer: fix input variable qualifier - - - - - 106a0246 by Francois Cartegnie at 2023-09-08T08:02:16+00:00 opengl: renderer: fix OpenGL ES 3.0 syntax -

[vlc-commits] [Git][videolan/vlc][3.0.x] 10 commits: Update translations for release

2023-09-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 8dd5dd15 by VideoLAN at 2023-09-05T23:18:13+02:00 Update translations for release - - - - - 78ed9cd2 by VideoLAN at 2023-09-05T23:18:18+02:00 po: add initial translation to Esperanto - - - - - 9249ec99 by VideoLAN at 2023-0

[vlc-commits] [Git][videolan/vlc][master] 7 commits: qt: pass a vlc_ml_query_params_t to load and count operations in ML loaders

2023-09-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 98cd8a56 by Pierre Lamot at 2023-09-05T07:55:26+00:00 qt: pass a vlc_ml_query_params_t to load and count operations in ML loaders - - - - - 59d2fac5 by Pierre Lamot at 2023-09-05T07:55:26+00:00 qt: make ListCacheLoader inde

[vlc-commits] [Git][videolan/vlc][master] qml: change anchor adjustment order for Qt 6

2023-09-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ecb75322 by Fatih Uzunoglu at 2023-09-04T08:27:18+00:00 qml: change anchor adjustment order for Qt 6 - - - - - 1 changed file: - modules/gui/qt/maininterface/qml/BannerSources.qml Changes:

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qt: add operator< to MLItemId

2023-09-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 94eb6a6c by Fatih Uzunoglu at 2023-09-03T17:06:12+00:00 qt: add operator< to MLItemId - - - - - b789fcef by Fatih Uzunoglu at 2023-09-03T17:06:12+00:00 qt: make operator== and operator!= const in MLItemId - - - - - 15fc2b8

[vlc-commits] [Git][videolan/vlc][master] qt: explicitly construct QPrivateSignal

2023-09-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 8c72e537 by Fatih Uzunoglu at 2023-09-03T16:03:00+00:00 qt: explicitly construct QPrivateSignal - - - - - 1 changed file: - modules/gui/qt/style/colorcontext.cpp Changes: = modules/

[vlc-commits] [Git][videolan/vlc][master] qt: add missing accessibility check

2023-09-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 386cd56f by Fatih Uzunoglu at 2023-09-03T15:17:32+00:00 qt: add missing accessibility check - - - - - 1 changed file: - modules/gui/qt/maininterface/compositor_dcomp_uisurface.cpp Changes:

[vlc-commits] [Git][videolan/vlc][master] swscale: don't pretend to handle opaque chromas

2023-08-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 907be65a by Steve Lhomme at 2023-08-28T11:55:25+00:00 swscale: don't pretend to handle opaque chromas - - - - - 1 changed file: - modules/video_chroma/swscale.c Changes: = modules/v

[vlc-commits] [Git][videolan/vlc][master] 4 commits: demux: subtitle: add VLC_TICK_0 to timings

2023-08-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f97cfab4 by Alexandre Janniaux at 2023-08-28T11:32:14+00:00 demux: subtitle: add VLC_TICK_0 to timings Currently, 0 is mapped to VLC_TICK_INVALID. Since the timings will be reported as-is to the core afterwards, they need t

[vlc-commits] [Git][videolan/vlc][master] video_output: convert HW pictures to RGBA for snapshot

2023-08-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a32dac2b by Steve Lhomme at 2023-08-27T16:25:17+00:00 video_output: convert HW pictures to RGBA for snapshot If for some reason there's alpha data, it should also be found in the snapshot. Snapshots are stored as PNG by de

[vlc-commits] [Git][videolan/vlc][master] 2 commits: extras: ci: split contrib from debian job

2023-08-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 91e79ded by Alexandre Janniaux at 2023-08-27T15:32:05+00:00 extras: ci: split contrib from debian job The debian job is not using the contribs at all, split the job in two so that it can be parallelized more easily and so t

[vlc-commits] [Git][videolan/vlc][master] 2 commits: configure: don't check the presence of D3D11/D3D9 structures

2023-08-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 765c9d30 by Steve Lhomme at 2023-08-27T15:08:05+00:00 configure: don't check the presence of D3D11/D3D9 structures Either D3D11/D3D9 is usable and the structures are there, or they are not. We don't support old mingw-w64 ve

[vlc-commits] [Git][videolan/vlc][master] qt: correct bad link ordering

2023-08-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: bf7e2b21 by Fatih Uzunoglu at 2023-08-27T14:10:53+00:00 qt: correct bad link ordering Qt plugin libs depend on Qt libs, not the other way around. They should appear first when telling the linker. - - - - - 2 changed file

[vlc-commits] [Git][videolan/vlc][master] qt: tell linker to link dwmapi

2023-08-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: dd341252 by Fatih Uzunoglu at 2023-08-27T11:55:56+00:00 qt: tell linker to link dwmapi functions from this library are used directly, but library is not directly linked. It only worked because Qt links dwmapi itself. - -

[vlc-commits] [Git][videolan/vlc][master] 5 commits: opengl: subrenderer: handle GL orientation

2023-08-22 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3a61a2a0 by Alexandre Janniaux at 2023-08-22T19:38:18+00:00 opengl: subrenderer: handle GL orientation The OpenGL surface can expose an orientation, which is used by the renderer.c code, but it wasn't used by the sub_render

[vlc-commits] [Git][videolan/vlc][master] 17 commits: include: move video enums to libvlc_video.h

2023-08-21 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 6a481ceb by Alexandre Janniaux at 2023-08-21T09:37:13+00:00 include: move video enums to libvlc_video.h - - - - - 29c9709a by Alexandre Janniaux at 2023-08-21T09:37:13+00:00 include: add missing types for libvlc_media_playe

[vlc-commits] [Git][videolan/vlc][master] vout/display: add functions to create/release a display converter

2023-08-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3b862a00 by Steve Lhomme at 2023-08-20T06:07:51+00:00 vout/display: add functions to create/release a display converter - - - - - 1 changed file: - src/video_output/display.c Changes: =

[vlc-commits] [Git][videolan/vlc][master] 2 commits: package/macos: add an option to compile with extra checks

2023-08-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3ec8a6e0 by Steve Lhomme at 2023-08-19T16:19:47+00:00 package/macos: add an option to compile with extra checks This is similar to the option found in win32 and raspberry builds. - - - - - 3aca4f30 by Steve Lhomme at 2023-

[vlc-commits] [Git][videolan/vlc][master] 3 commits: wingdi: fix handling of input orientation

2023-08-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d99b83a2 by Steve Lhomme at 2023-08-19T14:31:07+00:00 wingdi: fix handling of input orientation We can't handle rotation, so we should tell the core to do it for us. And we need to use the dimensions after the rotation. We

[vlc-commits] [Git][videolan/vlc][master] dxgi_fmt: remove unused DxgiFourccFormat()

2023-08-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 82cb2290 by Steve Lhomme at 2023-08-19T12:30:20+00:00 dxgi_fmt: remove unused DxgiFourccFormat() - - - - - 2 changed files: - modules/video_chroma/dxgi_fmt.c - modules/video_chroma/dxgi_fmt.h Changes:

[vlc-commits] [Git][videolan/vlc][master] wingdi: request BGRA for 32 bits display

2023-08-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4cbe9814 by Steve Lhomme at 2023-08-19T07:16:51+00:00 wingdi: request BGRA for 32 bits display In 32 bits we don't use the mask in the DC (BI_RGB [1]) so we don't need to rely on a matching mask on input either. The alpha

[vlc-commits] [Git][videolan/vlc][master] macosx: Prevent unnecessary list fetches in VLCLibraryModel when querying for...

2023-08-17 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 55473bb0 by Claudio Cambra at 2023-08-17T11:00:23+00:00 macosx: Prevent unnecessary list fetches in VLCLibraryModel when querying for number of media, just use the appropriate porperty Signed-off-by: Claudio Cambra

[vlc-commits] [Git][videolan/vlc][master] vout: remove spu_blend_chroma

2023-08-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 81385c97 by Steve Lhomme at 2023-08-15T11:00:53+00:00 vout: remove spu_blend_chroma It's only written for checking if it changed. But if it changed the spu_blend must have been deleted anyway. So we only need to test spu_bl

[vlc-commits] [Git][videolan/vlc][master] codec: avcodec: fix mask mappings for 32 bits RGB

2023-08-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 081a0e62 by Francois Cartegnie at 2023-08-15T09:46:39+00:00 codec: avcodec: fix mask mappings for 32 bits RGB The macros can not handle alpha channel properly, as it does not only requires reassigning channels but shifting.

[vlc-commits] [Git][videolan/vlc][master] test: use filter module callback helpers

2023-08-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c4bac881 by Steve Lhomme at 2023-08-15T09:13:29+00:00 test: use filter module callback helpers So the callback signature is matching what is expected. - - - - - 5 changed files: - test/modules/stream_out/transcode.c - t

[vlc-commits] [Git][videolan/vlc][master] 4 commits: input: decoder: split decoder_Init from LoadDecoder

2023-08-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 8daa3f65 by Alexandre Janniaux at 2023-08-15T08:50:17+00:00 input: decoder: split decoder_Init from LoadDecoder decoder_Init() is setting up p_owner->dec whereas LoadDecoder will read and write p_owner. To modify LoadDecode

[vlc-commits] [Git][videolan/vlc][3.0.x] demux: mp4: fix duration probing on missing info

2023-08-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 90d44efb by Francois Cartegnie at 2023-08-12T21:57:59+02:00 demux: mp4: fix duration probing on missing info (cherry picked from commit 2ce189cc177f1b7ae923c9a40ea0c4c1660c9d9c) Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] [Git][videolan/vlc][master] macosx: hide cursor, when mouse is not moved

2023-08-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 923c5035 by Ashis Kumar Naik at 2023-08-14T18:45:12+00:00 macosx: hide cursor, when mouse is not moved Signed-off-by: Ashis Kumar Naik - - - - - 1 changed file: - modules/gui/macosx/windows/vid

[vlc-commits] [Git][videolan/vlc][master] 9 commits: access: Makefile: remove harmful DEPENDENCIES

2023-08-13 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 66187b95 by Alexandre Janniaux at 2023-08-13T18:13:46+00:00 access: Makefile: remove harmful DEPENDENCIES Defining libdtv_plugin_la_DEPENDENCIES means that the dependencies that might be added to libdtv_plugin_la_LIBADD wil

[vlc-commits] [Git][videolan/vlc][master] 4 commits: qt: add section property in video folders model

2023-08-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f9bec4c6 by Prince Gupta at 2023-08-13T06:24:06+00:00 qt: add section property in video folders model - - - - - 6a64f84f by Prince Gupta at 2023-08-13T06:24:06+00:00 qt: add section property in video groups model - - - - -

[vlc-commits] [Git][videolan/vlc][master] 3 commits: contrib: ssh2: remove gcrypt patch

2023-08-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ee9fc6ba by Johannes Kauffmann at 2023-08-12T21:11:04+00:00 contrib: ssh2: remove gcrypt patch The gpg-error-config tool seems to be used now for querying the correct gpg-error flags. For gcrypt, the .pc provides the link f

[vlc-commits] [Git][videolan/vlc][master] 7 commits: vlc_config_cat: add new vlc_config_*cat_Find()

2023-08-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 8ecf5b33 by Alexandre Janniaux at 2023-08-12T18:08:59+00:00 vlc_config_cat: add new vlc_config_*cat_Find() The functions will be used to fetch from the internal categories and subcategories arrays, and replace the manual lo

[vlc-commits] [Git][videolan/vlc][master] 13 commits: text_renderer: sapi: fix assert in RenderText

2023-08-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f0f1a500 by Alexandre Janniaux at 2023-08-12T17:24:11+00:00 text_renderer: sapi: fix assert in RenderText vout_subpictures:RenderText() now expects the subtitle to have been rasterized, but we'll never render any text, so w

[vlc-commits] [Git][videolan/vlc][master] 5 commits: src: meson: fix link with -Dvideolan_manager=false

2023-08-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ebefe42a by Alexandre Janniaux at 2023-08-12T13:57:08+00:00 src: meson: fix link with -Dvideolan_manager=false The VLM sources shouldn't be included if VLM has been disabled. - - - - - aef1d512 by Alexandre Janniaux at 202

[vlc-commits] [Git][videolan/vlc][master] 7 commits: doc: vlc.1: add VLC_LIB_PATH in manpages

2023-08-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 6a3c5ba3 by Alexandre Janniaux at 2023-08-11T16:01:40+00:00 doc: vlc.1: add VLC_LIB_PATH in manpages The VLC_LIB_PATH environment variable has been introduced in commit 75308a48f28fe67290d6f579657442e303452320 to override t

[vlc-commits] [Git][videolan/vlc][master] youtube.lua: update signature descrambling helper name parsing

2023-08-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c49166f4 by Pierre Ynard at 2023-08-11T15:21:56+00:00 youtube.lua: update signature descrambling helper name parsing Just like happened before with the descrambling function name proper, the helper object used within it may

[vlc-commits] [Git][videolan/vlc][master] 3 commits: test: transcode: fix filter callback signatures

2023-08-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 474da8a9 by Steve Lhomme at 2023-08-11T15:00:54+00:00 test: transcode: fix filter callback signatures - - - - - 9745105c by Steve Lhomme at 2023-08-11T15:00:54+00:00 test: video_output: fix filter callback signatures - - -

[vlc-commits] [Git][videolan/vlc][master] drm: don't use vd->fmt until it's set

2023-08-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: fc94ef91 by Steve Lhomme at 2023-08-11T14:39:28+00:00 drm: don't use vd->fmt until it's set At this point vd->fmt and vd->source have the same format, but only vd->source should be read. We're the ones writing vd->fmt afte

[vlc-commits] [Git][videolan/vlc][master] 2 commits: codec: avcodec: set palette in proper order

2023-08-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7732e3e8 by Francois Cartegnie at 2023-08-11T12:55:13+00:00 codec: avcodec: set palette in proper order - - - - - c1769ceb by Francois Cartegnie at 2023-08-11T12:55:13+00:00 video_filter: swscale: write palette in proper or

[vlc-commits] [Git][videolan/vlc][master] libplacebo/display: defer submission until PictureDisplay

2023-08-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0f108f59 by Niklas Haas at 2023-08-11T12:37:19+00:00 libplacebo/display: defer submission until PictureDisplay Calling pl_swapchain_submit_frame() in PictureRender() is the wrong place, and may cause frames to become visibl

[vlc-commits] [Git][videolan/vlc][master] 2 commits: test: libvlc: overrides VLC_LIB_PATH in test_init()

2023-08-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d7a1749f by Alexandre Janniaux at 2023-08-11T09:18:00+00:00 test: libvlc: overrides VLC_LIB_PATH in test_init() Otherwise, the local installation can be used also. Printing the path in module_find led to: module->plugi

[vlc-commits] [Git][videolan/vlc][master] 8 commits: codec: jpeg: signal new image encoder capability

2023-08-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d806a17a by Alexandre Janniaux at 2023-08-10T21:34:15+00:00 codec: jpeg: signal new image encoder capability ImageHandler will use `image encoder`, providing a way to only probe those when looking for an encoder from src/mi

[vlc-commits] [Git][videolan/vlc][master] 3 commits: demux: timestamps_filter: reindent block code

2023-08-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 9303c61c by Alexandre Janniaux at 2023-08-10T21:20:20+00:00 demux: timestamps_filter: reindent block code - - - - - b512108b by Alexandre Janniaux at 2023-08-10T21:20:20+00:00 demux: timestamps_filter: use PRId64 for vlc_ti

[vlc-commits] [Git][videolan/vlc][master] control: dbus: check EINTR for read

2023-08-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 2f2a4787 by Alexandre Janniaux at 2023-08-10T15:46:34+00:00 control: dbus: check EINTR for read The definition of read() mandates from its prototype that the return value and errno must be checked since the syscall can be i

[vlc-commits] [Git][videolan/vlc][3.0.x] d3d_shaders: fix placement with 270° rotation

2023-08-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 8b622fc0 by Steve Lhomme at 2023-08-10T07:22:40+02:00 d3d_shaders: fix placement with 270° rotation We should not subtract width and height values. Fixes #27976 (cherry picked from commit 4cd819e2389b5ad1389f401f0e39825c65

[vlc-commits] [Git][videolan/vlc][master] d3d_shaders: fix placement with 270° rotation

2023-08-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4cd819e2 by Steve Lhomme at 2023-08-09T20:56:53+00:00 d3d_shaders: fix placement with 270° rotation We should not subtract width and height values. Fixes #27976 - - - - - 1 changed file: - modules/video_output/win32/d3

[vlc-commits] [Git][videolan/vlc][master] make.pl: show compiled lua scripts

2023-08-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: e38b161b by Alexandre Janniaux at 2023-08-09T11:07:18+00:00 make.pl: show compiled lua scripts Extract the build target when building luac files. Before: MAKE : share ... luac -o lua/extensions/VLSub.luac

[vlc-commits] [Git][videolan/vlc][master] contrib: change_prefix: handle relocatable prefix

2023-08-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 2206ae97 by Johannes Kauffmann at 2023-08-08T08:33:43+00:00 contrib: change_prefix: handle relocatable prefix Handle the special pkg-config variable ${pcfiledir}, this is meant to make .pc files relocatable. See: https://g

[vlc-commits] [Git][videolan/vlc][master] 3 commits: macosx: Properly report counts for albums, artists, genres, and recent media on launch

2023-08-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 268743c1 by Claudio Cambra at 2023-08-07T18:49:57+00:00 macosx: Properly report counts for albums, artists, genres, and recent media on launch Signed-off-by: Claudio Cambra - - - - - eadd28b3

[vlc-commits] [Git][videolan/vlc][master] 8 commits: contrib: aribb24: use the RECONF as everyone else

2023-08-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 162bebd4 by Steve Lhomme at 2023-08-07T15:51:58+02:00 contrib: aribb24: use the RECONF as everyone else The bootstrap script just does autoreconf --install. But we may need to pass extra paths to autoreconf. The configure.

[vlc-commits] [Git][videolan/vlc][master] src/Makefile: fix emscripten library object conflict

2023-08-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 01162c3f by Khalid Masum at 2023-08-06T06:49:24+00:00 src/Makefile: fix emscripten library object conflict Several posix related headers are added when they are compiled for EMSCRIPTEN. However these headers are already ser

[vlc-commits] [Git][videolan/vlc][master] 4 commits: qt: MLQueryParams.toCQueryParams can't be used with temporary objects

2023-08-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 90468efd by Pierre Lamot at 2023-08-05T21:47:59+00:00 qt: MLQueryParams.toCQueryParams can't be used with temporary objects this causes a use after free - - - - - e60618a3 by Pierre Lamot at 2023-08-05T21:47:59+00:00 qt: a

[vlc-commits] [Git][videolan/vlc][master] opengl: sampler: check OpenGL at runtime

2023-08-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 47a6a9ea by Alexandre Janniaux at 2023-08-05T21:26:22+00:00 opengl: sampler: check OpenGL at runtime OpenGL ES2 and 3 have this glGetFramebufferAttachmentParameteriv function but the allowed targets MUST be one of GL_BACK,

[vlc-commits] [Git][videolan/vlc][master] 6 commits: wingdi: use less hacky way to set RGB values

2023-08-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 219ad8ea by Steve Lhomme at 2023-08-05T09:50:18+00:00 wingdi: use less hacky way to set RGB values BITMAPINFO is actually BITMAPINFOHEADER and a dummy RGBQUAD. It's better to have our own with the 3 fields. The red/green/bl

[vlc-commits] [Git][videolan/vlc][master] qml: do not push the same view to the navigation stack

2023-08-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a5b564b7 by Fatih Uzunoglu at 2023-08-05T08:44:34+00:00 qml: do not push the same view to the navigation stack - - - - - 4 changed files: - modules/gui/qt/maininterface/qml/MainDisplay.qml - modules/gui/qt/medialibrary/q

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: set missing parent of HorizontalResizeHandle

2023-08-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 756c4653 by Fatih Uzunoglu at 2023-08-05T08:25:05+00:00 qml: set missing parent of HorizontalResizeHandle - - - - - 49951b3a by Fatih Uzunoglu at 2023-08-05T08:25:05+00:00 qml: adjust fill properties of layouts in PlaylistL

[vlc-commits] [Git][videolan/vlc][3.0.x] 4 commits: contrib: ass: remove forced -O3

2023-08-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: dfdbbf18 by Steve Lhomme at 2023-08-04T20:34:52+00:00 contrib: ass: remove forced -O3 This shouldn't be enforced. We already use -O2 on release builds. Introduced in 77f2dac1abc04ba5b1dc040c6cf90325622828fa (cherry picked

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: clear SearchBox text field in default state

2023-08-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 2147a23d by Fatih Uzunoglu at 2023-08-04T19:43:14+00:00 qml: clear SearchBox text field in default state - - - - - a3f4b9d4 by Fatih Uzunoglu at 2023-08-04T19:43:14+00:00 qml: use `checked` instead of `highlighted` in Searc

[vlc-commits] [Git][videolan/vlc][master] 5 commits: macosx: Extract anyRecents bool to separate method

2023-08-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b0475cf5 by Claudio Cambra at 2023-08-04T18:43:24+00:00 macosx: Extract anyRecents bool to separate method Signed-off-by: Claudio Cambra - - - - - b6488941 by Claudio Cambra at 2023-08-04T18:4

[vlc-commits] [Git][videolan/vlc][3.0.x] caopengllayer: restore vout_display_SendEventDisplaySize

2023-08-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 5d4ade56 by Alexandre Janniaux at 2023-08-03T20:03:09+00:00 caopengllayer: restore vout_display_SendEventDisplaySize VLC 4.0 doesn't need that but 3.0 still has no windowing module, leading to display size not being reported

[vlc-commits] [Git][videolan/vlc][master] qt: fix uninitialized pointer access

2023-08-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7e3d0c9c by Fatih Uzunoglu at 2023-08-03T12:12:03+00:00 qt: fix uninitialized pointer access - - - - - 1 changed file: - modules/gui/qt/player/player_controller.hpp Changes: = modul

[vlc-commits] [Git][videolan/vlc][master] qml: fix fading edge optimization conflicting with animation

2023-08-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ab144dbc by Fatih Uzunoglu at 2023-08-03T10:14:00+00:00 qml: fix fading edge optimization conflicting with animation - - - - - 1 changed file: - modules/gui/qt/widgets/qml/FadingEdgeListView.qml Changes: =

[vlc-commits] [Git][videolan/vlc][master] codec/ttml: convert PNG to RGBA

2023-08-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0a31710d by Steve Lhomme at 2023-08-02T22:39:35+00:00 codec/ttml: convert PNG to RGBA We have a test for this conversion (test/src/misc/image.c). RGBA is the preferred chroma for SPU (no conversion needed). And the convers

[vlc-commits] [Git][videolan/vlc][master] 4 commits: macosx: Add outlet for background NSBox of audio group header view

2023-08-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 9ee21d85 by Claudio Cambra at 2023-08-02T21:04:01+00:00 macosx: Add outlet for background NSBox of audio group header view Signed-off-by: Claudio Cambra - - - - - be483616 by Claudio Cambra at

[vlc-commits] [Git][videolan/vlc][master] 5 commits: macosx: Extract anyRecents procedure to method

2023-08-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a3df09e1 by Claudio Cambra at 2023-08-02T20:27:20+00:00 macosx: Extract anyRecents procedure to method Signed-off-by: Claudio Cambra - - - - - a5475d47 by Claudio Cambra at 2023-08-02T20:27:20

[vlc-commits] [Git][videolan/vlc][master] 10 commits: subpicture: use picture_CopyPixels to copy planes

2023-08-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c2060bd0 by Steve Lhomme at 2023-08-02T19:45:31+00:00 subpicture: use picture_CopyPixels to copy planes The destination picture is created with the same format as the source. We can safely use picture_CopyPixels. - - - - -

[vlc-commits] [Git][videolan/vlc][master] 2 commits: sout: add a tracer utility stream filter

2023-08-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 73d1a84f by Alaric Senat at 2023-08-02T16:05:49+00:00 sout: add a tracer utility stream filter The VLC tracing API is really useful in a lot of debugging scenario. It was previously implemented in playback but lack an imple

[vlc-commits] [Git][videolan/vlc][master] 2 commits: modules: rename internal LoadImages to avoid collision with win32

2023-07-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 5ad24d90 by Steve Lhomme at 2023-07-30T19:48:28+00:00 modules: rename internal LoadImages to avoid collision with win32 See https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-loadimagea / https://learn

[vlc-commits] [Git][videolan/vlc][master] 5 commits: qt: refactor getData of mlbasemodel

2023-07-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 5c802f1a by Prince Gupta at 2023-07-28T07:52:24+00:00 qt: refactor getData of mlbasemodel - - - - - 0bab5aa0 by Prince Gupta at 2023-07-28T07:52:24+00:00 qt: implement addAndPlay in MLBaseModel - - - - - 326f5c76 by Prince

[vlc-commits] [Git][videolan/vlc][master] qml: fix wrong sizing in PlaylistMedia

2023-07-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0cf4d52d by Fatih Uzunoglu at 2023-07-27T15:18:46+00:00 qml: fix wrong sizing in PlaylistMedia - - - - - 2 changed files: - modules/gui/qt/medialibrary/qml/PlaylistMedia.qml - modules/gui/qt/medialibrary/qml/PlaylistMedi

<    1   2   3   4   5   6   7   8   9   10   >