[vlc-commits] Fix issues with replaced compat functions in C++ modules

2014-08-28 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Tue Aug 26 19:37:06 2014 +| [dac278775ae14655179ed4a40231043a5b786f40] | committer: Jean-Baptiste Kempf Fix issues with replaced compat functions in C++ modules Notably poll, inet*, swab, *rand48, and tsearch

[vlc-commits] Contribs: update Nettle to 2.7.1

2014-08-28 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Thu Aug 28 08:36:30 2014 +0200| [dc2a22c095453c40657f5ac83a289740beceb30e] | committer: Jean-Baptiste Kempf Contribs: update Nettle to 2.7.1

[vlc-commits] daala: add decoder support

2014-08-28 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews le.business...@gmail.com | Wed Aug 20 14:27:04 2014 -0700| [774d273f23b601a5e3fd63835ba72b755dadfce7] | committer: Tristan Matthews daala: add decoder support

[vlc-commits] demux: ogg: daala support

2014-08-28 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews le.business...@gmail.com | Wed Aug 20 17:23:41 2014 -0700| [1d3d32373a2c919f9741c2f4c0fd81de1ab14238] | committer: Tristan Matthews demux: ogg: daala support http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d3d32373a2c919f9741c2f4c0fd81de1ab14238

[vlc-commits] daala: update NEWS, MODULES_LIST and POTFILES.in

2014-08-28 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews le.business...@gmail.com | Thu Aug 28 03:12:04 2014 -0400| [9fc9d52165a18df59b978c88e9796a1f01fc6aa3] | committer: Tristan Matthews daala: update NEWS, MODULES_LIST and POTFILES.in

[vlc-commits] os2: getaddrinfo: fix typo

2014-08-28 Thread KO Myung-Hun
vlc | branch: master | KO Myung-Hun kom...@gmail.com | Thu Aug 28 16:14:51 2014 +0900| [ecd7f4e2e784e908626afe9804bc380abb07115e] | committer: Jean-Baptiste Kempf os2: getaddrinfo: fix typo Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] DirectDraw/Direct3D: make a clean copy of the video-format

2014-08-28 Thread Hannes Domani
vlc | branch: master | Hannes Domani ssb...@yahoo.de | Thu Aug 28 14:08:58 2014 +0200| [2f3d2d96b82b4eea9a17861b3da294457d1b4896] | committer: Jean-Baptiste Kempf DirectDraw/Direct3D: make a clean copy of the video-format Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] compat: poll: fix compilation

2014-08-28 Thread KO Myung-Hun
vlc | branch: master | KO Myung-Hun kom...@gmail.com | Thu Aug 28 19:15:58 2014 +0900| [5064767f8e2de7299bbb00652fd04ac5a70de4ce] | committer: Jean-Baptiste Kempf compat: poll: fix compilation Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] Win32 threads: fix memory leak of detached thread

2014-08-28 Thread Hannes Domani
vlc | branch: master | Hannes Domani ssb...@yahoo.de | Thu Aug 28 13:22:33 2014 +0200| [b1f9242606caf549a03c6b11b00c66c2c1af27cb] | committer: Jean-Baptiste Kempf Win32 threads: fix memory leak of detached thread Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] avcodec: fix memory leak

2014-08-28 Thread Hannes Domani
vlc | branch: master | Hannes Domani ssb...@yahoo.de | Thu Aug 28 13:38:12 2014 +0200| [8aa841924e2fc8f1e9c47c9ce629032705a71a88] | committer: Jean-Baptiste Kempf avcodec: fix memory leak Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] filesystem: avoid potential qsort(NULL)

2014-08-28 Thread Rémi Denis-Courmont
vlc/vlc-2.2 | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Aug 25 21:35:27 2014 +0300| [b7740617b4c2e085078faf08c938a3a3cbe14efd] | committer: Jean-Baptiste Kempf filesystem: avoid potential qsort(NULL) (cherry picked from commit 558e6b78d4c269a2de4a152cd2c72cb685c65027)

[vlc-commits] Contribs: update Nettle to 2.7.1

2014-08-28 Thread Jean-Baptiste Kempf
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf j...@videolan.org | Thu Aug 28 08:36:30 2014 +0200| [39fb0652d989e84d4fb513b032002af43ed501e0] | committer: Jean-Baptiste Kempf Contribs: update Nettle to 2.7.1 (cherry picked from commit dc2a22c095453c40657f5ac83a289740beceb30e)

[vlc-commits] compat: poll: fix compilation

