[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: fix PlaybackSpeed Popup not loading

2024-03-24 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: d4e2fd65 by Prince Gupta at 2024-03-24T14:57:51+00:00 qml: fix PlaybackSpeed Popup not loading - - - - - 3efad18d by Prince Gupta at 2024-03-24T14:57:51+00:00 qml: fix Popup appearing out of window with extended frames

[vlc-commits] [Git][videolan/vlc][master] qml: don't use icon font for normal text

2024-03-24 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: d3d50d35 by Prince Gupta at 2024-03-24T13:58:14+00:00 qml: dont use icon font for normal text also remove superfluous column wrapping - - - - - 1 changed file: - modules/gui/qt/player/qml/TracksListPage.qml Changes:

[vlc-commits] [Git][videolan/vlc][master] wasm: gl: disable egl_pbuffer for emscripten

2024-03-21 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: c0308a8c by Alaric Senat at 2024-03-21T12:17:38+00:00 wasm: gl: disable egl_pbuffer for emscripten Emscripten does not provide `eglCreatePbufferSurface` and the module is built for every EGL supporting platforms since

[vlc-commits] [Git][videolan/vlc][master] video_output: report the correct time to clock

2024-03-07 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 2bcff8a3 by Alexandre Janniaux at 2024-03-07T15:01:59+00:00 video_output: report the correct time to clock Since the video output cannot be the master clock, theres no reason to artificially change the date matching with

[vlc-commits] [Git][videolan/vlc][master] 3 commits: Revert "subpictures: scale with the least cropping"

2024-03-07 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: d7a2ed3b by Steve Lhomme at 2024-03-07T13:56:54+00:00 Revert subpictures: scale with the least cropping This reverts commit 372e62c00c50884629ef3c63c1d3b9ed490c9b02. This commit broke SPU positioning for this DVD:

[vlc-commits] [Git][videolan/vlc][master] vlc_xml: change API to handle namespaces

2024-03-07 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 37eb94ec by François Cartegnie at 2024-03-07T13:35:50+00:00 vlc_xml: change API to handle namespaces Prefixes and namespaces are required to be able to correctly parse multiple namespaces documents or simply prefixed

[vlc-commits] [Git][videolan/vlc][master] 3 commits: rtp: hevc: remove assert

2024-03-07 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: affb3944 by François Cartegnie at 2024-03-07T10:06:20+00:00 rtp: hevc: remove assert UDP is unreliable - - - - - 42cb098d by François Cartegnie at 2024-03-07T10:06:20+00:00 rtp: hevc: fix off by one in the check - - - - -

[vlc-commits] [Git][videolan/vlc][master] tracer: use an array of entries instead of va_list

2024-03-07 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 6ea08ff6 by Alexandre Janniaux at 2024-03-07T09:26:22+00:00 tracer: use an array of entries instead of va_list Forward the tracing key/value entries as an array instead of using va_list. Using an array is easier to interop

[vlc-commits] [Git][videolan/vlc][master] 2 commits: rtp: meson.build: add dependency to h26x.h

2024-03-07 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 736a40f4 by Alexandre Janniaux at 2024-03-07T09:00:21+00:00 rtp: meson.build: add dependency to h26x.h The file was added in 7c9f7725e187a6a4add857d157b3244afafccb28 to provide common code between h264 and h265 handling. -

[vlc-commits] [Git][videolan/vlc][master] 6 commits: codec: ttml: share nodes to text conversions

2024-03-05 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: e92474da by François Cartegnie at 2024-03-05T19:30:25+00:00 codec: ttml: share nodes to text conversions - - - - - 4d863b1e by François Cartegnie at 2024-03-05T19:30:25+00:00 codec: ttml: refactor ttml_node_new - - - - -

[vlc-commits] [Git][videolan/vlc][master] packetizer: hevc: fix xps insertion on recovery point

2024-03-05 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: a20f72c6 by François Cartegnie at 2024-03-05T18:54:43+00:00 packetizer: hevc: fix xps insertion on recovery point Was not inserted if theres no pre-frame NAL units - - - - - 1 changed file: - modules/packetizer/hevc.c

[vlc-commits] [Git][videolan/vlc][master] 4 commits: macosx: Fix content scroll view insets for media source base data source

2024-03-05 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 26308ef3 by Claudio Cambra at 2024-03-05T18:00:57+00:00 macosx: Fix content scroll view insets for media source base data source Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 8a723433 by Claudio

[vlc-commits] [Git][videolan/vlc][master] package: apple: pass the right platform_version for macOS

2024-03-05 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 37dc394c by Marvin Scholz at 2024-03-05T17:03:32+00:00 package: apple: pass the right platform_version for macOS The linkers platform_version argument does not support the value macosx but expects macos here instead. - - -

[vlc-commits] [Git][videolan/vlc][master] qt: NetworkMediaModel now lists folders before files

2024-03-05 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 797e1a4e by Ash V at 2024-03-05T16:12:48+00:00 qt: NetworkMediaModel now lists folders before files Added isADir() method in NetWorkmediaModels anonymous namespace to list folders-before-files through the

[vlc-commits] [Git][videolan/vlc][master] qt: Update CSD Icons to Segoe Fonts available in different Windows Version

2024-03-05 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 4aecd897 by darshan jain at 2024-03-05T15:35:53+00:00 qt: Update CSD Icons to Segoe Fonts available in different Windows Version - - - - - 4 changed files: - modules/gui/qt/maininterface/mainctx.cpp -

[vlc-commits] [Git][videolan/vlc][master] 7 commits: qml: remove unnecessary `size` property of IconToolButton

2024-03-02 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 3df6a79a by Fatih Uzunoglu at 2024-03-02T16:21:54+00:00 qml: remove unnecessary `size` property of IconToolButton - - - - - d6b6ac32 by Fatih Uzunoglu at 2024-03-02T16:21:54+00:00 qml: remove `iconText` and use `text`, add

[vlc-commits] [Git][videolan/vlc][master] macosx: Fix crash on search in home view

2024-03-02 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: a56516ad by Claudio Cambra at 2024-03-02T09:41:32+00:00 macosx: Fix crash on search in home view Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][master] 4 commits: macosx: Fix supplementary detail view in video library view

