[vlc-commits] iomx: simplify param/config size getter.

2014-06-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jun 26 14:05:50 2014 +0200| [2ef0f162c45d491e7c60d3f0caa9ad4df38297c5] | committer: Martin Storsjö iomx: simplify param/config size getter. OMX_U32 nSize is the first element of each OMX param/config struct. Signed-off-by: Martin

[vlc-commits] Android vout: fix possible mutex leak.

2014-06-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jun 26 14:05:51 2014 +0200| [3d90771a7b113a554ddda9f3ea98ac137f5c9dcc] | committer: Martin Storsjö Android vout: fix possible mutex leak. Do not leak mutex if i_chroma is VLC_CODEC_ANDROID_OPAQUE. Signed-off-by: Martin Storsjö mar

[vlc-commits] omxil: fix warning

2014-06-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jun 26 14:05:55 2014 +0200| [aeadfdbecdb27606c88af7c2fb8cc8f83320ba57] | committer: Martin Storsjö omxil: fix warning Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h

[vlc-commits] omxil: more error check

2014-06-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jun 26 14:05:56 2014 +0200| [92ebd3b13d019ef150057b3448c1b60fe0e5524c] | committer: Martin Storsjö omxil: more error check Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h

[vlc-commits] omxil: factorize OMX_FIFO init/destroy

2014-06-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jun 26 14:05:58 2014 +0200| [60bcd55e7a7b548e4369be91e6f826ffbaca2480] | committer: Martin Storsjö omxil: factorize OMX_FIFO init/destroy Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] Android vout: fix possible mutex leak.

2014-06-29 Thread Thomas Guillem
vlc/vlc-2.2 | branch: master | Thomas Guillem guil...@archos.com | Thu Jun 26 14:05:51 2014 +0200| [b51c39c22514d2c0c8e2aaaf5c7153e0d3668699] | committer: Jean-Baptiste Kempf Android vout: fix possible mutex leak. Do not leak mutex if i_chroma is VLC_CODEC_ANDROID_OPAQUE. Signed-off

[vlc-commits] omxil: factorize FreeBuffers and AllocateBuffers

2014-06-30 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jun 26 14:05:59 2014 +0200| [7d062555d2d8d7aa4e02452b7a9ba126c263eeff] | committer: Martin Storsjö omxil: factorize FreeBuffers and AllocateBuffers This also adds a missing call to decoder_DeletePicture when deinitializing

[vlc-commits] iomx: fix mediaserver crash with QCOM devices.

2014-07-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jul 3 17:11:59 2014 +0200| [ec8bf9d655a8d5d1b399dfe1dcd1219aee3e697b] | committer: Martin Storsjö iomx: fix mediaserver crash with QCOM devices. Some QCOM OMX_getParameter implementations override the nSize element to a bad value

[vlc-commits] iomx: simplify param/config size getter.

2014-07-04 Thread Thomas Guillem
vlc/vlc-2.2 | branch: master | Thomas Guillem guil...@archos.com | Thu Jun 26 14:05:50 2014 +0200| [46926f02a04238460428ee0da676930ee518f3c9] | committer: Jean-Baptiste Kempf iomx: simplify param/config size getter. OMX_U32 nSize is the first element of each OMX param/config struct. Signed

[vlc-commits] iomx: fix mediaserver crash with QCOM devices.

2014-07-04 Thread Thomas Guillem
vlc/vlc-2.2 | branch: master | Thomas Guillem guil...@archos.com | Thu Jul 3 17:11:59 2014 +0200| [cd69efe60feed1cf9a1b5a233ecb7d3d73d7e110] | committer: Jean-Baptiste Kempf iomx: fix mediaserver crash with QCOM devices. Some QCOM OMX_getParameter implementations override the nSize element

[vlc-commits] omxil: more error check

