[vlc-commits] Qt: try to fix the crash on start

2015-04-09 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Thu Apr 9 12:27:11 2015 +0200| [0dce302d4cb74f4f9a2ddebb4a5db315895d58ea] | committer: Jean-Baptiste Kempf Qt: try to fix the crash on start The changes on preferences association registration, seems to have attacked the taskbar

[vlc-commits] demux: ts: use es_format_isSimilar

2015-04-09 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie fcvlc...@free.fr | Thu Apr 9 15:08:07 2015 +0200| [9956325272d710f8db30c553f92b686a4fb2bde5] | committer: Francois Cartegnie demux: ts: use es_format_isSimilar

[vlc-commits] dvdnav: Fix demux returning success in case or error

2015-04-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Thu Apr 9 12:55:56 2015 +0200| [d59b81a897c36b7d6227c5892d63b90d8febd786] | committer: Thomas Guillem dvdnav: Fix demux returning success in case or error It happened when StreamProbeDVD succeeded and when dvdnav_open_stream failed.

[vlc-commits] android: remove jni_IsVideoPlayerActivityCreated

2015-04-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Apr 8 17:17:51 2015 +0200| [027663d02d2bd7e917b3f10001f99a7de09d1dbd] | committer: Thomas Guillem android: remove jni_IsVideoPlayerActivityCreated VideoPlayer is now started when surfaces are available. If no surfaces are available,

[vlc-commits] android: update with last jni_LockAndGetAndroidJavaSurface changes

2015-04-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Apr 8 17:16:05 2015 +0200| [6ce78b99b69ed221d80c494723719db1b2b55006] | committer: Thomas Guillem android: update with last jni_LockAndGetAndroidJavaSurface changes if jni_LockAndGetAndroidJavaSurface returns NULL, no need to unlock.

[vlc-commits] android_window: refactor and move functions

2015-04-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Apr 8 17:12:47 2015 +0200| [0b83473c64d328779e4db272973c058766cdbd71] | committer: Thomas Guillem android_window: refactor and move functions

[vlc-commits] Qt: fix and update extension dialog

2015-04-09 Thread Jean-Baptiste Kempf
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf j...@videolan.org | Wed Apr 8 22:55:25 2015 +0200| [35225221aae15bc92440946bfeb6aa462b749d1e] | committer: Jean-Baptiste Kempf Qt: fix and update extension dialog Close #10350 (cherry picked from commit

[vlc-commits] contrib: fix URL for QT 4.8.5

2015-04-09 Thread Tristan Matthews
vlc/vlc-2.2 | branch: master | Tristan Matthews tma...@videolan.org | Wed Apr 8 16:30:32 2015 -0400| [f1169ad4623b3737de723c9234a3fee9f4999284] | committer: Tristan Matthews contrib: fix URL for QT 4.8.5 It is now under archive instead of official_releases

[vlc-commits] Qt: try to fix the crash on start

2015-04-09 Thread Jean-Baptiste Kempf
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf j...@videolan.org | Thu Apr 9 12:27:11 2015 +0200| [cd16d0a10ea94a013b69ede977868e24c418860b] | committer: Jean-Baptiste Kempf Qt: try to fix the crash on start The changes on preferences association registration, seems to have attacked the

[vlc-commits] mediacodec: check if codec is blacklisted first

2015-04-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Thu Apr 9 10:52:00 2015 +0200| [2ac314626f2afca4cdb302fb223fe4291366e0df] | committer: Thomas Guillem mediacodec: check if codec is blacklisted first Because getCapabilitiesForType can crash.