2024-03-02 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: ccda20b0 by Claudio Cambra at 2024-03-02T09:07:42+00:00 macosx: Fix supplementary detail view in video library view Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 77807da6 by Claudio Cambra at

[vlc-commits] [Git][videolan/vlc][master] 2 commits: codec: videotoolbox: flush incomplete fields

2024-02-29 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: ce748068 by François Cartegnie at 2024-02-29T15:27:01+00:00 codec: videotoolbox: flush incomplete fields - - - - - ccfd7ccc by François Cartegnie at 2024-02-29T15:27:01+00:00 codec: videotoolbox: fix potential DPB deadloop

[vlc-commits] [Git][videolan/vlc][master] audiounit_ios: remove unused variable

2024-02-29 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 94d080e3 by Thomas Guillem at 2024-02-29T13:27:47+00:00 audiounit_ios: remove unused variable - - - - - 1 changed file: - modules/audio_output/audiounit_ios.m Changes: =

[vlc-commits] [Git][videolan/vlc][master] demux: fix libasf memory leak in extended stream properties

2024-02-29 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: ca495fba by Kakadus at 2024-02-29T12:29:29+00:00 demux: fix libasf memory leak in extended stream properties - - - - - 1 changed file: - modules/demux/asf/libasf.c Changes: =

[vlc-commits] [Git][videolan/vlc][master] mux: mp4: reorder tracks before writing moov

2024-02-26 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 5f0a9649 by François Cartegnie at 2024-02-26T17:51:32+00:00 mux: mp4: reorder tracks before writing moov video audio spu tracks order Some expects video being first track - - - - - 3 changed files: -

[vlc-commits] [Git][videolan/vlc][master] 4 commits: config/cat: add missing assert.h include

2024-02-26 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 3d51e301 by Steve Lhomme at 2024-02-26T17:00:55+00:00 config/cat: add missing assert.h include - - - - - b91c8237 by Steve Lhomme at 2024-02-26T17:00:55+00:00 ts_metadata: add missing assert.h include - - - - - e0a34b13 by

[vlc-commits] [Git][videolan/vlc][master] dynamicoverlay: use size_t for p_params->i_id

2024-02-24 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 4a0b1e06 by Alexandre Janniaux at 2024-02-24T13:56:26+00:00 dynamicoverlay: use size_t for p_params-i_id The id for the overlays are necesarily unsigned, and are used as an array subscript, and then compared against the

[vlc-commits] [Git][videolan/vlc][master] 6 commits: codec: ttml: add TTML namespaces definitions

2024-02-24 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: b8610b20 by François Cartegnie at 2024-02-24T10:31:24+00:00 codec: ttml: add TTML namespaces definitions - - - - - 658b85fb by François Cartegnie at 2024-02-24T10:31:24+00:00 mux: mp4: refactor sampledescription header - -

[vlc-commits] [Git][videolan/vlc][master] text_renderer: freetype: fix region inner rendered area global offset

2024-02-20 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: a6b5ec1b by François Cartegnie at 2024-02-20T16:53:48+00:00 text_renderer: freetype: fix region inner rendered area global offset refs #28525 regression by e2e4df6826c712595b55c1d84f2a4c52766afad9. - - - - - 1 changed

[vlc-commits] [Git][videolan/vlc][master] 3 commits: vout: subpictures: patch ephemer subpics once on enqueue

