[vlc-commits] Makefile: syntax error

2016-04-25 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Apr 26 00:50:36 2016 +0300| [f4e4f23b95bdcd4541b8307eababa99822f0b274] | committer: Rémi Denis-Courmont Makefile: syntax error > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f4e4f23b95bdcd4541b8307eababa99822f0b274

[vlc-commits] Qt: exiting fullscreen now restores the window to the correct size

2016-04-25 Thread Benoît Noël du Payrat
vlc/vlc-2.2 | branch: master | Benoît Noël du Payrat | Mon Apr 25 18:09:00 2016 +0200| [648ceb997f2ffe2aceeaa76909bcf292988f033b] | committer: Jean-Baptiste Kempf Qt: exiting fullscreen now restores the window to the correct size Fix #16763 Signed-off-by:

[vlc-commits] dialog: fix comment typo

2016-04-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Apr 25 16:36:11 2016 +0200| [b99a05e865e352f4e979185a57f3adb54b7b41f3] | committer: Thomas Guillem dialog: fix comment typo diaog -> dialog >

[vlc-commits] mux: ts: fix service strings encoding

2016-04-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Apr 25 15:53:19 2016 +0200| [d680ada88ae3405d89102dd750fab2d9cd0895aa] | committer: Francois Cartegnie mux: ts: fix service strings encoding >

[vlc-commits] mux: ts: don't map service type arbitrarily

2016-04-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Apr 25 13:23:36 2016 +0200| [4025bcbd18644f76bc08750be81e28d8204619be] | committer: Francois Cartegnie mux: ts: don't map service type arbitrarily >

[vlc-commits] mux: ts: add sdt even if names are empty

2016-04-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Apr 25 14:40:09 2016 +0200| [43fc6ee125ebf59fdfa662f2337a686303bdf74c] | committer: Francois Cartegnie mux: ts: add sdt even if names are empty as it contains service type >

[vlc-commits] mux: ts: simplify bih params

2016-04-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Apr 25 11:24:41 2016 +0200| [999b7e0a975253fb51a90753c1dd8182b148dcd5] | committer: Francois Cartegnie mux: ts: simplify bih params >

[vlc-commits] mux: ts: useprivate onid limits for nid

2016-04-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Sun Apr 24 13:23:32 2016 +0200| [88891bc11b4bf94524dba41c7fe844079dd446cb] | committer: Francois Cartegnie mux: ts: useprivate onid limits for nid as it is also used for original network id value, we need to max its value to 0xFFFA

[vlc-commits] dialog: fix comment typo

2016-04-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Apr 25 14:37:33 2016 +0200| [e6adadfb96d902699d52f091aebd5cab4d7171a0] | committer: Thomas Guillem dialog: fix comment typo callack -> callback >

[vlc-commits] demux: ts: improve PCRCheckDTS()

2016-04-25 Thread Petri Hintukainen
vlc | branch: master | Petri Hintukainen | Sat Apr 9 14:55:42 2016 +0300| [735b1b1aede668fe7fcb16d7feb35b69159aec8b] | committer: Petri Hintukainen demux: ts: improve PCRCheckDTS() Limit test to MPEG, H.264 and VC-1 video. Check for video sequence end code. >

[vlc-commits] libvlc: remove (almost unused) libvlc_structures.h

2016-04-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Apr 25 10:30:27 2016 +0200| [c2d32945841a4bfc523c6e0c2457481fd4af7f6c] | committer: Thomas Guillem libvlc: remove (almost unused) libvlc_structures.h Move the only 2 remaining typedef into vlc/libvlc.h >

[vlc-commits] libvlc: clean up deprecated functions

2016-04-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Apr 25 10:29:36 2016 +0200| [6719cea3a1924bc429a3b48236758b692080713c] | committer: Thomas Guillem libvlc: clean up deprecated functions This commit move every deprecated functions to vlc/deprecated.h. Moved functions still belong

[vlc-commits] MacOS X: fix distcheck

2016-04-25 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Mon Apr 25 10:38:32 2016 +0200| [652f5bde6d1f31418fb3bbcc92b3664df2daeae8] | committer: Jean-Baptiste Kempf MacOS X: fix distcheck > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=652f5bde6d1f31418fb3bbcc92b3664df2daeae8

[vlc-commits] add a new type of module: vlc_renderer_discovery

2016-04-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Apr 19 17:39:11 2016 +0200| [fdf0b49a5d767d90f25b6b45f5c1dcdb5f133b77] | committer: Thomas Guillem add a new type of module: vlc_renderer_discovery This new type of module will be used to discover renderers (chromecast, UPnP

[vlc-commits] microdns: handle renderer items

2016-04-25 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Apr 19 15:02:35 2016 +0200| [d06c3c2aea0551d85508af5da188a764b942945b] | committer: Thomas Guillem microdns: handle renderer items > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d06c3c2aea0551d85508af5da188a764b942945b ---