Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: After the PC donation... (Read 53706 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

After the PC donation...

Reply #50
Quote
Quote
Can the clipping problem be addressed in SV 7.5 instead of SV 8?

Transcoded from SV7.0/7.1 are still clipped, the information is lost.
Native SV7.5 encoder: Problem is solved.

Jesus Frank, where is this new SV 7.5 encoder ?

Have you released it some place i dont know of ? If so, please send it to robux4 so he can upload it to CVS .....

After the PC donation...

Reply #51
christian,

i'm assuming frank meant its still a WIP

even at sv7.15/1.95z67 the clipping problem is addressed, but the SV is incomplete

and he's just explaining that the tool to convert sv7.x to sv7.5/8.0 won't do miracles to the data, just wrap it correctly (or, in the fashion of sv7.5/8.0)


later

After the PC donation...

Reply #52
I think I could help out a little bit with portability since I have shell access to a couple of platforms.

At the moment the code seems to be pretty good in terms of portability. After robUx4 fixed the endianess problem, it works for me on every platform I tested.

It just needed some minor corrections in the Makefile. Maybe you should get rid of some stuff like Makefile.bsd. At least FreeBSD has no problem with the standard Makefile. Don't know for the other BSDs.

After the PC donation...

Reply #53
Quote
It just needed some minor corrections in the Makefile

are you talking about the gcc3.x changes? like:

-falign-jumps=5 -falign-loops=0 -falign-functions=5

or something different? (btw, the makefile is horrendous)


later

After the PC donation...

Reply #54
Quote
Quote
It just needed some minor corrections in the Makefile

are you talking about the gcc3.x changes? like:

-falign-jumps=5 -falign-loops=0 -falign-functions=5

or something different? (btw, the makefile is horrendous)

That's just part of the problem. First of all it uses asm objects and gcc options that are not available on all platforms by default which makes it fail on non x86.

Then the config.h target doesn't work because it doesn't list config as dependency but tries to build it within the target which fails here.

Also I needed to replace <machine/soundcard.h> with <sys/soundcard.h> in mppdec.h in order to get it work under FreeBSD.

After the PC donation...

Reply #55
(bump)

any further information on the subject?

frank - are you still with us? care to bait us with an update?

...just wonderin'


later

After the PC donation...

Reply #56
Does anyone know the (approx) release date of sv7.5?

Madman2003.

After the PC donation...

Reply #57
Frank mailed me last week, he said he wanted to install another distro this weekend, after he apparently found over 100 bugs in SuSE 9.0 (i'm not sure if he really found that many bugs or if it's black humor again). I hope the situation is better in other distros though..

After the PC donation...

Reply #58
right, rpm sucks...
http://distrowatch.com/dwres.php?resource=article-rpm

non-shitty management: debian/bsd's/portage/source/tarball
http://distrowatch.com/stats.php?section=packagemanagement

i'd be happy to help him setup something remotely
(i.e. requires him to install a base system, e.g. debian net-install)

...i'm assuming he could talk to someone in a Linux User Group around germany if he needs more help than that


later

After the PC donation...

Reply #59
bumpety bump

 

After the PC donation...

Reply #60
Cough cough, Debian, cough

After the PC donation...

Reply #61
Quote
...i'm assuming he could talk to someone in a Linux User Group around germany if he needs more help than that
... i'd prefer him coding SV 7.5 instead of fighting Linux bugs, to be honest  .... but i also respect his decision to release everything for MPC ready for both platforms, although IMO this is exactly the kind of support the community could give to him easily, and he could concentrate on the main stuff  .....

After the PC donation...

Reply #62
Quote
... i'd prefer him coding SV 7.5 instead of fighting Linux bugs, to be honest  ....


not sure why your quoting something i said in May...

anyways, i would prefer him to prepare sv7.5 also - which is why i offered to administer his box from the other side of the atlantic

...frank's a smart guy, but i think he needs to weed out the distractions


later

After the PC donation...

Reply #63
About Linux:
I second the suggestion for Debian (stable). The RPM-based distros are quick to set up, but will become a big annoyance after a while. They rely on outdated package tools, with mostly outdated packages, which offer little upgrade possibilities in practice (that the main reason why we see new RH / Fedora / SuSE releases often).

On the other hand, Gentoo Linux requires some care to install, but is upgradable forever.

A good compromise might be Debian imho.

About Andree:
Agreed 

After the PC donation...

Reply #64
The debian based desktop distro Ubuntu would also be an option. It is much more user friendly than debian. Even though this is its first ever release, there has been quite a few good reviews about it. (However, to get multimedia working, you will need to uninstall totem and rhythmbox due to the present buggy state of gstreamer and install something more reliable such as totem-xine or mplayer)

Here is the website: http://www.ubuntulinux.org/

After the PC donation...

Reply #65
I hate anything to do with Linux, or whatever it is that is being talked about.

Be that an audio codec or the fact that you are trying to watch a film round a mates house, but the sound doesnt work... on every level, Linux encourages BORING conversation about rubbish that is usually many layers removed from the actual task in hand.

After the PC donation...

Reply #66
Lev, I think we all should keep these sort of comments to ourselves, because it does not add much to the thread. And yes I am using Linux.

I also agree that  Debian or even better Gentoo (which is what I use) distro would be much better then binary based distros like RH or Fedora.

After the PC donation...

Reply #67
any news from a person closer to Frank regarding MPC development related news on his work and his doings / problems?
Nothing but a Heartache - Since I found my Baby ;)

After the PC donation...

Reply #68
From CiTay's mouth
And if Warhol's a genius, what am I? A speck of lint on the ***** of an alien

After the PC donation...

Reply #69
I'm a bit afraid for the future of MPC at the moment. For one, it tends to suffer from obscurity. Most people don't even know about it, nevermind how great it is. The second seems to be licensing issues according to the posts I've read on different forums, which seems to be preventing official hardware support from ever coming about. Now devolpment seems to be seriously faltering. So you can see why it's all a bit worrisome to me. Hopefully it won't stay this way, limited to the small few who actually care about this kind of stuff. I know real life has to come first of course, but I really don't want to see something with such huge potential go down the drain. Hopefully things will look brighter in the near future. Until then, I'm keeping my fingers crossed.

After the PC donation...

Reply #70
hi guys,
i'm not too much into mpc anymore so let me ask one question: did anything happen after the pc donation ? (i'm just interessted)

After the PC donation...

Reply #71
His job is main priority and he apparently has no time for programming.

After the PC donation...

Reply #72
hi guys,
i'm not too much into mpc anymore so let me ask one question: did anything happen after the pc donation ? (i'm just interessted)


Well, Frank helped here and there, pointing the team into the right direction on the denormals problem and several other issues, but there were no groundbreaking developments, i think his normal job is just too time-consuming. Still, the Musepack.net team managed to put out four newer encoder versions in the meantime:

mppenc 1.15s
mppenc 1.15t
mppenc 1.15u
mppenc 1.15v

Knowing how irregularly he appears and works on his projects etc., i don't know if and what will happen next. He might pop up here again or not. Maybe i'll write him and ask what he's up to. Yeah, i'll do that.