[vlc-commits] [Git][videolan/vlc][master] mock: fix pts in SET_POSITION control

2022-06-04 Thread @Courmisch
RĂ©mi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 7e3684a6 by Alexandre Janniaux at 2022-06-04T14:26:17+00:00 mock: fix pts in SET_POSITION control The PTS is a fraction of the length but should always be re-normalized by adding VLC_TICK_0 to be a valid timestamp. tes

[vlc-commits] [Git][videolan/vlc][master] 2 commits: avcodec: moves the cleanup of the AVCodecContext to the va module

2022-06-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1d43024f by Pierre Lamot at 2022-06-04T10:57:27+00:00 avcodec: moves the cleanup of the AVCodecContext to the va module If the va module succeed to open but is identified as unusable before the end of FFmpeg getFormat callb

[vlc-commits] [Git][videolan/vlc][master] 2 commits: clock: avg: add AvgResetAndFill

2022-06-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3295489b by Thomas Guillem at 2022-06-04T10:16:40+00:00 clock: avg: add AvgResetAndFill Refs #27023 - - - - - 6144634a by Thomas Guillem at 2022-06-04T10:16:40+00:00 clock: fill coeff_avg with the initial rate In order to

[vlc-commits] [Git][videolan/vlc][master] 22 commits: video_output: copy the redisplay handling in the if/else branch

2022-06-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ac85c5a6 by Steve Lhomme at 2022-06-04T09:48:35+00:00 video_output: copy the redisplay handling in the if/else branch This will allow some simplifications - - - - - 027d270a by Steve Lhomme at 2022-06-04T09:48:35+00:00 vid