opendvr-developer Mailing List for Open Digital Video Recorder
Status: Beta
Brought to you by:
spigel
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(13) |
Dec
(10) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ope...@li...> - 2007-01-11 09:10:13
|
I developed new application 'dxcheck' (SVN module dxcheck). That program can check DirectX version without any dependency of DirectX. but if DirectX found she check of availability DirectDraw7 and launch some test code. This application required by netplayer.installer in first or second stage when installer check system software. dxcheck return code -1 if DirectX not found and zero if DirectX available. for compilation I use MinGW32 and Eclipse IDE, also this project can be converted to MStudio project. dxcheck only refer to common Windows DLLs: msvcrt.dll, kernel32.dll, version.dll -- Sergei Pachkov |
|
From: <ope...@li...> - 2007-01-07 19:19:08
|
today I found interesting paper: http://www-128.ibm.com/developerworks/library/os-ecl-vscdt/index.html?ca=drs- "Migrate Visual Studio C and C++ projects to Eclipse CDT" and http://wiki.eclipse.org/index.php/CDT/designs/msvc and also I found SVN plugin for VS2005 (http://ankhsvn.tigris.org/) p.s. on a way of migration all client side software to Java :-) -- ------------ Sergei Pachkov |
|
From: <ope...@li...> - 2007-01-03 14:07:13
|
New source code updates for NetPlayer & classes branches. "netplayer" updated to version 3.0.1 (tested on direx-pro.dyndns.org, online video from mybwa.com & tral.ru) "classes" - segregated to static library project and reference from NetPlayer removed "memcpy.lib" because she included to classes library. -- ------------ Sergei Pachkov |
|
From: <ope...@li...> - 2006-12-18 04:50:39
|
Yes, 'classes' isn't temporary. I think 'classes' must be common source library for Win32 projects like FileViewer4 and Netplayer. Because these applications use same code parts for data stream decode and video output. ------------ Sergei Pachkov ope...@li... пишет: > Hi Sergei, > > Shoulw we change the paths and include directives in > the project according to the new module name 'classes' > or this is just temporary solution. > > Best Regards, > kodae > > > --- ope...@li... wrote: > > >> main developer repository now is >> https://opendvr.svn.sourceforge.net/svnroot/opendvr >> where we can see available branches, trunk, tags >> >> >> but better link is >> >> > https://opendvr.svn.sourceforge.net/svnroot/opendvr/trunk > >> where is main development line. >> >> importante notice: I renamed module '!classes' to >> 'classes', because >> name with explanation mark made a problem with CVS >> checkout. >> >> -- >> ++++++++++++++ >> Sergei Pachkov > |
|
From: <ope...@li...> - 2006-12-16 07:22:14
|
Hi Sergei, Shoulw we change the paths and include directives in the project according to the new module name 'classes' or this is just temporary solution. Best Regards, kodae --- ope...@li... wrote: > > main developer repository now is > https://opendvr.svn.sourceforge.net/svnroot/opendvr > where we can see available branches, trunk, tags > > > but better link is > https://opendvr.svn.sourceforge.net/svnroot/opendvr/trunk > where is main development line. > > importante notice: I renamed module '!classes' to > 'classes', because > name with explanation mark made a problem with CVS > checkout. > > -- > ++++++++++++++ > Sergei Pachkov > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get > the chance to share your > opinions on IT & business topics through brief > surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Opendvr-developer mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opendvr-developer > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
|
From: <ope...@li...> - 2006-12-13 08:14:04
|
Netplayer and Fileviewer sometimes crashed on PC by different reasons. to resolve crash motive we need some techniques to collect info about application state in crash moment and previous moment to crash. I think about software watchdog what can collect and log state of applications at runtime. may be somewhere in the world this application and technique has already? requirements for this application: 1. user friendly (when application crashed user must understand what is root for this: as bad example "You have broken Windows installation" ;-) 2. style (use same style as our application) 3. open source. 4. good for developers (collect enough information to resolve problem) -- ++++++++++++++ Sergei Pachkov |
|
From: <ope...@li...> - 2006-12-13 07:27:56
|
ope...@li... пишет: > main developer repository now is > https://opendvr.svn.sourceforge.net/svnroot/opendvr > where we can see available branches, trunk, tags > > > but better link is https://opendvr.svn.sourceforge.net/svnroot/opendvr/trunk > where is main development line. > > importante notice: I renamed module '!classes' to 'classes', because > name with explanation mark made a problem with CVS checkout. for tools I recommend Eclipse IDE + subclipse plugin or tortoiseSVN and documents: Subversion (Version Control for Source Code) <http://sourceforge.net/docs/E09> (http://sourceforge.net/docs/E09) and Version Control with Subversion ( <http://svnbook.red-bean.com/en/1.1/index.html>http://svnbook.red-bean.com/en/1.1/index.html) -- ++++++++++++++ Sergei Pachkov |
|
From: <ope...@li...> - 2006-12-13 07:04:32
|
main developer repository now is https://opendvr.svn.sourceforge.net/svnroot/opendvr where we can see available branches, trunk, tags but better link is https://opendvr.svn.sourceforge.net/svnroot/opendvr/trunk where is main development line. importante notice: I renamed module '!classes' to 'classes', because name with explanation mark made a problem with CVS checkout. -- ++++++++++++++ Sergei Pachkov |
|
From: <ope...@li...> - 2006-12-13 06:54:12
|
ope...@li... пишет: > Hello, guys > > Can me move our repository to SVN? > > arg: resolve connection problem through corporate proxy, firewalls. > > because SVN use HTTP > I glad say to you: "migration to SVN completed" I disabled CVS service and enable SVN = changes yu can see in the Code page. as written in sourceforge documentation: "Availability of CVS data will not be affected by this setting. If you have data in your project CVS repository and this service is disabled, CVS operations may still be performed; however, the "CVS" menu option on your project page will not be displayed" -- ++++++++++++++ Sergei Pachkov |
|
From: <ope...@li...> - 2006-12-13 03:09:07
|
Hi All! odrlsn> 1. CVS -> SVN (ope...@li...) odrlsn> Hello, guys odrlsn> Can me move our repository to SVN? odrlsn> arg: resolve connection problem through corporate proxy, firewalls. odrlsn> because SVN use HTTP I`ve think it would be best solution. Because I have the problem with CVS connection. |
|
From: <ope...@li...> - 2006-12-12 21:15:06
|
ope...@li... пишет: > Hello, guys > > Can me move our repository to SVN? > > arg: resolve connection problem through corporate proxy, firewalls. > > because SVN use HTTP > > ------------------------------------------------------------------------- > SVN migration requested ! please wait for 1 day -- ------------ Sergei Pachkov |
|
From: <ope...@li...> - 2006-12-11 07:14:25
|
Hello, guys Can me move our repository to SVN? arg: resolve connection problem through corporate proxy, firewalls. because SVN use HTTP |
|
From: <ope...@li...> - 2006-12-10 09:31:29
|
after few days of development we have problems via our module '!classes' for this module don't work checkout operation but work commit. checkout for '!classes' don't work for developers and for anonymous users. developers who have did checkout this module early must checkout module 'classes' (without exclamation mark) I commited request to rename this module to 'classes'. -- ------------ Sergei Pachkov |
|
From: <ope...@li...> - 2006-11-26 17:59:37
|
some documentation committed to repository. -- ------------ Sergei Pachkov |
|
From: <ope...@li...> - 2006-11-26 15:52:30
|
ok, I added directX project to repository. libraries and includes, not executables Now module FileViewer4 are under construction by operational mistakes. I do some reorganiztion of modules structure. also I will added documentation module to repository (all docs in HTML format) if somebody know how to exchange information in OpenDocument Type format, please help. we have many docs written in OpenOffice (odt format) and export to HTML format is difficult because this way require many operations and special settings in OpenOffice. > About directX 8.1 sdk, try these links > http://safariexamples.informit.com/0672323699/T3DGameR1/DirectX/DirectXSDK/dx81sdk_full.exe > http://www.irradiance.net/Software/Microsoft/directx/8.1/sdk/DX81SDK_FULL.exe > > I am now writing HTTP access function using MFC classes, but as we plan to go cross platform, we will need different hppt library. It would be nice to hear which one you propose. QT library has set of classes for HTTP protocol. |
|
From: <ope...@li...> - 2006-11-24 12:20:10
|
Hi all, About directX 8.1 sdk, try these links http://safariexamples.informit.com/0672323699/T3DGameR1/DirectX/DirectXSDK/dx81sdk_full.exe http://www.irradiance.net/Software/Microsoft/directx/8.1/sdk/DX81SDK_FULL.exe I am now writing HTTP access function using MFC classes, but as we plan to go cross platform, we will need different hppt library. It would be nice to hear which one you propose. Best regards, Ildar. |
|
From: <ope...@li...> - 2006-11-23 18:06:21
|
Hi Ildar, Thanks for the pdate but I really cannot find directX SDK 8.1 at microsoft.com. Would it be a problem for you to post a link or something here. Best Regards, kodae --- ope...@li... wrote: > Hi all, > I have finished updating code from my home > repository. > To build NetPlayer3.0 you need directX SDK 8.1(which > you can download from microsoft.com) > You should add dxsdk/inlcude to additional include, > and dxsdk/lib to additional libraries > > one more thing, classes dir should be moved out of > FileViewer dir > so > .. > |-!classes > | > |-FileViewer4 > > Best regards, Ildar. > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get > the chance to share your > opinions on IT & business topics through brief > surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Opendvr-developer mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opendvr-developer > ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com |
|
From: <ope...@li...> - 2006-11-23 15:51:52
|
Hi all, I have finished updating code from my home repository. To build NetPlayer3.0 you need directX SDK 8.1(which you can download from microsoft.com) You should add dxsdk/inlcude to additional include, and dxsdk/lib to additional libraries one more thing, classes dir should be moved out of FileViewer dir so .. |-!classes | |-FileViewer4 Best regards, Ildar. |
|
From: <ope...@li...> - 2006-11-23 04:54:01
|
Hi, Thanks alot for the quick answer. I tried to find the DirectX 8.1 SDK but with no success. I was able to find an *.msi file on the EDonkey network but it wont start the installation. If you know where I can get the instalation it would be nice to have it :) I just updated from CVS FileViewer4 module and I got all the empty directories. It seems that last time I forgot to remove "Prune empty directories" options frommy WinCVS client ;) As for re-writing I am not an expert of media libraries, but maybe SDL will bebetter option just because to be in situation like this with DirectX 8.1 and DirectX 9 IMHO is less possible with something that is GNU GPL. But still this is just an opinon. Best Regards --- ope...@li... wrote: > ope...@li... пишет: > > Hi , > > > > When I am trying to compile FileViewer4 I am > missing > > headers: > > msn.h > > line_buf.h > > Ext2FsReader.h > > dsound.h > > ddraw.h > > > you need DXSDK8.1 (DirectX SDK 8.1), microsoft > removed this SDK from > download page, it's about 200MB. > you are free for ideas, (my be rewrite code for SDL > or DX 9 ? ) > > also you need a folder "classes". > all of these have place in CVS repository. > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get > the chance to share your > opinions on IT & business topics through brief > surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Opendvr-developer mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opendvr-developer > ____________________________________________________________________________________ Want to start your own business? Learn how on Yahoo! Small Business. http://smallbusiness.yahoo.com/r-index |
|
From: <ope...@li...> - 2006-11-23 03:47:58
|
ope...@li... пишет: > Hi , > > When I am trying to compile FileViewer4 I am missing > headers: > msn.h > line_buf.h > Ext2FsReader.h > dsound.h > ddraw.h > you need DXSDK8.1 (DirectX SDK 8.1), microsoft removed this SDK from download page, it's about 200MB. you are free for ideas, (my be rewrite code for SDL or DX 9 ? ) also you need a folder "classes". all of these have place in CVS repository. |
|
From: <ope...@li...> - 2006-11-22 21:43:12
|
Hi , When I am trying to compile FileViewer4 I am missing headers: msn.h line_buf.h Ext2FsReader.h dsound.h ddraw.h ____________________________________________________________________________________ Want to start your own business? Learn how on Yahoo! Small Business. http://smallbusiness.yahoo.com/r-index |
|
From: <ope...@li...> - 2006-11-21 20:29:21
|
yes, it's my mistake when I added cvs root, i didn't uploaded references. please wait for a day or two days. better for you is use FV4, because it the next step project with more better and scalable architecture. > Hi , > > I have checked out dog and FileViewer3 modules. I ave > Visual Studio 2005 on WinXP workstation when I tried > to compile the FileViewer solution, I get the > following error log: > > ------ Build started: Project: FileViewer3, > Configuration: Debug Win32 ------ > Compiling... > Sound.cpp > WINVER not defined. Defaulting to 0x0502 (Windows > Server 2003) > c:\documents and settings\yasho\my > documents\openvdr\fileviewer3\audio\sound.h(6) : fatal > error C1083: Cannot open include file: 'adpcm.h': No > such file or directory > Video.cpp > WINVER not defined. Defaulting to 0x0502 (Windows > Server 2003) > c:\documents and settings\yasho\my > documents\openvdr\fileviewer3\savemsn\msnsave.h(5) : > fatal error C1083: Cannot open include file: 'id3.h': > No such file or directory > decoder.cpp > WINVER not defined. Defaulting to 0x0502 (Windows > Server 2003) > c:\documents and settings\yasho\my > documents\openvdr\fileviewer3\video\decoder.h(2) : > fatal error C1083: Cannot open include file: > 'jpeg/cdg_jpeg_codec.h': No such file or directory > msnsave.cpp > WINVER not defined. Defaulting to 0x0502 (Windows > Server 2003) > c:\documents and settings\yasho\my > documents\openvdr\fileviewer3\audio\sound.h(6) : fatal > error C1083: Cannot open include file: 'adpcm.h': No > such file or directory > plugin.cpp > c:\documents and settings\yasho\my > documents\openvdr\fileviewer3\src\fileviewer.h(2) : > fatal error C1083: Cannot open include file: 'id3.h': > No such file or directory > reader.cpp > c:\documents and settings\yasho\my > documents\openvdr\fileviewer3\reader\reader.h(2) : > fatal error C1083: Cannot open include file: > 'ext2file.h': No such file or directory > fileviewer.cpp > c:\documents and settings\yasho\my > documents\openvdr\fileviewer3\src\fileviewer.h(2) : > fatal error C1083: Cannot open include file: 'id3.h': > No such file or directory > Generating Code... > Build log was saved at "file://c:\Documents and > Settings\yasho\My > Documents\openvdr\FileViewer3\Debug\BuildLog.htm" > FileViewer3 - 7 error(s), 0 warning(s) > ========== Build: 0 succeeded, 1 failed, 0 up-to-date, > 0 skipped ========== > > > Please advise me what can be the problem. > Thanks alot in advance. > > > > > > > ____________________________________________________________________________________ > Sponsored Link > > Rates near 39yr lows. $510,000 Loan for $1698/mo. > Calcuate new payment. www.LowerMyBills.com/lre > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Opendvr-developer mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opendvr-developer > > > > |
|
From: <ope...@li...> - 2006-11-21 19:51:31
|
Hi , I have checked out dog and FileViewer3 modules. I ave Visual Studio 2005 on WinXP workstation when I tried to compile the FileViewer solution, I get the following error log: ------ Build started: Project: FileViewer3, Configuration: Debug Win32 ------ Compiling... Sound.cpp WINVER not defined. Defaulting to 0x0502 (Windows Server 2003) c:\documents and settings\yasho\my documents\openvdr\fileviewer3\audio\sound.h(6) : fatal error C1083: Cannot open include file: 'adpcm.h': No such file or directory Video.cpp WINVER not defined. Defaulting to 0x0502 (Windows Server 2003) c:\documents and settings\yasho\my documents\openvdr\fileviewer3\savemsn\msnsave.h(5) : fatal error C1083: Cannot open include file: 'id3.h': No such file or directory decoder.cpp WINVER not defined. Defaulting to 0x0502 (Windows Server 2003) c:\documents and settings\yasho\my documents\openvdr\fileviewer3\video\decoder.h(2) : fatal error C1083: Cannot open include file: 'jpeg/cdg_jpeg_codec.h': No such file or directory msnsave.cpp WINVER not defined. Defaulting to 0x0502 (Windows Server 2003) c:\documents and settings\yasho\my documents\openvdr\fileviewer3\audio\sound.h(6) : fatal error C1083: Cannot open include file: 'adpcm.h': No such file or directory plugin.cpp c:\documents and settings\yasho\my documents\openvdr\fileviewer3\src\fileviewer.h(2) : fatal error C1083: Cannot open include file: 'id3.h': No such file or directory reader.cpp c:\documents and settings\yasho\my documents\openvdr\fileviewer3\reader\reader.h(2) : fatal error C1083: Cannot open include file: 'ext2file.h': No such file or directory fileviewer.cpp c:\documents and settings\yasho\my documents\openvdr\fileviewer3\src\fileviewer.h(2) : fatal error C1083: Cannot open include file: 'id3.h': No such file or directory Generating Code... Build log was saved at "file://c:\Documents and Settings\yasho\My Documents\openvdr\FileViewer3\Debug\BuildLog.htm" FileViewer3 - 7 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Please advise me what can be the problem. Thanks alot in advance. ____________________________________________________________________________________ Sponsored Link Rates near 39yr lows. $510,000 Loan for $1698/mo. Calcuate new payment. www.LowerMyBills.com/lre |
|
From: <ope...@li...> - 2006-11-21 13:34:59
|
Hi, about CVS access. First, you should have TortoiseCVS not SVN, or any other CVS client, like WinCVS or even Eclipse. Then, after you have logged in to your sf.net account, there you will see CVS. In CVS page, thare links to "how to access code with cvs". Best regards, Ildar. |
|
From: <ope...@li...> - 2006-11-21 10:41:09
|
Do you use settings from CVS access page? > Hi > > I am unable to access the CVS repository..Any > pointers?? > > I have tortoisesvn installed.. > Do you know differences between CVS and SVN? I recommend use Eclipse or WinCVS. > Regards > GSP2 > did you see CVS tree in CVSWeb? |