2014-07-04 Thread Thomas Guillem
vlc/vlc-2.2 | branch: master | Thomas Guillem guil...@archos.com | Thu Jun 26 14:05:56 2014 +0200| [4adb3c64d47cae13d509910dc1e1c946481dd49f] | committer: Jean-Baptiste Kempf omxil: more error check Signed-off-by: Martin Storsjö mar...@martin.st (cherry picked from commit

[vlc-commits] omxil: move output handling into DecodeVideoOutput

2014-07-10 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jul 10 16:29:56 2014 +0200| [e5d0868ce732e63d61b9733122fc5089c2f983cb] | committer: Martin Storsjö omxil: move output handling into DecodeVideoOutput Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org

[vlc-commits] omxil: improve performance

2014-07-11 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jul 10 16:29:57 2014 +0200| [73e141d24789fc6332af56b25aa8054942c56163] | committer: Jean-Baptiste Kempf omxil: improve performance Input port handling can take some time (200ms max). During that time, a new output buffer can

[vlc-commits] omxil: move output handling into DecodeVideoOutput

2014-07-11 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jul 10 16:29:56 2014 +0200| [4884ef317fa5c03e06723cd0b2eeb09cecde37c4] | committer: Jean-Baptiste Kempf omxil: move output handling into DecodeVideoOutput Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org

[vlc-commits] omxil: move input handling into DecodeVideoInput

2014-07-11 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jul 10 23:53:38 2014 +0200| [8fd992dd5e5d772a5806a212bc5017e1317dc006] | committer: Martin Storsjö omxil: move input handling into DecodeVideoInput Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi

[vlc-commits] omxil: get rid of debug ifdefs

2014-07-17 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jul 17 10:47:44 2014 +0200| [b945cfa8e76f8835340b2ae49bc81e39fa8bf4f7] | committer: Martin Storsjö omxil: get rid of debug ifdefs Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit

[vlc-commits] omxil: add debug logs for buffer allocation.

2014-07-17 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jul 17 10:59:49 2014 +0200| [01ff556820b002693d4d84ff062875dbadf5a137] | committer: Martin Storsjö omxil: add debug logs for buffer allocation. Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi

[vlc-commits] iomx: add iomx_hwbuffer

2014-07-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jul 24 15:11:25 2014 +0200| [e77a89bc021c1e83b0d478d332d60dfef770d37a] | committer: Martin Storsjö iomx: add iomx_hwbuffer Wrapper to android native window api located in aosp system/window.h. Allow to queue/dequeue hw buffers

[vlc-commits] omxil: add android hw buffers support (zero copy)

2014-07-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jul 24 15:11:27 2014 +0200| [cbe001da1b5ef8497f78857072d52ee4ad04cc43] | committer: Martin Storsjö omxil: add android hw buffers support (zero copy) Activated if cfg omxil-dr is true. If extra android symbols are not found

[vlc-commits] iomx: implement OMX_UseBuffer

2014-07-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Thu Jul 24 15:11:24 2014 +0200| [f310753539e52b1954b6c80e0886be8b84d5eda5] | committer: Martin Storsjö iomx: implement OMX_UseBuffer Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit

[vlc-commits] iomx-dr: split IOMXHWBuffer_Setup function

2014-07-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Fri Jul 25 16:58:54 2014 +0200| [ef230f418ff63cce58be09eb4ce1f235ac624676] | committer: Martin Storsjö iomx-dr: split IOMXHWBuffer_Setup function In HwBuffer, split Setup into Setup, GetMinUndequeued and SetBufferCount since we want

[vlc-commits] omxil: force hal_format for omap3 decoders

2014-07-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Fri Jul 25 15:46:50 2014 +0200| [e69072b9d8a4f860dd9559132e04d0a66f1467d7] | committer: Martin Storsjö omxil: force hal_format for omap3 decoders Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi

[vlc-commits] iomx-dr: don't always lock buffers from dequeue

2014-07-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Fri Jul 25 16:50:54 2014 +0200| [f9182874b2235acea94ef634552188edc80b2df8] | committer: Martin Storsjö iomx-dr: don't always lock buffers from dequeue According to OMXCodec.cpp, we shouldn't call lockBuffer when we first allocate all

[vlc-commits] iomx: make it work with honeycomb (api 11)

2014-07-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem guil...@archos.com | Fri Jul 25 15:45:42 2014 +0200| [7c937db6a772577054cfaba0602b3135cf2b0797] | committer: Martin Storsjö iomx: make it work with honeycomb (api 11) Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi

[vlc-commits] omxil: split iomx_hwbuffer.cpp

2014-10-01 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem thomas.guil...@gmail.com | Wed Oct 1 10:21:40 2014 +0200| [cd6fd1d8eb510f75ff350d099335f9198dd11bfe] | committer: Jean-Baptiste Kempf omxil: split iomx_hwbuffer.cpp As iomx_hwbuffer.cpp contains mainly call to private native window from system/window.h

[vlc-commits] omxil-dr: reorient video

2014-10-01 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem thomas.guil...@gmail.com | Tue Sep 30 12:18:11 2014 +0200| [1220075aa0d0e598b24a075ea6c4e48ca87836a1] | committer: Jean-Baptiste Kempf omxil-dr: reorient video Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] nativewindowpriv: add setOrientation

