[vlc-commits] [Git][videolan/vlc][master] 7 commits: opengl: common: Add more format compat values

2023-02-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 61d29225 by Hugo Beauzée-Luyssen at 2023-02-25T08:43:29+00:00 opengl: common: Add more format compat values - - - - - d7f38080 by Hugo Beauzée-Luyssen at 2023-02-25T08:43:29+00:00 opengl: interop sw: Refactor initialization

[vlc-commits] [Git][videolan/vlc][master] input: don't lock to write stats if there are none

2023-02-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b770c640 by Steve Lhomme at 2023-02-23T16:33:00+00:00 input: don't lock to write stats if there are none - - - - - 1 changed file: - src/input/input.c Changes: = src/input/input.c =

[vlc-commits] [Git][videolan/vlc][master] 2 commits: codec :vpx: fix encoding for non-power of 2 pitch videos

2023-02-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 623cceed by Tristan Matthews at 2023-02-23T16:06:33+00:00 codec :vpx: fix encoding for non-power of 2 pitch videos Instead pass a dummy value to vpx_img_wrap and explicitly set the values after. - - - - - da1c3a13 by Trist

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml/PageLoader: Add the '_ready' property

2023-02-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 54e3df29 by Benjamin Arnaud at 2023-02-23T15:50:54+00:00 qml/PageLoader: Add the '_ready' property It allows us to wait for the item to be fully loaded before loading the view. Which effectively avoids size glitches when s

[vlc-commits] [Git][videolan/vlc][master] 15 commits: macosx: Replace normal video collection view with prototype cell-based video view

2023-02-22 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 8815e272 by Claudio Cambra at 2022-12-01T22:24:06+00:00 macosx: Replace normal video collection view with prototype cell-based video view Signed-off-by: Claudio Cambra - - - - - b7bdc155 by C

[vlc-commits] [Git][videolan/vlc][master] 16 commits: macosx: Move all audio library related classes into audio-library folder

2023-02-22 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 18d293bf by Claudio Cambra at 2022-12-07T16:40:27+00:00 macosx: Move all audio library related classes into audio-library folder Signed-off-by: Claudio Cambra - - - - - d63e8be8 by Claudio Cam

[vlc-commits] [Git][videolan/vlc][master] 4 commits: qml/NetworkThumbnailItem: Add 'title' and 'subCriterias' support

2023-02-21 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 2fec9594 by Benjamin Arnaud at 2023-02-22T07:10:50+00:00 qml/NetworkThumbnailItem: Add 'title' and 'subCriterias' support - - - - - d5979ee2 by Benjamin Arnaud at 2023-02-22T07:10:50+00:00 qml/BrowseDeviceView: Add a small

[vlc-commits] [Git][videolan/vlc][master] qml: ViewDragAutoScrollHandler don't scroll backward at beginning or forward at end

2023-02-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1aab2c6c by Fatih Uzunoglu at 2023-02-20T14:35:38+00:00 qml: ViewDragAutoScrollHandler don't scroll backward at beginning or forward at end - - - - - 1 changed file: - modules/gui/qt/util/qml/ViewDragAutoScrollHandler.q

[vlc-commits] [Git][videolan/vlc][3.0.x] do not expand the Id on checkout for any file

2023-02-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 7a086098 by Steve Lhomme at 2023-02-20T08:42:43+00:00 do not expand the Id on checkout for any file no README even had it anyway This is easier/faster than backporting 53632798050d57d11e1b7e09009ba8a7e0cc1e40. See https://

[vlc-commits] [Git][videolan/vlc][master] macosx: Prevent crash from releasing NULL CFURLRef in NSImage extension QuickLook functionality

2023-02-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7df65729 by Claudio Cambra at 2023-02-19T18:30:22+00:00 macosx: Prevent crash from releasing NULL CFURLRef in NSImage extension QuickLook functionality Signed-off-by: Claudio Cambra - - - - -

[vlc-commits] [Git][videolan/vlc][master] contrib: aom: update to 3.6.0

2023-02-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: be174967 by Tristan Matthews at 2023-02-19T17:11:03+00:00 contrib: aom: update to 3.6.0 Release notes: https://aomedia.googlesource.com/aom/+/refs/tags/v3.6.0 - - - - - 2 changed files: - contrib/src/aom/SHA512SUMS - co

[vlc-commits] [Git][videolan/vlc][master] 2 commits: macosx: Ensure all playlist sidebar bottom buttons are the same size

2023-02-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f8a98946 by Claudio Cambra at 2023-02-19T00:14:43+00:00 macosx: Ensure all playlist sidebar bottom buttons are the same size Signed-off-by: Claudio Cambra - - - - - 2eae963b by Claudio Cambra

[vlc-commits] [Git][videolan/vlc][master] 4 commits: contrib: rust: uniformize toolchain env var usage