2024-01-23 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 2d03d860 by François Cartegnie at 2024-01-23T12:36:15+00:00 vout: subpictures: patch ephemer subpics once on enqueue - - - - - f0c82c3d by François Cartegnie at 2024-01-23T12:36:15+00:00 codec: aribsub: fix ephemer stop

[vlc-commits] [Git][videolan/vlc][master] 3 commits: demux: adaptive: do not recycle unbuffered chunks

2024-01-12 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: b33dc7b3 by François Cartegnie at 2024-01-12T09:26:01+00:00 demux: adaptive: do not recycle unbuffered chunks - - - - - 248dddf5 by François Cartegnie at 2024-01-12T09:26:01+00:00 demux: adaptive: do not recycle chunks

[vlc-commits] [Git][videolan/vlc][master] configure.ac: move -mbranch-protection to CPPFLAGS

2023-12-24 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: bee45df7 by Alexandre Janniaux at 2023-12-24T09:07:25+00:00 configure.ac: move -mbranch-protection to CPPFLAGS In automake, as opposed to usual make rules, CPPFLAGS are the flags only forwarded to the compiler whereas

[vlc-commits] [Git][videolan/vlc][master] 4 commits: opengl: gl_util: fix -Wsign-compare warning

2023-12-24 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 6c7a7cbf by Alexandre Janniaux at 2023-12-24T08:31:36+00:00 opengl: gl_util: fix -Wsign-compare warning ../../test/../modules/video_output/opengl/gl_util.c: In function ‘LogProgramErrors’:

[vlc-commits] [Git][videolan/vlc][master] 2 commits: packetizer: a52: fix recovery with dts set only

2023-12-24 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: d3d6132e by François Cartegnie at 2023-12-24T07:51:28+00:00 packetizer: a52: fix recovery with dts set only - - - - - a3bd36a5 by François Cartegnie at 2023-12-24T07:51:28+00:00 packetizer: a52: check and output truncated

[vlc-commits] [Git][videolan/vlc][master] qt: add platform checks to compositor_dcomp and compositor_win7

2023-12-23 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 9f076c3b by Fatih Uzunoglu at 2023-12-23T20:29:10+00:00 qt: add platform checks to compositor_dcomp and compositor_win7 - - - - - 2 changed files: - modules/gui/qt/maininterface/compositor_dcomp.cpp -

[vlc-commits] [Git][videolan/vlc][master] 5 commits: macosx: Split up reloading of table views and collection views into separate...

2023-12-23 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 7623709c by Claudio Cambra at 2023-12-23T14:29:05+00:00 macosx: Split up reloading of table views and collection views into separate methods in VLCLibraryAudioGroupDataSource Signed-off-by: Claudio Cambra

[vlc-commits] [Git][videolan/vlc][master] 5 commits: macosx: Fix indentation

2023-12-23 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: ccc11c3e by Claudio Cambra at 2023-12-23T14:05:15+00:00 macosx: Fix indentation Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 01485abd by Claudio Cambra at 2023-12-23T14:05:15+00:00 macosx: Check

[vlc-commits] [Git][videolan/vlc][master] 4 commits: mux: ts: tag PID transport with scrambling

2023-12-23 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 1befe288 by François Cartegnie at 2023-12-23T13:01:21+00:00 mux: ts: tag PID transport with scrambling - - - - - cde6d046 by François Cartegnie at 2023-12-23T13:01:21+00:00 mux: ts: add mandatory scrambling_descriptor - -

[vlc-commits] [Git][videolan/vlc][master] mux: ts: fix null deref

2023-12-23 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 50c3fc63 by François Cartegnie at 2023-12-23T11:09:52+00:00 mux: ts: fix null deref is null due to callback.. regression by 811b77c304046b4b39ee614f57bd75029e2e4385 - - - - - 1 changed file: - modules/mux/mpeg/ts.c

[vlc-commits] [Git][videolan/vlc][master] 4 commits: qml: do not instantiate DragItem within delegate

2023-12-23 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: cc261d50 by Fatih Uzunoglu at 2023-12-23T10:44:57+00:00 qml: do not instantiate DragItem within delegate - - - - - f547 by Fatih Uzunoglu at 2023-12-23T10:44:57+00:00 qml: fix selection of MusicArtistDelegate - - - - -

[vlc-commits] [Git][videolan/vlc][master] 5 commits: packetizer: hevc: add hevc_get_slice_pic_output

2023-12-12 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: c87eac4f by François Cartegnie at 2023-12-13T06:34:07+00:00 packetizer: hevc: add hevc_get_slice_pic_output - - - - - 67900dd2 by François Cartegnie at 2023-12-13T06:34:07+00:00 packetizer: hevc: add