2014-10-01 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem thomas.guil...@gmail.com | Tue Sep 30 12:18:10 2014 +0200| [842b6578ae0e9a4d47024ab45441b5211663d4c3] | committer: Jean-Baptiste Kempf nativewindowpriv: add setOrientation Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org

[vlc-commits] mediacodec: use convert_hevc_nal_units for hevc

2014-10-06 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem thomas.guil...@gmail.com | Fri Oct 3 16:53:42 2014 +0200| [5e19ce9366866c509ae1d3891a84d6875a6a1173] | committer: Jean-Baptiste Kempf mediacodec: use convert_hevc_nal_units for hevc Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] omxil: add hevc in format_table

2014-10-06 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem thomas.guil...@gmail.com | Fri Oct 3 16:53:39 2014 +0200| [a0e7320b4aa233395c851d92cc021f3198f9e8f4] | committer: Jean-Baptiste Kempf omxil: add hevc in format_table Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] omxil: use convert_hevc_nal_units for hevc

2014-10-06 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem thomas.guil...@gmail.com | Fri Oct 3 16:53:43 2014 +0200| [6893b7a44af01337e1c6a12b125bb6bbd00437a0] | committer: Jean-Baptiste Kempf omxil: use convert_hevc_nal_units for hevc Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org

[vlc-commits] mediacodec: add hevc mimetype

2014-10-06 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem thomas.guil...@gmail.com | Fri Oct 3 16:53:40 2014 +0200| [86630a153c39f5eafc8e6557dfb909a5cc828e2b] | committer: Jean-Baptiste Kempf mediacodec: add hevc mimetype Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] add convert_hevc_nal_units in hevc_nal.c

2014-10-06 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem thomas.guil...@gmail.com | Fri Oct 3 16:53:41 2014 +0200| [7b79a086f4b7b60353e9743362d9015c66e15b00] | committer: Jean-Baptiste Kempf add convert_hevc_nal_units in hevc_nal.c utility function to convert hvcC extradata to annex b. Signed-off-by: Jean

[vlc-commits] fix gles2 plugin not being built

2014-10-08 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Wed Oct 8 18:30:27 2014 +0200| [919850d1d07c568e68300ad2260fa9ea202cf569] | committer: Jean-Baptiste Kempf fix gles2 plugin not being built Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] contrib: don't hardcode android api

2014-10-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Thu Oct 9 18:45:19 2014 +0200| [0aeb638b7fcdf9bb06787b2e8771d6bf803cd10f] | committer: Jean-Baptiste Kempf contrib: don't hardcode android api Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] contrib/bootstrap: add x86_64 for android

2014-10-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Thu Oct 9 18:45:20 2014 +0200| [dc1c7516c1a9172b56787fdbfa002082c7d97613] | committer: Jean-Baptiste Kempf contrib/bootstrap: add x86_64 for android Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] android: fix nanf detection

2014-10-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Wed Oct 8 18:26:07 2014 +0200| [e8ba575485b1365edc28a94771b032afbbdb5c97] | committer: Rémi Denis-Courmont android: fix nanf detection Signed-off-by: Rémi Denis-Courmont r...@remlab.net http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit

[vlc-commits] contrib: fix cross-compile for aarch64

2014-10-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Thu Oct 9 18:45:23 2014 +0200| [e3aa96b9fe8660952cfe83986c5dde0bd3f1e267] | committer: Rémi Denis-Courmont contrib: fix cross-compile for aarch64 Signed-off-by: Rémi Denis-Courmont r...@remlab.net http://git.videolan.org/gitweb.cgi

