[Android] Android Digest, Vol 32, Issue 1

Maria Gheorghe reclamamulta at gmail.com
Wed Oct 1 15:38:45 CEST 2014


how do you compile libvlcjni.so ?
I tried  gradle buildVlc ,buty nothing.
What command do you do to get taht library compiled?
Thank you very much

On Wed, Oct 1, 2014 at 1:00 PM, <android-request at videolan.org> wrote:

> Send Android mailing list submissions to
>         android at videolan.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mailman.videolan.org/listinfo/android
> or, via email, send a message with subject or body 'help' to
>         android-request at videolan.org
>
> You can reach the person managing the list at
>         android-owner at videolan.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Android digest..."
>
>
> Today's Topics:
>
>    1. subtitle delay (Maria Gheorghe)
>    2. Re: subtitle delay (Edward Wang)
>    3. [PATCH] libiomx: move iomx_hwbuffer.cpp to        nativewindowpriv.c
>       (Thomas Guillem)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 1 Oct 2014 08:31:04 +0300
> From: Maria Gheorghe <reclamamulta at gmail.com>
> To: android at videolan.org
> Subject: [Android] subtitle delay
> Message-ID:
>         <
> CAOaK-2GkZUpjwEAvD8zhz6+kAxUgT0LVGTz2x57CVPom42whaQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello ,
> in windows a subtile delay can be ajusted using h.
> Also i found the function
> video_set_spu_delay
>
> How can I modify the subtitle delay in android using java?
>
> what is the fucntion in java that modify the subtitle delay.?
>
> Hoes anybody has any ideea?or something around ?
> Thank you very much
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mailman.videolan.org/pipermail/android/attachments/20141001/a5bb16ab/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Tue, 30 Sep 2014 22:34:24 -0700
> From: Edward Wang <edward.c.wang at compdigitec.com>
> To: Development of VLC for Android <android at videolan.org>
> Subject: Re: [Android] subtitle delay
> Message-ID: <542B9260.6080001 at compdigitec.com>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 2014-09-30 22:31, Maria Gheorghe <reclamamulta at gmail.com> wrote:
> > Hello ,
> > in windows a subtile delay can be ajusted using h.
> > Also i found the function
> >
> >
> >       video_set_spu_delay
> >
> > How can I modify the subtitle delay in android using java?
> >
> > what is the fucntion in java that modify the subtitle delay.?
> >
> > Hoes anybody has any ideea?or something around ?
> >
>
> There is none, because it is not currently exposed due to lack of usage.
>
> Regards,
>   Edward Wang
>
>
> ------------------------------
>
> Message: 3
> Date: Wed,  1 Oct 2014 10:33:37 +0200
> From: Thomas Guillem <thomas.guillem at gmail.com>
> To: android at videolan.org
> Subject: [Android] [PATCH] libiomx: move iomx_hwbuffer.cpp to
>         nativewindowpriv.c
> Message-ID: <1412152417-979-1-git-send-email-thomas.guillem at gmail.com>
>
> ---
>  vlc-android/jni/Android.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/vlc-android/jni/Android.mk b/vlc-android/jni/Android.mk
> index 8366ab4..fddb5de 100644
> --- a/vlc-android/jni/Android.mk
> +++ b/vlc-android/jni/Android.mk
> @@ -86,8 +86,8 @@ LIBIOMX_LDLIBS_COMMON := -L$(ANDROID_LIBS) -lgcc
> -lstagefright -lmedia -lutils -
>  LIBIOMX_CFLAGS_COMMON := -Wno-psabi
>  # Once we always build this with a version of vlc that contains
> iomx_hwbuffer.c,
>  # we can remove this condition
> -ifneq (,$(wildcard
> $(LOCAL_PATH)/../$(VLC_SRC_DIR)/modules/codec/omxil/iomx_hwbuffer.c))
> -LIBIOMX_SRC_FILES_COMMON +=
> ../$(VLC_SRC_DIR)/modules/codec/omxil/iomx_hwbuffer.c
> +ifneq (,$(wildcard
> $(LOCAL_PATH)/../$(VLC_SRC_DIR)/modules/video_output/android/nativewindowpriv.c))
> +LIBIOMX_SRC_FILES_COMMON +=
> ../$(VLC_SRC_DIR)/modules/video_output/android/nativewindowpriv.c
>  endif
>
>  # no hwbuffer for gingerbread
> --
> 2.1.0
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Android mailing list
> Android at videolan.org
> https://mailman.videolan.org/listinfo/android
>
>
> ------------------------------
>
> End of Android Digest, Vol 32, Issue 1
> **************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/android/attachments/20141001/6d0874b0/attachment.html>


More information about the Android mailing list