[vlc-commits] [Git][videolan/vlc][master] 2 commits: test: player: use dummy resampler with aout

2023-12-12 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 1f828a38 by François Cartegnie at 2023-12-12T08:46:14+00:00 test: player: use dummy resampler with aout - - - - - 9bc7ded0 by François Cartegnie at 2023-12-12T08:46:14+00:00 test: player: do not fallback outside of test

[vlc-commits] [Git][videolan/vlc][master] 2 commits: mux: mp4: reject non annexB H264 input

2023-12-10 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 845fe4fc by François Cartegnie at 2023-12-10T13:02:48+00:00 mux: mp4: reject non annexB H264 input - - - - - 4856d892 by François Cartegnie at 2023-12-10T13:02:48+00:00 mux: mp4: reject raw AAC without its extradata - - -

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: purge MultipleBinding.qml

2023-12-08 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 1f5e62ab by Fatih Uzunoglu at 2023-12-08T19:27:40+00:00 qml: purge MultipleBinding.qml - - - - - 7b299caf by Fatih Uzunoglu at 2023-12-08T19:27:40+00:00 qml: set boundsBehavior for Flickables where applicable - - - - - 8

[vlc-commits] [Git][videolan/vlc][master] 5 commits: qml: allow null value in history property map

2023-12-08 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 8147f61f by Pierre Lamot at 2023-12-08T18:37:07+00:00 qml: allow null value in history property map fix: #28427 - - - - - 89179610 by Pierre Lamot at 2023-12-08T18:37:07+00:00 qml: remove _oldViewProperties from

[vlc-commits] [Git][videolan/vlc][master] mux: mp4: fix conversion regression

2023-12-08 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: a69e4c32 by François Cartegnie at 2023-12-08T17:03:25+00:00 mux: mp4: fix conversion regression regression by ad08ac23151d82c5eceec15db17b2e6d2b366758 - - - - - 1 changed file: - modules/mux/mp4/mp4.c Changes:

[vlc-commits] [Git][videolan/vlc][master] opengl: sub_renderer: release GL program in destructor

2023-11-17 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 69815da4 by Pierre Lamot at 2023-11-17T18:11:50+00:00 opengl: sub_renderer: release GL program in destructor - - - - - 1 changed file: - modules/video_output/opengl/sub_renderer.c Changes:

[vlc-commits] [Git][videolan/vlc][master] input: show number of source channels independently of layout and

2023-08-18 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: eb5716b3 by Francois Cartegnie at 2023-08-18T09:47:08+00:00 input: show number of source channels independently of layout and decoded refs #28319 - - - - - 1 changed file: - src/input/es_out.c Changes:

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qt, windows: fix CSD button handling with interface scaling

2023-08-07 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 434e14e4 by Prince Gupta at 2023-08-08T03:03:36+00:00 qt, windows: fix CSD button handling with interface scaling - - - - - f39f107f by Prince Gupta at 2023-08-08T03:03:36+00:00 qt: remove unused variable - - - - - 1

[vlc-commits] [Git][videolan/vlc][master] 3 commits: demux: adaptive: constify method

2023-07-12 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 50af6c7a by Francois Cartegnie at 2023-07-12T08:08:42+00:00 demux: adaptive: constify method - - - - - e0a1df00 by Francois Cartegnie at 2023-07-12T08:08:42+00:00 demux: adaptive: add selection state getter - - - - -

[vlc-commits] [Git][videolan/vlc][master] contrib: basu: update to 0.2.1

2023-05-31 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: e375872f by Johannes Kauffmann at 2023-05-31T10:36:36+00:00 contrib: basu: update to 0.2.1 - - - - - 2 changed files: - contrib/src/basu/SHA512SUMS - contrib/src/basu/rules.mak Changes:

[vlc-commits] [Git][videolan/vlc][3.0.x] demux: avi: interleave 0 samplesize PCM

2023-05-12 Thread @fcartegnie
François Cartegnie pushed to branch 3.0.x at VideoLAN / VLC Commits: 7533c9ee by Francois Cartegnie at 2023-05-12T12:33:58+00:00 demux: avi: interleave 0 samplesize PCM Avoids sending [a single] montrosample[s] refs #27393 (cherry picked from commit 4ed9fa53956d77ca6215f42831b0c5a15ce8d6c6)

[vlc-commits] [Git][videolan/vlc][master] codec: libass: fix leak on unmatched config string

2023-05-12 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: aa5690bc by Francois Cartegnie at 2023-05-12T11:54:37+00:00 codec: libass: fix leak on unmatched config string introduced by 11d7708b1a6540b7473d159c6c2ac5c7f73b0b60 - - - - - 1 changed file: - modules/codec/libass.c

[vlc-commits] [Git][videolan/vlc][master] 2 commits: vlc_ancillary: remove extra doxygen group closing tag

