[vlc-commits] macosx: Move diagnostic ignore in VLCFSPanelController

2016-12-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Dec 21 22:01:12 2016 +0100| [634cd2e0e3d26237c47a11d752ec16e312ddc491] | committer: Marvin Scholz macosx: Move diagnostic ignore in VLCFSPanelController This moves the partial availability ignore to a better position. >

[vlc-commits] macOS: disable warnings for FSPanelController

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 21:21:53 2016 +0100| [1fbcaed5fc2293e4278d73abd497cfe40b8afcad] | committer: Jean-Baptiste Kempf macOS: disable warnings for FSPanelController Some drawing directives are too new, this code needs review and fixes

[vlc-commits] macOS: OpenWindow, do not silently call objectAtIndexedSubscript

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 21:21:21 2016 +0100| [6556301c86849384c41cb5ec408820325b4fb7b9] | committer: Jean-Baptiste Kempf macOS: OpenWindow, do not silently call objectAtIndexedSubscript Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] Configure Obj-C to fail with partial-availability

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 21:22:07 2016 +0100| [8f71f55d3b78799c4fc6ee1c103ffe216be4b6c6] | committer: Jean-Baptiste Kempf Configure Obj-C to fail with partial-availability This is quite drastic but will avoid some silent failures on old OS X

[vlc-commits] macOS: playlist, do not silently call objectAtIndexedSubscript

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 21:13:48 2016 +0100| [9b0e91db2c9c4dcafcb245f096704d016d57b196] | committer: Jean-Baptiste Kempf macOS: playlist, do not silently call objectAtIndexedSubscript Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] macOS: DialogProvider, do not silently call objectAtIndexedSubscript

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 21:21:13 2016 +0100| [7398f5f15680400f71b176eb88d04e60251375ab] | committer: Jean-Baptiste Kempf macOS: DialogProvider, do not silently call objectAtIndexedSubscript Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] macOS: statusbar do not warn about modern selectors for visibility

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 21:22:02 2016 +0100| [60afd8a149ad6f629ff108ba5fb862ca487dc911] | committer: Jean-Baptiste Kempf macOS: statusbar do not warn about modern selectors for visibility Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] macOS: disable warnings around Slider.isVertical

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 21:21:40 2016 +0100| [b3a22f5abb99dcb25f0f425e000e18a913100cf6] | committer: Jean-Baptiste Kempf macOS: disable warnings around Slider.isVertical This is temporary, until we find a better solution Signed-off-by:

[vlc-commits] macosx: Fix more weak NSWindow references

2016-12-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Sep 9 15:58:23 2016 +0200| [354e17c871e3deffdcd01cc9b7f5cf859e734d09] | committer: Jean-Baptiste Kempf macosx: Fix more weak NSWindow references Weak NSWindow references are not allowed on 10.7, and will lead to runtime crashes.

[vlc-commits] macosx: Fix more weak NSWindow references

2016-12-21 Thread epira...@gmail.com
vlc | branch: master | epira...@gmail.com | Fri Sep 9 15:58:23 2016 +0200| [869167dd83c2ff505773e8aece54ee0d1cab18b4] | committer: Jean-Baptiste Kempf macosx: Fix more weak NSWindow references Weak NSWindow references are not allowed on 10.7, and will lead to runtime

[vlc-commits] macOS vout: correctly redefine missing SDK declarations

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 20:23:28 2016 +0100| [e86f5a8de0dcafcc67950e10638cd4ac9a713b17] | committer: Jean-Baptiste Kempf macOS vout: correctly redefine missing SDK declarations Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] os_notification has an OS target of 10.8

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 20:23:15 2016 +0100| [594296276fd73bd40fc45ad5cf50570495f16e39] | committer: Jean-Baptiste Kempf os_notification has an OS target of 10.8 All the NSUser* classes are 10.8; but the rest of the code, using Growl, should

