[vlc-commits] logger: allow logger as a module

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Feb 8 00:02:45 2015 +0200| [8fa96a463613b4b8b250b08e7201bb58507a81e5] | committer: Rémi Denis-Courmont logger: allow logger as a module

[vlc-commits] modules: revector

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Feb 7 21:08:56 2015 +0200| [93e1866d390b5708a1f906350dafb0ad8d9b5912] | committer: Rémi Denis-Courmont modules: revector Also fix module cache loading if int and uint32_t have different sizes.

[vlc-commits] journal: add native logger module for the SystemD Journal

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Feb 8 14:55:37 2015 +0200| [15ed09825868776d03e5891a922b28edd9d61f4b] | committer: Rémi Denis-Courmont journal: add native logger module for the SystemD Journal

[vlc-commits] libvlc: provide file name and line number

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Feb 8 14:23:49 2015 +0200| [4ea6b96bce3e8b36bd997afbc7794462d482e0c5] | committer: Rémi Denis-Courmont libvlc: provide file name and line number

[vlc-commits] modules: print error if reading the plugins cache fails

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Feb 7 20:42:08 2015 +0200| [7e7726e434cecfc7ebe0ae2e583edc4566a3f3ce] | committer: Rémi Denis-Courmont modules: print error if reading the plugins cache fails (as opposed to reaching premature end-of-file)

[vlc-commits] console: convert console logger to module

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Feb 8 11:54:10 2015 +0200| [49006c59483bba366e29a6e00bfb64b3f67ac113] | committer: Rémi Denis-Courmont console: convert console logger to module

[vlc-commits] modules: remove plugins count from the plugins cache

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Feb 7 21:10:57 2015 +0200| [514d4fcb6fcc1a9bcafbb53b753af63cbb57ef22] | committer: Rémi Denis-Courmont modules: remove plugins count from the plugins cache This potentially allows generating the plugins cache on-the-go - there

[vlc-commits] logger: track file, line and function for debug

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Feb 8 14:23:34 2015 +0200| [c8d5ba620ec54ffb35792777dbdaf5cdb8493281] | committer: Rémi Denis-Courmont logger: track file, line and function for debug

[vlc-commits] syslog: convert to logger module

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Feb 8 13:15:28 2015 +0200| [b20e1eda4a84b4b06e2c9adf7f4c4da861c4bd30] | committer: Rémi Denis-Courmont syslog: convert to logger module

[vlc-commits] messages: split logger initialization in two phases

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Feb 7 19:28:45 2015 +0200| [8b0dd8cfdff0d9697fb44e7849764c9274965adb] | committer: Rémi Denis-Courmont messages: split logger initialization in two phases To initialize logging, we typically need configuration and command line

[vlc-commits] logger: make the logger a new object type

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Feb 7 23:00:55 2015 +0200| [add015beb93e65ac290bf3c5275226d27885b00d] | committer: Rémi Denis-Courmont logger: make the logger a new object type

[vlc-commits] demux: mpeg: return frame size for dts and skip framing checks with raw dts

2015-02-08 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie fcvlc...@free.fr | Sun Feb 8 14:58:06 2015 +0100| [57a07b9ab710e96757b69d777f67cfd18a3cd5f0] | committer: Francois Cartegnie demux: mpeg: return frame size for dts and skip framing checks with raw dts This reverts commit

[vlc-commits] libvlc: go to libvlc_Ended rather than libvlc_Stopped at EOS

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Feb 8 16:32:10 2015 +0200| [65ebc4b51ae63f569055971b534e936cbaa0142c] | committer: Rémi Denis-Courmont libvlc: go to libvlc_Ended rather than libvlc_Stopped at EOS This is what the tests expect, and was the final status before

[vlc-commits] Direct3D9: destroy video hwnd to prevent handle leak

2015-02-08 Thread Hannes Domani
vlc | branch: master | Hannes Domani ssb...@yahoo.de | Sun Feb 8 14:08:50 2015 +0100| [580970d3ae3ec2b0c08f0215056a69a7f7a5e747] | committer: Jean-Baptiste Kempf Direct3D9: destroy video hwnd to prevent handle leak IDirect3DDevice9_Present() creates an event like this:

[vlc-commits] Direct3D9: release compile shader buffers

2015-02-08 Thread Hannes Domani
vlc | branch: master | Hannes Domani ssb...@yahoo.de | Sun Feb 8 13:19:00 2015 +0100| [7296c976a0821af80626594580a3ee233fccb3b2] | committer: Jean-Baptiste Kempf Direct3D9: release compile shader buffers Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] Direct2D: release factory and dll

2015-02-08 Thread Hannes Domani
vlc | branch: master | Hannes Domani ssb...@yahoo.de | Sun Feb 8 12:57:19 2015 +0100| [0cee6c308ae964104b311b66b087fc0c6b9a9fc6] | committer: Jean-Baptiste Kempf Direct2D: release factory and dll Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] journal: relicence to LGPL

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Feb 8 17:51:34 2015 +0200| [6d30448f5ddbb5ff95f0e651a35fb802899d245d] | committer: Rémi Denis-Courmont journal: relicence to LGPL http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6d30448f5ddbb5ff95f0e651a35fb802899d245d

[vlc-commits] console: fix licence

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Feb 8 17:51:02 2015 +0200| [6e04a12cd8939cd2b2e08d7cf65beb8166ee4165] | committer: Rémi Denis-Courmont console: fix licence This comes from src/misc/messages.c with new code.

[vlc-commits] file: convert file logger to a logger module

2015-02-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Feb 8 17:35:31 2015 +0200| [e8fc5a926bc565ef94efc05acf38ccb567e82965] | committer: Rémi Denis-Courmont file: convert file logger to a logger module