2023-05-10 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: b6a39ae0 by Francois Cartegnie at 2023-05-11T10:13:03+07:00 vlc_ancillary: remove extra doxygen group closing tag - - - - - 43907dd9 by Francois Cartegnie at 2023-05-11T10:39:01+07:00 vlc_es: move ancillaries to their own

[vlc-commits] [Git][videolan/vlc][master] 5 commits: demux: mp4: search lowest bframe pts in next chunks as well

2023-03-28 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 813f8e1c by Francois Cartegnie at 2023-03-28T16:26:46+00:00 demux: mp4: search lowest bframe pts in next chunks as well - - - - - 1bedf263 by Francois Cartegnie at 2023-03-28T16:26:46+00:00 demux: mp4: constify - - - - -

[vlc-commits] [Git][videolan/vlc][master] 2 commits: demux: hls: fix lazy loaded playlists timescale

2023-03-27 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 75f57e3a by Francois Cartegnie at 2023-03-27T14:57:29+00:00 demux: hls: fix lazy loaded playlists timescale - - - - - fcd6a9b6 by Francois Cartegnie at 2023-03-27T14:57:29+00:00 demux: hls: use internal max resolution

[vlc-commits] [Git][videolan/vlc][master] 2 commits: demux: mp4: split STTS lookup

2023-02-22 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 5a898df7 by Francois Cartegnie at 2023-02-22T21:07:42+00:00 demux: mp4: split STTS lookup - - - - - 0801b577 by Francois Cartegnie at 2023-02-22T21:07:42+00:00 demux: mp4: use binary search for chunk - - - - - 1 changed

[vlc-commits] [Git][videolan/vlc][master] sout: display: fix wrong decoder cast

2023-02-22 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 24465d37 by Alaric Senat at 2023-02-22T20:50:14+00:00 sout: display: fix wrong decoder cast Since bdede41db40209a000b56bd30ef4ab4c4e876425, `Add` returns an `id_sys_t` instead of a plain decoder. The cast must be adapted as

[vlc-commits] [Git][videolan/vlc][master] packetizer: h264: add one more zero reorder case

2023-02-17 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 43ad8704 by Francois Cartegnie at 2023-02-17T20:24:38+00:00 packetizer: h264: add one more zero reorder case - - - - - 1 changed file: - modules/packetizer/h264_nal.c Changes: =

[vlc-commits] [Git][videolan/vlc][master] 3 commits: demux: mp4: use single alloc for sgbp

2023-02-08 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: c4a2bd32 by Francois Cartegnie at 2023-02-08T22:18:43+00:00 demux: mp4: use single alloc for sgbp - - - - - 4675cd54 by Francois Cartegnie at 2023-02-08T22:18:43+00:00 demux: mp4: refactor matching group info - - - - -

[vlc-commits] [Git][videolan/vlc][master] demux: mp4: change helper to sum samples duration from range

2023-02-08 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 1927b0b6 by Francois Cartegnie at 2023-02-08T21:42:53+00:00 demux: mp4: change helper to sum samples duration from range - - - - - 1 changed file: - modules/demux/mp4/mp4.c Changes:

[vlc-commits] [Git][videolan/vlc][master] demux: mp4: refactor dts/pts allocators

2023-02-08 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 20956a81 by Francois Cartegnie at 2023-02-08T20:13:31+00:00 demux: mp4: refactor dts/pts allocators - - - - - 2 changed files: - modules/demux/mp4/mp4.c - modules/demux/mp4/mp4.h Changes:

[vlc-commits] [Git][videolan/vlc][master] 4 commits: video_chroma: chain: refactor filter creation

2023-01-21 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 422ea417 by Alexandre Janniaux at 2023-01-21T13:13:11+00:00 video_chroma: chain: refactor filter creation - - - - - cb07a077 by Alexandre Janniaux at 2023-01-21T13:13:11+00:00 video_chroma: chain: remove useless braces - -

[vlc-commits] [Git][videolan/vlc][master] codec: rav1e: use opaque pointer for storing pts

2023-01-21 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: bd2be7d8 by Tristan Matthews at 2023-01-21T12:37:03+00:00 codec: rav1e: use opaque pointer for storing pts - - - - - 1 changed file: - modules/codec/rav1e.c Changes: =

[vlc-commits] [Git][videolan/vlc][master] network: explicitly mark unreachable code

2023-01-21 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 4f9b8695 by Steve Lhomme at 2023-01-21T11:54:51+00:00 network: explicitly mark unreachable code We cant exit the loop without a return. - - - - - 1 changed file: - src/network/io.c Changes:

[vlc-commits] [Git][videolan/vlc][master] use _Noreturn keyword instead of noreturn macro

