Search found 15 matches

Go to advanced search

by gmv
07 Sep 2013 20:03
Forum: VLC for Android and Chrome OS
Topic: fatal error: windows.h: No such file or directory compilatio
Replies: 6
Views: 828

Re: fatal error: windows.h: No such file or directory compil

I believe that you want to include the header file named window.h (without "s"). It is located in the next path: $(ANDROID_NDK)/platforms/$(APP-PLATFORM)/$(ARCH)/usr/include/android/window.h. For example, home/pepito/android-ndk-r9/platforms/android-18/arch-arm/usr/include/android/window.h...
by gmv
03 Sep 2013 13:12
Forum: Development around libVLC
Topic: Problems with opencv libraries
Replies: 4
Views: 1757

Re: Problems with opencv libraries

Thanks! I know that the file must be compiled so: g++ opencv_file.cpp `pkg-config --libs opencv` `pkg-config --cflags opencv` -o opencv_executable But it is a big project and the compilation of the files isn't written for each file explicitly, one by one. I have got this in the Android.mk file: LOCA...
by gmv
01 Aug 2013 04:07
Forum: Development around libVLC
Topic: Problems with opencv libraries
Replies: 4
Views: 1757

Re: Problems with opencv libraries

Ok, thanks! But i have got some problems yet. I've downloaded the code again . Then, i've implemented a .cpp program in the next path: home/virginia/android/vlc/src/input/ virtual.cpp /* * virtual.cpp */ #include <stdlib.h> #include <jni.h> #include <math.h> #include <opencv2/core/core.hpp> #include...
by gmv
31 Jul 2013 11:57
Forum: Development around libVLC
Topic: Problems with opencv libraries
Replies: 4
Views: 1757

Problems with opencv libraries

Hi, I'm working with VLC for Android, and i've compiled it to get a project in Eclipse. I'm trying to develope a new module which it uses the header files of opencv. I've implemented a .c program in the folder home/virginia/workspace/android/vlc/input and its header file. In the begining of the prog...
by gmv
11 Jul 2013 00:12
Forum: Development around libVLC
Topic: Calling from a pure method c to a Java method
Replies: 0
Views: 477

Calling from a pure method c to a Java method

Hi, I have to call from a pure c method of decoder.c to a method of Java class , and i don't know how initialize the pointers of native code that they are necessary to connect Java and C . In my project, these classes are located so: in home/virginia/workspace/ vlc ----src -------input -------------...
by gmv
25 Jun 2013 15:08
Forum: Development around libVLC
Topic: vlc_filter.h - error: 'MODULE_STRING' undeclared
Replies: 4
Views: 714

Re: vlc_filter.h - error: 'MODULE_STRING' undeclared

Hi, Sorry to bother you so much, but I do not know how to use this guide and i'm desperate. I've tried to modify the picture.c file, but the errors persist. Please, can you help me? /***************************************************************************** * picture.c : picture management functi...
by gmv
24 Jun 2013 15:48
Forum: Development around libVLC
Topic: vlc_filter.h - error: 'MODULE_STRING' undeclared
Replies: 4
Views: 714

Re: vlc_filter.h - error: 'MODULE_STRING' undeclared

Sorry, but i haven't understood his reply and i don't know that i must do to solve it. Sometimes i have included some new methods in .c class and only i have declared them in the appropiate vlc_*.h file. If the new method has native code, should I follow a different procedure? Since there are severa...
by gmv
21 Jun 2013 17:11
Forum: Development around libVLC
Topic: vlc_filter.h - error: 'MODULE_STRING' undeclared
Replies: 4
Views: 714

vlc_filter.h - error: 'MODULE_STRING' undeclared

Hi, i have created a new method into the source file named picture.c , which is in the next path: vlc/misc/picture.c. This method is native method since i want connect this class with a Java class. I have tested with a easy method to pass a string: JNIEXPORT void JNICALL Java_org_videolan_vlc_gui_vi...
by gmv
10 Jun 2013 13:47
Forum: Development around libVLC
Topic: Loading a new native library
Replies: 5
Views: 1463

Re: Loading a new native library

Ok, i haven't understood well his reply, but i won't annoy you more :)
by gmv
10 Jun 2013 10:49
Forum: Development around libVLC
Topic: Loading a new native library
Replies: 5
Views: 1463

Re: Loading a new native library

Thanks for the reply! I've tried to do it of the next way: - I've created a new folder into the jni folder, named virtual. - In this folder, there are the virtual.cpp class, the header files, an Android.mk file and other Application.mk file. The Android.mk of the jni/virtual folder is: # # Android.m...
by gmv
03 Jun 2013 18:41
Forum: Development around libVLC
Topic: Loading a new native library
Replies: 5
Views: 1463

Loading a new native library

Hi, I'm developing a new module for VLC for Android. I have created a class .cpp into the jni folder, with its header files, i have modified the Android.mk file too and into src/org.videolan.vlc.gui.video i have put the java class named VirtualActivity.java, where there is the following code: static...
by gmv
02 Jun 2013 17:47
Forum: VLC for Android and Chrome OS
Topic: Problems With Compiling VLC on Android in ubuntu
Replies: 37
Views: 3435

Re: Problems With Compiling VLC on Android in ubuntu

Hi again, I had some problems with the project of VLC and i decided to download the source again following the guideline: http://wiki.videolan.org/AndroidCompile I don't know if i have changed some thing in the configuration of the pc, but i don't get compile it. These are the errors: compilation te...
by gmv
02 Mar 2013 20:19
Forum: VLC for Android and Chrome OS
Topic: Problems With Compiling VLC on Android in ubuntu
Replies: 37
Views: 3435

Re: Problems With Compiling VLC on Android in ubuntu

Hello, I'm trying to compile VLC in my personal computer and i get some errors. I use Ubuntu 11.10 and i have followed the steps of: http://wiki.videolan.org/AndroidCompile#Eclipse.2C_SDK_and_NDK_installation This is a part of the output message of the terminal: cd builds/unix; ./configure '--prefix...
by gmv
25 Feb 2013 15:06
Forum: VLC for Android and Chrome OS
Topic: Decoding
Replies: 3
Views: 527

Re: Decoding

Sorry, but i haven't understood his reply. I want to locate the method which performs the decoding of the frames of a video and the buffer where saves them. i am analyzing the libvlcjni.c class since in the VideoPLayerActivity.java class invokes the native method called readMedia whose declaration i...
by gmv
18 Feb 2013 19:29
Forum: VLC for Android and Chrome OS
Topic: Decoding
Replies: 3
Views: 527

Decoding

Hello, i'm analyzing the decoding of videos and i don't know how vlc does it, what functions use, in what class is implemented the decoding and where vlc saves the frames. I believe that vlc decodes a frame and displays it until that the next frame is completly decoded. In the VideoPlayerActivity, t...

Go to advanced search