Search found 6 matches

Go to advanced search

by tyrone.yimin
10 Aug 2006 11:46
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile the qte video output with qtopia core 4.1.3
Replies: 3
Views: 1238

addition 2

It seems that QDirectPainter class is very different between qt/e 2/3 and qtopia core 4.1.3.
in qt/e 2/3, QDirectPainter class is inherited from QPainter, but in qtopia core 4.1.3, QDirectPainter is inherited directly from QObject. How can i port the code ?
by tyrone.yimin
10 Aug 2006 11:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile the qte video output with qtopia core 4.1.3
Replies: 3
Views: 1238

addition 1

i changed the "Display" method as follow, and i can compile and run vlc, but when i run vlc using ./vlc --vout qte --qte-guiserver --intf hotkeys -vvvv dvd:///dev/dvd-hdc, i get nothing in qvfb window. static void Display( vout_thread_t *p_vout, picture_t *p_pic ) { unsigned int x, y, w, h...
by tyrone.yimin
09 Aug 2006 11:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile the qte video output with qtopia core 4.1.3
Replies: 3
Views: 1238

addition

#ifdef Q_WS_QWS # define USE_DIRECT_PAINTER # include <Qt/qdirectpainter_qws.h> # include <Qt/qgfxraster_qws.h> //this include file is not in qtopia core 4 #endif #else QDirectPainter p(p_vout->p_sys->p_VideoWidget); //does not has this constructor p.transformOrientation(); //does not has this membe...
by tyrone.yimin
09 Aug 2006 10:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile the qte video output with qtopia core 4.1.3
Replies: 3
Views: 1238

Compile the qte video output with qtopia core 4.1.3

i want test video output qte, using qtopia core 4.1.3, and i will use qvfb on my computer. 1.I modified the configure.ac file, as follows: VLC_ADD_LDFLAGS([qte],[-L${with_qte}/lib -lQtCore -lQtGui -lQtSvg -ljpeg -lQt3Support]) VLC_ADD_CXXFLAGS([qte],[-I${with_qte}/include -DQT3_SUPPORT -fno-exceptio...
by tyrone.yimin
05 Aug 2006 14:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: QT4-subversion
Replies: 7
Views: 2610

join the development

I hope to join the development of the qt4 interface for vlc, any suggestion?
by tyrone.yimin
31 Jul 2006 04:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: QT4-subversion
Replies: 7
Views: 2610

how about the plan and progress of the qt4 interface ?

i download the source code from SVN, and using --enable-qt4 option to run confiigure,but it's seems the qt4 source code not be compiled. please give me some idea.or does qt4 interface not be full implemented?

Go to advanced search