2023-01-18 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: cdba06b6 by Steve Lhomme at 2023-01-18T15:16:29+00:00 use _Noreturn keyword instead of noreturn macro This avoids collision with __declspec(noreturn) in Windows. In C23 they are both obsolete and [[noreturn]] should be used

[vlc-commits] [Git][videolan/vlc][master] access/http: fix type passed to conn_shutdown()

2023-01-04 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 3c9e8c20 by Steve Lhomme at 2023-01-04T15:38:45+00:00 access/http: fix type passed to conn_shutdown() It expects a boolean, not a shutdown type. The boolean values are based on the values passed before. SHUT_RD is 0, the

[vlc-commits] [Git][videolan/vlc][3.0.x] On the road to 3.0.19

2022-12-30 Thread @fcartegnie
François Cartegnie pushed to branch 3.0.x at VideoLAN / VLC Commits: 4585d552 by Jean-Baptiste Kempf at 2022-12-28T21:11:32+00:00 On the road to 3.0.19 - - - - - 2 changed files: - NEWS - configure.ac Changes: = NEWS

[vlc-commits] [Git][videolan/vlc][master] 2 commits: macosx: Fix dark appearance file output text label

2022-12-30 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: ccb852d7 by Dave Nicolson at 2022-12-30T14:57:11+00:00 macosx: Fix dark appearance file output text label - - - - - be523967 by Dave Nicolson at 2022-12-30T14:57:11+00:00 macosx: Fix choose destination header - - - - - 1

[vlc-commits] [Git][videolan/vlc][master] macosx: Fix menu offsets on Big Sur and later

2022-12-30 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 0679ad12 by Dave Nicolson at 2022-12-30T14:36:37+00:00 macosx: Fix menu offsets on Big Sur and later - - - - - 3 changed files: - modules/gui/macosx/UI/MainMenu.xib - modules/gui/macosx/menus/VLCMainMenu.h -

[vlc-commits] [Git][videolan/vlc][master] vlc_tracer: fix union target member

2022-12-29 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: b8cec147 by Francois Cartegnie at 2022-12-29T16:06:01+00:00 vlc_tracer: fix union target member - - - - - 1 changed file: - include/vlc_tracer.h Changes: = include/vlc_tracer.h

[vlc-commits] [Git][videolan/vlc][master] 2 commits: Win32: use GetKnownFolders API for dirs

2022-12-27 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 53219ebd by Prince Gupta at 2022-12-27T15:26:17+00:00 Win32: use GetKnownFolders API for dirs - - - - - 73ea7439 by Prince Gupta at 2022-12-27T15:26:17+00:00 Win32: correctly handle VLC_DISKTOP_DIR and VLC_DOWNLOAD_DIR - -

[vlc-commits] [Git][videolan/vlc][master] 8 commits: macosx: Rename colelction view item secondary text field from...

2022-12-27 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: dcd0bcfd by Claudio Cambra at 2022-12-27T09:19:18+00:00 macosx: Rename colelction view item secondary text field from durationTextField to secondaryInfoTextField Signed-off-by: Claudio Cambra develo...@claudiocambra.com -

[vlc-commits] [Git][videolan/vlc][master] qml: make FrostedGlassEffect a layer effect

2022-12-26 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: e3b28612 by Fatih Uzunoglu at 2022-12-26T10:31:42+00:00 qml: make FrostedGlassEffect a layer effect ... so that we can set background on it. Also, - Make MiniPlayer a control. - Refactor ScanProgressBar and make it a

[vlc-commits] [Git][videolan/vlc][master] qt: correct tooltip color inversion

2022-12-26 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: d28f235b by Fatih Uzunoglu at 2022-12-26T10:01:37+00:00 qt: correct tooltip color inversion - - - - - 1 changed file: - modules/gui/qt/style/systempalette.cpp Changes: =

[vlc-commits] [Git][videolan/vlc][master] qml: make player playlistview resizable

2022-12-26 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: fe9388b9 by Prince Gupta at 2022-12-26T09:32:36+00:00 qml: make player playlistview resizable - - - - - 1 changed file: - modules/gui/qt/player/qml/Player.qml Changes: =

[vlc-commits] [Git][videolan/vlc][3.0.x] 8 commits: demux: image: fix jpeg probe size return check

2022-12-26 Thread @fcartegnie
François Cartegnie pushed to branch 3.0.x at VideoLAN / VLC Commits: 22ae743f by Francois Cartegnie at 2022-12-26T09:01:27+00:00 demux: image: fix jpeg probe size return check valid jpeg data offset being greater than 0xff (cherry picked from commit a0e6c1758586a1b98a0100507a3f0c47839050c1)

[vlc-commits] [Git][videolan/vlc][master] 3 commits: codec: mediacodec: check helper return code

