[vlc-commits] picture_pool: fix prototypes

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 10:59:44 2014 +0200| [fb2ff2574e39e7d61903ad386a0511190317e19c] | committer: Rémi Denis-Courmont picture_pool: fix prototypes http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb2ff2574e39e7d61903ad386a0511190317e19c

[vlc-commits] decoder: remove decoder_LinkPicture()

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Thu Oct 30 23:05:51 2014 +0200| [3cfb5fe97a1ef81922d0ee7c67a626bd5887f7dc] | committer: Rémi Denis-Courmont decoder: remove decoder_LinkPicture()

[vlc-commits] vout: remove unncessary lock in vout_HoldPicture()

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Thu Oct 30 22:57:51 2014 +0200| [7e864e866a1e72a07bf5bd96941bbef539ca710c] | committer: Rémi Denis-Courmont vout: remove unncessary lock in vout_HoldPicture() picture_Hold() is reentrant anyway. The vout picture lock protects the

[vlc-commits] picture_pool_NewFromFormat: improve error handling

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 11:02:00 2014 +0200| [af936f95b5d35e3053103a8046cc520e3d20ca7d] | committer: Rémi Denis-Courmont picture_pool_NewFromFormat: improve error handling

[vlc-commits] vout: remove unnecessary lock around the picture FIFO

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Thu Oct 30 22:55:27 2014 +0200| [98f3a7b37d290c3b003eda65b56d619fa30aba9d] | committer: Rémi Denis-Courmont vout: remove unnecessary lock around the picture FIFO The picture FIFO has a lock internally to protect its internal state

[vlc-commits] picture_pool: fix refcount leak if pic_lock fails.

2014-11-01 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Oct 31 17:30:39 2014 +0100| [d15a47776eca80d258baacac2d0709c77679d7da] | committer: Rémi Denis-Courmont picture_pool: fix refcount leak if pic_lock fails. Signed-off-by: Rémi Denis-Courmont r...@remlab.net

[vlc-commits] vout: remove vout_HoldPicture()

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Thu Oct 30 23:00:11 2014 +0200| [44ea680b068b2a4bed38d9db97dcb33fd2d4e37b] | committer: Rémi Denis-Courmont vout: remove vout_HoldPicture()

[vlc-commits] decoder: stray declaration

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 11:41:12 2014 +0200| [cd2d49fea13555aeca1e80a791d25126cd94b952] | committer: Rémi Denis-Courmont decoder: stray declaration http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd2d49fea13555aeca1e80a791d25126cd94b952

[vlc-commits] macosx: do not use the cone as sidebar icons

2014-11-01 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann dfuhrm...@videolan.org | Thu Oct 30 22:39:26 2014 +0100| [a4a567cd04f30bc864057d8c8ea59c5e8a193ceb] | committer: David Fuhrmann macosx: do not use the cone as sidebar icons The cone does not really fit and looks ugly. Instead, use the broadcast icon for

[vlc-commits] macosx: Fix resume playback in certain situations

2014-11-01 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann dfuhrm...@videolan.org | Sat Nov 1 12:26:48 2014 +0100| [c91715f76e29b933128f772d3c936c1d2eea8227] | committer: David Fuhrmann macosx: Fix resume playback in certain situations For resumption we need to rely on the time variable instead of position, as

[vlc-commits] Qt: prevent focus stealing on seekbar tooltip

2014-11-01 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Sat Nov 1 13:13:51 2014 +0100| [f35a1b8311d2a8ac12dc2f419157c35768865711] | committer: Jean-Baptiste Kempf Qt: prevent focus stealing on seekbar tooltip Why be consistent, Qt? Close #12671

[vlc-commits] Qt: prevent focus stealing on seekbar tooltip

2014-11-01 Thread Jean-Baptiste Kempf
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf j...@videolan.org | Sat Nov 1 13:13:51 2014 +0100| [25febaf446477e880f69b407f74fe9d98c914689] | committer: Jean-Baptiste Kempf Qt: prevent focus stealing on seekbar tooltip Why be consistent, Qt? Close #12671 (cherry picked from commit

[vlc-commits] macosx: do not use the cone as sidebar icons

2014-11-01 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann dfuhrm...@videolan.org | Thu Oct 30 22:39:26 2014 +0100| [4f81656751f0f0f2714132548bf4c819092918b3] | committer: Jean-Baptiste Kempf macosx: do not use the cone as sidebar icons The cone does not really fit and looks ugly. Instead, use the

[vlc-commits] extras: libtool depends on automake, which in turn depends on autoconf

