[vlc-commits] adjust: round when dividing

2019-07-17 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Tue Jul 16 15:53:22 2019 -0400| [11650366fbf9adf9f9c05a1dd996060d683aece2] | committer: Tristan Matthews adjust: round when dividing Fixes #22205 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=11650366fbf9adf9f9c05a1dd996060d683aece2 ---

[vlc-commits] glx: reorder code

2019-07-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 17 23:21:20 2019 +0300| [49ca4194b7b14390c9b039fdbe6b42663981d8ae] | committer: Rémi Denis-Courmont glx: reorder code Non-functional change. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=49ca4194b7b14390c9b039fdbe6b42663981d8ae

[vlc-commits] va: remove unused datum

2019-07-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 17 23:01:36 2019 +0300| [0c9e2441132b70f87653e054ea9e1135c1ea9f5b] | committer: Rémi Denis-Courmont va: remove unused datum > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0c9e2441132b70f87653e054ea9e1135c1ea9f5b ---

[vlc-commits] va: fix mismatched var-arg types

2019-07-17 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Wed Jul 17 22:09:01 2019 +0300| [ee139ff01a0d251dfb7c203d4c90c40570857388] | committer: Rémi Denis-Courmont va: fix mismatched var-arg types >

[vlc-commits] vaapi: fix mismatched close callback prototype

2019-07-17 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Wed Jul 17 22:04:30 2019 +0300| [814e0bcca188aaa370c1c53a470c73f73f883818] | committer: Rémi Denis-Courmont vaapi: fix mismatched close callback prototype (cherry picked from commit d01a9ca8a321b99d18a87fd49cee7e226262420d) >

[vlc-commits] va: move close callback to vlc_va_t

2019-07-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 17 22:03:20 2019 +0300| [a78f59b9d8bb1890cdcaf7f2fe4bf8c12fd94671] | committer: Rémi Denis-Courmont va: move close callback to vlc_va_t This is simpler and type-safer. >

[vlc-commits] vaapi: fix mismatched close callback prototype

2019-07-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 17 22:04:30 2019 +0300| [d01a9ca8a321b99d18a87fd49cee7e226262420d] | committer: Rémi Denis-Courmont vaapi: fix mismatched close callback prototype >

[vlc-commits] vdpau/avcodec: reorder code

2019-07-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 17 21:53:48 2019 +0300| [e70189bc51d3453552f8a0d008f5d35ca3959bb9] | committer: Rémi Denis-Courmont vdpau/avcodec: reorder code Non-functional change. >

[vlc-commits] wasapi: fix stop callback prototype

2019-07-17 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Wed Jul 17 21:46:03 2019 +0300| [b03729f0d869e5258b6f752aff1f0e51a1b94af1] | committer: Rémi Denis-Courmont wasapi: fix stop callback prototype >

[vlc-commits] wasapi: reorder code

2019-07-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 17 21:32:15 2019 +0300| [c42efae068ee82c7a1f62c113eebebdc75a908d5] | committer: Rémi Denis-Courmont wasapi: reorder code Non-functional change. >

[vlc-commits] aout: move aout stream stop callback...

2019-07-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 17 21:38:39 2019 +0300| [d85d95ccf4d4b8ee3e6bac714fdacd79a77e7f0f] | committer: Rémi Denis-Courmont aout: move aout stream stop callback... ...into to aout_stream_t. This is much simpler and provides type safety. >

[vlc-commits] mmdevice: remove unused datum

2019-07-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 17 21:42:23 2019 +0300| [6ad91e0297f487a592270a1ec334375109650414] | committer: Rémi Denis-Courmont mmdevice: remove unused datum > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6ad91e0297f487a592270a1ec334375109650414 ---

[vlc-commits] aout: fix mismatched aout stream stop prototypes

2019-07-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Jul 17 21:40:19 2019 +0300| [186ab773044995a8967767699cf4ab6ffc709960] | committer: Rémi Denis-Courmont aout: fix mismatched aout stream stop prototypes - WASAPI assumed a void return, - DirectSound assumed a HRESULT return, - MMDevice ignored

[vlc-commits] audiounit: update device latency when the route changes

2019-07-17 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Wed Jul 17 15:56:03 2019 +0200| [e2b5eb9b880380448587b32546a279497d626d96] | committer: Thomas Guillem audiounit: update device latency when the route changes (cherry picked from commit b46f49a81ce75d026b9fac1d00f5568c4a5ce6d3) >

[vlc-commits] audiounit: update device latency when the route changes

2019-07-17 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Jul 17 15:56:03 2019 +0200| [b46f49a81ce75d026b9fac1d00f5568c4a5ce6d3] | committer: Thomas Guillem audiounit: update device latency when the route changes This commit fixes airplay delay that may not be updated. >

[vlc-commits] vout: opengl: converter: prevent FPE with cropped empty spu

2019-07-17 Thread Francois Cartegnie
vlc/vlc-3.0 | branch: master | Francois Cartegnie | Wed Aug 29 11:07:38 2018 +0200| [6828c739026cc046a9576751439568269bfb58aa] | committer: Hugo Beauzée-Luyssen vout: opengl: converter: prevent FPE with cropped empty spu (cherry picked from commit 90989df9e3aab300c2d09a8eb9c0570e4cba4efa)

[vlc-commits] contrib/ffmpeg: fix iOS cross compilation

2019-07-17 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed Jul 17 13:58:07 2019 +0200| [44d007a9bbe629572f8ade692b24395e8c96439c] | committer: Felix Paul Kühne contrib/ffmpeg: fix iOS cross compilation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44d007a9bbe629572f8ade692b24395e8c96439c ---

[vlc-commits] codec: avcodec: fix broken check before copy (fix #22240)

2019-07-17 Thread Francois Cartegnie
vlc/vlc-3.0 | branch: master | Francois Cartegnie | Mon May 20 14:27:39 2019 +0200| [2b4f9d0b0e0861f262c90e9b9b94e7d53b864509] | committer: Hugo Beauzée-Luyssen codec: avcodec: fix broken check before copy (fix #22240) copy parameters are the picture ones regression by

[vlc-commits] unimotion: fix const strings passed as non const

2019-07-17 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jul 16 13:34:45 2019 +0200| [125ddf8c36c160b97de2516db864d00f771d5f94] | committer: Felix Paul Kühne unimotion: fix const strings passed as non const Signed-off-by: Felix Paul Kühne >