2022-12-24 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 2d701ece by Francois Cartegnie at 2022-12-24T15:13:02+00:00 codec: mediacodec: check helper return code - - - - - 7aa62d7a by Francois Cartegnie at 2022-12-24T15:13:02+00:00 codec: mediacodec: apply visible size from CSD -

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

2022-12-23 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 0e3d3c06 by Francois Cartegnie at 2022-12-23T15:15:18+00:00 demux: mp4: elst can only change if theres one - - - - - 203fb201 by Francois Cartegnie at 2022-12-23T15:15:18+00:00 demux: mp4: do not flag discontinuity after

[vlc-commits] [Git][videolan/vlc][master] 7 commits: qt: use negative margin for extending frame

2022-12-23 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 57a7bf51 by Prince Gupta at 2022-12-23T14:59:14+00:00 qt: use negative margin for extending frame - - - - - 99ee50c5 by Prince Gupta at 2022-12-23T14:59:14+00:00 qt: implement CSDButtonModel - - - - - 68a57d6f by Prince

[vlc-commits] [Git][videolan/vlc][master] 7 commits: fourcc: add GStreamer Memory opaque chroma

2022-12-20 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 5d6ce992 by Yann Lochet at 2022-12-20T15:00:25+00:00 fourcc: add GStreamer Memory opaque chroma - - - - - 5d153322 by Yann Lochet at 2022-12-20T15:00:25+00:00 gstdecode: add format negotiation This guarantees that the

[vlc-commits] [Git][videolan/vlc][master] cmdline: advanced options should take precedence

2022-12-20 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 1d312f1d by Francois Cartegnie at 2022-12-20T14:22:45+00:00 cmdline: advanced options should take precedence - - - - - 1 changed file: - src/config/help.c Changes: =

[vlc-commits] [Git][videolan/vlc][master] 3 commits: demux: image: fix jpeg probe size return check

2022-12-20 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: a0e6c175 by Francois Cartegnie at 2022-12-20T14:08:35+00:00 demux: image: fix jpeg probe size return check valid jpeg data offset being greater than 0xff - - - - - 8b310b2f by Francois Cartegnie at

[vlc-commits] [Git][videolan/vlc][master] qt: don't use RGB format in FadingEdgeListView

2022-12-20 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: b9d4730a by Fatih Uzunoglu at 2022-12-19T21:03:44+03:00 qt: dont use RGB format in FadingEdgeListView Support for this seems to be lacking with Direct3D, and ANGLE seems to not take this into consideration. Starting from

[vlc-commits] [Git][videolan/vlc][master] 17 commits: transcode: pcr_helper: increase the dummy max delay value

2022-12-17 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 954857f3 by Alaric Senat at 2022-12-17T18:10:36+00:00 transcode: pcr_helper: increase the dummy max delay value To ensure less false-positive dropped frame inferences. This value is still a place-holder until I have time to

[vlc-commits] [Git][videolan/vlc][master] qml: take display margins into consideration in FadingEdgeListView

2022-12-17 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 10ab9544 by Fatih Uzunoglu at 2022-12-17T17:52:04+00:00 qml: take display margins into consideration in FadingEdgeListView - - - - - 1 changed file: - modules/gui/qt/widgets/qml/FadingEdgeListView.qml Changes:

[vlc-commits] [Git][videolan/vlc][master] macosx: Remove unused helper methods in VLCVideoOutputProvider

2022-12-12 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: d4f5bd58 by Claudio Cambra at 2022-12-12T09:28:31+00:00 macosx: Remove unused helper methods in VLCVideoOutputProvider Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 2 changed files: -

[vlc-commits] [Git][videolan/vlc][master] demux: ogg: fix last page probing

2022-12-09 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: efcb930b by Francois Cartegnie at 2022-12-09T13:03:50+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

[vlc-commits] [Git][videolan/vlc][master] videotoolbox: remove obsolete workaround

2022-12-08 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: b698abe8 by Maxime Chapelet at 2022-12-08T17:02:48+00:00 videotoolbox: remove obsolete workaround Remove the picture flushing workaround since the described behaviour is obsolete after

[vlc-commits] [Git][videolan/vlc][master] packetizer: flac: fix CRC from emulated sync

2022-11-08 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: c14b5aa6 by Francois Cartegnie at 2022-11-08T15:06:43+00:00 packetizer: flac: fix CRC from emulated sync also skips some memcpy refs #27454 #27477 - - - - - 1 changed file: - modules/packetizer/flac.c Changes:

[vlc-commits] [Git][videolan/vlc][master] codec: faad: log version strings

2022-11-04 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 4216987a by Francois Cartegnie at 2022-11-04T18:54:11+00:00 codec: faad: log version strings - - - - - 1 changed file: - modules/codec/faad.c Changes: = modules/codec/faad.c