[vlc-commits] contrib: speexdsp: disable neon on aarch64

2014-10-10 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Fri Oct 10 09:44:18 2014 +0200| [9cf85e3ab92718d8a9ec661cd671b7e7a4289d58] | committer: Jean-Baptiste Kempf contrib: speexdsp: disable neon on aarch64 Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] contrib/bootstrap: add arm64 for android

2014-10-10 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Fri Oct 10 10:15:06 2014 +0200| [745128360ab7b8190bab5fe9857ae6da3768f5ee] | committer: Jean-Baptiste Kempf contrib/bootstrap: add arm64 for android Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] contrib: fix cross-compile for x86_64

2014-10-11 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Fri Oct 10 06:48:40 2014 +| [1b943fd75ab9bfb68b460b2300ffd5c4851f0440] | committer: Jean-Baptiste Kempf contrib: fix cross-compile for x86_64 Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] android: fix monotonic cond_timedwait on newer versions

2014-10-13 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Fri Oct 10 09:45:57 2014 +0200| [83c56e1b57f5692e73bcf26400544980b437d2cb] | committer: Jean-Baptiste Kempf android: fix monotonic cond_timedwait on newer versions android-L drops support for pthread_cond_timedwait_monotonic_np and adds

[vlc-commits] omxil: add VP8 and VP9 in format_table

2014-10-13 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Mon Oct 13 17:28:51 2014 +0200| [da609fc9036e06f1031d9d595caeaeb8fa7114ae] | committer: Jean-Baptiste Kempf omxil: add VP8 and VP9 in format_table Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] mediacodec: exception in getCapabilitiesForType is not critical.

2014-10-14 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Tue Oct 14 11:35:57 2014 +0200| [6e2f49095619d027ba99020076b0aedc6cde7afe] | committer: Jean-Baptiste Kempf mediacodec: exception in getCapabilitiesForType is not critical. fix mediacodec with android-L on Nexus 7v2. Signed-off-by: Jean

[vlc-commits] mediacodec: fix unused variable warning

2014-10-14 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Tue Oct 14 12:22:03 2014 +0200| [7123af02757b072591a8d8ddffcdc270b4f94047] | committer: Jean-Baptiste Kempf mediacodec: fix unused variable warning Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] android/jni: use a libvlcjni function to attach/detach java thread

2014-10-14 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Tue Oct 14 11:35:55 2014 +0200| [d26fefcfa700d3a9c1b2c26f30a1667e72ac381b] | committer: Jean-Baptiste Kempf android/jni: use a libvlcjni function to attach/detach java thread Fix ART warning about java thread attached without a name. Signed

[vlc-commits] mediacodec: fix jni leak

2014-10-14 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Tue Oct 14 11:35:56 2014 +0200| [05644c1e54548cc4ac0b57b7d2e5fe7d5c16] | committer: Jean-Baptiste Kempf mediacodec: fix jni leak Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit

[vlc-commits] mediacodec: fix comparison between signed and unsigned warning

2014-10-14 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Tue Oct 14 12:22:04 2014 +0200| [4e32abb170e6c5ee96247f56ba3494bb0818b574] | committer: Jean-Baptiste Kempf mediacodec: fix comparison between signed and unsigned warning Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] mediacodec: exception in getCapabilitiesForType is not critical.

2014-10-15 Thread Thomas Guillem
vlc/vlc-2.2 | branch: master | Thomas Guillem t...@gllm.fr | Tue Oct 14 11:35:57 2014 +0200| [e33e5def5b9901fadb0d756d60501c8dd9e8db7d] | committer: Jean-Baptiste Kempf mediacodec: exception in getCapabilitiesForType is not critical. fix mediacodec with android-L on Nexus 7v2. Signed-off

[vlc-commits] mediacodec: fix jni leak

