[vlc-commits] mediacodec: psz_name and psz_name are now visible by sub modules

2015-11-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Nov 6 16:40:15 2015 +0100| [089169471c7b5a5332813bae44865b68354044a9] | committer: Thomas Guillem mediacodec: psz_name and psz_name are now visible by sub modules >

[vlc-commits] android_utils: use ExceptionCheck

2015-11-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Nov 12 10:33:49 2015 +0100| [f92071359673632c5bc8245084468dd604c8a30b] | committer: Thomas Guillem android_utils: use ExceptionCheck Convenience function to check for pending exceptions without creating a local reference to the

[vlc-commits] mediacodec: use an helper for NewStringUTF

2015-11-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Nov 12 10:45:26 2015 +0100| [1efc94f5b0304016637ea6672a91e927d4867f5b] | committer: Thomas Guillem mediacodec: use an helper for NewStringUTF Always check the return value of this helper. This helper will aslo clear an exception if

[vlc-commits] audiotrack: use ExceptionCheck

2015-11-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Nov 12 10:32:57 2015 +0100| [fbfc6cec88b802a7da7c1897d31988198c296f0f] | committer: Thomas Guillem audiotrack: use ExceptionCheck Convenience function to check for pending exceptions without creating a local reference to the

[vlc-commits] mediacodec: factor set_integer

2015-11-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Nov 12 10:52:04 2015 +0100| [0eaa306d850e9c0d152d61875ce213cfc63ef6a1] | committer: Thomas Guillem mediacodec: factor set_integer > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0eaa306d850e9c0d152d61875ce213cfc63ef6a1 ---

[vlc-commits] mediacodec: use ExceptionCheck

2015-11-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Nov 12 10:30:34 2015 +0100| [df1e837991293d2b462ce52ffbe358ef57ac922f] | committer: Thomas Guillem mediacodec: use ExceptionCheck Convenience function to check for pending exceptions without creating a local reference to the

[vlc-commits] bluray: Fix missing chapters and title lengths when playing with menus

2015-11-12 Thread Petri Hintukainen
vlc | branch: master | Petri Hintukainen | Wed Nov 11 10:18:57 2015 +0200| [8d24164e285fa6a93a8c3fa8e2d53b31066b9eaa] | committer: Jean-Baptiste Kempf bluray: Fix missing chapters and title lengths when playing with menus Title length is unknown until playback of playlist

[vlc-commits] input: register title change callbacks only once

2015-11-12 Thread Petri Hintukainen
vlc | branch: master | Petri Hintukainen | Tue Nov 10 13:43:01 2015 +0200| [e2115fed06ecb8b5458bc7dce4e8c38deccfa504] | committer: Jean-Baptiste Kempf input: register title change callbacks only once Fixes skipping multiple titles with single click. Signed-off-by:

[vlc-commits] Freetype: handle special space characters

2015-11-12 Thread Salah-Eddin Shaban
vlc | branch: master | Salah-Eddin Shaban | Wed Nov 11 02:20:13 2015 +0200| [2d7a0207ca275ed2a7f1dafc2a77e3050738d58e] | committer: Jean-Baptiste Kempf Freetype: handle special space characters Close #15840 Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] sout: fix documentation

2015-11-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Nov 10 16:44:16 2015 +0100| [0809eab8677f07126cc061b6e3d289bdc3012e1e] | committer: Jean-Baptiste Kempf sout: fix documentation the default value for sout-mux-caching is 1.5s Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] bluray: use title names when available

2015-11-12 Thread Petri Hintukainen
vlc | branch: master | Petri Hintukainen | Wed Nov 11 10:19:16 2015 +0200| [93a89a3d401b2cd7f9571b0365fabe45fb3c1202] | committer: Jean-Baptiste Kempf bluray: use title names when available Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] bluray: fix incorrect current title in Playback menu

2015-11-12 Thread Petri Hintukainen
vlc | branch: master | Petri Hintukainen | Wed Nov 11 10:18:25 2015 +0200| [cf543be606c888d49064ffacc58b2bb9c1841d65] | committer: Jean-Baptiste Kempf bluray: fix incorrect current title in Playback menu Menu was showing new title even if title selection failed.