[vlc-commits] [Git][videolan/vlc][master] upnp: remove duplicate include

2022-09-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: f9111b4e by Marvin Scholz at 2022-10-01T06:22:19+00:00 upnp: remove duplicate include The vlc_charset.h header is already included at the top of the file. - - - - - 1 changed file: - modules/services_discovery/upnp-wrapper.hpp

[vlc-commits] [Git][videolan/vlc][master] vlc_shared_data_ptr: accept implicit ctor for null

2022-09-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 98d7763c by Romain Vimont at 2022-10-01T04:29:53+00:00 vlc_shared_data_ptr: accept implicit ctor for null The main constructor, accepting a pointer, is explicit: my_ptr_type *p = ...; MySharedPtr ptr = p; /* invalid */

[vlc-commits] [Git][videolan/vlc][master] demux: ogg: set source rate instead of decoded rate

2022-09-30 Thread @Courmisch
RĂ©mi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 251455ff by Francois Cartegnie at 2022-09-30T19:37:52+00:00 demux: ogg: set source rate instead of decoded rate - - - - - 1 changed file: - modules/demux/ogg.c Changes: = modules/de

[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: zlib: disable building examples

2022-09-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: cc0c26ab by Steve Lhomme at 2022-09-30T14:41:07+00:00 contrib: zlib: disable building examples Hopefully this should fix the odd emscripten random build failure. - - - - - 1419660b by Steve Lhomme at 2022-09-30T14:41:07+00:00 con

[vlc-commits] [Git][videolan/vlc] Pushed new tag 3.0.18-rc2

2022-09-30 Thread David (@dfuhrmann)
David pushed new tag 3.0.18-rc2 at VideoLAN / VLC -- View it on GitLab: https://code.videolan.org/videolan/vlc/-/tree/3.0.18-rc2 You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance___ vlc-commi

[vlc-commits] [Git][videolan/vlc] Deleted tag 3.0.18-rc2

2022-09-30 Thread David (@dfuhrmann)
David deleted tag 3.0.18-rc2 at VideoLAN / VLC -- You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance___ vlc-commits mailing list vlc-commits@videolan.org https://mailman.videolan.org/listinfo

[vlc-commits] [Git][videolan/vlc][3.0.x] configure.ac: Correctly set version to 3.0.18-rc2

2022-09-30 Thread David (@dfuhrmann)
David pushed to branch 3.0.x at VideoLAN / VLC Commits: ed93768c by David Fuhrmann at 2022-09-30T10:36:07+02:00 configure.ac: Correctly set version to 3.0.18-rc2 - - - - - 1 changed file: - configure.ac Changes: = configure.ac =

[vlc-commits] [Git][videolan/vlc][master] 13 commits: mmdevice: move owner outside aout_stream_t

2022-09-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 3742acc5 by Thomas Guillem at 2022-09-30T06:33:18+00:00 mmdevice: move owner outside aout_stream_t - - - - - d09b0a78 by Thomas Guillem at 2022-09-30T06:33:18+00:00 mmdevice: rename owner functions These functions must be called