2014-10-15 Thread Thomas Guillem
vlc/vlc-2.2 | branch: master | Thomas Guillem t...@gllm.fr | Tue Oct 14 11:35:56 2014 +0200| [e49c91ef43ff3f537c8042de781164305c287899] | committer: Jean-Baptiste Kempf mediacodec: fix jni leak Signed-off-by: Jean-Baptiste Kempf j...@videolan.org (cherry picked from commit

[vlc-commits] contrib: speexdsp: fix build with android-ndk10c

2014-10-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Mon Oct 20 14:50:27 2014 +0200| [ef98e81ff014175fd7494c8313de8883d15834b3] | committer: Jean-Baptiste Kempf contrib: speexdsp: fix build with android-ndk10c In android-ndk10c, there is a arm_neon.h for all archs. The arm_neon.h for x86

[vlc-commits] android: deactivate vout window plugin

2014-10-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Mon Oct 20 12:11:11 2014 +0200| [ccc10baea4650042532307da4f4a9c67b9f6dbea] | committer: Jean-Baptiste Kempf android: deactivate vout window plugin For now, we do everything in vout display, so we don't need a window. Fix

[vlc-commits] contrib: speexdsp: fix build with android-ndk10c

2014-10-20 Thread Thomas Guillem
vlc/vlc-2.2 | branch: master | Thomas Guillem t...@gllm.fr | Mon Oct 20 14:50:27 2014 +0200| [405088e9f4161dac27dc6d15d101fe722983be42] | committer: Jean-Baptiste Kempf contrib: speexdsp: fix build with android-ndk10c In android-ndk10c, there is a arm_neon.h for all archs. The arm_neon.h

[vlc-commits] omxil: fix crash if OMX_AllocateBuffer fails (debug build only)

2014-10-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Fri Oct 24 12:36:59 2014 +0200| [43b98677848b7a678616251ef922275aac50a72b] | committer: Jean-Baptiste Kempf omxil: fix crash if OMX_AllocateBuffer fails (debug build only) Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] mediacodec: cleanly abort DecodeVideo if GetOutput failed

2014-10-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Thu Oct 23 12:56:43 2014 +0200| [ab4c04f2f5545dcc3cae7ebffe8d28f3e2c5a915] | committer: Jean-Baptiste Kempf mediacodec: cleanly abort DecodeVideo if GetOutput failed - Fix possible infinite loop with sw rendering if GetOutput failed. - Don't

[vlc-commits] mediacodec: fix crash when color-format is invalid

2014-10-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Thu Oct 23 07:01:21 2014 +| [40aa75316d6f3edc457354ac26295e292a8b1f9f] | committer: Jean-Baptiste Kempf mediacodec: fix crash when color-format is invalid Fail if GetVlcChromaFormat return 0. (It'll throw a HardwareAccelerationError

[vlc-commits] iomx-dr: fix crash if anwpriv.connect fails

2014-10-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Fri Oct 24 17:41:14 2014 +0200| [1ab2a942a26cd527b890977861bdcc2fdfcb7c72] | committer: Jean-Baptiste Kempf iomx-dr: fix crash if anwpriv.connect fails Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] nativewindowpriv: add missing return 0

2014-10-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem t...@gllm.fr | Fri Oct 24 17:41:13 2014 +0200| [007129495a109fa207fe945bccbb4a481d142259] | committer: Jean-Baptiste Kempf nativewindowpriv: add missing return 0 Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] mediacodec: fix crash when color-format is invalid

