[vlc-commits] [Git][videolan/vlc][master] demux: h26x: relax requirement on AUD

2022-04-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 2c1f181e by Zhao Zhili at 2022-04-03T14:43:34+00:00 demux: h26x: relax requirement on AUD According to the spec, when an AUD is present, it shall be the first NAL unit. However, many samples don't follow this rule. - - - -

[vlc-commits] [Git][videolan/vlc][master] 7 commits: upnp-wrapper: remove pointless `#if` guards

2022-04-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: aaef25ce by Alaric Senat at 2022-04-03T11:57:52+00:00 upnp-wrapper: remove pointless `#if` guards These functions are inline and will be removed by the compiler anyway if unused. The #if guards add unecessary compexity. -

[vlc-commits] [Git][videolan/vlc][master] vlc_fifo: rename `_Release` to `_Delete`

2022-04-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 36ca47ff by Alaric Senat at 2022-04-02T13:48:38+00:00 vlc_fifo: rename `_Release` to `_Delete` "Release" usually imply that the object is refcounted in recents VLC naming conventions. "Delete" or "Destroy" is more common a

[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: Bump medialibrary to 0.11.2

2022-04-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b4a3ecc2 by Hugo Beauzée-Luyssen at 2022-04-02T12:48:25+00:00 contrib: Bump medialibrary to 0.11.2 The list of changes can be found at https://code.videolan.org/videolan/medialibrary/-/milestones/13 - - - - - 0c6b776e by H

[vlc-commits] [Git][videolan/vlc][master] 5 commits: qt: use variadic template in Singleton to allow generic types

2022-04-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 260eb142 by Fatih Uzunoglu at 2022-04-02T09:35:29+00:00 qt: use variadic template in Singleton to allow generic types - - - - - 5b97f4cc by Fatih Uzunoglu at 2022-04-02T09:35:29+00:00 qt: use Singleton in DialogsProvider -

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: fix mouse selection not working in default column in table view

2022-04-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: edecde7b by Prince Gupta at 2022-04-02T09:13:11+00:00 qml: fix mouse selection not working in default column in table view don't capture mouse clicks in hoverhandler of default col delegate fixup e2440608e0e4e40526f5125927

[vlc-commits] [Git][videolan/vlc][3.0.x] demux: mp4: relax restriction on parent of st3d/sv3d boxes

2022-03-31 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 1a1a9da7 by Zhao Zhili at 2022-03-31T17:24:00+00:00 demux: mp4: relax restriction on parent of st3d/sv3d boxes st3d/sv3d can appear in any VisualSampleEntry. It's easy to miss entry for new codecs. - - - - - 1 changed fil

[vlc-commits] [Git][videolan/vlc][master] 4 commits: qml: fix play cover position in network views

2022-03-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ff3174d9 by Prince Gupta at 2022-03-30T17:53:41+00:00 qml: fix play cover position in network views fixup 4e2f82386a8 - - - - - c984a594 by Prince Gupta at 2022-03-30T17:53:41+00:00 qml: fix warnings in NetworkThumbnailIte

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qt: update record icon

2022-03-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d4b33b6a by Pierre Lamot at 2022-03-29T17:38:38+00:00 qt: update record icon - - - - - 3f314c04 by Pierre Lamot at 2022-03-29T17:38:38+00:00 qml: make the record button red and animate it It is a common design language to

[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: medialibrary: Add missing crossfile.meson dependency

2022-03-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 657a8352 by Hugo Beauzée-Luyssen at 2022-03-27T18:03:56+00:00 contrib: medialibrary: Add missing crossfile.meson dependency - - - - - d43668b9 by Hugo Beauzée-Luyssen at 2022-03-27T18:03:56+00:00 contrib: Bump medialibrary

[vlc-commits] [Git][videolan/vlc][master] 2 commits: list: rectify Doxygen syntax

2022-03-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 02a0e409 by Rémi Denis-Courmont at 2022-03-27T15:47:08+00:00 list: rectify Doxygen syntax - - - - - 7e30ed11 by Rémi Denis-Courmont at 2022-03-27T15:47:08+00:00 list: simplify iteration using typeof The keyword is nominall

[vlc-commits] [Git][videolan/vlc][master] ffmpeg: fix DXVA2/D3D11 crash on bogus references

2022-03-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1e0b78a9 by Steve Lhomme at 2022-03-27T14:47:45+00:00 ffmpeg: fix DXVA2/D3D11 crash on bogus references Fixes #26738 - - - - - 2 changed files: - + contrib/src/ffmpeg/0001-dxva2_hevc-don-t-use-frames-as-reference-if-th

[vlc-commits] [Git][videolan/vlc][master] 14 commits: diffutil: provide a generic diffutil implementation

2022-03-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 230c1d1a by Pierre Lamot at 2022-03-27T13:01:07+00:00 diffutil: provide a generic diffutil implementation this allows to compare two lists and generate a list of insertions and deletion from the old list to the new one. Th

[vlc-commits] [Git][videolan/vlc][master] 2 commits: core: move config_AutoSaveConfigFile in core.c

2022-03-26 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 89afe265 by Steve Lhomme at 2022-03-26T15:36:24+00:00 core: move config_AutoSaveConfigFile in core.c No functional changes. - - - - - 08c9fc60 by Steve Lhomme at 2022-03-26T15:36:24+00:00 core: avoid sharing config_dirty

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: allow scrolling text on elision in default col delegate of table view

2022-03-26 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: e2440608 by Prince Gupta at 2022-03-26T11:14:23+00:00 qml: allow scrolling text on elision in default col delegate of table view - - - - - 10e096a3 by Prince Gupta at 2022-03-26T11:14:23+00:00 qml: allow scrolling text on e

[vlc-commits] [Git][videolan/vlc][master] 4 commits: aout: use container_of to get the owner

2022-03-26 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a9ab2bdc by Thomas Guillem at 2022-03-26T10:41:13+00:00 aout: use container_of to get the owner - - - - - 5e633503 by Thomas Guillem at 2022-03-26T10:41:13+00:00 aout: split aout and stream internally This change is requir

[vlc-commits] [Git][videolan/vlc][master] 2 commits: avparser: fix missing const

2022-03-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 72992236 by Alexandre Janniaux at 2022-03-23T15:51:22+00:00 avparser: fix missing const - - - - - ee23251d by Alexandre Janniaux at 2022-03-23T15:51:22+00:00 avparser: remove trailing line - - - - - 1 changed file: - mo

[vlc-commits] [Git][videolan/vlc][master] 2 commits: opengl: fix swizzle

2022-03-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 05f29287 by Romain Vimont at 2022-03-23T14:21:07+00:00 opengl: fix swizzle The four components are, in order: x, y, z, w. The U and V values are the first and second components in the second texture. Fixes #26735 - - - -

[vlc-commits] [Git][videolan/vlc][master] 2 commits: dav1d: fix compilation with (upcoming) dav1d 1.0

2022-03-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: dbf45cea by Steve Lhomme at 2022-03-21T05:30:37+00:00 dav1d: fix compilation with (upcoming) dav1d 1.0 - - - - - c8570567 by Steve Lhomme at 2022-03-21T05:30:37+00:00 contrib: dav1d: update to 1.0.0 - - - - - 3 changed f

[vlc-commits] [Git][videolan/vlc][master] 2 commits: demux: mp4: fix sidx lookup return timescale

2022-03-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a151c9c4 by Francois Cartegnie at 2022-03-21T05:15:11+00:00 demux: mp4: fix sidx lookup return timescale refs #26341 - - - - - dfe420ab by Francois Cartegnie at 2022-03-21T05:15:11+00:00 demux: mp4: fix lack of tfdt fallba

[vlc-commits] [Git][videolan/vlc][master] demux: mp4: fix unaligned trun seek

2022-03-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3ee0bb4c by Francois Cartegnie at 2022-03-21T04:52:47+00:00 demux: mp4: fix unaligned trun seek refs #26719 - - - - - 1 changed file: - modules/demux/mp4/mp4.c Changes: = modules/d

[vlc-commits] [Git][videolan/vlc][master] demux: hls: fix timescale attribute duplication on update

2022-03-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 8940fd6c by Francois Cartegnie at 2022-03-20T16:41:44+00:00 demux: hls: fix timescale attribute duplication on update - - - - - 1 changed file: - modules/demux/hls/playlist/Parser.cpp Changes:

[vlc-commits] [Git][videolan/vlc][master] rav1e: fix incorrect include

2022-03-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 6de977a0 by Marvin Scholz at 2022-03-19T18:14:09+00:00 rav1e: fix incorrect include The rav1e .pc file adds -I${includedir}/rav1e so including rav1e/rav1e.h would expand to ${includedir}/rav1e/rav1e/rav1e.h which leads to t

[vlc-commits] [Git][videolan/vlc][master] 3 commits: input: rename/move input_create_option

2022-03-17 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: dee5364c by Thomas Guillem at 2022-03-17T06:46:51+00:00 input: rename/move input_create_option Rename it to input_type, expose it via input_internal.h (usable by input.c / es_out.c), and pass it to es_out in order to avoid

[vlc-commits] [Git][videolan/vlc][master] 15 commits: demux: adaptive: force early output of first demuxed times

2022-03-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: e8be1a4e by Francois Cartegnie at 2022-03-16T20:52:37+00:00 demux: adaptive: force early output of first demuxed times - - - - - 5da424a6 by Francois Cartegnie at 2022-03-16T20:52:37+00:00 demux: adaptive: add buffering med

[vlc-commits] [Git][videolan/vlc][master] 2 commits: package/macosx: add option to create zip archive

2022-03-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 99a0df74 by Marvin Scholz at 2022-03-15T06:42:50+00:00 package/macosx: add option to create zip archive - - - - - 155036d4 by Marvin Scholz at 2022-03-15T06:42:50+00:00 CI: macosx: package zip instead of dmg (only for non-

[vlc-commits] [Git][videolan/vlc][3.0.x] Contrib: update bluray to 1.3.1

2022-03-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 0e901f99 by Jean-Baptiste Kempf at 2022-03-13T22:12:19+01:00 Contrib: update bluray to 1.3.1 (cherry picked from commit d9997a4fcc152bdfacb1ae0e5570b0d7e6b37941) Signed-off-by: Jean-Baptiste Kempf - - -

[vlc-commits] [Git][videolan/vlc][master] 6 commits: qml/MainCtx: allow modification and quering of setting values

2022-03-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 9cc3f302 by Prince Gupta at 2022-03-14T08:31:16+00:00 qml/MainCtx: allow modification and quering of setting values - - - - - 2347cf71 by Prince Gupta at 2022-03-14T08:31:16+00:00 qt: implement addLeaf function in navigatio

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml/controlbarcontrols: Create ReverseButton

2022-03-13 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 330f7ad1 by Benjamin Arnaud at 2022-03-13T14:13:24+00:00 qml/controlbarcontrols: Create ReverseButton - - - - - 6f82cea3 by Benjamin Arnaud at 2022-03-13T14:13:24+00:00 qml/ControlbarControls: Add REVERSE_BUTTON to the cont

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qt: Create control_list_filter

2022-03-11 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 026b9db3 by Benjamin Arnaud at 2022-03-11T09:41:32+00:00 qt: Create control_list_filter - - - - - 50df9c28 by Benjamin Arnaud at 2022-03-11T09:41:32+00:00 qml/PlayerControlLayout: Add ControlListFilter(s) to hide unnecessar

[vlc-commits] [Git][videolan/vlc][master] 8 commits: drm: move display.c to own directory

2022-03-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a4e68066 by Rémi Denis-Courmont at 2022-03-10T20:16:34+00:00 drm: move display.c to own directory - - - - - c44bf904 by Rémi Denis-Courmont at 2022-03-10T20:16:34+00:00 drm: inline trivial function - - - - - 3b55b7ef by Ré

[vlc-commits] [Git][videolan/vlc][master] 8 commits: qt: check cdda module exists before handling cdda specific option

2022-03-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: fdf0eaa4 by Lyndon Brown at 2022-03-10T06:13:49+00:00 qt: check cdda module exists before handling cdda specific option Fixes #26492. - - - - - eefbe74f by Lyndon Brown at 2022-03-10T06:13:49+00:00 qt: fix disabling unavai

[vlc-commits] [Git][videolan/vlc][master] qml: cleanup video recent view

2022-03-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d8f6e988 by Prince Gupta at 2022-03-08T23:11:04+00:00 qml: cleanup video recent view also fixes Video caption not visible when recent model is empty - - - - - 3 changed files: - modules/gui/qt/medialibrary/qml/VideoAll.

[vlc-commits] [Git][videolan/vlc][3.0.x] codec: avcodec: use filtered/best effort pts

2022-03-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 8dc979d5 by Francois Cartegnie at 2022-03-08T11:18:16+00:00 codec: avcodec: use filtered/best effort pts fixes playback/stuttering with wrong mux/monotonically increasing pts on frames that must be reordered. no change for

[vlc-commits] [Git][videolan/vlc][master] qml/TeletextWidget: Update to IconControlButton(s) and fix colors

2022-03-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0b67987f by Benjamin Arnaud at 2022-03-07T09:09:43+00:00 qml/TeletextWidget: Update to IconControlButton(s) and fix colors - - - - - 1 changed file: - modules/gui/qt/player/qml/controlbarcontrols/TeletextWidget.qml Cha

[vlc-commits] [Git][videolan/vlc][master] 7 commits: qt: fix `StringListConfigControl` height

2022-03-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b8acf760 by Lyndon Brown at 2022-03-05T23:55:49+00:00 qt: fix `StringListConfigControl` height Experiments proved that `fixed` should be the default for this type of control; it otherwise expands to capture additional heigh

[vlc-commits] [Git][videolan/vlc][master] qt: fix threaded usage of QGraphicsScene pixmap painting

2022-03-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 9ec6146c by Fatih Uzunoglu at 2022-03-05T19:52:30+00:00 qt: fix threaded usage of QGraphicsScene pixmap painting - - - - - 2 changed files: - modules/gui/qt/util/covergenerator.cpp - modules/gui/qt/util/covergenerator.hp

[vlc-commits] [Git][videolan/vlc][master] 3 commits: url: pick type to avoid casts

2022-03-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: cdfea222 by Rémi Denis-Courmont at 2022-03-05T19:20:41+00:00 url: pick type to avoid casts - - - - - 3028c3b9 by Rémi Denis-Courmont at 2022-03-05T19:20:41+00:00 url: don't force 8-bit masking If a subtraction underflows,

[vlc-commits] [Git][videolan/vlc][master] libvlc: disable OSD by default

2022-03-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4efd9096 by Steve Lhomme at 2022-03-05T13:52:17+00:00 libvlc: disable OSD by default Most libvlc usage means displaying the video in their own UI with their own style. We should not push our OSD style by default. It can sti

[vlc-commits] [Git][videolan/vlc][master] 4 commits: vout: d3d11: use video_transform_t to express the texture orientation

2022-03-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c28d1e02 by Steve Lhomme at 2022-03-05T12:23:02+00:00 vout: d3d11: use video_transform_t to express the texture orientation - - - - - 553f6091 by Steve Lhomme at 2022-03-05T12:23:02+00:00 libvlc: add the possibility to flip

[vlc-commits] [Git][videolan/vlc][master] 5 commits: contrib: libdsm: update to 0.4.0

2022-03-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 305eae38 by Thomas Guillem at 2022-03-05T02:10:49+00:00 contrib: libdsm: update to 0.4.0 And switch to meson. - - - - - 36ab008e by Thomas Guillem at 2022-03-05T02:10:49+00:00 dsm: make the smb_session interruptible - - -

[vlc-commits] [Git][videolan/vlc][master] 78 commits: demux: adaptive: add times references classes for demuxed data

2022-03-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 71a1e62c by Francois Cartegnie at 2022-03-04T20:50:16+00:00 demux: adaptive: add times references classes for demuxed data - - - - - 1fdd46df by Francois Cartegnie at 2022-03-04T20:50:16+00:00 demux: adaptive: propagate and

[vlc-commits] [Git][videolan/vlc][master] 2 commits: nfs: fix pf_read return values

2022-03-03 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 59a3d85d by Thomas Guillem at 2022-03-03T22:10:14+00: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. - - - - - 249a76b9 by

[vlc-commits] [Git][videolan/vlc][master] 3 commits: vlc_objects: add extern "C" convention

2022-02-26 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 65790424 by Alexandre Janniaux at 2022-02-26T11:12:41+00:00 vlc_objects: add extern "C" convention - - - - - 2c43dc1c by Alexandre Janniaux at 2022-02-26T11:12:41+00:00 vlc_objects: add C++ helper for vlc_object_create Whe

[vlc-commits] [Git][videolan/vlc][master] 6 commits: modules: bank: fix HAVE_DYNAMIC_PLUGINS not defined

2022-02-26 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0fb347db by Alexandre Janniaux at 2022-02-26T10:51:50+00:00 modules: bank: fix HAVE_DYNAMIC_PLUGINS not defined - - - - - 35732459 by Alexandre Janniaux at 2022-02-26T10:51:50+00:00 missing: fix harmless warnings vlc_sdp_S

[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: update to flac 1.3.4

2022-02-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: c3e2ac60 by Steve Lhomme at 2022-02-24T08:24:42+01:00 contrib: update to flac 1.3.4 (cherry picked from commit a49cca05d381ce6a0371fd1d15f983f2e4a58c04) Signed-off-by: Hugo Beauzée-Luyssen - - - - - 3 ch

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

2022-02-22 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 758b7183 by Jean-Baptiste Kempf at 2022-02-22T19:02:09+01:00 Update more NEWS for 3.0.17 - - - - - 1 changed file: - NEWS Changes: = NEWS = @@ -3,

[vlc-commits] [Git][videolan/vlc][master] mkv: fix statement has no effect warning

2022-02-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: cf8225b3 by Lyndon Brown at 2022-02-21T07:10:01+00:00 mkv: fix statement has no effect warning Loop revised to c11 style rather than just dropping the unnecessary `t;` upon request by Alexandre in review. ``` ../../modules

[vlc-commits] [Git][videolan/vlc][master] media_player: fix missing unlock on error

2022-02-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b287ec2c by Rémi Denis-Courmont at 2022-02-20T22:38:26+00:00 media_player: fix missing unlock on error Fixes #26635. - - - - - 1 changed file: - lib/media_player.c Changes: = lib/m

[vlc-commits] [Git][videolan/vlc][master] encoder: check encoder ops nullability

2022-02-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 21931db0 by Alaric Senat at 2022-02-20T13:57:07+00:00 encoder: check encoder ops nullability `ops` being NULL is a possibility when encoder loading failed. Fixes #26624 - - - - - 1 changed file: - src/input/decoder_hel

[vlc-commits] [Git][videolan/vlc][master] 2 commits: medialibrary: Update to 0.11.x API

2022-02-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0102a531 by Hugo Beauzée-Luyssen at 2022-02-19T15:47:05+00:00 medialibrary: Update to 0.11.x API Fix #26491 - - - - - 937a1d62 by Hugo Beauzée-Luyssen at 2022-02-19T15:47:05+00:00 contrib: Bump medialibrary to 0.11.0 - -

[vlc-commits] [Git][videolan/npapi-vlc][master] Bump vlcpp submodule

2022-02-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Browser Plugins Commits: 88fc6ff5 by Martin Storsjö at 2022-02-18T10:02:13+02:00 Bump vlcpp submodule - - - - - 1 changed file: - vlcpp Changes: = vlcpp =

[vlc-commits] [Git][videolan/vlc][master] contrib: freetype2: replace the UWP patch to fix bogus CreateFileA call

2022-02-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 54088315 by Steve Lhomme at 2022-02-19T12:26:52+00:00 contrib: freetype2: replace the UWP patch to fix bogus CreateFileA call Patch merged upstream - - - - - 4 changed files: - + contrib/src/freetype2/0001-builds-windo

[vlc-commits] [Git][videolan/vlc][master] url: Optimize vlc_url_decode

2022-02-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 88e3a4f0 by Hugo Beauzée-Luyssen at 2022-02-19T11:31:11+00:00 url: Optimize vlc_url_decode - - - - - 1 changed file: - src/text/url.c Changes: = src/text/url.c =

[vlc-commits] [Git][videolan/vlc][master] contrib: protobuf: Apply a patch to avoid relying on transitive includes

2022-02-19 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 5f677641 by Martin Storsjö at 2022-02-19T09:40:05+00:00 contrib: protobuf: Apply a patch to avoid relying on transitive includes This fixes build breakage with latest nightly libc++. Since https://github.com/llvm/llvm-proje

[vlc-commits] [Git][videolan/vlc][3.0.x] demux: avformat: fix IORead EOF value

2022-02-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 08b36ec7 by Francois Cartegnie at 2022-02-17T06:55:51+00:00 demux: avformat: fix IORead EOF value (cherry picked from commit b7c97da03be864d20713054d52eddfb9d93773bb) Signed-off-by: Thomas Guillem - - - - -

[vlc-commits] [Git][videolan/vlc][3.0.x] samba: limit the read size

2022-02-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 58aba0bc by Thomas Guillem at 2022-02-17T06:38:27+00:00 samba: limit the read size Fixes #22909 (cherry picked from commit abf527b59d632db06fae67b1322890c273a241c6) Signed-off-by: Thomas Guillem - - - - -

[vlc-commits] [Git][videolan/vlc][3.0.x] dav1d: continue decoding on recoverable errors

2022-02-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: b15e4043 by Ronald S. Bultje at 2022-02-15T20:00:02+01:00 dav1d: continue decoding on recoverable errors Fixes #26259 (closed), #26579 and dav1d/#383. (cherry picked from commit e890cc923355b87d4c40d035dbf16a4924fe95b2) Sig

[vlc-commits] [Git][videolan/vlc][master] 5 commits: Contribs: update Twolame to 0.4.0

2022-02-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: fb1dd770 by Jean-Baptiste Kempf at 2022-02-15T22:36:31+00:00 Contribs: update Twolame to 0.4.0 - - - - - d6717612 by Jean-Baptiste Kempf at 2022-02-15T22:36:31+00:00 Contribs: update mpg123 to 1.29.3 - - - - - 9a289291 by

[vlc-commits] [Git][videolan/vlc][master] lib: media_player: fix doxygen

2022-02-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7b8d3fc0 by Alexandre Janniaux at 2022-02-15T08:09:14+00:00 lib: media_player: fix doxygen Doxygen for libvlc_video_output_cfg_t and libvlc_video_render_cfg_t were not correct and led to the documentation of one field being

[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: bluray: Enable bdjava for arm macOS again

2022-02-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 58729fb1 by David Fuhrmann at 2022-02-13T19:19:30+01:00 contrib: bluray: Enable bdjava for arm macOS again OpenJDK builds now exist for arm macOS, and both compilation and execution of java blurays seem to work fine. Closes

[vlc-commits] [Git][videolan/vlc][master] qt/DirectCompositor: always insert external visual below all siblings

2022-02-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 35e9aa9d by Prince Gupta at 2022-02-14T09:38:45+00:00 qt/DirectCompositor: always insert external visual below all siblings it seems the code assumed that null m_videoVisual means that video visual is not in the visual tree

[vlc-commits] [Git][videolan/vlc][master] 8 commits: access: add a cache helper

2022-02-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 6dcd24dc by Thomas Guillem at 2022-02-13T21:30:58+00:00 access: add a cache helper Helper that can be used by any accesses, that will save up to 5 contexts up to 5 seconds (both configurable with a define). This helper cre

[vlc-commits] [Git][videolan/vlc][master] qml: fix chapter name displayed while hovering the seekbar

2022-02-13 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 2408ff7c by Pierre Lamot at 2022-02-13T20:40:09+00:00 qml: fix chapter name displayed while hovering the seekbar PointingTooltip.position was removed in commit 5f674bc - - - - - 1 changed file: - modules/gui/qt/player/q

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: Create DvdMenuButton

2022-02-13 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 5175d5b8 by Benjamin Arnaud at 2022-02-13T19:54:59+00:00 qml: Create DvdMenuButton - - - - - d52d056a by Benjamin Arnaud at 2022-02-13T19:54:59+00:00 qt/control_list_model: Add DVD_MENUS_BUTTON - - - - - c4dd4c9b by Benjam

[vlc-commits] [Git][videolan/vlc][master] qt: improve UI backbuffer synchronisation in X11 compositor

2022-02-13 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ef6b298f by Fatih Uzunoglu at 2022-02-13T10:58:23+00:00 qt: improve UI backbuffer synchronisation in X11 compositor - - - - - 1 changed file: - modules/gui/qt/maininterface/compositor_x11_uisurface.cpp Changes: ==

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qt/RoundImage: fix incorrect image displayed

2022-02-13 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 42dd825c by Prince Gupta at 2022-02-13T10:20:31+00:00 qt/RoundImage: fix incorrect image displayed previously when the image is found in the cache, the generator was not reset, this caused an invalid image to be loaded res

[vlc-commits] [Git][videolan/vlc][master] 12 commits: vlc_vout_display: fix doxygen

2022-01-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: e57a3870 by Alexandre Janniaux at 2022-01-29T18:07:27+00:00 vlc_vout_display: fix doxygen - references to member from different structure without context: - window -> vout_display_cfg.window - is_display_filled ->

[vlc-commits] [Git][videolan/vlc][master] direct3d11: don't use named initializers in C++

2022-01-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a4d0e534 by Steve Lhomme at 2022-01-25T14:47:03+00:00 direct3d11: don't use named initializers in C++ We have to write all the fields anyway otherwise we get a warning - - - - - 1 changed file: - modules/video_output/wi

[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: do not forcefully add /usr/share

2022-01-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4541dd91 by Rémi Denis-Courmont at 2022-01-25T07:16:26+00:00 contrib: do not forcefully add /usr/share This was supposed to prevent native .pc files of the build system being taken into use. But all this really did was add

[vlc-commits] [Git][videolan/vlc][master] demux: mp4: read one sample each time for opus

2022-01-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0a8da3bb by Zhao Zhili at 2022-01-24T13:11:07+00:00 demux: mp4: read one sample each time for opus - - - - - 1 changed file: - modules/demux/mp4/mp4.c Changes: = modules/demux/mp4/m

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: remove selection handling from video recent view

2022-01-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 364d4f09 by Prince Gupta at 2022-01-24T12:01:31+00:00 qml: remove selection handling from video recent view it's broken and not required - - - - - 8b4c5015 by Prince Gupta at 2022-01-24T12:01:31+00:00 qml: add drag and dro

[vlc-commits] [Git][videolan/vlc][master] 2 commits: opengl: sampler: fix swizzle components

2022-01-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c69bbb07 by Alexandre Janniaux at 2022-01-24T08:41:46+00:00 opengl: sampler: fix swizzle components The GLSL allows three different swizzling: - .rgba - .stuv - .xyzw However, they are not allowed to be mixed together:

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml/KeyNavigableTableView: account for section width in content width

2022-01-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ee73ef5c by Prince Gupta at 2022-01-15T15:52:47+00:00 qml/KeyNavigableTableView: account for section width in content width fixes table section texts get hidden if view doesn't have enough space - - - - - b7389073 by Princ

[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: videotoolbox : reload module if vout initialisation fails

2022-01-13 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 423bb86a by Maxime Chapelet at 2022-01-13T20:04:53+00:00 videotoolbox : reload module if vout initialisation fails (cherry picked from commit f702e7423d89fa7110e51157fd73107a730c23f1) - - - - - fe93f226 by Maxime Chapelet a

[vlc-commits] [Git][videolan/vlc][master] upnp: fix browsing of certain servers

2022-01-13 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 741f1f90 by Felix Paul Kühne at 2022-01-13T19:46:20+00:00 upnp: fix browsing of certain servers This is a partial revert of 785c6dfe. Some servers (notably PLEX, UMS, and some TV sets) amend the exposed media type with addi

[vlc-commits] [Git][videolan/vlc][master] 2 commits: VCLOpenGLES2VideoView : consider other application states to allow ios display initialization

2022-01-10 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 012b57cd by Maxime Chapelet at 2022-01-10T17:50:06+00:00 VCLOpenGLES2VideoView : consider other application states to allow ios display initialization the display can be created when the application state is active or inac

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: improve list view fading

2022-01-08 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1e284cc6 by Fatih Uzunoglu at 2022-01-08T16:25:38+00:00 qml: improve list view fading - - - - - 17daf1c0 by Fatih Uzunoglu at 2022-01-08T16:25:38+00:00 qml: enable fading in base table view - - - - - b0a2c8ae by Fatih Uzun

[vlc-commits] [Git][videolan/vlc][3.0.x] demux: adaptive: fix description leak

2022-01-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: 33ae1608 by Francois Cartegnie at 2022-01-07T07:24:02+00:00 demux: adaptive: fix description leak - - - - - 1 changed file: - modules/demux/adaptive/plumbing/FakeESOut.cpp Changes: =

[vlc-commits] [Git][videolan/vlc][master] mp4: fix invalid use of undefined pointer state

2022-01-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 9f03d79e by Lyndon Brown at 2022-01-07T07:09:25+00:00 mp4: fix invalid use of undefined pointer state if the `asprintf()` fails then the pointer is left in an undefined state. should it fail and the append-to-list and any

[vlc-commits] [Git][videolan/vlc][master] 2 commits: glspectrum: use symbols from vlc_gl_t instance

2022-01-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: bd7eefb7 by Alexandre Janniaux at 2022-01-07T01:30:49+00:00 glspectrum: use symbols from vlc_gl_t instance Use the symbols from the vlc_gl_t instance for OpenGL instead of linking the platform OpenGL library. This effectiv

[vlc-commits] [Git][videolan/vlc][master] extract: update longtext of --extract-component

2022-01-05 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b82eff67 by Lyndon Brown at 2022-01-05T07:53:48+00:00 extract: update longtext of --extract-component out of date since 0d895d8ecd05dd4290cae5781671599812f5e421 - - - - - 1 changed file: - modules/video_filter/extract.c

[vlc-commits] [Git][videolan/vlc][master] freetype: remove unnecessary rgb range calls

2022-01-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 33290609 by Lyndon Brown at 2022-01-05T07:38:42+00:00 freetype: remove unnecessary rgb range calls already done by the add_rgb() macro - - - - - 1 changed file: - modules/text_renderer/freetype/freetype.c Changes: ==

[vlc-commits] [Git][videolan/vlc][master] kwallet: fix invalid free

2022-01-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 8f8f1fd0 by Lyndon Brown at 2022-01-02T18:15:30+00:00 kwallet: fix invalid free - - - - - 1 changed file: - modules/keystore/kwallet.c Changes: = modules/keystore/kwallet.c

[vlc-commits] [Git][videolan/vlc][master] qml: slight refactor frosted glass effect

2022-01-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1d32cd03 by Fatih Uzunoglu at 2022-01-02T17:08:40+00:00 qml: slight refactor frosted glass effect - - - - - 4 changed files: - modules/gui/qt/player/qml/MiniPlayer.qml - modules/gui/qt/playlist/qml/PlaylistListView.qml -

[vlc-commits] [Git][videolan/vlc][3.0.x] 3 commits: demux: mp4: fix inverted logic

2022-01-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Commits: a004ccdb by Zhao Zhili at 2021-12-30T13:01:05+08:00 demux: mp4: fix inverted logic (cherry picked from commit b79dabdd05cb9e575d4c8b44607833ef803f37ac) - - - - - a308e178 by Zhao Zhili at 2021-12-30T13:02:00+08:00 demux: mp

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: improve maindisplay playlist states

2022-01-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 687f8c2c by Fatih Uzunoglu at 2022-01-02T10:40:29+00:00 qml: improve maindisplay playlist states - - - - - 6901005f by Fatih Uzunoglu at 2022-01-02T10:40:29+00:00 qml: eliminate unneeded PropertyChanges in miniplayer - - -

[vlc-commits] [Git][videolan/vlc][master] 4 commits: qml: correct connections in ControlLayout

2022-01-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: f9fd2bf9 by Fatih Uzunoglu at 2022-01-01T21:43:05+00:00 qml: correct connections in ControlLayout - - - - - 84f19fbf by Fatih Uzunoglu at 2022-01-01T21:43:05+00:00 qml: make TeletextWidget a control - - - - - 1ac104f0 by F

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml/TableViewDelegate: use IcontoolButton for context button

2022-01-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 668255fa by Prince Gupta at 2022-01-01T10:32:03+00:00 qml/TableViewDelegate: use IcontoolButton for context button - - - - - ec09f7d7 by Prince Gupta at 2022-01-01T10:32:03+00:00 qml/ListViews: improve context menu popup po

[vlc-commits] [Git][videolan/vlc][master] update: fix invalid free

2022-01-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 69372b62 by Lyndon Brown at 2022-01-01T09:56:07+00:00 update: fix invalid free - - - - - 1 changed file: - src/misc/update.c Changes: = src/misc/update.c ===

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: use spacing instead of margin

2022-01-01 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4fed8ad9 by Fatih Uzunoglu at 2022-01-01T09:41:24+00:00 qml: use spacing instead of margin - - - - - aabd62f5 by Fatih Uzunoglu at 2022-01-01T09:41:24+00:00 qml: move mode property to root - - - - - 7ef6f916 by Fatih Uzuno

[vlc-commits] [Git][videolan/vlc][master] mp4: add support for Opus

2021-12-31 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 5145d988 by Dmitry Ilyin at 2021-12-31T18:58:03+00:00 mp4: add support for Opus non standard, mp4ra.org mapping - - - - - 1 changed file: - modules/demux/mp4/mpeg4.h Changes: = mod

[vlc-commits] [Git][videolan/vlc][master] upnp: inherit SAT>IP options

2021-12-31 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c9b80802 by Felix Paul Kühne at 2021-12-31T14:16:00+00:00 upnp: inherit SAT>IP options This correctly deploys custom values set through mobile apps - - - - - 1 changed file: - modules/services_discovery/upnp.cpp Chang

[vlc-commits] [Git][videolan/vlc][master] avahi: fix invalid free

2021-12-31 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 28bb0054 by Lyndon Brown at 2021-12-31T12:25:26+00:00 avahi: fix invalid free - - - - - 1 changed file: - modules/services_discovery/avahi.c Changes: = modules/services_discovery/av

[vlc-commits] [Git][videolan/vlc][master] freetype: fix invalid free

2021-12-31 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b23975d9 by Lyndon Brown at 2021-12-31T11:59:29+00:00 freetype: fix invalid free - - - - - 1 changed file: - modules/text_renderer/freetype/fonts/win32.c Changes: = modules/text_ren

[vlc-commits] [Git][videolan/vlc][master] modules: fix invalid frees

2021-12-31 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: cf16bd05 by Lyndon Brown at 2021-12-31T11:25:01+00:00 modules: fix invalid frees - - - - - 1 changed file: - src/modules/cache.c Changes: = src/modules/cache.c =

[vlc-commits] [Git][videolan/vlc][master] resource: fix invalid free

2021-12-31 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 866c621c by Lyndon Brown at 2021-12-31T09:31:06+00:00 resource: fix invalid free - - - - - 1 changed file: - src/input/resource.c Changes: = src/input/resource.c ===

[vlc-commits] [Git][videolan/vlc][master] platform: add missing error check

2021-12-31 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c95a66ef by Lyndon Brown at 2021-12-31T08:54:03+00:00 platform: add missing error check - - - - - 2 changed files: - src/darwin/dirs.m - src/os2/dirs.c Changes: = src/darwin/dirs.m

[vlc-commits] [Git][videolan/vlc][master] packetizer: mpeg4audio: typo

2021-12-30 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4c2ca682 by Francois Cartegnie at 2021-12-28T10:52:47+01:00 packetizer: mpeg4audio: typo - - - - - 1 changed file: - modules/packetizer/mpeg4audio.c Changes: = modules/packetizer/mp

[vlc-commits] [Git][videolan/vlc][master] 3 commits: demux: mp4: fix inverted logic

2021-12-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b79dabdd by Zhao Zhili at 2021-12-27T17:21:22+00:00 demux: mp4: fix inverted logic - - - - - c6fe9cbc by Zhao Zhili at 2021-12-27T17:21:22+00:00 demux: mp4: fix dead loop The first pass select track A, then the second pass

<    5   6   7   8   9   10   11   12   13   >