[vlc-commits] macOS vout: do not warn about modern selectors

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 20:23:36 2016 +0100| [b630e409cde85bb968241bfddda6777c2ebacb55] | committer: Jean-Baptiste Kempf macOS vout: do not warn about modern selectors Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] Keychain: do not silently call objectAtIndexedSubscript

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 20:23:05 2016 +0100| [a9423a96267f21229fd50e88d2f82a9d9cc40f4e] | committer: Jean-Baptiste Kempf Keychain: do not silently call objectAtIndexedSubscript Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] Keychain: check osx version at runtime to avoid impossible properties

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 20:22:54 2016 +0100| [c8fa954d257fd177d4a81069431b771919d33e87] | committer: Jean-Baptiste Kempf Keychain: check osx version at runtime to avoid impossible properties Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] NSSpeech: do not silently call objectAtIndexedSubscript and objectForKeyedSubscript

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 20:23:24 2016 +0100| [fb706bcc9f061c614ce68150bfe0f6f19a6cd9b6] | committer: Jean-Baptiste Kempf NSSpeech: do not silently call objectAtIndexedSubscript and objectForKeyedSubscript Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] Bonjour: do not silently call objectAtIndexedSubscript and objectForKeyedSubscript

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 20:23:21 2016 +0100| [b755f6990faa9ea44673a4756f2a2e805b14] | committer: Jean-Baptiste Kempf Bonjour: do not silently call objectAtIndexedSubscript and objectForKeyedSubscript Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] AVcapture: do not silently call objectAtIndexedSubscript

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 20:22:19 2016 +0100| [286bf0fc49aa69a9ebf6b26a222acab6ea3b0976] | committer: Jean-Baptiste Kempf AVcapture: do not silently call objectAtIndexedSubscript Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] Videotoolbox has an OS target of 10.8

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 20:22:41 2016 +0100| [1c35b300b5fd24343d7c16520286ec26a791c7a9] | committer: Jean-Baptiste Kempf Videotoolbox has an OS target of 10.8 Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] Videotoolbox: fix compilation for 10.8

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 20:22:47 2016 +0100| [c30f4c6b0c22aa3c1288c10c2762cc82b1baab76] | committer: Jean-Baptiste Kempf Videotoolbox: fix compilation for 10.8 Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] contribs: mpg123: update to 1.23.8

2016-12-21 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Dec 21 18:07:27 2016 +0100| [0b674cab22fe6da8939c8779747a4ec16c56a04c] | committer: Thomas Guillem contribs: mpg123: update to 1.23.8 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b674cab22fe6da8939c8779747a4ec16c56a04c

[vlc-commits] macosx: Remove unused interface builder plugin

2016-12-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Dec 21 17:02:55 2016 +0100| [5e7335e294e1f26c8e70eddcd1b819bc6b46519b] | committer: Marvin Scholz macosx: Remove unused interface builder plugin >

[vlc-commits] demux/mp4: fix null-deref when FromCharset() fails

2016-12-21 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Dec 21 16:20:17 2016 +0100| [6fca9f1489ff97fb5722baceeffa451efffddae3] | committer: Thomas Guillem demux/mp4: fix null-deref when FromCharset() fails FromCharset() can return NULL in case of error. This fixes a regression introduced

[vlc-commits] demux: ts: fix regression with incorrect pes headers

2016-12-21 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Dec 21 13:58:12 2016 +0100| [7d2c0123d6b895ddfafcef44fb39ae7e7ad7ae62] | committer: Francois Cartegnie demux: ts: fix regression with incorrect pes headers Just discard dts/pts, not payload. refs sample OC3.demo.ts #16679 >

[vlc-commits] vout/android: display: fix ClearSurface for SW rendering

2016-12-21 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Dec 21 12:50:28 2016 +0100| [158ab9157f1eef7258e2ad326b0ff1192c1ebdc8] | committer: Thomas Guillem vout/android: display: fix ClearSurface for SW rendering >

[vlc-commits] vout/android: rename AWindowHandler_setWindowLayout

2016-12-21 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Dec 21 12:53:48 2016 +0100| [12d482b3b43d3b52f2b73067b24d7c2a5fabcc5f] | committer: Thomas Guillem vout/android: rename AWindowHandler_setWindowLayout >

[vlc-commits] Contribs: VPX, pass the Extra_Cflags too for macOS

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 14:13:49 2016 +0100| [3924a467c937d529db9c42b81f0d58c22384624f] | committer: Jean-Baptiste Kempf Contribs: VPX, pass the Extra_Cflags too for macOS >

[vlc-commits] VPX: remove duplicate flags

2016-12-21 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Dec 21 13:59:08 2016 +0100| [49c9b3cbddbb06dbbfbdf1e561031df039ecd8a6] | committer: Jean-Baptiste Kempf VPX: remove duplicate flags >