-
Replace new Integer with Integer.valueOf
Replace new Long with Long.valueOf.
2009-11-03 13:44:01 UTC by nobody
-
thats what I did. It did not work with my command line client (Linux), but I am now up and running through eclipse. Strange enough, as both should behave identically..
2009-11-02 14:29:54 UTC by csell
-
cvs -d:pserver:anonymous@fmj.cvs.sourceforge.net:/cvsroot/fmj login.
2009-11-01 12:05:03 UTC by jones79
-
you are so good.. however, I would prefer if I could download without hassles, as it becomes an open source project. Could someone please open the access to the ffmpeg-java repository?
thanks,
Christian.
2009-10-31 19:08:10 UTC by csell
-
Hm as you said...only with a valid account... :)
2009-10-30 19:23:20 UTC by jones79
-
Hello,
I tried to download the sourcecode for ffmpeg-java today, but found that CVS is only accessible with a valid account (not anonymous login), and the downloadable archives containe binaries only...
How can I access the source code?
thanks,
Christian.
2009-10-30 17:25:35 UTC by csell
-
I am attempting to write a simple application that will capture video from a webcam and audio from a microphone and save these files off to either a local disc, or possibly a server site. Initially, I was working off of a JMF example that merges a video stream and an audio stream into a single datasource, then as the datasource is processed, the result is written to disc.
When I attempt to...
2009-10-29 17:26:13 UTC by cplukas
-
committed.
2009-10-27 19:56:52 UTC by kenlars99
-
kenlars99 committed patchset 1830 of module fmj to the FMJ CVS repository, changing 2 files.
2009-10-27 19:56:32 UTC by kenlars99
-
Hi to everyone
I'm going to start a project based on the capturing of audio and video from webcam / microphone.
The project I'm realizing would ideally have to run on the widest possible amount of platforms / OSes.
Let's say the minimum set should ideally be WinXP, WinVista, Win7, OSX and maybe also Linux.
I'm a total newbie to LMF/FMJ, and so I felt like to ask if it's already...
2009-10-05 15:05:10 UTC by mathieu_bosi