2023-02-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ad013c3e by Alaric Senat at 2023-02-18T17:56:43+00:00 contrib: rust: uniformize toolchain env var usage The toolchain environment variables were missing from `CARGO_INSTALL`. This patch also removes unecesary exports. - -

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: add tooltip to Playback slider

2023-02-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: e62cfa2b by Prince Gupta at 2023-02-18T16:57:03+00:00 qml: add tooltip to Playback slider - - - - - 999c545e by Prince Gupta at 2023-02-18T16:57:03+00:00 qml: reduce playback slider width - - - - - 1 changed file: - mod

[vlc-commits] [Git][videolan/vlc][master] 11 commits: codec: videotoolbox: fix flush cases for hevc reorder with rasl output

2023-02-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d2ecef01 by Francois Cartegnie at 2023-02-18T16:29:36+00:00 codec: videotoolbox: fix flush cases for hevc reorder with rasl output - - - - - c5de4fe8 by Francois Cartegnie at 2023-02-18T16:29:36+00:00 codec: videotoolbox: p

[vlc-commits] [Git][videolan/vlc][3.0.x] rawvid: fix rounding division when calculating pitch

2023-02-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 4b2e6df3 by Pierre Lamot at 2023-02-17T17:19:13+01:00 rawvid: fix rounding division when calculating pitch formats like NV12 where num and den are 2 had the wrong pitch size is divided then multiplied, consistently with `ra

[vlc-commits] [Git][videolan/vlc][master] 4 commits: libmp4: check size to read is not bigger than SSIZE_MAX on Seek

2023-02-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: dde55d78 by Steve Lhomme at 2023-02-18T13:18:43+00:00 libmp4: check size to read is not bigger than SSIZE_MAX on Seek vlc_stream_Read can't read more than that (or rather report accurately that it read more). The 1<<17 che

[vlc-commits] [Git][videolan/vlc][master] stream_out: dlna: replace sprintf by iostream

2023-02-17 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 53ff91a5 by Alexandre Janniaux at 2023-02-17T09:09:38+00:00 stream_out: dlna: replace sprintf by iostream Although the usage is fine in DLNA because the input is controlled and sized, sprintf is considered dangerous and is

[vlc-commits] [Git][videolan/vlc][master] 6 commits: vlc_fixups: don't for disable warnings if the user already did it

2023-02-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a6c3cff1 by Steve Lhomme at 2023-02-17T07:19:15+00:00 vlc_fixups: don't for disable warnings if the user already did it The defines may already be set to 0/1 in the build environment. - - - - - 091ecb2b by Steve Lhomme at

[vlc-commits] [Git][videolan/vlc][3.0.x] taglib: Opening a file for reading if possible

2023-02-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 792cddc6 by Aleksey Vasenev at 2023-02-17T07:16:48+00:00 taglib: Opening a file for reading if possible When metadata is read, the file is opened for writing. This causes the file to be deleted in FS-Cache when caching netwo

[vlc-commits] [Git][videolan/vlc][master] 3 commits: vlc_es: add HDR10+ dynamic metadata

2023-02-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4412b49e by Niklas Haas at 2023-02-16T17:47:05+00:00 vlc_es: add HDR10+ dynamic metadata Following the precedent set by the DoVi metadata, we encode this as an ancillary attached directly to the frame, since it contains fra

[vlc-commits] [Git][videolan/vlc][master] access: jack: simplify previous power of 2 calculation

2023-02-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a7c43747 by Tristan Matthews at 2023-02-16T08:21:38-05:00 access: jack: simplify previous power of 2 calculation Note that there is a slight change in behaviour here, before if i_read was 1 greater than a power of 2 (e.g.,

[vlc-commits] [Git][videolan/vlc][3.0.x] 5 commits: input: add a workaround for next-frame

2023-02-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: feaa1eea by Thomas Guillem at 2023-02-16T13:06:01+00:00 input: add a workaround for next-frame Don't hack the buffering values, but fake the buffering state: tell the input_thread to demux() until the vout has a picture. Fi

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: use OpacityAnimator in PlaylistListView

2023-02-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 19c038c9 by Fatih Uzunoglu at 2023-02-16T09:18:40+00:00 qml: use OpacityAnimator in PlaylistListView - - - - - f9d123e8 by Fatih Uzunoglu at 2023-02-16T09:18:40+00:00 qml: add comment on the usage of YAnimator in PlaylistLi

[vlc-commits] [Git][videolan/vlc][master] videotoolbox: enforce restart even after error

2023-02-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 244a52b8 by Alexandre Janniaux at 2023-02-15T18:58:38+00:00 videotoolbox: enforce restart even after error Enforce the restart of VideoToolbox when a data / codec error happens. Usually, it was triggering a fallback (typica

[vlc-commits] [Git][videolan/vlc][3.0.x] 4 commits: goom: keep track of video format

2023-02-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: c969cbf9 by Rémi Denis-Courmont at 2023-02-15T16:00:24+00:00 goom: keep track of video format (cherry picked from commit d7aca8699eadccb7b57491b8e202cfc77ebccb01) - - - - - 93bd3afc by Steve Lhomme at 2023-02-15T16:00:24+00

[vlc-commits] [Git][videolan/vlc][master] demux: mpeg4: fix bogus bsearch over non ordered array

2023-02-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 04ac9e62 by Francois Cartegnie at 2023-02-15T15:23:51+00:00 demux: mpeg4: fix bogus bsearch over non ordered array - - - - - 1 changed file: - modules/demux/mpeg/mpeg4_iod.c Changes: ==

[vlc-commits] [Git][videolan/vlc][master] 15 commits: macosx: Build needed path items for path contorl in...

2023-02-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0bdaea2c by Claudio Cambra at 2023-02-15T07:22:46+00:00 macosx: Build needed path items for path contorl in VLCMediaSourceBaseDataSource rather than spoofing a URL Signed-off-by: Claudio Cambra

[vlc-commits] [Git][videolan/vlc][master] 11 commits: youtube.lua: support YouTube Shorts URLs

2023-02-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 5bab6131 by Pierre Ynard at 2023-02-14T16:42:07+00:00 youtube.lua: support YouTube Shorts URLs - - - - - 9bbdd152 by Pierre Ynard at 2023-02-14T16:42:07+00:00 youtube.lua: disable broken "n" descrambling for now All it ach

[vlc-commits] [Git][videolan/vlc][3.0.x] direct3d11: mark winrt pointer options as volatile

2023-02-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 42433866 by Steve Lhomme at 2023-02-13T17:28:11+01:00 direct3d11: mark winrt pointer options as volatile It makes them private and hidden from the user. Fixes #27615 - - - - - 1 changed file: - modules/video_output/win3

[vlc-commits] [Git][videolan/vlc][master] 3 commits: codec: videotoolbox: move into subdirectory

2023-02-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 5a480ad3 by Alexandre Janniaux at 2023-02-14T13:36:36+00:00 codec: videotoolbox: move into subdirectory Prepare the split of videotoolbox decoder and the integration of the encoder code by moving to a separate subdirectory.

[vlc-commits] [Git][videolan/vlc][master] 4 commits: qml/KeyNavigableListView: Create the 'enableFade' property

2023-02-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1ccdca20 by Benjamin Arnaud at 2023-02-12T22:33:04+00:00 qml/KeyNavigableListView: Create the 'enableFade' property And disable fading by default. - - - - - 2b39f106 by Benjamin Arnaud at 2023-02-12T22:33:04+00:00 qml/Play

[vlc-commits] [Git][videolan/vlc][master] 13 commits: macosx: Move video view table view row height setting out of VLCLibraryWindow...

2023-02-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 22273320 by Claudio Cambra at 2023-02-12T09:41:00+00:00 macosx: Move video view table view row height setting out of VLCLibraryWindow and into VLCLibraryVideoViewController Signed-off-by: Claudio Cambra

[vlc-commits] [Git][videolan/vlc][master] config.h.meson: add missing HAVE__LOCK_FILE

2023-02-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0b9fd8e4 by Steve Lhomme at 2023-02-11T22:00:16+00:00 config.h.meson: add missing HAVE__LOCK_FILE - - - - - 1 changed file: - config.h.meson Changes: = config.h.meson ==

[vlc-commits] [Git][videolan/vlc][master] x264: fix CloseEncoder called without a p_sys on error

2023-02-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 66aa6124 by Steve Lhomme at 2023-02-11T21:40:38+00:00 x264: fix CloseEncoder called without a p_sys on error - - - - - 1 changed file: - modules/codec/x264.c Changes: = modules/code

[vlc-commits] [Git][videolan/vlc][master] 23 commits: lua: extension: fix leak on exit

2023-02-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c7d4e5f9 by Alexandre Janniaux at 2023-02-11T20:32:36+00:00 lua: extension: fix leak on exit The extension were leaking the CMD_DEACTIVATE on close and not waiting for executing it before closing. There were also issues whe

[vlc-commits] [Git][videolan/vlc][master] filter: avoid casting void* to/from p_sys

2023-02-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4acab97b by Steve Lhomme at 2023-02-11T13:19:46+00:00 filter: avoid casting void* to/from p_sys The p_sys has been a void since 4c8b741e4844a80fb824caccd9606259d5958aa0 - - - - - 29 changed files: - modules/audio_filter

[vlc-commits] [Git][videolan/vlc][master] 4 commits: demux:adaptive: use C++ vlc_mutex_locker

2023-02-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4f031da5 by Steve Lhomme at 2023-02-11T12:48:17+00:00 demux:adaptive: use C++ vlc_mutex_locker It can simplify the code in some cases and avoid missing unlocks on return. - - - - - 91c042fe by Steve Lhomme at 2023-02-11T12

[vlc-commits] [Git][videolan/vlc][master] 2 commits: sout: udp: fix port parsing

2023-02-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 09fbbda5 by Alaric Senat at 2023-02-11T11:46:17+00:00 sout: udp: fix port parsing Considering an IP address such as `127.0.0.1:1234`. `end` represent the `:` character matched in an IP address. Given that the character curs

[vlc-commits] [Git][videolan/vlc][master] 3 commits: macosx: Do not update views for VLCLibraryVideoViewController when active...

2023-02-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b55bf25d by Claudio Cambra at 2023-02-08T23:04:12+00:00 macosx: Do not update views for VLCLibraryVideoViewController when active video view is not hidden to prevent video view being overlapped by library Signed-off-by: Cl

[vlc-commits] [Git][videolan/vlc][master] 2 commits: demux: mp4: add proper meta functions declaration header

2023-02-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 71f6abeb by Francois Cartegnie at 2023-02-08T21:20:30+00:00 demux: mp4: add proper meta functions declaration header - - - - - 0d1874b9 by Francois Cartegnie at 2023-02-08T21:20:30+00:00 demux: mp4: constify meta - - - - -

[vlc-commits] [Git][videolan/vlc][master] qt: plugins: reset selection when reloading extensions

2023-02-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4cca6109 by Alexandre Janniaux at 2023-02-07T09:02:25+00:00 qt: plugins: reset selection when reloading extensions When selecting an extension and reloading them afterwards, the selection points to invalid data but still re

[vlc-commits] [Git][videolan/vlc][master] macosx: Fix playing artist and genres by clicking on VLCLibraryTableCellView

2023-02-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: bec23231 by Claudio Cambra at 2023-02-06T22:24:45+00:00 macosx: Fix playing artist and genres by clicking on VLCLibraryTableCellView Signed-off-by: Claudio Cambra - - - - - 1 changed file:

[vlc-commits] [Git][videolan/vlc][master] 14 commits: contrib: main.mak: export OBJC compiler

2023-02-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 82f1ac62 by Alexandre Janniaux at 2023-02-06T21:14:23+00:00 contrib: main.mak: export OBJC compiler Otherwise, the value is not exported to meson crossfile. - - - - - f2c8b289 by Alexandre Janniaux at 2023-02-06T21:14:23+0

[vlc-commits] [Git][videolan/vlc][master] 3 commits: d3d11va: exit early when video decoding is not supported

2023-02-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ae5c56a4 by Steve Lhomme at 2023-02-06T20:17:02+00:00 d3d11va: exit early when video decoding is not supported - - - - - 480884be by Steve Lhomme at 2023-02-06T20:17:02+00:00 d3d11_decoder: add the RGB mask if needed That'

[vlc-commits] [Git][videolan/vlc][master] qml: fix usages of hasContent for empty labels

2023-02-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 2d2e16f2 by Prince Gupta at 2023-02-04T17:06:41+00:00 qml: fix usages of hasContent for empty labels fixup 8294dbc391cce10c8bb04fe3380bdb9bca556d3e fixes #27772 - - - - - 7 changed files: - modules/gui/qt/medialibrary/q

[vlc-commits] [Git][videolan/vlc][master] macosx: Don't show 'Folder' label on media source collection view items in the 'Browse' view

2023-02-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: e5cf27b8 by Claudio Cambra at 2023-02-04T15:49:36+00:00 macosx: Don't show 'Folder' label on media source collection view items in the 'Browse' view Signed-off-by: Claudio Cambra - - - - -

[vlc-commits] [Git][videolan/vlc][master] 3 commits: access: set all callback fields in ACCESS_SET_CALLBACKS

2023-02-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 721c4bc5 by Steve Lhomme at 2023-02-04T15:22:27+00:00 access: set all callback fields in ACCESS_SET_CALLBACKS - - - - - 1a130d94 by Steve Lhomme at 2023-02-04T15:22:27+00:00 demux: set all callback fields in DEMUX_INIT_COMM

[vlc-commits] [Git][videolan/vlc][master] qml: disable clipping optimization in FadingEdgeListView

2023-02-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 901726ac by Fatih Uzunoglu at 2023-02-04T13:18:57+00:00 qml: disable clipping optimization in FadingEdgeListView Unfortunately elements residing outside of the rendered viewport receive mouse events this way. An alternativ

[vlc-commits] [Git][videolan/vlc][master] libplacebo: opengl: fix double-release

2023-02-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 5f8548bc by Niklas Haas at 2023-02-04T12:54:56+00:00 libplacebo: opengl: fix double-release glReleaseCurrent accidentally gets run twice in this code, including once before creating the swapchain (where we definitely want t

[vlc-commits] [Git][videolan/vlc][master] 3 commits: configure: detect Windows UCRT builds

2023-01-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 92c2653c by Steve Lhomme at 2023-01-29T16:26:06+00:00 configure: detect Windows UCRT builds - - - - - 425cc9fe by Steve Lhomme at 2023-01-29T16:26:06+00:00 configure: don't enable __USE_MINGW_ANSI_STDIO for UCRT builds min

[vlc-commits] [Git][videolan/vlc][master] win32: do not use __declspec(restrict) with the Windows SDK

2023-01-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 10a66f8a by Steve Lhomme at 2023-01-28T09:48:20+00:00 win32: do not use __declspec(restrict) with the Windows SDK restrict is forcibly defined to __restrict for C++ compatibility, even with cl.exe. And __declspec(__restric

[vlc-commits] [Git][videolan/vlc][master] 3 commits: package/win32: detect we build with a UCRT toolchain

2023-01-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 23fac246 by Steve Lhomme at 2023-01-28T09:32:40+00:00 package/win32: detect we build with a UCRT toolchain - - - - - 98f77b7e by Steve Lhomme at 2023-01-28T09:32:40+00:00 package/win32: avoid verbose errors when checking fo

[vlc-commits] [Git][videolan/vlc][master] 3 commits: frame: use a more Win32 friendly version of reading a file in memory

2023-01-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f78a65f0 by Steve Lhomme at 2023-01-24T07:54:05+00:00 frame: use a more Win32 friendly version of reading a file in memory It's only used when the file cannot be mapped in memory. This was not a real implementation of prea

[vlc-commits] [Git][videolan/vlc][master] 6 commits: macosx: Don't override drawKnob in VLCVolumeSliderCell

2023-01-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f21a63ee by Claudio Cambra at 2023-01-18T21:20:52+00:00 macosx: Don't override drawKnob in VLCVolumeSliderCell Signed-off-by: Claudio Cambra - - - - - 1403d0d6 by Claudio Cambra at 2023-01-18T

[vlc-commits] [Git][videolan/vlc][master] 2 commits: misc: image: refactor and fix ImageWrite

2023-01-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 2ea2c7eb by Alexandre Janniaux at 2023-01-15T20:03:37+00:00 misc: image: refactor and fix ImageWrite Refactor code to always call the encoder at the end and separate the filtering case. Fix a crash (double-free) when the i

[vlc-commits] [Git][videolan/vlc][master] 3 commits: meson: fix named argument style

2023-01-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f242e3c7 by Johannes Kauffmann at 2023-01-15T09:26:33+00:00 meson: fix named argument style As per the style guide. - - - - - cca5ad6d by Johannes Kauffmann at 2023-01-15T09:26:33+00:00 meson: avoid using arrays for files(

[vlc-commits] [Git][videolan/vlc][master] 2 commits: mp4: fix bogus string size

2023-01-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c43626d5 by Steve Lhomme at 2023-01-14T18:45:45+00:00 mp4: fix bogus string size "Providers Source Content" doesn't fit with the \0. - - - - - 4355f209 by Steve Lhomme at 2023-01-14T18:45:45+00:00 record: fix bogus string

[vlc-commits] [Git][videolan/vlc][master] 5 commits: meson: remove duplicate checks

2023-01-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: e28d3cb3 by Steve Lhomme at 2023-01-10T14:32:06+00:00 meson: remove duplicate checks - - - - - ae3e8204 by Steve Lhomme at 2023-01-10T14:32:06+00:00 meson: fix iphlpapi.h tests windows.h needs to be included before otherwi

[vlc-commits] [Git][videolan/vlc][master] 19 commits: macosx: Use actual filetype icons in browse collection view items

2023-01-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: aad3a0a2 by Claudio Cambra at 2023-01-09T20:51:20+00:00 macosx: Use actual filetype icons in browse collection view items Signed-off-by: Claudio Cambra - - - - - 70fd9c8b by Claudio Cambra at

[vlc-commits] [Git][videolan/vlc][master] win32: don't define PATH_MAX

2023-01-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 9d78b14e by Rémi Denis-Courmont at 2023-01-08T08:55:54+00:00 win32: don't define PATH_MAX That's only used once in the entire code base, in a Linux-specific file. - - - - - 1 changed file: - include/vlc_common.h Chang

[vlc-commits] [Git][videolan/vlc][master] 3 commits: configure: use ptrdiff_t for missing ssize_t

2023-01-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 2be4b792 by Steve Lhomme at 2023-01-07T20:39:45+00:00 configure: use ptrdiff_t for missing ssize_t It's closer to the definition and use of ssize_t (size_t that can hold -1) than a basic int. - - - - - e030e04e by Steve L

[vlc-commits] [Git][videolan/vlc][master] contrib: run meson setup to configure the project

2023-01-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: fab6a26a by Steve Lhomme at 2023-01-07T10:00:32+00:00 contrib: run meson setup to configure the project Running meson without the setup command is deprecated and ambiguous. - - - - - 1 changed file: - contrib/src/main.m

[vlc-commits] [Git][videolan/vlc][master] mediacodec_ndk: use NdkMediaCodec.h

2023-01-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 560dde16 by Thomas Guillem at 2023-01-07T09:17:15+00:00 mediacodec_ndk: use NdkMediaCodec.h For defines, enums and types, but we still have to declare our own function prototypes since we use fonctin via dlsym. - - - - -

[vlc-commits] [Git][videolan/vlc][master] welcome to 2023

2023-01-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 9bccd7b7 by Sean McGovern at 2023-01-07T08:51:39+00:00 welcome to 2023 - - - - - 2 changed files: - configure.ac - doc/Makefile.am Changes: = configure.ac ==

[vlc-commits] [Git][videolan/vlc][master] DBus control module: return DBus error message instead of entering an infinite loop

2023-01-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c752a43a by Jorge Bellon at 2023-01-06T23:29:41+00:00 DBus control module: return DBus error message instead of entering an infinite loop - - - - - 1 changed file: - modules/control/dbus/dbus_tracklist.c Changes: ===

[vlc-commits] [Git][videolan/vlc][master] 10 commits: macosx: Add split view for genre/artist collection views in XIB

2023-01-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1f8baf2e by Claudio Cambra at 2023-01-03T20:01:22+01:00 macosx: Add split view for genre/artist collection views in XIB Signed-off-by: Claudio Cambra - - - - - 029f324a by Claudio Cambra at 20

[vlc-commits] [Git][videolan/vlc][3.0.x] vout_opengl: add compatibility alias for libplacebo v5

2023-01-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 65ea8d19 by Niklas Haas at 2023-01-01T15:40:12+00:00 vout_opengl: add compatibility alias for libplacebo v5 This fixes compilation for now, albeit with many deprecation warnings. It will probably break again whenever libplac

[vlc-commits] [Git][videolan/vlc][master] 13 commits: macosx: Define default VLCLibraryCollectionViewItem size centrally, stop using magic numbers

2022-12-31 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: bb6da418 by Claudio Cambra at 2022-12-31T11:51:42+00:00 macosx: Define default VLCLibraryCollectionViewItem size centrally, stop using magic numbers Signed-off-by: Claudio Cambra - - - - - 00

[vlc-commits] [Git][videolan/vlc][master] 4 commits: macosx: Add VLCMediaLibraryDummyItem type

2022-12-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d731ad5c by Claudio Cambra at 2022-12-29T17:13:52+00:00 macosx: Add VLCMediaLibraryDummyItem type Signed-off-by: Claudio Cambra - - - - - 860e7ab5 by Claudio Cambra at 2022-12-29T17:13:52+00:0

[vlc-commits] [Git][videolan/vlc][3.0.x] demux: mp4: fix bogus edit list timescale

2022-12-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 379c00bd by Francois Cartegnie at 2022-12-28T14:22:09+00:00 demux: mp4: fix bogus edit list timescale regression after 0aecdcabaa27f32dc1e3de1832d22d9766cdfae6 refs #27669 - - - - - 1 changed file: - modules/demux/mp4/m

[vlc-commits] [Git][videolan/vlc][master] qt: fix video mouse position report when the device pixel ratio is not 1.0

2022-12-28 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 9f41c71b by Pierre Lamot at 2022-12-28T17:16:35+00:00 qt: fix video mouse position report when the device pixel ratio is not 1.0 Mouse events are reported in Qt's coordinates and needs to be scaled. This is analogous to th

[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: demux: mp4: elst can only change if there's one

2022-12-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 25fc2f30 by Francois Cartegnie at 2022-12-25T17:15:20+00:00 demux: mp4: elst can only change if there's one (cherry picked from commit 0e3d3c060b34a703e68fa3dbfd313bda02067dad) - - - - - da33263b by Francois Cartegnie at 20

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml/TableView(s): Switch to sub-model based models

2022-12-22 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0e535ad8 by Benjamin Arnaud at 2022-12-22T10:01:27+00:00 qml/TableView(s): Switch to sub-model based models This should improve maintenability and clarity of our TableView models. It also brings a better modularity when we

[vlc-commits] [Git][videolan/vlc][master] 2 commits: vout: opengl: set viewpoint failure non fatal

2022-12-22 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 99e3c1c4 by Francois Cartegnie at 2022-12-22T08:05:29+00:00 vout: opengl: set viewpoint failure non fatal prevents infinite loop - - - - - 12497780 by Francois Cartegnie at 2022-12-22T08:05:29+00:00 vout: enforce valid vie

[vlc-commits] [Git][videolan/vlc][3.0.x] demux: ogg: fix last page probing

2022-12-21 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 6183d1e1 by Francois Cartegnie at 2022-12-22T07:43:08+00:00 demux: ogg: fix last page probing properly process the full search window instead of returning the first page found change lower search range stop condition to fi

[vlc-commits] [Git][videolan/vlc][master] 6 commits: macosx: Fix bugs with large empty spaces at top of 'Library' section in the video collection view

2022-12-21 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ae9bdb3c by Claudio Cambra at 2022-12-21T14:35:32+00:00 macosx: Fix bugs with large empty spaces at top of 'Library' section in the video collection view Signed-off-by: Claudio Cambra - - - -

[vlc-commits] [Git][videolan/vlc][master] configure: fix incorrect variable expansion

2022-12-21 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1b99a389 by Marvin Scholz at 2022-12-21T13:48:49+00:00 configure: fix incorrect variable expansion Fix #27584 - - - - - 1 changed file: - configure.ac Changes: = configure.ac =

[vlc-commits] [Git][videolan/vlc][master] 3 commits: macosx: Separate menu creation into separate methods

2022-12-21 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 821bbe33 by Claudio Cambra at 2022-12-21T12:06:02+00:00 macosx: Separate menu creation into separate methods Signed-off-by: Claudio Cambra - - - - - b032d3cd by Claudio Cambra at 2022-12-21T12

[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: fluidlite: update the hash to allow out of tree builds

2022-12-21 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 767b44f0 by Steve Lhomme at 2022-12-18T00:34:28+01:00 contrib: fluidlite: update the hash to allow out of tree builds (cherry picked from commit 1c7fdece821cf164de744ade04a016b364cf9f32) This fixes #25327. - - - - - 1 ch

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: compat for touchscreen handlers

2022-12-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a8593310 by Yann Lochet at 2022-12-19T13:02:49+00:00 qml: compat for touchscreen handlers - - - - - fd552813 by Yann Lochet at 2022-12-19T13:02:49+00:00 qml: better touchscreen navigation In some views, it makes more sense

[vlc-commits] [Git][videolan/vlc][master] qml: set activeFocusOnTab accordingly

2022-12-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 8a69270b by Fatih Uzunoglu at 2022-12-18T17:17:48+00:00 qml: set activeFocusOnTab accordingly - - - - - 4 changed files: - modules/gui/qt/player/qml/ControlBar.qml - modules/gui/qt/player/qml/ControlLayout.qml - modules/

[vlc-commits] [Git][videolan/vlc][master] 3 commits: extra: tools: use the ninja fork from Kitware

2022-12-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 270efe59 by Steve Lhomme at 2022-12-18T15:50:24+00:00 extra: tools: use the ninja fork from Kitware This work, from the CMake makers, supports jobserver and is actively maintained. - - - - - f31a7e8f by Steve Lhomme at 202

[vlc-commits] [Git][videolan/vlc][master] 2 commits: coreaudio: change drop/paused handling

2022-12-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: bc8627ed by Thomas Guillem at 2022-12-18T14:57:10+00:00 coreaudio: change drop/paused handling Don't set *is_silence to true in case of underrun, if some data was written. - - - - - 871ad624 by Thomas Guillem at 2022-12-18

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: avoid directly referencing root control's background item

2022-12-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: eecd6014 by Fatih Uzunoglu at 2022-12-18T13:59:01+00:00 qml: avoid directly referencing root control's background item - - - - - dec5d4b6 by Fatih Uzunoglu at 2022-12-18T13:59:01+00:00 qml: avoid directly referencing root c

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml/KeyNavigableTableView: Update the 'contextButton' position

2022-12-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a4228da0 by Benjamin Arnaud at 2022-12-18T13:14:46+00:00 qml/KeyNavigableTableView: Update the 'contextButton' position - - - - - 00d070ed by Benjamin Arnaud at 2022-12-18T13:14:46+00:00 qml/TableView: Do not expose 'horizo

[vlc-commits] [Git][videolan/vlc][master] access: rtp: fix null deref on missing codec parameters

2022-12-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ecf1571e by Francois Cartegnie at 2022-12-16T16:38:49+00:00 access: rtp: fix null deref on missing codec parameters - - - - - 1 changed file: - modules/access/rtp/h264.c Changes: =

[vlc-commits] [Git][videolan/vlc][master] 6 commits: macosx: Extract view setup parts in VLCLibraryAudioDataSource into separate methods

2022-12-13 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a9084b53 by Claudio Cambra at 2022-12-13T11:37:31+00:00 macosx: Extract view setup parts in VLCLibraryAudioDataSource into separate methods Signed-off-by: Claudio Cambra - - - - - 0bd9b55c by

[vlc-commits] [Git][videolan/vlc][master] 2 commits: macosx: Auto-hide main library window toolbar during video playback

2022-12-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7bca0424 by Claudio Cambra at 2022-12-12T08:25:18+00:00 macosx: Auto-hide main library window toolbar during video playback Signed-off-by: Claudio Cambra - - - - - f026d5be by Claudio Cambra a

[vlc-commits] [Git][videolan/vlc][master] test: input: decoder: add missing decoder_decode

2022-12-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3bb353e3 by Alexandre Janniaux at 2022-12-11T18:11:16+00:00 test: input: decoder: add missing decoder_decode The scenario is popping a decoder but didn't have a decoder_decode function, leading to spurrious assertion when t

[vlc-commits] [Git][videolan/vlc][master] demux: adaptive: use VLC plugin API to compose URIs

2022-12-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 6d7d4a2d by Haochen Tong at 2022-12-11T15:49:52+00:00 demux: adaptive: use VLC plugin API to compose URIs - - - - - 1 changed file: - modules/demux/adaptive/http/ConnectionParams.cpp Changes: =

[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: update wix to a more recent version

2022-12-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a8eeadb1 by Steve Lhomme at 2022-12-10T12:24:10+00:00 contrib: update wix to a more recent version Use winterop.dll from the 3.5 package as that's the only one that can use LZX compression with Wine. - - - - - d7693339 by

[vlc-commits] [Git][videolan/vlc][master] 5 commits: lib: rename libvlc_audio_set_channel to libvlc_audio_set_stereomode

2022-12-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 9d23e5b1 by Thomas Guillem at 2022-12-10T10:50:09+00:00 lib: rename libvlc_audio_set_channel to libvlc_audio_set_stereomode And also rename the enum. - - - - - 73630912 by Thomas Guillem at 2022-12-10T10:50:09+00:00 lib: c

[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: daala: update upstream URL

2022-12-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 4d46246f by Tristan Matthews at 2022-12-06T15:19:05+01:00 contrib: daala: update upstream URL (cherry picked from commit 38523115cb430eefda1fe75d1f34d25a75fad546) - - - - - 1 changed file: - contrib/src/daala/rules.mak

[vlc-commits] [Git][videolan/vlc][master] qt/cliplistmodel: Fix the 'onUpdateSort' comment

2022-12-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 996b08df by Benjamin Arnaud at 2022-12-10T09:29:18+00:00 qt/cliplistmodel: Fix the 'onUpdateSort' comment - - - - - 1 changed file: - modules/gui/qt/util/cliplistmodel.hpp Changes:

[vlc-commits] [Git][videolan/vlc][master] macosx: Move VLCLibraryWindowController to own files

2022-12-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 150b34bf by Claudio Cambra at 2022-12-10T09:08:15+00:00 macosx: Move VLCLibraryWindowController to own files Signed-off-by: Claudio Cambra - - - - - 8 changed files: - extras/package/macosx

[vlc-commits] [Git][videolan/vlc][master] 3 commits: demux: mp4: read clean aperture

2022-12-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 6452b120 by Francois Cartegnie at 2022-12-09T20:50:27+00:00 demux: mp4: read clean aperture - - - - - 9ca86ce9 by Francois Cartegnie at 2022-12-09T20:50:27+00:00 demux: heif: only copy visible lines - - - - - 928716f5 by F

[vlc-commits] [Git][videolan/vlc][master] 2 commits: test: packetizer: remove duplicate size in log

2022-12-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b727d9dc by Alexandre Janniaux at 2022-12-08T08:26:23+00:00 test: packetizer: remove duplicate size in log - - - - - 18f0e0ca by Alexandre Janniaux at 2022-12-08T08:26:23+00:00 test: packetizer: fix format specifier for siz

[vlc-commits] [Git][videolan/vlc][master] mux: mpeg: ts: fix format specifier

2022-12-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 585956cb by Alexandre Janniaux at 2022-12-08T06:37:09+00:00 mux: mpeg: ts: fix format specifier i_depth is a size_t, and we should use %zu for that. - - - - - 1 changed file: - modules/mux/mpeg/ts.c Changes:

[vlc-commits] [Git][videolan/vlc][master] macosx: Stop forcing reload of data sources on notifications in VLCLibraryWindow

2022-12-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3b5e30f7 by Claudio Cambra at 2022-12-06T16:46:06+00:00 macosx: Stop forcing reload of data sources on notifications in VLCLibraryWindow Signed-off-by: Claudio Cambra - - - - - 1 changed fil

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