Log of /branches/release-1_3-branch/xvidcore/src/dct
Directory Listing
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/dct
no_exec stack patch for x86_64 too by Michal Schmidt (mschmidt at redhat dot com)
Revision
1627 -
Directory Listing
Modified
Mon Aug 1 10:53:46 2005 UTC (17 years, 8 months ago) by
Isibaar
Original Path:
trunk/xvidcore/src/dct
* Writing pointed data is always better than memory
addresses (Patch by GomGom)
* Trivial style thingies (Patch by GomGom)
* No width and height declared in write_tga bug
(Patch by GomGom, spotted by Paul Kurucz
ptk9417 at ritvax.isc.rit.edu)
Revision
1618 -
Directory Listing
Modified
Mon May 23 12:06:02 2005 UTC (17 years, 10 months ago) by
Skal
Original Path:
trunk/xvidcore/src/dct
+ Added IEEE-1180 and Walken-compliant SSE2 Idct.
Disabled by default (line 515 of xvid.c) until proven fully
safe. Should give binary-equal results than the mmx and xmm
versions.
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/dct
ASM data section cleanups + important bugfix to bvop ref interpolation rounding
Revision
1055 -
Directory Listing
Modified
Mon Jun 9 17:08:36 2003 UTC (19 years, 9 months ago) by
Isibaar
Original Path:
trunk/xvidcore/src/dct
don't use Walken idct anymore, simple idct is now used by default instead
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/dct
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too
Revision
472 -
Directory Listing
Modified
Tue Sep 10 23:05:49 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/dct
Added legal header + copyright (go canard, go !) :-)</private joke>
Revision
462 -
Directory Listing
Modified
Tue Sep 10 20:39:22 2002 UTC (20 years, 6 months ago) by
chl
Original Path:
trunk/xvidcore/src/dct
Original README file from Intependent JPEG Group software as required by
their license since we use parts of their code for integer (i)DCT
Revision
301 -
Directory Listing
Modified
Tue Jul 16 17:42:36 2002 UTC (20 years, 8 months ago) by
ia64p
Original Path:
trunk/xvidcore/src/dct
fix for a bug in the ia64 idct, that prevents compilation with intel ecc
Revision
251 -
Directory Listing
Modified
Sat Jun 29 12:47:19 2002 UTC (20 years, 9 months ago) by
ia64p
Original Path:
trunk/xvidcore/src/dct
optimizied, but not fully operatial on ecc, genidct.py needs some fixing, not all files needed are committed. stay tuned.
Revision
207 -
Directory Listing
Modified
Fri Jun 14 13:06:33 2002 UTC (20 years, 9 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/src/dct
updated Makefile.djgpp, added DECLARE_ALIGNED_MATRIX to portab.h for unknown/other platform
Revision
195 -
Directory Listing
Modified
Wed Jun 12 20:38:41 2002 UTC (20 years, 9 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/dct
Cosmetic - CodingStyle Applied - Legal Headers will be added later