[vlc-commits] [Git][videolan/vlc][master] 7 commits: qt/player_controller: Add the 'hasPrograms' property

2022-08-22 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 34e47193 by Benjamin Arnaud at 2022-08-22T20:07:29+00:00 qt/player_controller: Add the 'hasPrograms' property - - - - - b1da8f43 by Benjamin Arnaud at 2022-08-22T20:07:29+00:00 qt: Create QmlProgramMenu - - - - - 667000aa

[vlc-commits] [Git][videolan/vlc][master] libvlc: allow keeping the --color/--no-color parameter in the config

2022-08-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ad2784df by Steve Lhomme at 2022-08-20T09:42:04+00:00 libvlc: allow keeping the --color/--no-color parameter in the config If a user never wants colors (s)he should not have to write --no-color at each VLC call. - - - - -

[vlc-commits] [Git][videolan/vlc][master] macosx: Stop using magic numbers for segmented control segments

2022-08-17 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 452d9f86 by Claudio Cambra at 2022-08-17T17:00:50+00:00 macosx: Stop using magic numbers for segmented control segments - - - - - 7 changed files: - modules/gui/macosx/library/VLCLibraryAudioDataSource.h - modules/gui/ma

[vlc-commits] [Git][videolan/vlc][master] macosx: Add a supplementary view for genres and artists collection views

2022-08-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a36e0faa by Claudio Cambra at 2022-08-16T23:28:54+00:00 macosx: Add a supplementary view for genres and artists collection views Signed-off-by: Claudio Cambra - - - - - 9 changed files: - modu

[vlc-commits] [Git][videolan/vlc][3.0.x] 7 commits: packetizer: flac: don't send invalid frame on drain

2022-08-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: a57c3a84 by Francois Cartegnie at 2022-08-11T17:48:54+02:00 packetizer: flac: don't send invalid frame on drain (cherry picked from commit 599757d9e43df3b2c95106aff77e595ad0d9cfe9) - - - - - 7628565d by Francois Cartegnie a

[vlc-commits] [Git][videolan/vlc][master] configure: fix typo

2022-08-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 43d1dc53 by Johannes Kauffmann at 2022-08-15T10:02:43+00:00 configure: fix typo - - - - - 1 changed file: - configure.ac Changes: = configure.ac

[vlc-commits] [Git][videolan/vlc][master] vout: fix deadlock on ICC profile update

2022-08-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 575bef69 by Niklas Haas at 2022-08-15T09:21:46+00:00 vout: fix deadlock on ICC profile update This was taking more locks than necessary, causing a possible deadlock, because window events are not supposed to lock the window

[vlc-commits] [Git][videolan/vlc][master] macosx: Make titlebar translucent

2022-08-13 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 158868c4 by Claudio Cambra at 2022-08-13T08:23:17+00:00 macosx: Make titlebar translucent Signed-off-by: Claudio Cambra - - - - - 1 changed file: - modules/gui/macosx/UI/VLCLibraryWindow.xib

[vlc-commits] [Git][videolan/vlc][master] macosx: Add the library context menu to all library tables

2022-08-13 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: adb9f7c3 by Claudio Cambra at 2022-08-12T22:32:38+00:00 macosx: Add the library context menu to all library tables Signed-off-by: Claudio Cambra - - - - - 13 changed files: - modules/gui/macos

[vlc-commits] [Git][videolan/vlc][master] macosx: Add an internal function to VLCLibraryWindow to set current segment view

2022-08-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 663b4c0f by Claudio Cambra at 2022-08-12T10:42:27+00:00 macosx: Add an internal function to VLCLibraryWindow to set current segment view Signed-off-by: Claudio Cambra - - - - - 2 changed files:

[vlc-commits] [Git][videolan/vlc][master] macosx: Fix and adjust album supplementary view margins and spacings

2022-08-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1c276995 by Claudio Cambra at 2022-08-09T18:44:48+00:00 macosx: Fix and adjust album supplementary view margins and spacings Signed-off-by: Claudio Cambra - - - - - 1 changed file: - modules/g

[vlc-commits] [Git][videolan/vlc][master] araw: fix overflows in 24-bit decoder

2022-08-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 9260acab by Rémi Denis-Courmont at 2022-08-09T17:28:44+00:00 araw: fix overflows in 24-bit decoder The high-order byte is promoted to 'int'. If the high-order bit is set, this results in an overflow (into the sign bit) when

[vlc-commits] [Git][videolan/vlc][master] lib/media_player: use double for set_position

2022-08-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 302cb844 by Thomas Guillem at 2022-08-09T10:02:57+00:00 lib/media_player: use double for set_position - - - - - 2 changed files: - include/vlc/libvlc_media_player.h - lib/media_player.c Changes: ==