2014-10-27 Thread Thomas Guillem
vlc/vlc-2.2 | branch: master | Thomas Guillem t...@gllm.fr | Thu Oct 23 07:01:21 2014 +| [7b13b9d40a76af5eca76e9d67cd54c0d7e499172] | committer: Jean-Baptiste Kempf mediacodec: fix crash when color-format is invalid Fail if GetVlcChromaFormat return 0. (It'll throw

[vlc-commits] contrib: speexdsp: fix build with android-ndk10c

2014-10-27 Thread Thomas Guillem
vlc/vlc-2.2 | branch: master | Thomas Guillem t...@gllm.fr | Mon Oct 20 14:50:27 2014 +0200| [13dd6a6cd45278c79a2bfef6e25bdf9646a5e557] | committer: Jean-Baptiste Kempf contrib: speexdsp: fix build with android-ndk10c In android-ndk10c, there is a arm_neon.h for all archs. The arm_neon.h

[vlc-commits] mediacodec: cleanly abort DecodeVideo if GetOutput failed

2014-10-27 Thread Thomas Guillem
vlc/vlc-2.2 | branch: master | Thomas Guillem t...@gllm.fr | Thu Oct 23 12:56:43 2014 +0200| [72b2b969cf3daa0f548b76b10ffe7533b14c904c] | committer: Jean-Baptiste Kempf mediacodec: cleanly abort DecodeVideo if GetOutput failed - Fix possible infinite loop with sw rendering if GetOutput failed

[vlc-commits] contrib: speexdsp: disable neon on aarch64

2014-10-27 Thread Thomas Guillem
vlc/vlc-2.2 | branch: master | Thomas Guillem t...@gllm.fr | Fri Oct 10 09:44:18 2014 +0200| [b486cba4c3ee94ee3d9db331189870c3455219b5] | committer: Jean-Baptiste Kempf contrib: speexdsp: disable neon on aarch64 Signed-off-by: Jean-Baptiste Kempf j...@videolan.org (cherry picked from commit

[vlc-commits] decoder: separate vout initialization from buffer allocation

2014-10-30 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Thu Oct 30 15:16:13 2014 +0100| [73c7b4a1c052f145a4452fc3217465b5bbc808b7] | committer: Rémi Denis-Courmont decoder: separate vout initialization from buffer allocation Signed-off-by: Rémi Denis-Courmont r...@remlab.net http

[vlc-commits] android/opaque: check if subtitles_picture is not NULL

2014-10-31 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Oct 31 17:17:22 2014 +0100| [4e943d01c2ec896b9f3cd3f5fbe5a6843f1392b1] | committer: Jean-Baptiste Kempf android/opaque: check if subtitles_picture is not NULL Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] android/opaque: fix indent

2014-10-31 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Oct 31 17:17:21 2014 +0100| [fb23e240964f90a3e684e9da61f2c932d6930385] | committer: Jean-Baptiste Kempf android/opaque: fix indent Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] android/opaque: fix crash on Close with subtitles

2014-10-31 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Oct 31 17:17:23 2014 +0100| [0ba7c06e1088a9b3e2fddcdf5682cb38faa73b77] | committer: Jean-Baptiste Kempf android/opaque: fix crash on Close with subtitles The pixels allocated from picture_NewFromFormat were replaced (and leaked

[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 http://git.videolan.org

[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 http

[vlc-commits] android/jni: use a libvlcjni function to attach/detach java thread

2014-11-10 Thread Thomas Guillem
vlc/vlc-2.2 | branch: master | Thomas Guillem t...@gllm.fr | Sat Nov 8 23:27:53 2014 -0800| [15d6df200df62e77551fc35819e43f70d217ecd1] | committer: Jean-Baptiste Kempf android/jni: use a libvlcjni function to attach/detach java thread Fix ART warning about java thread attached without a name

[vlc-commits] native_window: add setBuffersGeometry

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:09:52 2014 +0100| [749c8a916015a14dcb24291223c4bafdb6bf51dd] | committer: Jean-Baptiste Kempf native_window: add setBuffersGeometry Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] mediacodec: fix width/height in case crop is invalid

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:10:10 2014 +0100| [a34f2273a1a10b05128a758a7771efe82682df74] | committer: Jean-Baptiste Kempf mediacodec: fix width/height in case crop is invalid Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org

[vlc-commits] android: rename jni_SetAndroidSurfaceSize

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:09:57 2014 +0100| [327323e25df85be5255a701153eafa88d831c6ca] | committer: Jean-Baptiste Kempf android: rename jni_SetAndroidSurfaceSize Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] mediacodec: remove jni_SetAndroidSurfaceSizeEnv call

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:10:09 2014 +0100| [e645e0ecd447704324f6323f4525e2494ba4] | committer: Jean-Baptiste Kempf mediacodec: remove jni_SetAndroidSurfaceSizeEnv call It's now handled in android_window Signed-off-by: Jean-Baptiste Kempf j

[vlc-commits] nativewindowpriv: fix connect before ics

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:09:56 2014 +0100| [c9640234ce3d46a5a7e3e735c98d83bbb62ba426] | committer: Jean-Baptiste Kempf nativewindowpriv: fix connect before ics Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] android/surface: fix leaks if Open fails

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:10:01 2014 +0100| [cd3ed40343c62202f34d0fab7925597b45e641df] | committer: Jean-Baptiste Kempf android/surface: fix leaks if Open fails Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] nativewindowpriv: add is_hw arg in setup

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:09:54 2014 +0100| [46814a092d56e9675ad5096c437bad3ecf965633] | committer: Jean-Baptiste Kempf nativewindowpriv: add is_hw arg in setup Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] nativewindowpriv: add lock/unlock Data

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:09:55 2014 +0100| [65c6b73a206ff27d8dbd812188a06021f17ba352] | committer: Jean-Baptiste Kempf nativewindowpriv: add lock/unlock Data Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] nativewindowpriv: use native_window_priv as a handle

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:09:53 2014 +0100| [4c32c10f0c85a757bf9bb6d866cb432d0271a4f2] | committer: Jean-Baptiste Kempf nativewindowpriv: use native_window_priv as a handle Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org