2014-11-01 Thread Felix Paul Kühne
vlc/vlc-2.2 | branch: master | Felix Paul Kühne fkue...@videolan.org | Wed Oct 22 18:48:50 2014 +0200| [cadbdded4be53c68a72ac9271a9a37ac89ab815e] | committer: Jean-Baptiste Kempf extras: libtool depends on automake, which in turn depends on autoconf This solves long-standing conflicts with

[vlc-commits] picture_pool: simplify and clean-up pool deletion

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 10:02:33 2014 +0200| [85e5f7ca8c748b628b50eda2c2c9eebdd0a20827] | committer: Rémi Denis-Courmont picture_pool: simplify and clean-up pool deletion

[vlc-commits] decoder: remove decoder_UnlinkPicture() and decoder_DeletePicture()

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 14:25:50 2014 +0200| [3159c34c5b973f8c513f1e9fbb3e509e4540243a] | committer: Rémi Denis-Courmont decoder: remove decoder_UnlinkPicture() and decoder_DeletePicture() Use picture_Release() directly.

[vlc-commits] picture_pool: no longer muck with the reference counts, fix races

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 10:10:37 2014 +0200| [5c9821d845f3b5f3bdd1bca9449335523a044081] | committer: Rémi Denis-Courmont picture_pool: no longer muck with the reference counts, fix races

[vlc-commits] avcodec: simplify picture references

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 14:29:20 2014 +0200| [160b51a33dc5e96cb91b0efb83ae06bb76f8a759] | committer: Rémi Denis-Courmont avcodec: simplify picture references

[vlc-commits] vout: remove the picture lock (fixes #11669)

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 14:11:34 2014 +0200| [b8c35c764a0bcceedf07a438e2b025743cf47eb3] | committer: Rémi Denis-Courmont vout: remove the picture lock (fixes #11669) This is no longer necessary as picture pools are locked internally.

[vlc-commits] vout: remove vout_ReleasePicture()

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 14:17:01 2014 +0200| [58c8d782c5a3ec56e5f2e328a38d618c72d27740] | committer: Rémi Denis-Courmont vout: remove vout_ReleasePicture()

[vlc-commits] picture_pool: simplify and clean-up reserve pool

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 11:08:19 2014 +0200| [995535ec9f1a5ea40975787c199bb07f12d4dca3] | committer: Rémi Denis-Courmont picture_pool: simplify and clean-up reserve pool

[vlc-commits] vout: destroy the private pool while resetting the decoder pool

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 13:25:36 2014 +0200| [1f08e25399b1aedb14e1836af3a5d9ac8b9cf905] | committer: Rémi Denis-Courmont vout: destroy the private pool while resetting the decoder pool Otherwise picture references from the private pool get

[vlc-commits] BDA: support for DVB-T2

2014-11-01 Thread Konstantin K. Beliak
vlc | branch: master | Konstantin K. Beliak smb...@yandex.ru | Sat Nov 1 13:34:03 2014 +0100| [89006bba46f73a0e59582031b37e9fd6bb7790a8] | committer: Jean-Baptiste Kempf BDA: support for DVB-T2 Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] vout: print error if the decoder leaked pictures

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Wed Oct 29 16:46:02 2014 +0200| [657c1530b9180f3f5118835fb0c3d866162e3fa5] | committer: Rémi Denis-Courmont vout: print error if the decoder leaked pictures

[vlc-commits] lib: use app-icon-name for libvlc_set_app_id

2014-11-01 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Sat Nov 1 13:42:08 2014 +0100| [67e74ed283db585fb8ee7905a877117fbde1932d] | committer: Jean-Baptiste Kempf lib: use app-icon-name for libvlc_set_app_id

[vlc-commits] picture_pool: remove ..._Delete(), use ..._Release() directly

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 14:46:48 2014 +0200| [bbf0e6459f87997cbbbaadcc93e5be8fcf8235bc] | committer: Rémi Denis-Courmont picture_pool: remove ..._Delete(), use ..._Release() directly

[vlc-commits] Win32: we don't need libstdc++-6.dll or libwinpthread-1.dll

2014-11-01 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Sat Nov 1 13:54:40 2014 +0100| [5d78deeb986e4bf77140dfbad63b0f0b14b98a53] | committer: Jean-Baptiste Kempf Win32: we don't need libstdc++-6.dll or libwinpthread-1.dll libgcc_s is still needed, for C++ modules Gotta love libtool

[vlc-commits] picture_pool: partly fix integer overflow

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 14:56:13 2014 +0200| [2befefd4ea6a518d9fa35349e483e3d564c2fe80] | committer: Rémi Denis-Courmont picture_pool: partly fix integer overflow picture_pool_NonEmpty() still won´t work quite right when the overflow happens, but

[vlc-commits] picture_pool: don´t copy lock/ unlock callback to reserve

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 14:57:15 2014 +0200| [64a2675c44873a6ca6534a7a8f0e06e18681dcf2] | committer: Rémi Denis-Courmont picture_pool: don´t copy lock/unlock callback to reserve The pictures already got locked while reserved.

[vlc-commits] picture_pool: fix prototype, fix warnings

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 15:58:51 2014 +0200| [37be0f0eef36f2c32a8746810950c921fcc4dd28] | committer: Rémi Denis-Courmont picture_pool: fix prototype, fix warnings

[vlc-commits] vout: fix picture lock/unlock with private pool

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 15:59:55 2014 +0200| [6a6c23bf075ba70844f8e9b51991df74952d616f] | committer: Rémi Denis-Courmont vout: fix picture lock/unlock with private pool

[vlc-commits] hds: Implement STREAM_GET_POSITION and STREAM_GET_SIZE

2014-11-01 Thread Antti Ajanki
vlc | branch: master | Antti Ajanki antti.aja...@iki.fi | Wed Oct 29 17:04:28 2014 +| [cd11c84d8b6ab635158886b17879e591b9abe2e6] | committer: Jean-Baptiste Kempf hds: Implement STREAM_GET_POSITION and STREAM_GET_SIZE Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] libmp4: fix segfault

