Log of /branches/dev-api-4/xvidcore/src/image
Directory Listing
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
1174 -
Directory Listing
Modified
Tue Oct 7 13:02:35 2003 UTC (19 years, 5 months ago) by
edgomez
Quantization namespace and API changes
Revision
1161 -
Directory Listing
Modified
Wed Oct 1 23:23:01 2003 UTC (19 years, 6 months ago) by
edgomez
removed trailing spaces
Revision
1160 -
Directory Listing
Modified
Tue Sep 30 18:20:31 2003 UTC (19 years, 6 months ago) by
edgomez
Warnings and ANSI C cleanups
Revision
1157 -
Directory Listing
Modified
Mon Sep 29 00:30:31 2003 UTC (19 years, 6 months ago) by
edgomez
Memory leaks fixed.
Revision
1131 -
Directory Listing
Modified
Tue Aug 26 14:07:11 2003 UTC (19 years, 7 months ago) by
edgomez
Final bits of AR flag support during encoding
Revision
1128 -
Directory Listing
Modified
Mon Aug 25 15:01:51 2003 UTC (19 years, 7 months ago) by
edgomez
Wrong frame padding
Revision
1127 -
Directory Listing
Modified
Sat Aug 23 15:11:23 2003 UTC (19 years, 7 months ago) by
edgomez
basic fixes so everything sohould build fine on every platform
Revision
1125 -
Directory Listing
Modified
Fri Aug 22 15:52:35 2003 UTC (19 years, 7 months ago) by
Isibaar
qpel mmx MC code
Revision
1123 -
Directory Listing
Modified
Mon Aug 18 19:02:50 2003 UTC (19 years, 7 months ago) by
edgomez
Fix for 64 bit platforms
Revision
1122 -
Directory Listing
Modified
Wed Aug 13 11:44:02 2003 UTC (19 years, 7 months ago) by
edgomez
Better architecture separation
Revision
1115 -
Directory Listing
Modified
Thu Aug 7 15:42:50 2003 UTC (19 years, 7 months ago) by
chl
I hate warnings! So I removed all I could find...
Revision
1086 -
Directory Listing
Modified
Sun Jul 13 10:01:00 2003 UTC (19 years, 8 months ago) by
syskin
just a small optimization - mostly looks better, but is also faster
Revision
1068 -
Directory Listing
Modified
Thu Jun 12 14:17:22 2003 UTC (19 years, 9 months ago) by
Isibaar
(finally) fixed the famous "dotted yellow line bug"
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
1038 -
Directory Listing
Modified
Thu May 22 16:36:07 2003 UTC (19 years, 10 months ago) by
edgomez
Removed this annoying \n from DPRINTF output. DPRINTF behaves
now like usual printf.
Just for fun, i decided to exercice my regexp skills:
for i in `find . -name "*.c"` ; do
sed s/'\(DPRINTF(XVID_DEBUG.*\)"\([^"]\+[^\\][^n]\)"\(.*\)$'/'\1"\2\\n"\3'/g $i > $i.tmp;
mv $i.tmp $i
done
Nice isn't it ? It just adds a \n to every DPRINTF call that
was relying on old behavior (automatic trailing \n).
Revision
1032 -
Directory Listing
Modified
Sat May 17 13:37:49 2003 UTC (19 years, 10 months ago) by
suxen_drol
* dynamic bvop decision stats bug fixed
* added runtime debug level option. this only only activated when _DEBUG is defined.
level is specified globaly, via "xvid_glb_init_t.debug" and XVID_DEBUG_xxx defines.
references to previous DPRINTF_LEVEL_xxx's have been replaced throughout libxvidcore
* futher bitrate zone fixes for plugin_2pass2.c
* removed old ratecontrol.c from msvc project
* xvid_encraw.c specifc:
* added "-max_key_interval integer" option
* renamed -debug to -vop_debug
* added "-debug integer" option, which sets xvid_gbl_init_t.debug field
* s/length/len/ status line
* vfw specific:
* zone/bitrate typos fixed ("you eediot")
* renamed "debug" regkey to "vop_debug"
* added "debug" regeky and textbox which sets xvid_gbl_init_t.debug field
Revision
982 -
Directory Listing
Modified
Thu Apr 10 13:05:54 2003 UTC (19 years, 11 months ago) by
edgomez
2003-04-10 GMT Edouard Gomez <ed.gomez@free.fr> patch-14
Summary:
Removed all ABS() macros.
Revision:
xvidcore--devapi4--1.0--patch-14
All ABS macros have been replace with their stdlib.h/math.h
equivalent. This gives a 33% overall speedup for the plain C encoder,
while the ia32 one seems to suffer a small speed loss. However this
speed loss is very small and it seems it depends on the CPU type as
the abs/fabs usage is impacting badly on sad functions but impacting
well on interpolate functions ... weird inst'it ?
modified files:
src/bitstream/mbcoding.c src/global.h src/image/image.c
src/motion/motion_comp.c src/motion/motion_est.c
src/motion/sad.c src/prediction/mbprediction.c
src/utils/mbtransquant.c src/xvid.c
Revision
952 -
Directory Listing
Modified
Thu Mar 27 15:00:34 2003 UTC (20 years ago) by
edgomez
Synced with CVS_HEAD
Revision
926 -
Directory Listing
Modified
Sun Mar 16 12:05:09 2003 UTC (20 years ago) by
suxen_drol
dquant cleanup
xvid_pluing_lumimasking added
xvid_encraw -lumimasking option added
Revision
890 -
Directory Listing
Modified
Sat Feb 22 08:49:45 2003 UTC (20 years, 1 month ago) by
suxen_drol
++api v1.-127.0
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/image
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too
Revision
830 -
Directory Listing
Modified
Tue Feb 11 21:56:31 2003 UTC (20 years, 1 month ago) by
edgomez
Original Path:
trunk/xvidcore/src/image
patch-13
More "unknown compiler" friendly portab.h file.
patch-14
The PPC port is now disabled because it is outdated.
patch-15
Added the configure bootstrap script.
patch-16
Changed linking option on PPC platforms (-flat_namespace)
patch-17
Added IA64 DCT source choice according to the compiler basename.
patch-18
Fixed xvid_encraw help message.
patch-19
Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
patch-20
Removed BFrame outdated bframe/qpel decoding.
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/image
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code
Revision
69 -
Directory Listing
Modified
Tue Mar 26 11:16:08 2002 UTC (21 years ago) by
h
Original Path:
trunk/xvidcore/src/image
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)