[vlc-commits] [Git][videolan/vlc][master] lib: add missing libvlc_dialog_set_error_callback symbol

2022-05-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: cefa4c00 by Mark Lee at 2022-05-05T05:37:19+00:00 lib: add missing libvlc_dialog_set_error_callback symbol New API method added with 211baa3ffee2380ea8adba35f164a3ecd11bc69c but the symbol was not added to the libvlc.sym fi

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

2022-05-04 Thread Romain Vimont (@rom1v)
Romain Vimont pushed to branch master at VideoLAN / VLC Commits: d651ee5b by Romain Vimont at 2022-05-04T22:20:28+00:00 rtp: fix initialization The pointer pt->opaque was initialized only under some conditions in rtp_h264_open(), but its value was used unconditionnaly in rtp_h264_init(). Repo

[vlc-commits] [Git][videolan/vlc][master] d3d11: pass a vlc_logger to D3D11_AllocateResourceView()

2022-05-04 Thread @chouquette
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC Commits: f7803af5 by Steve Lhomme at 2022-05-04T07:04:47+00:00 d3d11: pass a vlc_logger to D3D11_AllocateResourceView() No need to force the caller to know about its object. - - - - - 7 changed files: - modules/codec/avcodec/d3