[vlc-commits] android/surface: configure surface synchronously

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:10:06 2014 +0100| [9fefcd39d00970b61eea4e7d5354a1387931a052] | committer: Jean-Baptiste Kempf android/surface: configure surface synchronously Set surface color and size synchronously using jni calls. Signed-off-by: Jean

[vlc-commits] android/surface: use calloc

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:10:02 2014 +0100| [56e5dae736f4d6be3c56363efb1d4a0e36c6aa8e] | committer: Jean-Baptiste Kempf android/surface: use calloc Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] android/surface: use native_surface from jni

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:10:04 2014 +0100| [1860bcd17b04b6939f9990de04cc671e7fc3f5a5] | committer: Jean-Baptiste Kempf android/surface: use native_surface from jni (see android commit jni: add jni_AndroidJavaSurfaceToNativeSurface) Signed-off

[vlc-commits] omx-dr: remove jni_SetAndroidSurfaceSize call

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:10:07 2014 +0100| [706e6bd26ffcb9b577a630a5ba8874b9babea5f6] | committer: Jean-Baptiste Kempf omx-dr: remove jni_SetAndroidSurfaceSize call It's now handled in android_window Signed-off-by: Jean-Baptiste Kempf j

[vlc-commits] android/surface: remove single_instance

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:10:00 2014 +0100| [07063204a4050db98931e7caf7c30cc949e4fd77] | committer: Jean-Baptiste Kempf android/surface: remove single_instance Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] android/surface: don't use native_window

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:10:03 2014 +0100| [513a3073701e248a924479e89eac417d5aa84293] | committer: Jean-Baptiste Kempf android/surface: don't use native_window Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] modules: add android_window vout

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:09:59 2014 +0100| [8a709642c0cbbbaa47506970d7b6a97337413128] | committer: Jean-Baptiste Kempf modules: add android_window vout - used for direct and non direct rendering (replace opaque.c) - use nativewindowpriv: more

[vlc-commits] mediacodec: remove unused code/variables

2014-11-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 14 17:10:08 2014 +0100| [2d26ce0b19f4ab9d62b65a80d72fe93feadd3fc6] | committer: Jean-Baptiste Kempf mediacodec: remove unused code/variables Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] nativewindowpriv: don't connect before ics

2014-11-17 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Mon Nov 17 14:43:26 2014 +0100| [46b36fbafbf9cf67b29ec8efca26bd4a408aa7e0] | committer: Jean-Baptiste Kempf nativewindowpriv: don't connect before ics This broke direct rendering on honeycomb. Signed-off-by: Jean-Baptiste Kempf j

[vlc-commits] android_window: fix honeycomb