[vlc-commits] [Git][videolan/vlc][3.0.x] 6 commits: win32: common: avoid using SetRectEmpty

2022-08-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 5270d387 by Steve Lhomme at 2022-08-04T16:34:05+02:00 win32: common: avoid using SetRectEmpty We can do the same in standard C. - - - - - 412bdb99 by Steve Lhomme at 2022-08-05T07:23:28+02:00 d3d11: enable the WinRT context

[vlc-commits] [Git][videolan/vlc][master] dynamicoverlay: Fix memory leak when updating pictures

2022-08-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 41c1d1a9 by Alex Chernyakov at 2022-08-07T14:20:28+00:00 dynamicoverlay: Fix memory leak when updating pictures In exec_DataSharedMem() memory is allocated via the call to picture_New(). This memory is correctly freed via p

[vlc-commits] [Git][videolan/vlc][master] 7 commits: d3d_shaders: generate the YUV to RGB matrices from the standard's values

2022-08-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 748de28d by Steve Lhomme at 2022-08-06T20:11:46+00:00 d3d_shaders: generate the YUV to RGB matrices from the standard's values The Kr and Kb values are defined in the 601/709/2020 standards. The ranges for Y and U/V values

[vlc-commits] [Git][videolan/vlc][master] macosx: Clear list of albums in selected group table view when switching audio library groupings

2022-08-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 6e446759 by Claudio Cambra at 2022-08-06T19:14:20+00:00 macosx: Clear list of albums in selected group table view when switching audio library groupings Signed-off-by: Claudio Cambra - - - - -

[vlc-commits] [Git][videolan/vlc][master] macosx: Elide VLCLibraryTableCellView text contents when too long, rather than just clipping

2022-08-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f7c48f93 by Claudio Cambra at 2022-08-06T18:37:50+00:00 macosx: Elide VLCLibraryTableCellView text contents when too long, rather than just clipping Signed-off-by: Claudio Cambra - - - - - 1 c

[vlc-commits] [Git][videolan/vlc][master] macosx: Fix scroll view insets for table views

2022-08-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4dd70561 by Claudio Cambra at 2022-08-06T18:13:52+00:00 macosx: Fix scroll view insets for table views Signed-off-by: Claudio Cambra - - - - - 3 changed files: - modules/gui/macosx/UI/VLCLibra

[vlc-commits] [Git][videolan/vlc][master] 6 commits: input: use double for the position

2022-08-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a680a82b by Thomas Guillem at 2022-08-06T14:39:45+00:00 input: use double for the position input_SendEventTimes() used by the es_out was already using double. - - - - - c0de748a by Thomas Guillem at 2022-08-06T14:39:45+00:

[vlc-commits] [Git][videolan/vlc][master] macosx: Add a smaller, song-specific table cell for album views

2022-08-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 77249644 by Claudio Cambra at 2022-08-05T14:50:13+00:00 macosx: Add a smaller, song-specific table cell for album views Signed-off-by: Claudio Cambra - - - - - 11 changed files: - modules/gui/

[vlc-commits] [Git][videolan/vlc][master] 2 commits: lua: add medialibrary API

2022-08-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 9af90cca by Hugo Beauzée-Luyssen at 2022-08-05T14:33:48+00:00 lua: add medialibrary API - - - - - 681b89d7 by Aymeric Guillien at 2022-08-05T14:33:48+00:00 medialibrary: add documentation for lua/libs/medialibrary.c - - -

