[vlc-commits] mediacodec: allow to open with a custom extra buffer

2015-04-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Thu Apr 23 19:06:13 2015 +0200| [0621dfe359aaeb0f0cb26558712f264cc52a1e6d] | committer: Thomas Guillem mediacodec: allow to open with a custom extra buffer

[vlc-commits] mediacodec: factor DecodeVideo

2015-04-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Apr 24 10:05:31 2015 +0200| [2ab78c748d6bc3e1c4412b780b3e7f11e786049e] | committer: Thomas Guillem mediacodec: factor DecodeVideo More comments, try to make it clearer, release p_block and p_pic in only one place. It also fixes a

[vlc-commits] mediacodec: abort if there is no valid video size

2015-04-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Thu Apr 23 14:42:50 2015 +0200| [2a09b420ae6126a8e6b7b457b1e9382ed6afa3d3] | committer: Thomas Guillem mediacodec: abort if there is no valid video size

[vlc-commits] npapi: fix vlcpp fetch

2015-04-24 Thread Rafaël Carré
vlc | branch: master | Rafaël Carré fun...@videolan.org | Fri Apr 24 15:55:23 2015 +0200| [1f51cbc7439fbcd19d8a33c7a2809401951c8f76] | committer: Rafaël Carré npapi: fix vlcpp fetch VLC itself has no submodules

[vlc-commits] input: unused variable

2015-04-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Fri Apr 24 21:08:41 2015 +0300| [908430ddd38aa6d08d08d660cdcf57aa66d06160] | committer: Rémi Denis-Courmont input: unused variable http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=908430ddd38aa6d08d08d660cdcf57aa66d06160 ---

[vlc-commits] url: fix leak

2015-04-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Fri Apr 24 21:14:31 2015 +0300| [a1264cb75e64e3250c448756c5063a4603155104] | committer: Rémi Denis-Courmont url: fix leak http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a1264cb75e64e3250c448756c5063a4603155104 ---

[vlc-commits] vda: fix build

2015-04-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Fri Apr 24 21:23:02 2015 +0300| [fe07f7dbc96b989ac9823e856107bf913a604b22] | committer: Rémi Denis-Courmont vda: fix build http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fe07f7dbc96b989ac9823e856107bf913a604b22 ---

[vlc-commits] decoder: remove vout_FixLeaks()

2015-04-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Wed Oct 29 17:08:00 2014 +0200| [e56293ead3bbcf1f6f395e4808d9cb54e6d9e627] | committer: Rémi Denis-Courmont decoder: remove vout_FixLeaks() This function was intended to work around a certain class of bugs inside video decoders

[vlc-commits] picture_pool: remove evil no longer used picture_pool_NonEmpty()

2015-04-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Wed Oct 29 16:54:27 2014 +0200| [d006762c7017aa9c48457a197f67f6609821502a] | committer: Rémi Denis-Courmont picture_pool: remove evil no longer used picture_pool_NonEmpty()

[vlc-commits] vaapi: do not reuse still referenced surfaces

2015-04-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Fri Apr 24 21:55:00 2015 +0300| [327d631d0d1dc0269d78355f433aa8ab1bebff28] | committer: Rémi Denis-Courmont vaapi: do not reuse still referenced surfaces

[vlc-commits] vaapi: advance and simplify surface allocation

2015-04-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Fri Apr 24 23:17:26 2015 +0300| [4b01d3ccadedd611f1ee966d4f34d9dfde772187] | committer: Rémi Denis-Courmont vaapi: advance and simplify surface allocation

[vlc-commits] vaapi: remove duplicate sys members

2015-04-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Fri Apr 24 22:44:33 2015 +0300| [a8fe33dbde964952166f3f2bf1a8fb967417bef9] | committer: Rémi Denis-Courmont vaapi: remove duplicate sys members

[vlc-commits] vaapi: fix unbalanced initialization and simplify

2015-04-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Fri Apr 24 23:36:35 2015 +0300| [ccc530cd5f1fb1ffb7498cd06186b673f707552d] | committer: Rémi Denis-Courmont vaapi: fix unbalanced initialization and simplify The mutex was allocated in Open() and destroyed in Setup()...

[vlc-commits] vaapi: reduce reference count overhead and fix data race

2015-04-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Fri Apr 24 22:04:46 2015 +0300| [fb755df87bd64dd99155152b68acf8f47e94fcff] | committer: Rémi Denis-Courmont vaapi: reduce reference count overhead and fix data race (The reference count was updated without the mutex.)

[vlc-commits] vaapi: remove tautology

2015-04-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Fri Apr 24 22:33:22 2015 +0300| [5d4f1f915d52de83359930b22f0984b788792c48] | committer: Rémi Denis-Courmont vaapi: remove tautology The configuration ID must exist in this code path.