2014-11-17 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Mon Nov 17 14:43:28 2014 +0100| [d7073d735cde6082ef1fac6a9c174601522235e6] | committer: Jean-Baptiste Kempf android_window: fix honeycomb jni_ConfigureSurface need also to be called width HC using ANW, ANWP or opaque. (There was no ANWP

[vlc-commits] playlist: don't abort if media-library is not specified

2014-11-17 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Mon Nov 17 14:53:09 2014 +0100| [701fc0c191195f31306699786285ec90983df608] | committer: Jean-Baptiste Kempf playlist: don't abort if media-library is not specified Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] mediacodec: don't try OMX.google.*

2014-11-18 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Tue Nov 18 10:16:35 2014 +| [49fc0b18011e38bb1886bd15575e249ed1728977] | committer: Jean-Baptiste Kempf mediacodec: don't try OMX.google.* OMX.google.* are software decoders, it's better to use avcodec. Signed-off-by: Jean-Baptiste

[vlc-commits] android_window: use anwp.getMaxBufferCount

2014-11-19 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Nov 19 12:04:15 2014 +0100| [b2bf1acb74d4e11123f4b39eec24c31317ca01d4] | committer: Jean-Baptiste Kempf android_window: use anwp.getMaxBufferCount Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org

[vlc-commits] nativewindowpriv: change default min_undequeued value

2014-11-19 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Nov 19 12:04:13 2014 +0100| [285a0859761272036b46b6669f35fd125777ddb7] | committer: Jean-Baptiste Kempf nativewindowpriv: change default min_undequeued value Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] nativewindowpriv: better use of defines (cosmetics)

2014-11-19 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Nov 19 12:10:37 2014 +0100| [c4b27e2802b5aa723939a119703f42f52978] | committer: Jean-Baptiste Kempf nativewindowpriv: better use of defines (cosmetics) Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org

[vlc-commits] nativewindowpriv: add getMaxBufferCount

2014-11-19 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Nov 19 12:04:12 2014 +0100| [4bb9b344edb622a6169a095af39f4c503b418f46] | committer: Jean-Baptiste Kempf nativewindowpriv: add getMaxBufferCount Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] android_window: add logs

2014-11-19 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Nov 19 12:04:14 2014 +0100| [7423c2bdf72696a4fe859852c19cbc432627c1ca] | committer: Jean-Baptiste Kempf android_window: add logs Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] nativewindowpriv: use fence_fd

2014-11-19 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Nov 19 16:02:35 2014 +0100| [06cb362f3aaa45f53de3f6a755961bc7dded5495] | committer: Jean-Baptiste Kempf nativewindowpriv: use fence_fd And don't call deprecated functions after android 4.3. Signed-off-by: Jean-Baptiste Kempf j

[vlc-commits] mediacodec: don't try OMX.google.*

2014-11-20 Thread Thomas Guillem
vlc/vlc-2.2 | branch: master | Thomas Guillem tho...@gllm.fr | Tue Nov 18 10:16:35 2014 +| [0c3fa2b011821ada786857dc02d8997fca091553] | committer: Jean-Baptiste Kempf mediacodec: don't try OMX.google.* OMX.google.* are software decoders, it's better to use avcodec. Signed-off-by: Jean

[vlc-commits] nativewindowpriv: use set_buffers_user_dimensions after jbmr2

2014-11-21 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 21 10:48:47 2014 +0100| [f04fe95fd1c6634f54028d1b93c402204502a8ff] | committer: Jean-Baptiste Kempf nativewindowpriv: use set_buffers_user_dimensions after jbmr2 Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] Revert nativewindowpriv: use fence_fd

2014-11-21 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 21 10:48:45 2014 +0100| [b4ceb7f3aebc71f7985b32c9bd4cd20ae1bcd9dd] | committer: Jean-Baptiste Kempf Revert nativewindowpriv: use fence_fd fence_fd should stay in nativewindowpriv.c, no need to export it. It's not needed by hw

[vlc-commits] android_window: render picture on Display, and not via pool.pic_unlock

2014-11-21 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 21 10:48:53 2014 +0100| [a522648db22d9720d3fe8cec31925982d24bc7e8] | committer: Jean-Baptiste Kempf android_window: render picture on Display, and not via pool.pic_unlock Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] nativewindowpriv: fix call order

2014-11-21 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Fri Nov 21 10:48:46 2014 +0100| [81179615b9e9da550de7b00d3e079f099d73c9aa] | committer: Jean-Baptiste Kempf nativewindowpriv: fix call order Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi/vlc.git

  1   2   3   4   5   6   7   8   9   10   >