Search found 302 matches

by Brett
Sat Apr 23, 2011 2:44 am
Forum: Tuniac
Topic: How-to compile tuniac??
Replies: 14
Views: 29626

Re: How-to compile tuniac??

config.h should have been in the zip file and extracted to the win32 folder. Its possible your zip app excluded it because it was 0 bytes(mines just empty as well). I think Windows zip support does that, 7zip does not. My jpeg-8c project :) http://www.wasteofcash.com/Tuniac/jpeg-8c_vs2010.zip Suits ...
by Brett
Fri Apr 22, 2011 7:17 am
Forum: Tuniac
Topic: Tuniac 110422
Replies: 0
Views: 32734

Tuniac 110422

Apr, 2011
---------
-Change jpeg library to jpeglib 8c. Fix b&w jpeg decoding. Change scaling method to HALFTONE.
-Add SetFieldNumber function. Add/fix setting playcount after file meta update.
-taglib SVN catchup
-minor fixes

http://sourceforge.net/projects/tuniac/ ... ac/110422/
by Brett
Thu Apr 21, 2011 8:17 am
Forum: Tuniac
Topic: How-to compile tuniac??
Replies: 14
Views: 29626

Re: How-to compile tuniac??

Ok now I have more time: 1)portaudio isnt needed and the project had been updated but not committed to not include that, that is now committed. Hint: svn update Tuniac :) 2)the include dirs in the project were D:\Code\taglib but are now D:\Code\git\taglib.git\taglib\taglib, still change them to suit...
by Brett
Wed Apr 20, 2011 11:09 pm
Forum: Tuniac
Topic: How-to compile tuniac??
Replies: 14
Views: 29626

Re: How-to compile tuniac??

In a rush but portaudio isnt needed afaik. You need to fix the include dirs for the std infomanager so it can find the taglib lib. In the near future in a commit I will do it will look like: D:\Code\git\taglib.git\taglib Currently it will be something similar. Compile taglib, find the compiled libs ...
by Brett
Wed Apr 20, 2011 11:04 pm
Forum: Tuniac
Topic: Image file crashes Tuniac (+minor other things)
Replies: 14
Views: 23578

Re: Image file crashes Tuniac (+minor other things)

I go with fair is fair, I am not re licensing any ones work. If it was under GPL or other previously, it still is. Original Tuniac code is under a BSD style license.

I dont care for the legal crap and if anyone comes hunting Tuniac over some unfair use they are insane. :)
by Brett
Wed Apr 20, 2011 9:05 am
Forum: Tuniac
Topic: Image file crashes Tuniac (+minor other things)
Replies: 14
Views: 23578

Re: Image file crashes Tuniac (+minor other things)

Yea not closing files I fixed 5 minutes ago :) And I have changed the scaling method used to a slightly slower but better looking one. Tuniac 110420: http://www.wasteofcash.com/Tuniac PS. Tuniac and its source is released under a very free "go nuts but at least credit where the code came from&q...
by Brett
Mon Apr 18, 2011 11:59 am
Forum: Tuniac
Topic: Image file crashes Tuniac (+minor other things)
Replies: 14
Views: 23578

Re: Image file crashes Tuniac (+minor other things)

Ok so Tuniac up to now had: Small JPEG Decoder Library 0.93b (21 Dec 2001) http://www.subquantumtech.com/jpeg/ I tried: NanoJPEG 1.1 (12 May 2010) http://keyj.s2000.ws/?p=137 http://www.h4ck3r.net/2009/12/02/mini-jpeg-decoder/ It was slow with many JPEG's I tested with it so lets move on. Then: jpeg...
by Brett
Wed Mar 30, 2011 10:20 pm
Forum: Tuniac
Topic: Image file crashes Tuniac (+minor other things)
Replies: 14
Views: 23578

Re: Image file crashes Tuniac (+minor other things)

Oh yea the jpeg decoder is cheap and nasty. I could have told you that :p

Maybe in the future I'll swap it out for a better one.
by Brett
Wed Mar 30, 2011 7:06 am
Forum: Tuniac
Topic: Image file crashes Tuniac (+minor other things)
Replies: 14
Views: 23578

Re: Image file crashes Tuniac (+minor other things)

I had some weird colour thing going on down the right hand side, 1 pixel wide.

No idea what causes it, so I cropped 1 pixel out as a cheat. Can you take a screen grab and show me where you see the colour?

I assume it comes from the jpeg decoder or the GPU drivers.

Atleast it no longer crashes! :p
by Brett
Sun Mar 27, 2011 4:38 am
Forum: Tuniac
Topic: Image file crashes Tuniac (+minor other things)
Replies: 14
Views: 23578

Re: Image file crashes Tuniac (+minor other things)

Try 110327
-Fix grayscale(1byte) jpeg decoding
-Reapply playcount after update
-Taglib update
-other minor fixes



http://wasteofcash.com/Tuniac/