[vlc-commits] opengl: use union for on- and off-screen fields

2021-03-22 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Tue Mar 2 09:22:24 2021 +0100| [23f392cb9f657e466b1860f4cfc15c4b294d0f7f] | committer: Alexandre Janniaux opengl: use union for on- and off-screen fields Signed-off-by: Alexandre Janniaux > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23f392c

[vlc-commits] egl_pbuffer: add missing call to eglTerminate()

2021-03-22 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Mon Mar 22 15:00:05 2021 +0100| [a51ba24aa6b9d5e8864cd6420357091fbd663ed1] | committer: Alexandre Janniaux egl_pbuffer: add missing call to eglTerminate() The function eglInitialize() was called on open, but eglTerminate() was not called on close or error

[vlc-commits] demux: mp4: remove duplicated if branch

2021-03-22 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Sat Mar 20 10:54:42 2021 +0100| [be3c563b570a7e114012b12ad9d3965cf6731ac5] | committer: Alexandre Janniaux demux: mp4: remove duplicated if branch This is exactly the same code as right above. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h

[vlc-commits] display: assert that we handle all crop cases

2021-03-22 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Mon Mar 22 10:01:45 2021 +0100| [4d04dd0981d7f9823a3d2887cfe41707aadd2b82] | committer: Alexandre Janniaux display: assert that we handle all crop cases Otherwise, left/right/top/bottom will not be initialized when used, probably leading to strange c

[vlc-commits] demux: ts: fix MPGA and ADTS probing

2021-03-22 Thread Michael Kaufmann
vlc/vlc-3.0 | branch: master | Michael Kaufmann | Mon Mar 1 21:59:35 2021 +0100| [48afd4296d86830d4efa99ffa2cda5504cdc9ce1] | committer: Francois Cartegnie demux: ts: fix MPGA and ADTS probing MPEG-1 Audio Layer II (MP2) was erroneously detected as ADTS. MPGA: The previous check used wrong b

[vlc-commits] demux: ts: fix MPGA and ADTS probing

2021-03-22 Thread Michael Kaufmann
vlc | branch: master | Michael Kaufmann | Mon Mar 1 21:59:35 2021 +0100| [90a54ccb4c57a61523279e410cd957b1671a29df] | committer: Francois Cartegnie demux: ts: fix MPGA and ADTS probing MPEG-1 Audio Layer II (MP2) was erroneously detected as ADTS. MPGA: The previous check used wrong bitmasks