[vlc-commits] d3d11va: fix mismatching ID3D11DeviceContext referencing

2019-11-20 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Nov 20 15:15:06 2019 +0100| [b4afb67f2096deebe9247454f1d816d723df902d] | committer: Steve Lhomme d3d11va: fix mismatching ID3D11DeviceContext referencing A reference is added in the private data of the video context. This reference is released in the

[vlc-commits] aout/coreaudio: Use symbols directly instead of dlsym

2019-11-20 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Fri Aug 2 13:59:13 2019 +0200| [1526f998d3cbff0a8bceebd8f2be6430972bc763] | committer: Thomas Guillem aout/coreaudio: Use symbols directly instead of dlsym It is not needed to load the symbols using dlsym here, they will be automatically

[vlc-commits] coreaudio: a valid timebase is now mandatory

2019-11-20 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Aug 16 09:01:20 2019 +0200| [868b358b1125abf554a516c37d93e3544f196287] | committer: Thomas Guillem coreaudio: a valid timebase is now mandatory For some unknown reason, ca_init_once() was not executed on iOS 9. Instead of debugging this

[vlc-commits] coreaudio: use os_unfair_lock symbols directly

2019-11-20 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Aug 16 09:57:49 2019 +0200| [4c9e348535d2e4043dec28bc3ea3b90d1b066422] | committer: Thomas Guillem coreaudio: use os_unfair_lock symbols directly And fix the timebase that was not initialized if the unfair_lock was not available. (cherry

[vlc-commits] coreaudio: move tinfo into p_sys

2019-11-20 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Wed Nov 20 13:50:45 2019 +0100| [03d4f115e0dc1b27af4711ff2d3766f7ef9fafb0] | committer: Thomas Guillem coreaudio: move tinfo into p_sys It doesn't need to be static since it is initialized from ca_Open(). (cherry picked from commit

[vlc-commits] coreaudio: move tinfo into p_sys

2019-11-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Nov 20 13:50:45 2019 +0100| [965dfdcea05077cd2c1f57ea82df45aa9c04cdf6] | committer: Thomas Guillem coreaudio: move tinfo into p_sys It doesn't need to be static since it is initialized from ca_Open(). >

[vlc-commits] codec: webvtt: use full pure directive

2019-11-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Nov 20 16:50:35 2019 +0900| [6e223d67aef8313a67c3a68df1af2b9847261397] | committer: Francois Cartegnie codec: webvtt: use full pure directive workaround autoconf misdetection >

[vlc-commits] demux: mp4: refactor extradata copy

2019-11-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Nov 19 15:54:03 2019 +0900| [249d247d895e9e730c8921b0a9b1b549ce6d0b13] | committer: Francois Cartegnie demux: mp4: refactor extradata copy > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=249d247d895e9e730c8921b0a9b1b549ce6d0b13 ---

[vlc-commits] demux: mp4: add unusual BGR mappings

2019-11-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Nov 20 15:44:42 2019 +0900| [fe489afd03fc820767b1a684d2bea3f4e201cbd4] | committer: Francois Cartegnie demux: mp4: add unusual BGR mappings refs #23079 >

[vlc-commits] demux: mp4: use extradata from stsd/glbl

2019-11-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Nov 20 14:26:23 2019 +0900| [262ece8d4aafa7ed68f0afd64e5e782dce1c431c] | committer: Francois Cartegnie demux: mp4: use extradata from stsd/glbl refs #23078 #23080 >