2014-11-01 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie fcvlc...@free.fr | Wed Oct 29 15:38:09 2014 +| [c70140142089ffd7512bbe9addc6e7f09a732da8] | committer: Jean-Baptiste Kempf libmp4: fix segfault Le 28/10/2014 23:11, Frédéric Yhuel a écrit : static int MP4_NextBox( stream_t *p_stream, MP4_Box_t

[vlc-commits] cmake: bump to version 3.0.2

2014-11-01 Thread Sean McGovern
vlc | branch: master | Sean McGovern gsean...@gmail.com | Sat Nov 1 13:43:08 2014 +| [a566519f10c05f78d1acc028dfcfb812b7ecac18] | committer: Jean-Baptiste Kempf cmake: bump to version 3.0.2 Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] lib: use app-icon-name for libvlc_set_app_id

2014-11-01 Thread Jean-Baptiste Kempf
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf j...@videolan.org | Sat Nov 1 13:42:08 2014 +0100| [a4384433b10d31c49f63411e7ce905913358fe79] | committer: Rémi Denis-Courmont lib: use app-icon-name for libvlc_set_app_id (cherry picked from commit 67e74ed283db585fb8ee7905a877117fbde1932d)

[vlc-commits] decoder: fix comment

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 18:20:35 2014 +0200| [af8beef6a94e0b60417160879870e0d14f997fe6] | committer: Rémi Denis-Courmont decoder: fix comment http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af8beef6a94e0b60417160879870e0d14f997fe6 ---

[vlc-commits] es_out: unused variable

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 18:26:26 2014 +0200| [572925b6a6c642aa0ee4ef864e8b7f2a9af60e41] | committer: Rémi Denis-Courmont es_out: unused variable http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=572925b6a6c642aa0ee4ef864e8b7f2a9af60e41 ---

[vlc-commits] decoder: remove decoder_DeleteSubpicture() and fix a leak

2014-11-01 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Nov 1 18:30:39 2014 +0200| [cae38b03d71900bebcc98ca0410550e6beb8] | committer: Rémi Denis-Courmont decoder: remove decoder_DeleteSubpicture() and fix a leak

[vlc-commits] Kate: fix typo

2014-11-01 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Sat Nov 1 17:34:59 2014 +0100| [337786ec6f4cba6f404f17d57086a9e3716e16d4] | committer: Jean-Baptiste Kempf Kate: fix typo http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=337786ec6f4cba6f404f17d57086a9e3716e16d4 ---

[vlc-commits] Contribs: disable aribb25 until MacOS is supported

2014-11-01 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Sat Nov 1 18:24:41 2014 +0100| [776eba37ec0a05002c8c936f0828fec075269681] | committer: Jean-Baptiste Kempf Contribs: disable aribb25 until MacOS is supported

[vlc-commits] tools: build protoc support libraries as static

2014-11-01 Thread Sean McGovern
vlc | branch: master | Sean McGovern gsean...@gmail.com | Sat Nov 1 10:43:37 2014 -0400| [482beffd24beb289f090841a6e6e8051f7fd59bc] | committer: Jean-Baptiste Kempf tools: build protoc support libraries as static Signed-off-by: Jean-Baptiste Kempf j...@videolan.org