2014-08-28 Thread KO Myung-Hun
vlc/vlc-2.2 | branch: master | KO Myung-Hun kom...@gmail.com | Thu Aug 28 19:15:58 2014 +0900| [5ffac32ccd82f921eebb943b6aa2cb2edf1d0293] | committer: Jean-Baptiste Kempf compat: poll: fix compilation Signed-off-by: Jean-Baptiste Kempf j...@videolan.org (cherry picked from commit

[vlc-commits] lua: reactivate vlclua_net_poll() on windows

2014-08-28 Thread Hannes Domani
vlc/vlc-2.2 | branch: master | Hannes Domani ssb...@yahoo.de | Sun Aug 17 14:38:54 2014 +0200| [8c3414087f9e1b4f26d534df138444b62b22c4c1] | committer: Jean-Baptiste Kempf lua: reactivate vlclua_net_poll() on windows Signed-off-by: Jean-Baptiste Kempf j...@videolan.org (cherry picked from

[vlc-commits] os2: getaddrinfo: fix typo

2014-08-28 Thread KO Myung-Hun
vlc/vlc-2.2 | branch: master | KO Myung-Hun kom...@gmail.com | Thu Aug 28 16:14:51 2014 +0900| [550b629c83ed85e5a84fd60285e565f079f57484] | committer: Jean-Baptiste Kempf os2: getaddrinfo: fix typo Signed-off-by: Jean-Baptiste Kempf j...@videolan.org (cherry picked from commit

[vlc-commits] Win32 threads: fix memory leak of detached thread

2014-08-28 Thread Hannes Domani
vlc/vlc-2.2 | branch: master | Hannes Domani ssb...@yahoo.de | Thu Aug 28 13:22:33 2014 +0200| [5fa429b3ec9af47b024f30cdff0fd7f47becf8c5] | committer: Jean-Baptiste Kempf Win32 threads: fix memory leak of detached thread Signed-off-by: Jean-Baptiste Kempf j...@videolan.org (cherry picked from

[vlc-commits] filter_chain: fix memory leaks

2014-08-28 Thread Hannes Domani
vlc | branch: master | Hannes Domani ssb...@yahoo.de | Thu Aug 28 13:25:37 2014 +0200| [231d1b6aa43a24078384e7a6663a93a1e6df4c5b] | committer: Rémi Denis-Courmont filter_chain: fix memory leaks Signed-off-by: Rémi Denis-Courmont r...@remlab.net

[vlc-commits] Direct3D: fix memory leak

2014-08-28 Thread Hannes Domani
vlc | branch: master | Hannes Domani ssb...@yahoo.de | Thu Aug 28 14:13:03 2014 +0200| [9ac30b31fc91e5a47135c1ca2f9c08ea0f5c255d] | committer: Rémi Denis-Courmont Direct3D: fix memory leak Signed-off-by: Rémi Denis-Courmont r...@remlab.net

[vlc-commits] fontconfig: fix memory leak

2014-08-28 Thread Hannes Domani
vlc | branch: master | Hannes Domani ssb...@yahoo.de | Thu Aug 28 15:22:22 2014 +0200| [38dab127daa980ca706b5315be17736f8f795e42] | committer: Rémi Denis-Courmont fontconfig: fix memory leak Signed-off-by: Rémi Denis-Courmont r...@remlab.net

[vlc-commits] fontconfig: fix memory leak

2014-08-28 Thread Hannes Domani
vlc/vlc-2.2 | branch: master | Hannes Domani ssb...@yahoo.de | Thu Aug 28 15:22:22 2014 +0200| [a15bef7cbb449dca267f68eb5f28ad13a9220ae9] | committer: Jean-Baptiste Kempf fontconfig: fix memory leak Signed-off-by: Rémi Denis-Courmont r...@remlab.net (cherry picked from commit

[vlc-commits] window: define Wayland surface type

2014-08-28 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Wed Aug 27 19:39:32 2014 +0300| [6eafc08b3ed0421b66dc2eb7e44e9cb465b6f987] | committer: Rémi Denis-Courmont window: define Wayland surface type The convention used here matches with the Qt Wayland native platform, and seems most

[vlc-commits] wl_shell_surface: basic Wayland shell surface window provider

2014-08-28 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Thu Aug 28 00:12:40 2014 +0300| [06614416667e16179236401e92c88d02137b83b7] | committer: Rémi Denis-Courmont wl_shell_surface: basic Wayland shell surface window provider

[vlc-commits] Tag 2.2.0-pre3 : VLC media player 2.2.0-pre3 'Weatherwax'

2014-08-28 Thread git
[vlc/vlc-2.2] [branch: refs/tags/2.2.0-pre3] Tag:e1972aa1006c76cf74ec941ea1e94dfbbe87a807 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git?a=tag;h=e1972aa1006c76cf74ec941ea1e94dfbbe87a807 Tagger: Jean-Baptiste Kempf j...@videolan.org Date: Fri Aug 29 03:53:08 2014 +0200 VLC media player