[vlc-commits] [Git][videolan/vlc][master] configure: don't build chromecast with --disable-chromecast

2022-11-04 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: c3cf379a by Steve Lhomme at 2022-11-04T16:51:29+00:00 configure: dont build chromecast with --disable-chromecast - - - - - 1 changed file: - configure.ac Changes: = configure.ac

[vlc-commits] [Git][videolan/vlc][3.0.x] 8 commits: demux: adaptive: fix unitialized var

2022-11-04 Thread @fcartegnie
François Cartegnie pushed to branch 3.0.x at VideoLAN / VLC Commits: b607efd5 by Francois Cartegnie at 2022-11-04T16:20:45+00:00 demux: adaptive: fix unitialized var - - - - - f8a1f5d5 by Francois Cartegnie at 2022-11-04T16:20:45+00:00 demux: hls: prefer average bandwidth when available

[vlc-commits] [Git][videolan/vlc][master] libplacebo: fix deprecated import

2022-10-28 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 7c68a820 by Niklas Haas at 2022-10-28T10:52:56+00:00 libplacebo: fix deprecated import Missed by 3ae342c140 - - - - - 2 changed files: - modules/video_output/libplacebo/instance.h -

[vlc-commits] [Git][videolan/vlc][master] 2 commits: packetizer: h264: add gettype helper

2022-10-28 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 1630610b by Francois Cartegnie at 2022-10-28T10:28:10+00:00 packetizer: h264: add gettype helper - - - - - 69b69eb9 by Francois Cartegnie at 2022-10-28T10:28:10+00:00 sout: rtp: use NAL defines/helpers - - - - - 3

[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: dvdread: do not use btn_it and its parent as packed structures

2022-08-31 Thread @fcartegnie
François Cartegnie pushed to branch 3.0.x at VideoLAN / VLC Commits: 49a27d65 by Steve Lhomme at 2022-08-31T18:41:59+00:00 contrib: dvdread: do not use btn_it and its parent as packed structures The 4x 12 bits packing is making the bitfield packing messy and incompatible with (non)MS packing

[vlc-commits] [Git][videolan/vlc][master] vlc_events: add event type count define

2022-08-31 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: c5600df3 by Francois Cartegnie at 2022-08-31T18:40:51+00:00 vlc_events: add event type count define - - - - - 1 changed file: - include/vlc_events.h Changes: = include/vlc_events.h

[vlc-commits] [Git][videolan/vlc][master] 3 commits: codec: opus: header fix needs valid defaults

2022-06-02 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 0d0df433 by Francois Cartegnie at 2022-06-02T13:57:05+00:00 codec: opus: header fix needs valid defaults - - - - - c9cd7454 by Francois Cartegnie at 2022-06-02T13:57:05+00:00 codec: opus: rewrite extradata handling - - - -

[vlc-commits] [Git][videolan/vlc][master] 7 commits: qml/ComboBoxExt: Fix the Popup 'z' value

2022-06-02 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 0505bad7 by Benjamin Arnaud at 2022-06-02T09:36:35+00:00 qml/ComboBoxExt: Fix the Popup z value - - - - - 980aeb4e by Benjamin Arnaud at 2022-06-02T09:36:35+00:00 qml/ComboBoxExt: Fix the null context warning - - - - -

[vlc-commits] [Git][videolan/vlc][master] 3 commits: d3d11_player: handle 0 dimensions we report to the app

2022-06-02 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: d22c1a2b by Steve Lhomme at 2022-06-02T09:10:37+00:00 d3d11_player: handle 0 dimensions we report to the app We could avoid sending 0, or we could avoid the rendering if its 0. But being a simple sample app, lets use the

[vlc-commits] [Git][videolan/vlc][master] 5 commits: qt: fix transcode wizard mrl

2022-06-02 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 1bcd4e83 by Francois Cartegnie at 2022-06-02T08:18:53+00:00 qt: fix transcode wizard mrl - - - - - 663b56b8 by Francois Cartegnie at 2022-06-02T08:18:53+00:00 qt: soutchain: escape and quote strings at value level - - - -

[vlc-commits] [Git][videolan/vlc][master] osd: epg: fix null deref on missing next event

2022-05-24 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 1c3fc96a by Francois Cartegnie at 2022-05-24T09:13:21+00:00 osd: epg: fix null deref on missing next event refs #26905 - - - - - 1 changed file: - src/video_output/video_epg.c Changes:

[vlc-commits] [Git][videolan/vlc][master] 4 commits: qt/interface_window_handler: Make the visualFocus condition generic

2022-04-23 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 7cb89f2b by Benjamin Arnaud at 2022-04-23T11:05:12+00:00 qt/interface_window_handler: Make the visualFocus condition generic Previously this condition was only working for QQuickControl(s). But we might want it to work

  1   2   >