Log of /branches/release-1_3-branch/xvidcore/src/quant
Directory Listing
Revision
1928 -
Directory Listing
Modified
Tue Dec 28 19:19:57 2010 UTC (12 years, 3 months ago) by
Isibaar
get rid off compiler warnings
Revision
1925 -
Directory Listing
Modified
Mon Dec 27 16:39:33 2010 UTC (12 years, 3 months ago) by
This commit was manufactured by cvs2svn to create branch
'release-1_3-branch'.
Revision
1877 -
Directory Listing
Modified
Wed Sep 16 17:11:39 2009 UTC (13 years, 6 months ago) by
Isibaar
Original Path:
trunk/xvidcore/src/quant
no_exec stack patch for x86_64 too by Michal Schmidt (mschmidt at redhat dot com)
Revision
1703 -
Directory Listing
Modified
Wed Apr 26 17:44:29 2006 UTC (16 years, 11 months ago) by
Skal
Original Path:
trunk/xvidcore/src/quant
+ bswap and quant_h264_intra naming fix.
Patch by Thomas Koeckerbauer ( k0055217 at students dot uni-linz dot ac dot at )
Revision
1570 -
Directory Listing
Modified
Thu Dec 9 23:02:54 2004 UTC (18 years, 3 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/quant
Merged fixes for PPC, should improve GNU gcc support nad fix a couple of bugs for wrong data alignment
Revision
1519 -
Directory Listing
Modified
Sat Jul 24 11:46:08 2004 UTC (18 years, 8 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/quant
ASM data section cleanups + important bugfix to bvop ref interpolation rounding
Revision
851 -
Directory Listing
Modified
Sat Feb 15 15:22:19 2003 UTC (20 years, 1 month ago) by
edgomez
Original Path:
trunk/xvidcore/src/quant
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too
Revision
603 -
Directory Listing
Modified
Sat Oct 19 11:41:12 2002 UTC (20 years, 5 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/quant
Changed Michael Militzer to name + email (next patch will fix copyrights with the right holders)
Revision
457 -
Directory Listing
Modified
Sun Sep 8 17:28:22 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/quant
- removed const qualifiers because the functions do not return const matrices
(i'll change that in a later time)
Revision
447 -
Directory Listing
Modified
Sat Sep 7 14:16:13 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/quant
- Hmmm, i've been obliged to revert the previous patch because ofthe mmx code using the same arrays, so they need to be global. We'll have to fix that, because it's not *thread safe*.
Revision
442 -
Directory Listing
Modified
Sat Sep 7 11:21:10 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/quant
- header fixed
- removed history from file
- moved peter's copyright to top of file
Revision
262 -
Directory Listing
Modified
Sun Jul 7 09:45:40 2002 UTC (20 years, 8 months ago) by
Isibaar
Original Path:
trunk/xvidcore/src/quant
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code
Revision
224 -
Directory Listing
Modified
Wed Jun 19 08:46:57 2002 UTC (20 years, 9 months ago) by
uManiac
Original Path:
trunk/xvidcore/src/quant
ProfDrMorph's new (unoptimized) Luma Masking code:
luminance masking now works with relative values instead of absolute ones
the new code raises/lowers oberall quant for especially bright/dark frames ( Weber-Fechner law: humans see less differences in bright scenes )
every pixel with a very low lumi value is set to 0 for better compressability ( again the Weber-Fechner law; below a certain intesity humans won't see anything )
Revision
78 -
Directory Listing
Modified
Thu Mar 28 20:57:25 2002 UTC (21 years ago) by
edgomez
Original Path:
trunk/xvidcore/src/quant
Big patch, use it with care (tests done with GNU/Linux) :
- Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
- Lot of "New line at end of file missing" warnings fixed (gcc3)
- All 2d arrays have been turned into 1d arrays
To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
(read portab.h)
Win32 users should give feedback.