[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: upnp: Remove unneeded patch

2022-08-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: be9bc069 by Hugo Beauzée-Luyssen at 2022-08-05T09:29:02+00:00 contrib: upnp: Remove unneeded patch If libupnp is built without --enable-debug, debug is entirely deactivated. When debug is enabled, users are required to call

[vlc-commits] [Git][videolan/vlc][3.0.x] Contrib: update libbluray to 1.3.2

2022-08-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 941e4373 by Jean-Baptiste Kempf at 2022-08-03T12:57:03+02:00 Contrib: update libbluray to 1.3.2 (cherry picked from commit d0b87b53ac8ac941883c950c13f77abc964c7f22) Signed-off-by: Jean-Baptiste Kempf - -

[vlc-commits] [Git][videolan/vlc][master] macosx: Remember last opened library view

2022-08-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: cd371307 by Claudio Cambra at 2022-08-04T06:43:51+00:00 macosx: Remember last opened library view Signed-off-by: Claudio Cambra - - - - - 6 changed files: - modules/gui/macosx/UI/VLCLibraryWin

[vlc-commits] [Git][videolan/vlc][master] macosx: Unify and refactor VLCLibraryTableCellView representation setting

2022-08-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 993a7b87 by Claudio Cambra at 2022-08-04T06:05:52+00:00 macosx: Unify and refactor VLCLibraryTableCellView representation setting Signed-off-by: Claudio Cambra - - - - - 6 changed files: - mod

[vlc-commits] [Git][videolan/vlc][master] macosx: Unify fetching in VLCLibraryDataTypes.m

2022-08-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ff325fcc by Claudio Cambra at 2022-08-02T17:09:05+00:00 macosx: Unify fetching in VLCLibraryDataTypes.m - - - - - 1 changed file: - modules/gui/macosx/library/VLCLibraryDataTypes.m Changes: ===

[vlc-commits] [Git][videolan/vlc][master] webvtt: yyerror() should return void

2022-08-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4c64 by Rémi Denis-Courmont at 2022-08-02T15:53:30+00:00 webvtt: yyerror() should return void This is the return type recommended by the GNU/Bison reference infodoc. Refs #27180. - - - - - 1 changed file: - modules

[vlc-commits] [Git][videolan/vlc][master] macosx: Improve animation for media supplementary views

2022-07-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 99a21c95 by Claudio Cambra at 2022-07-30T21:01:22+00:00 macosx: Improve animation for media supplementary views Signed-off-by: Claudio Cambra - - - - - 1 changed file: - modules/gui/macosx/lib

[vlc-commits] [Git][videolan/vlc][master] qml: fix text fomatting

2022-07-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 299c29cb by Prince Gupta at 2022-07-29T13:32:39+00:00 qml: fix text fomatting fixup fe03c25a6b05dac77d583ce8ab2f572b598677a3 - - - - - 1 changed file: - modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml Changes

[vlc-commits] [Git][videolan/vlc][master] access: file: properly report local files on Darwin

2022-07-26 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 132ef662 by Marvin Scholz at 2022-07-26T18:34:14+00:00 access: file: properly report local files on Darwin While Darwin implements fstatvfs, the statvfs structures f_flag field is only defined to contain two flags, ST_RDONL

[vlc-commits] [Git][videolan/vlc][master] qt: medialib: remove unused m_countPendingReset

2022-07-26 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d3e16b42 by Steve Lhomme at 2022-07-26T14:54:27+00:00 qt: medialib: remove unused m_countPendingReset - - - - - 1 changed file: - modules/gui/qt/medialibrary/mlbookmarkmodel.hpp Changes: ==

[vlc-commits] [Git][videolan/vlc][master] qml: fix artwork placeholder visibility in music expand panel

2022-07-26 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f530f10c by Pierre Lamot at 2022-07-26T07:34:02+00:00 qml: fix artwork placeholder visibility in music expand panel artwork path may be "" - - - - - 1 changed file: - modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpan

[vlc-commits] [Git][videolan/vlc][master] macosx: Improve album supplementary view layout, add play/enqueue buttons

2022-07-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 21b23aa8 by Claudio Cambra at 2022-07-26T06:36:01+00:00 macosx: Improve album supplementary view layout, add play/enqueue buttons Signed-off-by: Claudio Cambra - - - - - 3 changed files: - mod

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qt: remove unused class

2022-07-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 8afb6b9b by Prince Gupta at 2022-07-25T18:25:04+00:00 qt: remove unused class - - - - - 75f7213a by Prince Gupta at 2022-07-25T18:25:04+00:00 qt: fix image response handling only delete image response on finished documen

[vlc-commits] [Git][videolan/vlc][master] macosx: Make all library audio items use the artwork image cache

2022-07-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 61556384 by Claudio Cambra at 2022-07-25T11:08:35+00:00 macosx: Make all library audio items use the artwork image cache - - - - - 7 changed files: - modules/gui/macosx/Makefile.am - − modules/gui/macosx/extensions/NSIma

[vlc-commits] [Git][videolan/vlc][master] macosx: Enable 'Reveal in Finder' feature for albums, artists, and genres

2022-07-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 18281a51 by Claudio Cambra at 2022-07-25T10:41:40+00:00 macosx: Enable 'Reveal in Finder' feature for albums, artists, and genres - - - - - 3 changed files: - modules/gui/macosx/library/VLCLibraryDataTypes.h - modules/g

[vlc-commits] [Git][videolan/vlc][master] contrib: live555: update to 2022.07.14

2022-07-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 78998cab by Johannes Kauffmann at 2022-07-25T07:07:46+00:00 contrib: live555: update to 2022.07.14 Lots of patches have been either fully or partially implemented, and have thus been dropped or reworked. For macOS, the "ma

[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: live555: remove unused patch

2022-07-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 704f40be by Johannes Kauffmann at 2022-07-24T19:43:45+00:00 contrib: live555: remove unused patch The currently used live555 version already includes this patch. It hasn't been applied since 8297724513df61423258c75d4b16a609a

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qt/networkmediamodel: Add file 'size' and 'modified' roles

2022-07-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 02f8badc by Benjamin Arnaud at 2022-07-24T17:08:36+00:00 qt/networkmediamodel: Add file 'size' and 'modified' roles - - - - - 5ec8be6c by Benjamin Arnaud at 2022-07-24T17:08:36+00:00 qml/NetworkBrowseDisplay: Add file 'size

[vlc-commits] [Git][videolan/vlc][master] macosx: Make VLCMediaLibraryGenre iterateMediaItems more concise

2022-07-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f25ac47e by Claudio Cambra at 2022-07-24T14:32:11+00:00 macosx: Make VLCMediaLibraryGenre iterateMediaItems more concise Signed-off-by: Claudio Cambra - - - - - 1 changed file: - modules/gui/m

[vlc-commits] [Git][videolan/vlc][3.0.x] 6 commits: Contribs: update mpg123 to 1.30.1

2022-07-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: b9952013 by Jean-Baptiste Kempf at 2022-07-24T12:15:04+00:00 Contribs: update mpg123 to 1.30.1 (cherry picked from commit 3a1a8d1d2466007b3a7bcab2e96e907d03afb2f7) Signed-off-by: Jean-Baptiste Kempf - -

[vlc-commits] [Git][videolan/vlc][master] macosx: Stop dumping library cache if sort criteria hasn't changed

2022-07-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c9b193a3 by Claudio Cambra at 2022-07-24T08:44:36+00:00 macosx: Stop dumping library cache if sort criteria hasn't changed Signed-off-by: Claudio Cambra - - - - - 1 changed file: - modules/gui

[vlc-commits] [Git][videolan/vlc][master] extras/tools: update meson to 0.63.0

2022-07-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: bb18231a by Felix Paul Kühne at 2022-07-24T07:05:06+00:00 extras/tools: update meson to 0.63.0 - - - - - 2 changed files: - extras/tools/SHA512SUMS - extras/tools/packages.mak Changes:

[vlc-commits] [Git][videolan/vlc][master] 14 commits: qt: remove barely used BUTTON_SET_ACT_I macro

2022-07-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b93faa9b by Pierre Lamot at 2022-07-24T06:41:48+00:00 qt: remove barely used BUTTON_SET_ACT_I macro BUTTON_SET_ACT_I was barely used and made searching image usage in code mode tedious - - - - - a38a151f by Pierre Lamot at

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: don't show topbar background in music mode

2022-07-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f70f0657 by Pierre Lamot at 2022-07-24T05:57:24+00:00 qml: don't show topbar background in music mode - - - - - 067a4e46 by Pierre Lamot at 2022-07-24T05:57:24+00:00 qml: fix playlist offset in player view - - - - - 1 ch

[vlc-commits] [Git][videolan/vlc][master] macosx: Prevent unnecessary reloadData calls in VLCLibraryAudioDataSource

2022-07-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 38b05b5f by Claudio Cambra at 2022-07-23T08:52:32+00:00 macosx: Prevent unnecessary reloadData calls in VLCLibraryAudioDataSource - - - - - 1 changed file: - modules/gui/macosx/library/VLCLibraryAudioDataSource.m Chang

[vlc-commits] [Git][videolan/vlc][master] macosx: Make search field in toolbar functional for library

2022-07-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f9057380 by Claudio Cambra at 2022-07-23T07:50:29+00:00 macosx: Make search field in toolbar functional for library Signed-off-by: Claudio Cambra - - - - - 7 changed files: - modules/gui/macos

[vlc-commits] [Git][videolan/vlc][master] 7 commits: packetizer: flac: don't send invalid frame on drain

2022-07-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 599757d9 by Francois Cartegnie at 2022-07-20T07:16:28+00:00 packetizer: flac: don't send invalid frame on drain - - - - - d2312650 by Francois Cartegnie at 2022-07-20T07:16:28+00:00 packetizer: flac: fix potential endless l

[vlc-commits] [Git][videolan/vlc][3.0.x] mux: avi: fix HDRL length

2022-07-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: e41f0913 by Tun Fenng at 2022-07-18T20:20:24+03:00 mux: avi: fix HDRL length AVI files recorded by vlc cannot be played in Windows Media Player because the HDRL length is calculated by 4 bytes more. Signed-off-by: Rémi Deni

[vlc-commits] [Git][videolan/vlc][master] 6 commits: contrib: update glslang to 11.10.0

2022-07-17 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: dead5701 by Niklas Haas at 2022-07-17T09:13:58+00:00 contrib: update glslang to 11.10.0 This is the newest release version at time of commit. One patch is no longer needed and has been dropped. The other one has been rebase

[vlc-commits] [Git][videolan/vlc][master] contrib: update vlc-debian-llvm-uwp image

2022-07-17 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1d6f077d by Niklas Haas at 2022-07-17T08:18:43+00:00 contrib: update vlc-debian-llvm-uwp image Should hopefully fix the failing nightly CI. - - - - - 1 changed file: - extras/ci/gitlab-ci.yml Changes: ===

[vlc-commits] [Git][videolan/vlc][master] demux: dash: include cstdint, needed for uint64_t

2022-07-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 6fca76eb by Johannes Kauffmann at 2022-07-17T05:49:52+00:00 demux: dash: include cstdint, needed for uint64_t Fixes #27077. - - - - - 1 changed file: - modules/demux/dash/mpd/TemplatedUri.hpp Changes: ===

[vlc-commits] [Git][videolan/vlc][master] 3 commits: vlc_input_item: Create the 'input_item_GetInfoLocked' function

2022-07-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a779726a by Benjamin Arnaud at 2022-07-16T14:30:00+00:00 vlc_input_item: Create the 'input_item_GetInfoLocked' function - - - - - 514aa4af by Benjamin Arnaud at 2022-07-16T14:30:00+00:00 vlc_playlist: Add FILE_SIZE and FILE

[vlc-commits] [Git][videolan/vlc][master] qml: fix warnings in list view

2022-07-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 10e0b4d5 by Prince Gupta at 2022-07-15T16:51:29+00:00 qml: fix warnings in list view guard against invalid states doesn't work because of missing return statement - - - - - 1 changed file: - modules/gui/qt/widgets/qml/K

[vlc-commits] [Git][videolan/vlc][master] 4 commits: transcode: add the pcr_sync utility

2022-07-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0b3aa33b by Alaric Senat at 2022-07-14T12:11:54+00:00 transcode: add the pcr_sync utility This utility helps handling PCR events in modules where frames are treated asynchronously. This tool basically bufferize PCR events u

[vlc-commits] [Git][videolan/vlc][master] qml: force text labels to use PlainText mode

2022-07-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: fe03c25a by Pierre Lamot at 2022-07-14T10:35:02+00:00 qml: force text labels to use PlainText mode The default mode was preventing double click events from propagating in some cases (KeyNavigableTableView) Unless for very

[vlc-commits] [Git][videolan/vlc][master] 10 commits: qml: properly forward signals in TableViewDelegate

2022-07-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c688b880 by Pierre Lamot at 2022-07-14T10:17:21+00:00 qml: properly forward signals in TableViewDelegate - - - - - 94eaf0f5 by Pierre Lamot at 2022-07-14T10:17:21+00:00 qml: move component customisation outside of TableView

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: remove unused parameter in lockPlayer signal

2022-07-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ef86305e by Pierre Lamot at 2022-07-14T09:47:59+00:00 qml: remove unused parameter in lockPlayer signal - - - - - 75b0d445 by Pierre Lamot at 2022-07-14T09:47:59+00:00 qml: propagate the lock player signal in player widgets

[vlc-commits] [Git][videolan/vlc][master] flaschen: add support for offset-{x, y, z}

2022-07-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 22c02e96 by Phil Eichinger at 2022-07-14T09:07:33+00:00 flaschen: add support for offset-{x,y,z} - - - - - 1 changed file: - modules/video_output/flaschen.c Changes: = modules/video

[vlc-commits] [Git][videolan/vlc][master] wasapi: initialize COM from the timer callback

2022-07-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 5a14c497 by Thomas Guillem at 2022-07-14T08:11:00+00:00 wasapi: initialize COM from the timer callback Even if no problems were reported by the missing init. - - - - - 1 changed file: - modules/audio_output/wasapi.c C

[vlc-commits] [Git][videolan/vlc][master] compat: update tdelete/tfind/tsearch/twalk from NetBSD sources

2022-07-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: e1278328 by Steve Lhomme at 2022-07-12T21:01:17+00:00 compat: update tdelete/tfind/tsearch/twalk from NetBSD sources See functions in https://github.com/NetBSD/src/tree/trunk/lib/libc/stdlib Fixes a leak in tdelete(). - -

[vlc-commits] [Git][videolan/vlc][master] test: src_player: comment tests duration

2022-07-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c5115400 by Thomas Guillem at 2022-07-12T20:44:44+00:00 test: src_player: comment tests duration Refs #27106 - - - - - 1 changed file: - test/src/player/player.c Changes: = test/sr

[vlc-commits] [Git][videolan/vlc][master] 10 commits: ci: update images

2022-07-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b6813a0e by Niklas Haas at 2022-07-12T04:57:25+00:00 ci: update images The newer images include the necessary tools to compile recent versions of libplacebo. - - - - - e9c268a6 by Niklas Haas at 2022-07-12T04:57:25+00:00 c

[vlc-commits] [Git][videolan/vlc][3.0.x] Revert "smb2: fix anonymous login"

2022-07-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 8761dbe1 by Thomas Guillem at 2022-07-07T13:16:16+02:00 Revert "smb2: fix anonymous login" This reverts commit 205963ad09401ab3cbe5bf92c7f9b109092f87f4. According to git blame on libsmb2, anonymous login was always enabled

[vlc-commits] [Git][videolan/vlc][master] vlc_aout: don't return void in public header

2022-07-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 456bed4a by Steve Lhomme at 2022-07-09T22:24:49+00:00 vlc_aout: don't return void in public header Some compilers don't like that. - - - - - 1 changed file: - include/vlc_aout.h Changes: =

[vlc-commits] [Git][videolan/vlc][master] 8 commits: qt/mlvideo: Fix the 'isNew' property

2022-07-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 31e65c12 by Benjamin Arnaud at 2022-07-09T22:02:11+00:00 qt/mlvideo: Fix the 'isNew' property The previous implementation simply did not work. - - - - - 5f12cf60 by Benjamin Arnaud at 2022-07-09T22:02:11+00:00 qt/mlvideo:

[vlc-commits] [Git][videolan/vlc][master] macosx: Fix dark mode and theme switching issues with playlist drawer

2022-07-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 19fb0ec2 by Claudio Cambra at 2022-07-09T22:00:22+00:00 macosx: Fix dark mode and theme switching issues with playlist drawer - - - - - 3 changed files: - modules/gui/macosx/UI/VLCLibraryWindow.xib - modules/gui/macosx/l

[vlc-commits] [Git][videolan/vlc][master] macosx: React to more media library change events

2022-07-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7fdcf692 by Claudio Cambra at 2022-07-09T21:36:47+00:00 macosx: React to more media library change events - - - - - 1 changed file: - modules/gui/macosx/library/VLCLibraryModel.m Changes: =

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: fix initial index restoring in video group view

2022-07-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: df7ea14a by Prince Gupta at 2022-07-09T20:58:22+00:00 qml: fix initial index restoring in video group view remove unnecessary overriding property - - - - - 5a51394c by Prince Gupta at 2022-07-09T20:58:22+00:00 qml: remove

[vlc-commits] [Git][videolan/vlc][3.0.x] vout ios : use the mouse-events var to activate tap gestures driven mouse events

2022-07-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 1584eaa5 by Maxime Chapelet at 2022-07-06T17:52:42+00:00 vout ios : use the mouse-events var to activate tap gestures driven mouse events backport !2167 - - - - - 1 changed file: - modules/video_output/ios.m Changes:

[vlc-commits] [Git][videolan/vlc][master] 2 commits: packetizer: flac: fix leak on error

2022-07-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 5a3b687b by Francois Cartegnie at 2022-07-02T08:59:32+00:00 packetizer: flac: fix leak on error - - - - - 61a05c73 by Francois Cartegnie at 2022-07-02T08:59:32+00:00 demux: flac: simplify condition - - - - - 2 changed fi

[vlc-commits] [Git][videolan/vlc][master] opengl: interop: fix P010 texture configuration

2022-06-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0f8ace22 by Alexandre Janniaux at 2022-06-30T09:47:07+00:00 opengl: interop: fix P010 texture configuration The interop texture configuration for P010 was not matching the one removed in 4bc8c7c84e56a9c1d612b9eb9c8a5afe8856

[vlc-commits] [Git][videolan/vlc][master] 2 commits: dvbsub: update note

2022-06-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b39ffc48 by Lyndon Brown at 2022-06-24T16:42:54+00:00 dvbsub: update note 'i_segment_length' should clearly be included here. - - - - - 43c69bf2 by Lyndon Brown at 2022-06-24T16:42:54+00:00 dvbsub: clarify a note this not

[vlc-commits] [Git][videolan/vlc][master] demux: ts: extract multiplexed metadata access units

2022-06-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3c5459fb by Francois Cartegnie at 2022-06-23T14:42:09+00:00 demux: ts: extract multiplexed metadata access units - - - - - 1 changed file: - modules/demux/mpeg/ts_metadata.c Changes: ==

[vlc-commits] [Git][videolan/vlc][master] qml: Safeguard Keys.onReleased events

2022-06-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d695e4fa by Benjamin Arnaud at 2022-06-20T07:56:31+00:00 qml: Safeguard Keys.onReleased events fix #25598 - - - - - 9 changed files: - modules/gui/qt/medialibrary/qml/EmptyLabel.qml - modules/gui/qt/player/qml/Player.qm

[vlc-commits] [Git][videolan/vlc][master] qt/covergenerator: Restore QImage::scaled implementation

2022-06-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 470005c7 by Benjamin Arnaud at 2022-06-20T07:43:50+00:00 qt/covergenerator: Restore QImage::scaled implementation QImage::scaled provides a better quality compared to QImageReader::setScaledSize. Except for svg(s). This i

[vlc-commits] [Git][videolan/vlc][master] lib/media: pass explicit instance to save meta

2022-06-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1e13c0c7 by Rémi Denis-Courmont at 2022-06-18T17:34:41+00:00 lib/media: pass explicit instance to save meta The caller may want to use a different instance than that which the media was created from. - - - - - 2 changed

[vlc-commits] [Git][videolan/vlc][master] qt: improve round image generation in roundimage

2022-06-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1cc9f502 by Prince Gupta at 2022-06-18T16:11:27+00:00 qt: improve round image generation in roundimage adapt qquickimageresponse to generate round image directly instead of doing it as a separate task this saves extra qobj

[vlc-commits] [Git][videolan/vlc][master] jpeg: check version support

2022-06-18 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3cf4219d by Rémi Denis-Courmont at 2022-06-18T15:41:08+00:00 jpeg: check version support VLC requires a library version with custom source/destination memory addresses. Note that we cannot look for symbols as some versions

[vlc-commits] [Git][videolan/vlc][master] decklink: avoid static struct initializer

2022-06-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 53f09b1c by Niklas Haas at 2022-06-12T18:19:37+00:00 decklink: avoid static struct initializer Prevents compilation failure when extending this struct in the future, a feature(tm) unique to C++. - - - - - 1 changed file:

[vlc-commits] [Git][videolan/vlc][master] qt: delete system subtray menus

2022-06-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0b79a6d2 by Tejesh Anand at 2022-06-12T15:57:54+00:00 qt: delete system subtray menus - - - - - 1 changed file: - modules/gui/qt/menus/menus.cpp Changes: = modules/gui/qt/menus/menu

[vlc-commits] [Git][videolan/vlc][master] 3 commits: test: player: don't initialize non static condition with static initializer

2022-06-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 814f4cc0 by Steve Lhomme at 2022-06-12T15:41:42+00:00 test: player: don't initialize non static condition with static initializer - - - - - 027abd31 by Steve Lhomme at 2022-06-12T15:41:42+00:00 core: make config_lock lock s

[vlc-commits] [Git][videolan/vlc][master] 4 commits: modules: use container_of to get the WAVEFORMATEXTENSIBLE from WAVEFORMATEX

2022-06-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1b86b2ff by Steve Lhomme at 2022-06-12T10:56:57+00:00 modules: use container_of to get the WAVEFORMATEXTENSIBLE from WAVEFORMATEX - - - - - 63b7a09e by Steve Lhomme at 2022-06-12T10:56:57+00:00 wasapi: log the WAVEFORMATEX

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml/WindowDialog: Improve selection buttons clarity

2022-06-12 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 39c0223b by Benjamin Arnaud at 2022-06-12T08:01:11+00:00 qml/WindowDialog: Improve selection buttons clarity fix #26675 - - - - - 6f5ea060 by Benjamin Arnaud at 2022-06-12T08:01:11+00:00 qml/ToolbarEditor: Adjust content m

[vlc-commits] [Git][videolan/vlc][master] 2 commits: osx: enable OpenGL vout display

2022-06-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f547c537 by Pierre Lamot at 2022-06-11T19:26:42+00:00 osx: enable OpenGL vout display This module is required to use libvlc opengl bindings - - - - - 64f143f5 by Pierre Lamot at 2022-06-11T19:26:42+00:00 macosx vouts: Adju

[vlc-commits] [Git][videolan/vlc][master] 2 commits: direct3d9: remove Vista detection

2022-06-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d0de6a3a by Steve Lhomme at 2022-06-11T18:02:09+00:00 direct3d9: remove Vista detection VLC 4.0 cannot be compiled or run for versions before Windows 7. - - - - - a8ec494d by Steve Lhomme at 2022-06-11T18:02:09+00:00 udp:

[vlc-commits] [Git][videolan/vlc][master] 13 commits: video_output: decide the redisplay based on current time

2022-06-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 6ee30979 by Steve Lhomme at 2022-06-11T16:57:38+00:00 video_output: decide the redisplay based on current time We shouldn't use a previous time for that but the situation at the time the decision is done. The max_deadline

[vlc-commits] [Git][videolan/vlc][master] 13 commits: qt: simplify image assignment in roundimage

2022-06-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 19cc1b35 by Prince Gupta at 2022-06-11T15:44:58+00:00 qt: simplify image assignment in roundimage - - - - - 408d by Prince Gupta at 2022-06-11T15:44:58+00:00 qt: support image provider in RoundImage - - - - - 6191c7d2

[vlc-commits] [Git][videolan/vlc][master] qml/KeyNavigableListView: Fix the keyboard navigation scrolling

2022-06-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a00c5e07 by Benjamin Arnaud at 2022-06-10T18:31:00+02:00 qml/KeyNavigableListView: Fix the keyboard navigation scrolling fix #26992 - - - - - 1 changed file: - modules/gui/qt/widgets/qml/KeyNavigableListView.qml Chang

[vlc-commits] [Git][videolan/vlc][3.0.x] package/macosx: Fix plugin installation

2022-06-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 39638035 by Romain Roffé at 2022-06-10T15:57:57+00:00 package/macosx: Fix plugin installation Backported from VLC 4 (RTP plugin weren't included). (cherry picked from commit b4d191ddbcaa7031547dcabad2fe589e35defc12) - - -

[vlc-commits] [Git][videolan/vlc][master] medialibrary: folder: Add nb_audio/nb_video counters

2022-06-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 452c0aeb by Hugo Beauzée-Luyssen at 2022-06-09T13:58:07+02:00 medialibrary: folder: Add nb_audio/nb_video counters Refs #27054 - - - - - 2 changed files: - include/vlc_media_library.h - modules/misc/medialibrary/entitie

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

2022-06-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 0f7d74a4 by Jean-Baptiste Kempf at 2022-06-09T06:00:28+00:00 Update NEWS for 3.0.18 - - - - - 2 changed files: - NEWS - configure.ac Changes: = NEWS =

[vlc-commits] [Git][videolan/vlc][master] 2 commits: xcb/render: fix SPU offset

2022-06-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 48e390e5 by Rémi Denis-Courmont at 2022-06-06T21:01:46+00:00 xcb/render: fix SPU offset - - - - - 329bd3c8 by Rémi Denis-Courmont at 2022-06-06T21:01:46+00:00 vdpau/display: fix SPU blending offsets - - - - - 2 changed f

[vlc-commits] [Git][videolan/vlc][master] 3 commits: vdpau/display: do not hard-code SPU formats

2022-06-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d15fb555 by Rémi Denis-Courmont at 2022-06-06T13:08:43+00:00 vdpau/display: do not hard-code SPU formats Allocate an array so that we can vary the content per instance. - - - - - 81603e36 by Rémi Denis-Courmont at 2022-06-

[vlc-commits] [Git][videolan/vlc][master] 2 commits: configure: require PulseAudio 6.0

2022-06-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d7b23375 by Rémi Denis-Courmont at 2022-06-06T12:53:27+00:00 configure: require PulseAudio 6.0 This is needed in the next commit. - - - - - 7a91ac6c by Rémi Denis-Courmont at 2022-06-06T12:53:27+00:00 pulse: use pa_stream_

[vlc-commits] [Git][videolan/vlc][master] package/macosx: Fix plugin installation

2022-06-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b4d191dd by Romain Roffé at 2022-06-06T09:33:05+00:00 package/macosx: Fix plugin installation RTP plugin weren't included - - - - - 1 changed file: - extras/package/macosx/package.mak Changes: ===

[vlc-commits] [Git][videolan/vlc][master] 2 commits: avcodec: moves the cleanup of the AVCodecContext to the va module

2022-06-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1d43024f by Pierre Lamot at 2022-06-04T10:57:27+00:00 avcodec: moves the cleanup of the AVCodecContext to the va module If the va module succeed to open but is identified as unusable before the end of FFmpeg getFormat callb

[vlc-commits] [Git][videolan/vlc][master] 2 commits: clock: avg: add AvgResetAndFill

2022-06-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3295489b by Thomas Guillem at 2022-06-04T10:16:40+00:00 clock: avg: add AvgResetAndFill Refs #27023 - - - - - 6144634a by Thomas Guillem at 2022-06-04T10:16:40+00:00 clock: fill coeff_avg with the initial rate In order to

[vlc-commits] [Git][videolan/vlc][master] 22 commits: video_output: copy the redisplay handling in the if/else branch

2022-06-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ac85c5a6 by Steve Lhomme at 2022-06-04T09:48:35+00:00 video_output: copy the redisplay handling in the if/else branch This will allow some simplifications - - - - - 027d270a by Steve Lhomme at 2022-06-04T09:48:35+00:00 vid

<    3   4   5   6   7   8   9   10   11   12   >