[vlc-commits] [Git][videolan/vlc][master] aout: remove original_pts

2024-04-07 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 1727b938 by Thomas Guillem at 2024-04-07T18:11:04+00:00 aout: remove original_pts Partial revert of 9d4bad0da0f49033ed0efaa961066d1187ac5780 All audio resampler already use the original pts (out-pts = in-pts) (but the block

[vlc-commits] [Git][videolan/vlc][master] core: fix assert in libvlc_MetadataRequest()

2024-03-18 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 39a6ab3d by Thomas Guillem at 2024-03-18T10:01:52+00:00 core: fix assert in libvlc_MetadataRequest() It is now possible to use the preparser only for parsing, only for fetching or both. Fixes #28545 - - - - - 1 changed file

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

2024-03-17 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: d72ecb37 by Tristan Matthews at 2024-03-17T23:43:34+00:00 contrib: aom: update to 3.8.2 - Bug Fixes * aomedia:3523: SIGFPE in av1_twopass_postencode_update() pass2_strategy.c:4261. * aomedia:3535, b/317646516

[vlc-commits] [Git][videolan/vlc][master] macosx: Fix scroll in home view

2024-03-15 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: f1aab7a6 by Claudio Cambra at 2024-03-15T16:52:48+00:00 macosx: Fix scroll in home view Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 1 changed file: - modules/gui/macosx/UI/VLCLibraryWindow.xib

[vlc-commits] [Git][videolan/vlc][master] qt: mlplaylist: Display duration from MediaLibrary

2024-03-15 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 50960ca5 by darshan jain at 2024-03-15T16:28:17+00:00 qt: mlplaylist: Display duration from MediaLibrary - - - - - 1 changed file: - modules/gui/qt/medialibrary/mlplaylist.cpp Changes

[vlc-commits] [Git][videolan/vlc][master] 2 commits: clock: rework event handling

2024-03-15 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: a3f7f88f by Thomas Guillem at 2024-03-15T15:35:29+00:00 clock: rework event handling vlc_clock_RegisterEvents become: - vlc_clock_AddListener - vlc_clock_RemoveListener Using the same mechanism than player and playlist

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qt: mlalbummodel: Sort Title by Alphabetical Order

2024-03-15 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: f4a2f119 by darshan jain at 2024-03-15T14:33:00+00:00 qt: mlalbummodel: Sort Title by Alphabetical Order The view in MusicArtistsAlbums was incorrectly trying to sort Albums from an Artist by Album which would resort to sorting

[vlc-commits] [Git][videolan/vlc][master] 2 commits: update: don't pretend all debug builds are Win32

2024-03-15 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: c79116dc by Rémi Denis-Courmont at 2024-03-15T13:20:49+00:00 update: dont pretend all debug builds are Win32 If you want to test this on something else, then update the corresponding status file, seriously. - - - - - dc82c0b9

[vlc-commits] [Git][videolan/vlc][master] player: move SetMediaStoppedAction() to the playlist

2024-03-01 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 3657a537 by Thomas Guillem at 2024-03-01T15:59:57+00:00 player: move SetMediaStoppedAction() to the playlist The playlist is more suited to handle what to do after a playback. This will allow to simplify the vlc_player_t media

[vlc-commits] [Git][videolan/vlc][master] lib: add media_player synchronisation functions

2024-02-28 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: e648e238 by Thomas Guillem at 2024-02-28T13:28:01+00:00 lib: add media_player synchronisation functions Related to #28524 - - - - - 4 changed files: - include/vlc/libvlc_media_player.h - lib/libvlc.sym - lib/media_player.c

[vlc-commits] [Git][videolan/vlc][master] 5 commits: access: rtp: refactor code to h26x header

2024-02-28 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 7c9f7725 by François Cartegnie at 2024-02-28T09:54:31+00:00 access: rtp: refactor code to h26x header - - - - - d9994497 by François Cartegnie at 2024-02-28T09:54:31+00:00 access: rtp: packetize before output

[vlc-commits] [Git][videolan/vlc][master] 4 commits: extras: ci: fix typos in get-contrib-sha

2024-02-27 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: bccd0513 by Alexandre Janniaux at 2024-02-27T08:55:42+00:00 extras: ci: fix typos in get-contrib-sha Missing quote `` from 0dffba0ebaf05d236e02f0b24ec9ca19786eb842. - - - - - 2cbc35cf by Alexandre Janniaux at 2024-02-27T08:55

[vlc-commits] [Git][videolan/npapi-vlc][master] update vlcpp

2024-01-31 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Browser Plugins Commits: a33f59b3 by Thomas Guillem at 2024-01-31T10:21:27+01:00 update vlcpp - - - - - 1 changed file: - vlcpp Changes: = vlcpp = @@ -1 +1

[vlc-commits] update vlcpp

2024-01-31 Thread Thomas Guillem
npapi-vlc | branch: master | Thomas Guillem | Wed Jan 31 10:21:27 2024 +0100| [a33f59b33b13d5a5c6eecfe5439ccfd09aab2657] | committer: Thomas Guillem update vlcpp > https://code.videolan.org/videolan/npapi-vlc/commit/a33f59b33b13d5a5c6eecfe5439ccfd09aab2657 --- vlcpp | 2 +- 1 file chan

[vlc-commits] [Git][videolan/libvlcpp][master] Remove TrackDescription in 4.0

2024-01-31 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / libvlcpp Commits: b6876c81 by Thomas Guillem at 2024-01-31T09:43:42+01:00 Remove TrackDescription in 4.0 - - - - - 1 changed file: - vlcpp/structures.hpp Changes: = vlcpp/structures.hpp

[vlc-commits] [Git][videolan/libvlcpp][master] Remove TrackDescription in 3.0

2024-01-31 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / libvlcpp Commits: 9bea609a by Thomas Guillem at 2024-01-31T09:22:31+01:00 Remove TrackDescription in 3.0 - - - - - 1 changed file: - vlcpp/structures.hpp Changes: = vlcpp/structures.hpp

[vlc-commits] [Git][videolan/vlc][master] switch C++ support to C++17

2024-01-26 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 5dcc5ff8 by Steve Lhomme at 2024-01-26T10:42:23+00:00 switch C++ support to C++17 As contribs keep being updated with newer versions of the language, we need to support a more modern version of C++ going forward. Setting -std

[vlc-commits] [Git][videolan/vlc][master] qt: fix video scaling with mutter wayland

2024-01-19 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: c08d8d3f by Pierre Lamot at 2024-01-19T13:25:40+00:00 qt: fix video scaling with mutter wayland partially reverts 32836475cbe594eb55d26ee38c5db220246c010f - - - - - 4 changed files: - modules/gui/qt/maininterface

[vlc-commits] [Git][videolan/vlc][master] 5 commits: qml: fix video surface scaling

2024-01-17 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 32836475 by Pierre Lamot at 2024-01-17T13:34:48+00:00 qml: fix video surface scaling QWindow::devicePixelRatio mixes QPlateformWindow::devicePixelRatio (scale factor from the plateform) and QHighDpiScaling::factor

[vlc-commits] [Git][videolan/vlc][master] 11 commits: preparser: set the preparsed state only if actually done

2023-12-22 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: d275d1e7 by Thomas Guillem at 2023-12-22T15:55:41+00:00 preparser: set the preparsed state only if actually done This fixes item with 0 meta, if the preparser failed (or was skipped). This let a second chance for the player

[vlc-commits] [Git][videolan/vlc][master] 3 commits: libvlc.h: ensure the header is correctly exposed to C++

2023-12-22 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 1701e2da by Alexandre Janniaux at 2023-12-22T13:00:09+00:00 libvlc.h: ensure the header is correctly exposed to C++ The header is not public but can be used by tests in C++. - - - - - 6cfbabfc by Alexandre Janniaux at 2023-12

[vlc-commits] [Git][videolan/vlc][master] 3 commits: vout: display: fix inverted logic

2023-12-22 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 3f51e549 by Alaric Senat at 2023-12-22T12:30:45+00:00 vout: display: fix inverted logic Those mouse coordinates translation were inverted probably due to a bad copy/paste. This was found by testing video filters with horizontal

[vlc-commits] [Git][videolan/vlc][master] 3 commits: macosx: Do not double-instantiate VLCMainVideoViewController when creating video windows

2023-12-22 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: a31afa22 by Claudio Cambra at 2023-12-22T12:04:59+00:00 macosx: Do not double-instantiate VLCMainVideoViewController when creating video windows Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 3d1dd29a

[vlc-commits] [Git][videolan/vlc][master] qt: fix moc include paths

2023-12-22 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: f9f1aa1b by Pierre Lamot at 2023-12-22T09:07:59+00:00 qt: fix moc include paths moc needs to be able to include headers for dependencies, and missing includes silently fails include path change was forgotten

[vlc-commits] [Git][videolan/vlc][master] qml: delay visibility of no content info in playlist

2023-12-22 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: ba8542db by Fatih Uzunoglu at 2023-12-22T08:33:36+00:00 qml: delay visibility of no content info in playlist - - - - - 1 changed file: - modules/gui/qt/playlist/qml/PlaylistListView.qml Changes

[vlc-commits] [Git][videolan/vlc][master] qt: compositor_common: use unique_ptr

2023-12-22 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 806ecd96 by Alexandre Janniaux at 2023-12-22T08:04:48+00:00 qt: compositor_common: use unique_ptr Indirect leak of 8 byte(s) in 1 object(s) allocated from: #0 0x7fe5ed0e2002 in operator new(unsigned long) /usr/src

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: fix broken anchor in IconToolButton

2023-12-22 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: b05c04a8 by Fatih Uzunoglu at 2023-12-22T06:04:23+00:00 qml: fix broken anchor in IconToolButton - - - - - 67a816e4 by Fatih Uzunoglu at 2023-12-22T06:04:23+00:00 qml: fix broken code in PlaybackSpeedButton - - - - - ab4b8dcc

[vlc-commits] [Git][videolan/vlc][master] 5 commits: lib: media_discoverer: remove useless variable initialisation

2023-12-21 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 468fe700 by Thomas Guillem at 2023-12-22T05:47:54+00:00 lib: media_discoverer: remove useless variable initialisation libvlc_media_subitems() already returns a read-only media list. - - - - - 07b01add by Thomas Guillem at 2023

[vlc-commits] [Git][videolan/vlc][master] 3 commits: decoder: handle potential DecoderWaitUnblock return

2023-11-24 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 8a967f0d by Thomas Guillem at 2023-11-24T19:27:58+00:00 decoder: handle potential DecoderWaitUnblock return If a wait failed (in case of flush for example, cf. next commit), the current frame should not be displayed

[vlc-commits] [Git][videolan/vlc][master] 4 commits: aout: don't handle drift when paused

2023-11-17 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: d946275c by Thomas Guillem at 2023-11-17T15:44:31+00:00 aout: dont handle drift when paused In case where the audio is not master and paused (unlikely since audio is not master in case of live playback, that is generally

[vlc-commits] [Git][videolan/vlc] Pushed new branch 28411-intermitent-test_src_input_decoder-fail

2023-10-26 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed new branch 28411-intermitent-test_src_input_decoder-fail at VideoLAN / VLC -- View it on GitLab: https://code.videolan.org/videolan/vlc/-/tree/28411-intermitent-test_src_input_decoder-fail You're receiving this email because of your account on code.videolan.org

[vlc-commits] [Git][videolan/vlc][3.0.x] mmsh: check user size bounds

2023-10-26 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch 3.0.x at VideoLAN / VLC Commits: 27840cb5 by Thomas Guillem at 2023-10-26T17:27:03+02:00 mmsh: check user size bounds (cherry picked from commit f7f346e686405638342721dd1c980d63e542dbe0) Signed-off-by: Thomas Guillem tho...@gllm.fr - - - - - 1 changed file

[vlc-commits] [Git][videolan/vlc][master] mmsh: check user size bounds

2023-10-26 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: f7f346e6 by Thomas Guillem at 2023-10-26T17:16:24+02:00 mmsh: check user size bounds - - - - - 1 changed file: - modules/access/mms/mmsh.c Changes: = modules/access/mms/mmsh.c

[vlc-commits] [Git][videolan/vlc][master] 5 commits: charset: fix typo in documentation

2023-10-26 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 6af3b461 by Thomas Guillem at 2023-10-26T10:05:58+00:00 charset: fix typo in documentation - - - - - 5b759337 by Thomas Guillem at 2023-10-26T10:05:58+00:00 charset: add vlc_fprintf_c() and vlc_vfprintf_c() - - - - - a41647df

[vlc-commits] [Git][videolan/vlc][master] 3 commits: es_out: remove unused variables

2023-10-13 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: f1fc1514 by Thomas Guillem at 2023-10-13T05:04:00+00:00 es_out: remove unused variables - - - - - 603a767b by Thomas Guillem at 2023-10-13T05:04:00+00:00 es_out: do the drain wait hack only where its needed Its only needed

[vlc-commits] [Git][videolan/vlc][master] 12 commits: lib: set libvlc_media_parse_local > 0

2023-04-04 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: a82b0976 by Thomas Guillem at 2023-04-04T07:39:58+00:00 lib: set libvlc_media_parse_local 0 This will allow to use the preparser to only fetch metadata. - - - - - 5d2278c4 by Thomas Guillem at 2023-04-04T07:39:58+00:00

[vlc-commits] [Git][videolan/vlc][master] vlc_queue: fix restrict violation

2023-03-17 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 90e98b01 by Thomas Guillem at 2023-03-17T08:10:38+00:00 vlc_queue: fix restrict violation `restrict` tells the compiler that the tombstone pointer is the only way to access the variable pointed by it. This is not case

[vlc-commits] [Git][videolan/vlc][master] logger/json: change license to LGPL 2.1

2023-03-16 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 5f603968 by Thomas Guillem at 2023-03-16T08:37:18+00:00 logger/json: change license to LGPL 2.1 The original GPL 2 license was an error, that I missed during the review process. Nicolas agreed with this license change by mail

[vlc-commits] [Git][videolan/vlc][master] 6 commits: modules: split android_env from android_utils

2023-03-15 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: c65493d6 by Alexandre Janniaux at 2023-03-15T15:30:09+01:00 modules: split android_env from android_utils android_utils depends on GLES2_LIBS and EGL_LIBS, but it isnt forwarded correctly from the convenience library

[vlc-commits] [Git][videolan/vlc][master] 13 commits: android: display: reorder to avoid forward declarations

2023-03-07 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 65f1716f by Thomas Guillem at 2023-03-07T10:27:37+00:00 android: display: reorder to avoid forward declarations No functional changes. - - - - - 46e666ce by Thomas Guillem at 2023-03-07T10:27:37+00:00 android: display: remove

[vlc-commits] [Git][videolan/libvlcpp][master] Media: Remove `thumbnailRequestCancel`

2023-01-30 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / libvlcpp Commits: e1a03b37 by Alaric Senat at 2023-01-30T14:16:44+01:00 Media: Remove `thumbnailRequestCancel` Cancelling usage have been merged with `thumbnailRequestDestroy`. Refs videolan/vlc!3153 - - - - - 1 changed file: - vlcpp

[vlc-commits] [Git][videolan/libvlcpp][master] MediaPlayer: adapt with recent LibVLC changes

2022-12-13 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / libvlcpp Commits: 0116906d by Thomas Guillem at 2022-12-13T11:44:32+01:00 MediaPlayer: adapt with recent LibVLC changes Replace libvlc_audio_XXX_channel with libvlc_audio_XXX_stereomode The values come from an enum and are mostly

[vlc-commits] [Git][videolan/vlc][master] 2 commits: modules: remove the directsound plugin

2022-09-16 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: e529574d by Thomas Guillem at 2022-09-16T08:09:34+00:00 modules: remove the directsound plugin DirectSound is obsolete after Windows 7. VLC 4.0 will target Windows 7. Fixes #27321 - - - - - 5372eef6 by Thomas Guillem at 2022

[vlc-commits] [Git][videolan/vlc][master] 3 commits: pulse: get pa_timing_info once

2022-09-15 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: c96003ac by Thomas Guillem at 2022-09-15T09:41:26+00:00 pulse: get pa_timing_info once And always check if valid. - - - - - d2b51cd9 by Thomas Guillem at 2022-09-15T09:41:26+00:00 pulse: check for write_index_corrupt Like

[vlc-commits] [Git][videolan/vlc][master] decoder: fix aout_stream_NotifyLatency data-races

2022-08-12 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 839dee68 by Thomas Guillem at 2022-08-12T05:44:30+00:00 decoder: fix aout_stream_NotifyLatency data-races Fixes #27204 - - - - - 1 changed file: - src/input/decoder.c Changes: = src

[vlc-commits] [Git][videolan/vlc][master] 17 commits: threads: add queued mutex objects

2022-08-09 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 943ba827 by Rémi Denis-Courmont at 2022-08-08T20:36:51+02:00 threads: add queued mutex objects - - - - - c49d6438 by Denis Charmet at 2022-08-08T20:36:51+02:00 threads: add vlc_queuedmutex_held() - - - - - fbb50c15 by Denis

[vlc-commits] [Git][videolan/vlc][master] 12 commits: vlc_fixups: don't declare swab() on Android NDK25

2022-08-03 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: d5e1dd70 by Thomas Guillem at 2022-08-03T07:18:28+00:00 vlc_fixups: dont declare swab() on Android NDK25 Fix build on Android NDK25, where swab() is a static inline function defined in unistd.h. - - - - - 9e4252a5 by Thomas

[vlc-commits] Use new media api

2022-07-29 Thread Thomas Guillem
npapi-vlc | branch: master | Thomas Guillem | Fri Jul 29 11:31:54 2022 +0200| [82ae7804e120c8bbeb249eafa0220e80f21df709] | committer: Thomas Guillem Use new media api > https://code.videolan.org/videolan/npapi-vlc/commit/82ae7804e120c8bbeb249eafa0220e80f21df709 --- activex/vlccontrol2.

[vlc-commits] Bump CI images

2022-07-29 Thread Thomas Guillem
npapi-vlc | branch: master | Thomas Guillem | Fri Jul 29 11:33:59 2022 +0200| [1df320cc1f12740ba87463231643448d359ce03a] | committer: Thomas Guillem Bump CI images > https://code.videolan.org/videolan/npapi-vlc/commit/1df320cc1f12740ba87463231643448d359ce03a --- .gitlab-ci.yml | 4 ++--

[vlc-commits] [Git][videolan/vlc][master] win32: timer: use threadpoolapiset.h

2022-07-13 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 9fdd9fb1 by Thomas Guillem at 2022-07-13T10:39:51+00:00 win32: timer: use threadpoolapiset.h New API: https://docs.microsoft.com/en-us/windows/win32/procthread/thread-pool-api This avoid one allocation (that can fail

[vlc-commits] [Git][videolan/vlc][master] Revert "smb2: fix anonymous login"

2022-07-07 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 06692b49 by Thomas Guillem at 2022-07-07T10:45:42+00: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] 5 commits: smb2: vlc_smb2_resolve: return an error code

2022-06-07 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: cbf16982 by Thomas Guillem at 2022-06-07T12:47:13+00:00 smb2: vlc_smb2_resolve: return an error code - - - - - 99a4deaf by Thomas Guillem at 2022-06-07T12:47:13+00:00 smb2: forward the vlc_interrupt_unregister() return value

[vlc-commits] [Git][videolan/vlc][master] 4 commits: dsm: forward the vlc_interrupt_unregister() return value

2022-06-07 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 26af6121 by Thomas Guillem at 2022-06-07T09:10:49+02:00 dsm: forward the vlc_interrupt_unregister() return value - - - - - bdc351df by Thomas Guillem at 2022-06-07T09:10:49+02:00 dsm: handle missing smb_session interruptions

[vlc-commits] [Git][videolan/vlc][master] input_item: category: use a vlc_list

2022-04-21 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 80dd05f9 by Thomas Guillem at 2022-04-21T11:59:15+00:00 input_item: category: use a vlc_list Instead of the legacy array. - - - - - 7 changed files: - include/vlc_input_item.h - modules/control/cli/player.c - modules/gui

[vlc-commits] [Git][videolan/vlc][master] 5 commits: smb2: homogenize status and error functions

2022-04-20 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: e9acccac by Thomas Guillem at 2022-04-20T12:11:47+00:00 smb2: homogenize status and error functions - - - - - 93b55c9f by Thomas Guillem at 2022-04-20T12:11:47+00:00 smb2: rework error handling from smb2_service_fd

[vlc-commits] [Git][videolan/vlc][master] 4 commits: aout: filters: use an intermediate struct to hold filters

2022-04-20 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 278efe44 by Thomas Guillem at 2022-04-19T09:55:04+02:00 aout: filters: use an intermediate struct to hold filters In order to hold more variables per filter, cf. next commits. - - - - - d48a8808 by Thomas Guillem at 2022-04

[vlc-commits] [Git][videolan/vlc][master] 2 commits: aout: move vlc_aout_stream_RequestRetiming up

2022-04-06 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: b92f4f50 by Thomas Guillem at 2022-04-06T12:24:18+00:00 aout: move vlc_aout_stream_RequestRetiming up To avoid forward declarations (in the next commit). - - - - - 02293b1d by Thomas Guillem at 2022-04-06T12:24:18+00:00 aout

[vlc-commits] [Git][videolan/vlc][master] 5 commits: pulse: use vlc_pa_get_latency() directly when draining

2022-04-06 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 0ee0dcf3 by Thomas Guillem at 2022-04-06T07:39:59+00:00 pulse: use vlc_pa_get_latency() directly when draining TimeGet() check the corked state, but the stream is always uncorked here. - - - - - f3e0be3a by Thomas Guillem

[vlc-commits] [Git][videolan/vlc][master] dsm: fix interrupt context mismatch

2022-03-15 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 6b4b7225 by Thomas Guillem at 2022-03-15T14:26:22+00:00 dsm: fix interrupt context mismatch The dsm interrupt context was also registered when calling the credential API that can end up in keystore modules that need to register

[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: nfs: fix pf_read return values

2022-03-08 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch 3.0.x at VideoLAN / VLC Commits: 4063c515 by Thomas Guillem at 2022-03-07T09:20:04+01:00 nfs: fix pf_read return values 0 should be returned in case of EOS or error, -1 means EAGAIN. /me blames me for not reading the documentation. (cherry picked from commit

[vlc-commits] [Git][videolan/vlc][master] 2 commits: decoder: change DeleteDecoder arguments

2022-01-05 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 905f468e by Thomas Guillem at 2022-01-05T16:23:03+00:00 decoder: change DeleteDecoder arguments Use the category from the i_cat argument instead of dec-fmt_in.i_cat Refs #26271 - - - - - 2c65888b by Thomas Guillem at 2022-01

[vlc-commits] [Git][videolan/vlc][master] 2 commits: resource: don't send the started event more than one time

2021-12-22 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: e045c859 by Thomas Guillem at 2021-12-22T14:21:03+00:00 resource: dont send the started event more than one time Refs #26394 - - - - - c00bec8b by Thomas Guillem at 2021-12-22T14:21:03+00:00 resource: remove duplicated code

[vlc-commits] [Git][videolan/vlc][master] 2 commits: vdpau: don't use the VAAPI backend

2021-12-16 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: db9d5ef7 by Thomas Guillem at 2021-12-16T15:03:36+00:00 vdpau: dont use the VAAPI backend And favor our original VAAPI backend. Fixes #26361 - - - - - 6eac337a by Thomas Guillem at 2021-12-16T15:03:36+00:00 vdpau: remove

[vlc-commits] [Git][videolan/vlc][master] test: media: don't check directory size

2021-12-16 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: c926b2ce by Thomas Guillem at 2021-12-16T14:18:50+00:00 test: media: dont check directory size Fixes #26367 - - - - - 1 changed file: - test/libvlc/media.c Changes: = test/libvlc

[vlc-commits] [Git][videolan/vlc][master] avcodec: fix invalid version check

2021-12-10 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 4cbe5862 by Thomas Guillem at 2021-12-10T12:47:32+00:00 avcodec: fix invalid version check Regression from 8cf02acd84a1e099e15037d7c1e4dce6edf9 This restore hw decoding with multiple threads (the default behavior

[vlc-commits] [Git][videolan/vlc][master] avcodec: vaapi: handle the hw_frames_ctx initialization by VLC

2021-12-06 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 07ed2871 by Thomas Guillem at 2021-12-06T08:03:51+00:00 avcodec: vaapi: handle the hw_frames_ctx initialization by VLC Its not allowed to modify ctx-hw_device_ctx after avcodec_open2(). Therefore, we need to create

[vlc-commits] [Git][videolan/vlc][master] Deleted 2 commits: display: remove unnecessary #include

2021-12-01 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below. Deleted commits: de2518b1 by Rémi Denis-Courmont at 2021-11-30T22:00:37+02:00 display: remove unnecessary #include

[vlc-commits] [Git][videolan/vlc][3.0.x] audiotrack: disable DynamicsProcessing before Android 12

2021-10-26 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch 3.0.x at VideoLAN / VLC Commits: c900a218 by Thomas Guillem at 2021-10-26T06:28:52+00:00 audiotrack: disable DynamicsProcessing before Android 12 cf. videolan/vlc-android#2221 (cherry picked from commit 639b9d93c194ff5f7473aac7603db16c80d94d76) Signed-off

[vlc-commits] [Git][videolan/vlc][master] macosx: fixup user-provided URIs

2021-08-31 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: cc6a5a73 by Marvin Scholz at 2021-08-31T14:58:03+00:00 macosx: fixup user-provided URIs Fixup user-provided URIs, similar to what most browser nowadays do. Fix #21661 - - - - - 1 changed file: - modules/gui/macosx/windows

[vlc-commits] [Git][videolan/vlc][master] 9 commits: core: add tracing API

2021-08-31 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: ee52a2e1 by Nicolas LeQuec at 2021-08-31T12:35:56+00:00 core: add tracing API Tracing system is independant from the logging system and load modules with a tracer capability. The tracer module is loaded at the initialisation

[vlc-commits] [Git][videolan/vlc][master] 4 commits: es_out: refactor es_out_id_t list matching

2021-08-03 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 55a4c763 by Thomas Guillem at 2021-08-03T10:48:40+00:00 es_out: refactor es_out_id_t list matching - - - - - 45891bc0 by Thomas Guillem at 2021-08-03T10:48:40+00:00 es_out: fix ES unselect order from EsOutSelectList 1

[vlc-commits] [Git][videolan/vlc][master] 3 commits: es_out: rename clock_source

2021-07-29 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 1a18940b by Thomas Guillem at 2021-07-29T13:53:21+00:00 es_out: rename clock_source To avoid confusion with pgrm-active_clock_source. - - - - - 88ad68a9 by Thomas Guillem at 2021-07-29T13:53:21+00:00 es_out: restore

[vlc-commits] [Git][videolan/vlc][master] Revert "es_out: reset main clocks when terminating"

2021-07-19 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 9768497d by Thomas Guillem at 2021-07-16T16:22:06+02:00 Revert es_out: reset main clocks when terminating This reverts commit 36596846205e64cb0c529586c50a4f3789a5c206. This was a really bad idea. There was 50/50 chance

[vlc-commits] [Git][videolan/vlc][master] rtp: fix invalid check

2021-06-24 Thread Thomas Guillem
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: b6d0ebc9 by Thomas Guillem at 2021-06-24T13:05:44+00:00 rtp: fix invalid check This caused the rtp access module to always fail. Regression from ced9254b63271c36bddd15c01adabb88d3a3f1bb - - - - - 1 changed file: - modules

[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: update mpg123 to 1.28.0

2021-06-14 Thread Thomas Guillem
Thomas Guillem pushed to branch 3.0.x at VideoLAN / VLC Commits: afb0acef by Thomas Guillem at 2021-06-14T08:20:12+00:00 contrib: update mpg123 to 1.28.0 Quoting mpg123.de website: Fix misguided handling of part2_3_length checks in III_get_scale_factors_1() and III_get_scale_factors_2

[vlc-commits] [Git][videolan/vlc][master] sndio: fix crash when volume is adjusted while stopped

2021-06-05 Thread Thomas Guillem
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: e94b04c8 by Brad Smith at 2021-06-05T13:56:07+00:00 sndio: fix crash when volume is adjusted while stopped Set volume/mute function pointers when handle is freed, to ensure sio_setvol() is not called on a freed handle. Fixes

[vlc-commits] [Git][videolan/vlc][master] 6 commits: vout: move late check code block in a new function

2021-06-05 Thread Thomas Guillem
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 1cb0afc2 by Thomas Guillem at 2021-06-05T13:24:34+00:00 vout: move late check code block in a new function No functional changes. - - - - - 09fbe460 by Thomas Guillem at 2021-06-05T13:24:34+00:00 vout: dont query the clock

[vlc-commits] [Git][videolan/vlc][master] 3 commits: es_out: cache the "captions" variable

2021-06-05 Thread Thomas Guillem
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 1afefbc0 by Thomas Guillem at 2021-06-05T13:04:17+00:00 es_out: cache the captions variable - - - - - 4afa2867 by Thomas Guillem at 2021-06-05T13:04:17+00:00 decoder: merge format and desc functions In order to merge the usage

[vlc-commits] [Git][videolan/vlc] Deleted branch 25796-sndio-fix-crash-when-volume-is-adjusted-while-playback-is-stopped

2021-06-03 Thread Thomas Guillem
Thomas Guillem deleted branch 25796-sndio-fix-crash-when-volume-is-adjusted-while-playback-is-stopped at VideoLAN / VLC -- You're receiving this email because of your account on code.videolan.org. ___ vlc-commits mailing list vlc-commits

[vlc-commits] [Git][videolan/vlc][master] test: libvlc: fix build

2021-06-02 Thread Thomas Guillem
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: a1b7745f by Thomas Guillem at 2021-06-02T09:42:06+00:00 test: libvlc: fix build Dont always include media utils functions that need linkage to VLCCORE. Fixes #25777 - - - - - 5 changed files: - test/Makefile.am - + test

[vlc-commits] [Git][videolan/vlc][master] 4 commits: es_out: fix input_source_t leak on error

2021-06-01 Thread Thomas Guillem
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 67fe08b7 by Thomas Guillem at 2021-06-01T13:08:14+00:00 es_out: fix input_source_t leak on error - - - - - 07e78801 by Thomas Guillem at 2021-06-01T13:08:14+00:00 clock: attach a logger - - - - - ef14ac9a by Thomas Guillem

[vlc-commits] [Git][videolan/vlc][master] es_out: reset main clocks when terminating

2021-06-01 Thread Thomas Guillem
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 36596846 by Thomas Guillem at 2021-06-01T12:51:30+00:00 es_out: reset main clocks when terminating Reset main clocks before unselecting every ESes. This will speed up audio and video output termination. Indeed, they wont wait

[vlc-commits] [Git][videolan/vlc][master] converter/format: fix payload size

2021-05-11 Thread Thomas Guillem
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 7cb75e56 by Zhao Zhili at 2021-05-11T05:37:23+00:00 converter/format: fix payload size - - - - - 1 changed file: - modules/audio_filter/converter/format.c Changes: = modules

[vlc-commits] [Git][videolan/vlc][master] 3 commits: test: meta: fix wrong path

2021-05-07 Thread Thomas Guillem
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 7325d5af by Thomas Guillem at 2021-05-07T09:39:44+00:00 test: meta: fix wrong path The path is valid from the CIs but not from my local machine. - - - - - 3d6dd130 by Thomas Guillem at 2021-05-07T09:39:44+00:00 test: expose

[vlc-commits] [Git][videolan/vlc][master] coreaudio: fix sleep duration when the buffer is full

2021-05-06 Thread Thomas Guillem
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 1d02d748 by Thomas Guillem at 2021-05-06T08:15:56+00:00 coreaudio: fix sleep duration when the buffer is full The previous calculation was wrong and could lead to two potential issues: - Too much wake/sleep because the block

[vlc-commits] smb2: fix build with libsmb2 3.0.0

2021-05-05 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Apr 30 14:53:47 2021 +0200| [6f160ae1784364aa9324f9cfcb7fbda592cc3dd9] | committer: Thomas Guillem smb2: fix build with libsmb2 3.0.0 Fixes #25680 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] [Git][videolan/vlc][master] 5 commits: clock: add vlc_clock_main_CreateInputMaster()

2021-05-04 Thread Thomas Guillem
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 910e98c2 by Thomas Guillem at 2021-05-04T07:39:35+00:00 clock: add vlc_clock_main_CreateInputMaster() The input master clock has a higher priority than the ES master clock. There can be one input master and one es master

[vlc-commits] [Git][videolan/vlc][master] core: fix distcheck

2021-05-03 Thread Thomas Guillem
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 4d13639f by Thomas Guillem at 2021-05-03T09:23:13+02:00 core: fix distcheck Breakage from e7d0b88e09b9ad8f8ef48c4549da1365e12a7531 that moved files without updating the Makefile. - - - - - 2 changed files: - modules

[vlc-commits] kate: remove invalid clean

2021-04-27 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Jan 12 15:26:33 2021 +0100| [acf7da63f1ebebc1ee6e40e6077783634d5ad063] | committer: Hugo Beauzée-Luyssen kate: remove invalid clean palette doesn't need to be freed since it's stack allocated. Signed-off-by: Hugo Beauzée-Luyssen (cherry

[vlc-commits] input: rename vlc_input_event_times variables

2021-04-14 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Feb 11 17:27:59 2021 +0100| [e3f38be0ccab13d46041de208bcceb917278f289] | committer: Thomas Guillem input: rename vlc_input_event_times variables > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e3f38be0ccab13d46041de208bcceb917278f

[vlc-commits] cdda: fix reported ts not in sync after a seek

2021-04-14 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Apr 1 17:00:45 2021 +0200| [269a9a78b08c61240f5a0106c2abb8a9064c] | committer: Thomas Guillem cdda: fix reported ts not in sync after a seek > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=269a9a78b08c61240f5a0106c2abb8a90

[vlc-commits] cdda: fix format-truncation warning

2021-04-14 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Apr 7 14:49:06 2021 +0200| [5f24d66c06d6337eda485413bd6867d4572308fd] | committer: Thomas Guillem cdda: fix format-truncation warning > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5f24d66c06d6337eda485413bd6867d4572308fd --- modu

[vlc-commits] core: add --clock-master long description

2021-04-14 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Apr 12 10:38:04 2021 +0200| [93048765d0c742fbd1d9f1aab6978468539d3453] | committer: Thomas Guillem core: add --clock-master long description > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=93048765d0c742fbd1d9f1aab6978468539d3453 ---

[vlc-commits] core: add the "auto" clock source

2021-04-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Apr 1 15:31:49 2021 +0200| [66646d81a4b7b666b59853bd815635e13d83a4a6] | committer: Thomas Guillem core: add the "auto" clock source The "--clock-master=auto" option will select the input as the clock source when the input can'

[vlc-commits] core: use "auto" as the default clock-master source

2021-04-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Apr 1 15:53:08 2021 +0200| [3d17fdbc1311ffbd9c215339659cecf9bd2d579a] | committer: Thomas Guillem core: use "auto" as the default clock-master source > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3d17fdbc1311ffbd9c215339659

[vlc-commits] es_out: change clocks allocation order

2021-04-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Mar 31 15:52:18 2021 +0200| [658948229ce841ddd508b3c66a16061d5d502ffd] | committer: Thomas Guillem es_out: change clocks allocation order No functional changes. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] core: add the "input" clock source

2021-04-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Apr 1 15:31:38 2021 +0200| [2200210d935e515e25094cc776f5828be17caa61] | committer: Thomas Guillem core: add the "input" clock source The "--clock-master=input" option (disabled by default) allow to setup the input_clock_t

[vlc-commits] input_clock: add the ability to drive the main_clock

2021-04-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Mar 31 14:38:49 2021 +0200| [abd8991d8e22ef3a3629259cd4442b168e264eda] | committer: Thomas Guillem input_clock: add the ability to drive the main_clock > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=abd8991d8e22ef3a3629259cd4442b168e264

[vlc-commits] es_out: constify p_master_clock

2021-04-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Mar 31 15:59:34 2021 +0200| [7608fb400894e39316280eba79998af52afd08c2] | committer: Thomas Guillem es_out: constify p_master_clock Since it's used as a "weak ref" and should not be accessed directly. > http://git.videolan.org/gitwe

[vlc-commits] es_out: refactor clock_source cat selection

2021-04-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Mar 31 15:33:33 2021 +0200| [e4af39ce5d7327ad4dcf9b1283fbb53fd3b172a6] | committer: Thomas Guillem es_out: refactor clock_source cat selection No functional changes. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

  1   2   3   4   5   6   7   8   9   10   >