[vlc-commits] [Git][videolan/vlc][master] 4 commits: fourcc: define code point for RTP video/raw

2022-03-16 Thread @chouquette
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC Commits: 77eab7cd by Rémi Denis-Courmont at 2022-03-16T07:46:28+00:00 fourcc: define code point for RTP video/raw - - - - - 2ba4b4e5 by Rémi Denis-Courmont at 2022-03-16T07:46:28+00:00 rtp: helpers to parse a=fmtp lines - - - - -

[vlc-commits] [Git][videolan/vlc][master] vlc_timestamp_helper: fix compilation from C++ modules

2022-03-16 Thread @chouquette
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC Commits: cd570400 by Steve Lhomme at 2022-03-16T08:51:05+00:00 vlc_timestamp_helper: fix compilation from C++ modules - - - - - 1 changed file: - include/vlc_timestamp_helper.h Changes: = i

[vlc-commits] [Git][videolan/vlc][master] libvlc: media: remove state handling

2022-03-16 Thread @chouquette
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC Commits: a0b1b870 by Thomas Guillem at 2022-03-16T10:01:32+00:00 libvlc: media: remove state handling Incomplete since c0c35a50025df54cee95ddb00b325438b1f47e5e The state should be fetched from the player, the list_player or the pa

[vlc-commits] [Git][videolan/libvlcpp][master] 3 commits: Media: Remove media states bindings in 4.0

2022-03-16 Thread @chouquette
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp Commits: 38a18211 by Hugo Beauzée-Luyssen at 2022-03-16T13:37:46+01:00 Media: Remove media states bindings in 4.0 - - - - - cdbae9df by Hugo Beauzée-Luyssen at 2022-03-16T13:38:01+01:00 EventManager: Remove onStateChange event

[vlc-commits] Bump vlcpp submodule

2022-03-16 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: master | Hugo Beauzée-Luyssen | Wed Mar 16 14:07:27 2022 +0100| [d3f2ef1eba1e86ac9ec143f42717b15df773ba07] | committer: Hugo Beauzée-Luyssen Bump vlcpp submodule > https://code.videolan.org/videolan/npapi-vlc/commit/d3f2ef1eba1e86ac9ec143f42717b15df773ba07 --- vlcpp | 2 +

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

2022-03-16 Thread @chouquette
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC Browser Plugins Commits: d3f2ef1e by Hugo Beauzée-Luyssen at 2022-03-16T14:07:27+01:00 Bump vlcpp submodule - - - - - 1 changed file: - vlcpp Changes: = vlcpp ==

[vlc-commits] [Git][videolan/vlc][master] opengl: handle downscaled luminance components

2022-03-16 Thread @chouquette
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC Commits: 05572e3f by Romain Vimont at 2022-03-16T15:39:54+00:00 opengl: handle downscaled luminance components Commit d8aebc365d81e76d4d502e7f97464f8fb3d65482 said: > The texture scaling factor represents how a plane is scaled com

[vlc-commits] [Git][videolan/vlc][master] contrib: upnp: do not try to detach detached thread

2022-03-16 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 4a44a134 by Steve Lhomme at 2022-03-16T17:01:31+00:00 contrib: upnp: do not try to detach detached thread This is a cherry-pick of a patch in the 1.6.x branch that has not been released yet. - - - - - 2 changed files: -

[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