[svn] / branches / dev-api-4 / xvidcore / src / image Repository:
ViewVC logotype

Log of /branches/dev-api-4/xvidcore/src/image

View Directory Listing Directory Listing


Sticky Revision:

Revision 1161 - Directory Listing
Modified Wed Oct 1 23:23:01 2003 UTC (20 years, 6 months ago) by edgomez
removed trailing spaces

Revision 1160 - Directory Listing
Modified Tue Sep 30 18:20:31 2003 UTC (20 years, 6 months ago) by edgomez
Warnings and ANSI C cleanups

Revision 1157 - Directory Listing
Modified Mon Sep 29 00:30:31 2003 UTC (20 years, 6 months ago) by edgomez
Memory leaks fixed.

Revision 1131 - Directory Listing
Modified Tue Aug 26 14:07:11 2003 UTC (20 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 (20 years, 7 months ago) by edgomez
Wrong frame padding

Revision 1127 - Directory Listing
Modified Sat Aug 23 15:11:23 2003 UTC (20 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 (20 years, 7 months ago) by Isibaar
qpel mmx MC code

Revision 1123 - Directory Listing
Modified Mon Aug 18 19:02:50 2003 UTC (20 years, 7 months ago) by edgomez
Fix for 64 bit platforms

Revision 1122 - Directory Listing
Modified Wed Aug 13 11:44:02 2003 UTC (20 years, 7 months ago) by edgomez
Better architecture separation

Revision 1115 - Directory Listing
Modified Thu Aug 7 15:42:50 2003 UTC (20 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 (20 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 (20 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 (20 years, 9 months ago) by edgomez
Added legal header

Revision 1053 - Directory Listing
Modified Mon Jun 9 01:25:19 2003 UTC (20 years, 9 months ago) by edgomez
ISO C89 comment style

Revision 1038 - Directory Listing
Modified Thu May 22 16:36:07 2003 UTC (20 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 (20 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 (20 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 (21 years ago) by edgomez
Synced with CVS_HEAD

Revision 926 - Directory Listing
Modified Sun Mar 16 12:05:09 2003 UTC (21 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 (21 years, 1 month ago) by suxen_drol
++api v1.-127.0

Revision 886 - Directory Listing
Modified Fri Feb 21 14:49:29 2003 UTC (21 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 (21 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 (21 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 723 - Directory Listing
Modified Sun Dec 15 01:21:12 2002 UTC (21 years, 3 months ago) by edgomez
Original Path: trunk/xvidcore/src/image
Another series of warnings for aggressive compilers

Revision 677 - Directory Listing
Modified Tue Nov 26 23:44:11 2002 UTC (21 years, 4 months ago) by edgomez
Original Path: trunk/xvidcore/src/image
ANSI C compliancy - thx Rick Foos

Revision 651 - Directory Listing
Modified Sun Nov 17 00:20:30 2002 UTC (21 years, 4 months ago) by edgomez
Original Path: trunk/xvidcore/src/image
License changed

Revision 605 - Directory Listing
Modified Sat Oct 19 12:20:33 2002 UTC (21 years, 5 months ago) by edgomez
Original Path: trunk/xvidcore/src/image
Fixed copyrights

Revision 541 - Directory Listing
Modified Wed Sep 25 23:37:09 2002 UTC (21 years, 6 months ago) by h
Original Path: trunk/xvidcore/src/image
removed incomplete field-mv support

Revision 481 - Directory Listing
Modified Thu Sep 12 19:43:14 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/image
Was only used by bframe encoder

Revision 446 - Directory Listing
Modified Sat Sep 7 13:50:23 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/image
- Added newline at eof to shut up gcc 3.x compilers

Revision 435 - Directory Listing
Modified Sat Sep 7 09:04:41 2002 UTC (21 years, 6 months ago) by chl
Original Path: trunk/xvidcore/src/image
Removed B-frames

Revision 434 - Directory Listing
Modified Fri Sep 6 17:48:58 2002 UTC (21 years, 6 months ago) by chl
Original Path: trunk/xvidcore/src/image
- Update license/copyright header
- Removed history header

Revision 433 - Directory Listing
Modified Fri Sep 6 17:37:07 2002 UTC (21 years, 6 months ago) by chl
Original Path: trunk/xvidcore/src/image
- Update license/copyright header
- Removed history header

Revision 389 - Directory Listing
Modified Wed Sep 4 03:45:45 2002 UTC (21 years, 6 months ago) by h
Original Path: trunk/xvidcore/src/image
interlacing bugfix (edging behaviour)

Revision 333 - Directory Listing
Modified Wed Jul 24 00:50:10 2002 UTC (21 years, 8 months ago) by Isibaar
Original Path: trunk/xvidcore/src/image
qpel decoding support

Revision 332 - Directory Listing
Modified Tue Jul 23 16:19:22 2002 UTC (21 years, 8 months ago) by edgomez
Original Path: trunk/xvidcore/src/image
Thread safe version.

Revision 331 - Directory Listing
Modified Tue Jul 23 15:38:18 2002 UTC (21 years, 8 months ago) by edgomez
Original Path: trunk/xvidcore/src/image
Little mistake with the stack pointer.

Revision 330 - Directory Listing
Modified Tue Jul 23 15:36:59 2002 UTC (21 years, 8 months ago) by edgomez
Original Path: trunk/xvidcore/src/image
Thread safe version.

Revision 328 - Directory Listing
Modified Tue Jul 23 12:32:22 2002 UTC (21 years, 8 months ago) by edgomez
Original Path: trunk/xvidcore/src/image
Some %define to make the code easier to read.

Revision 323 - Directory Listing
Modified Sun Jul 21 03:30:25 2002 UTC (21 years, 8 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/image
output_slice() msvc compiler fix

Revision 321 - Directory Listing
Modified Sat Jul 20 13:41:43 2002 UTC (21 years, 8 months ago) by ia64p
Original Path: trunk/xvidcore/src/image
slower implementation, without rounding errors

Revision 320 - Directory Listing
Modified Sat Jul 20 13:20:21 2002 UTC (21 years, 8 months ago) by ia64p
Original Path: trunk/xvidcore/src/image
slower implementation, without rounding errors

Revision 315 - Directory Listing
Modified Fri Jul 19 11:15:21 2002 UTC (21 years, 8 months ago) by albeu
Original Path: trunk/xvidcore/src/image
Add 'per slice' rendering aka DR method 2

Revision 291 - Directory Listing
Modified Thu Jul 11 14:03:39 2002 UTC (21 years, 8 months ago) by ia64p
Original Path: trunk/xvidcore/src/image
removing rounding bug, that yields pink color drift in P-frames

Revision 262 - Directory Listing
Modified Sun Jul 7 09:45:40 2002 UTC (21 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 246 - Directory Listing
Modified Thu Jun 27 13:05:59 2002 UTC (21 years, 9 months ago) by ia64p
Original Path: trunk/xvidcore/src/image
define internale labels, locally for debugging, with .L

Revision 244 - Directory Listing
Modified Wed Jun 26 15:56:35 2002 UTC (21 years, 9 months ago) by ia64p
Original Path: trunk/xvidcore/src/image
fixing dos linefeed

Revision 242 - Directory Listing
Modified Wed Jun 26 15:26:03 2002 UTC (21 years, 9 months ago) by ia64p
Original Path: trunk/xvidcore/src/image
some assembler optimizations done

Revision 238 - Directory Listing
Modified Mon Jun 24 09:53:18 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/image
added font.c, sgi-irix64 makefile, dx50bvop working

Revision 209 - Directory Listing
Modified Fri Jun 14 13:29:07 2002 UTC (21 years, 9 months ago) by Isibaar
Original Path: trunk/xvidcore/src/image
ia64 changes

Revision 205 - Directory Listing
Modified Fri Jun 14 08:26:04 2002 UTC (21 years, 9 months ago) by ia64p
Original Path: trunk/xvidcore/src/image
IA64 assembler files, initial version, only partly optimized

Revision 195 - Directory Listing
Modified Wed Jun 12 20:38:41 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/image
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 156 - Directory Listing
Modified Fri May 3 00:45:10 2002 UTC (21 years, 11 months ago) by chenm001
Original Path: trunk/xvidcore/src/image
add B-frame decode support

Revision 136 - Directory Listing
Modified Thu Apr 25 06:55:00 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/image
FRAMEINFO

Revision 118 - Directory Listing
Modified Sat Apr 13 16:30:02 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/image
bframe "support" code

Revision 112 - Directory Listing
Modified Tue Apr 9 13:35:40 2002 UTC (21 years, 11 months ago) by Isibaar
Original Path: trunk/xvidcore/src/image
PSNR calc

Revision 69 - Directory Listing
Modified Tue Mar 26 11:16:08 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/image
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

Revision 3 - Directory Listing
Added Fri Mar 8 02:46:11 2002 UTC (22 years ago) by Isibaar
Original Path: trunk/xvidcore/src/image
moved sources

Sort log by:

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4