[vlc-commits] Update PO

2014-11-03 Thread Jean-Baptiste Kempf
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf j...@videolan.org | Mon Nov 3 14:08:33 2014 +0100| [8a35de15ffb718915700695cf9c80d16ac98d2e3] | committer: Jean-Baptiste Kempf Update PO http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=8a35de15ffb718915700695cf9c80d16ac98d2e3

[vlc-commits] Contribs: update FFmpeg/libav to a more recent sha1

2014-11-03 Thread Jean-Baptiste Kempf
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf j...@videolan.org | Mon Nov 3 14:12:56 2014 +0100| [443b85e2ae10e97f49f592697160cbd2c1719978] | committer: Jean-Baptiste Kempf Contribs: update FFmpeg/libav to a more recent sha1

[vlc-commits] NEWS: update for RC1

2014-11-03 Thread Jean-Baptiste Kempf
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf j...@videolan.org | Mon Nov 3 14:13:29 2014 +0100| [95774591eed71ca9a5479ad29c2e6bab74b88de5] | committer: Jean-Baptiste Kempf NEWS: update for RC1

[vlc-commits] Tag 2.2.0-rc1 : VLC media player 2.2.0 'WeatherWax' - Release Canditate 1

2014-11-03 Thread git
[vlc/vlc-2.2] [branch: refs/tags/2.2.0-rc1] Tag:fecc6c4216ecc08fa5d3df81b6088356db664b1c http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git?a=tag;h=fecc6c4216ecc08fa5d3df81b6088356db664b1c Tagger: Jean-Baptiste Kempf j...@videolan.org Date: Mon Nov 3 14:18:50 2014 +0100 VLC media player

[vlc-commits] trivial_mixer: fix upmix/downmix

2014-11-03 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Nov 3 17:56:50 2014 +0200| [4e63463ac0022f7eca3c4b9decb6ad5501b7ce38] | committer: Rémi Denis-Courmont trivial_mixer: fix upmix/downmix

[vlc-commits] vmem: unlock before display

2014-11-03 Thread Rémi Denis-Courmont
vlc/vlc-2.2 | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Nov 3 18:10:15 2014 +0200| [57c046ce11210fb354da42e07ef99b724bf2d716] | committer: Rémi Denis-Courmont vmem: unlock before display The documentation promises that the picture is unlocked before it is displayed, so

[vlc-commits] opengl: remove lock/unlock callbacks

2014-11-03 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Nov 3 19:13:56 2014 +0200| [fef26a45cc024d433bfa9ad08c7fefbdb47b2974] | committer: Rémi Denis-Courmont opengl: remove lock/unlock callbacks They are superseded by makeCurrent() and releaseCurrent().

[vlc-commits] picture_pool: fix double mutex_unlock if pic_lock fails

2014-11-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Mon Nov 3 11:22:13 2014 +0100| [6a493b1189ee38210ce15ac25f282aad5af3810b] | committer: Rémi Denis-Courmont picture_pool: fix double mutex_unlock if pic_lock fails Signed-off-by: Rémi Denis-Courmont r...@remlab.net

[vlc-commits] Wayland: fix attaching and detaching protocol-side buffer objects

2014-11-03 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Nov 3 19:58:51 2014 +0200| [6672975cf04c162492507a2483180eddd45534dc] | committer: Rémi Denis-Courmont Wayland: fix attaching and detaching protocol-side buffer objects

[vlc-commits] picture_pool: add enumeration helper

2014-11-03 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Nov 3 19:55:41 2014 +0200| [bfe3ffd17ebfbae8ce2ae27f17090517c79e7a01] | committer: Rémi Denis-Courmont picture_pool: add enumeration helper

[vlc-commits] picture_pool: improve and update documentation

2014-11-03 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Nov 3 20:42:57 2014 +0200| [d7d0b381722d4f1cc45e77b35c89d3b0bcbd792e] | committer: Rémi Denis-Courmont picture_pool: improve and update documentation

[vlc-commits] vmem: unlock picture in prepare, get rid of lock/unlock

2014-11-03 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Nov 3 22:39:34 2014 +0200| [5dfce5edb5db6ad71e0fd9b797ff8205ec45c7e4] | committer: Rémi Denis-Courmont vmem: unlock picture in prepare, get rid of lock/unlock

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

2014-11-03 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Nov 3 22:43:24 2014 +0200| [d0dd307a4387599032e5219373bb6b5d4421c674] | committer: Rémi Denis-Courmont Revert vout: fix picture lock/unlock with private pool This mostly reverts commit 6a6c23bf075ba70844f8e9b51991df74952d616f.