Log of /branches/dev-api-4/xvidcore/src/dct
Directory Listing
Revision
1198 -
Directory Listing
Modified
Mon Nov 3 15:51:50 2003 UTC (19 years, 5 months ago) by
edgomez
correct .rodata alignment
Revision
1197 -
Directory Listing
Modified
Sun Nov 2 23:02:52 2003 UTC (19 years, 5 months ago) by
edgomez
* Added Dmitry SSE2 iDCT code back.
* Plugged Dmitry iDCT as default for SSE2
* Fixed a bug in xvid_bench that was making it would test some CPU
instruction set w/o host CPU support. xvidcore init was simply
discarding irrelevant cpu flags.
Revision
1195 -
Directory Listing
Modified
Wed Oct 29 12:41:41 2003 UTC (19 years, 5 months ago) by
edgomez
* Added sse2 f/iDCT code from skal
* Added hooking in xvid.c
Revision
1192 -
Directory Listing
Modified
Tue Oct 28 22:23:03 2003 UTC (19 years, 5 months ago) by
edgomez
* Applied same style to all asm files
* Replaced current sad sse2 operators with skal's ones
* Removed old and unused colorspace asm files
Revision
1190 -
Directory Listing
Modified
Mon Oct 27 01:03:06 2003 UTC (19 years, 5 months ago) by
edgomez
* Ported the ffmpeg fDCT functions (mmx and xmm).
* Modified the skal's versions a bit to allow rolling loops.
* Activated Skal's fDCTs (unrolled versions) for mmx _and_ xmm
(old code was ignoring xmm versions)
* Removed the SSE2 versions (they'll be back later)
* .data -> .rodata
* Applied announced asm CodingStyle to the dct dir
(I'll have to add a section with the said CodingStyle)
Revision
1161 -
Directory Listing
Modified
Wed Oct 1 23:23:01 2003 UTC (19 years, 6 months ago) by
edgomez
removed trailing spaces
Revision
1122 -
Directory Listing
Modified
Wed Aug 13 11:44:02 2003 UTC (19 years, 7 months ago) by
edgomez
Better architecture separation
Revision
1058 -
Directory Listing
Modified
Mon Jun 9 19:42:25 2003 UTC (19 years, 9 months ago) by
edgomez
Activated simple_idct for MMX - Backward compatibility with bistream version 9 ensures the use of the standard idct_mmx function
Revision
1054 -
Directory Listing
Modified
Mon Jun 9 13:55:56 2003 UTC (19 years, 9 months ago) by
edgomez
Added legal header
Revision
1053 -
Directory Listing
Modified
Mon Jun 9 01:25:19 2003 UTC (19 years, 9 months ago) by
edgomez
ISO C89 comment style
Revision
886 -
Directory Listing
Modified
Fri Feb 21 14:49:29 2003 UTC (20 years, 1 month ago) by
This commit was manufactured by cvs2svn to create branch 'dev-api-4'.
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