[cvs] / xvidcore / src / image / image.c Repository:
ViewVC logotype

Log of /xvidcore/src/image/image.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Links to dev-api-3: (view) (download) (annotate)
Sticky Tag:

Revision 1.20.2.18 - (view) (download) (annotate) - [select for diffs]
Sun Jan 26 05:09:00 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.20.2.17: +2 -2 lines
Diff to previous 1.20.2.17 , to branch point 1.20 , to next main 1.49
msvc snprintf fix; image/image.c double->float compiler warnings remvoed

Revision 1.20.2.17 - (view) (download) (annotate) - [select for diffs]
Sat Jan 25 22:51:20 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.20.2.16: +10 -0 lines
Diff to previous 1.20.2.16 , to branch point 1.20
sse to PSNR for new stats

Revision 1.20.2.16 - (view) (download) (annotate) - [select for diffs]
Sat Jan 25 22:44:50 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.20.2.15: +20 -0 lines
Diff to previous 1.20.2.15 , to branch point 1.20
general flag XVID_EXTRASTATS instead of _DEBUG_PSNR

Revision 1.20.2.15 - (view) (download) (annotate) - [select for diffs]
Sat Jan 11 14:59:24 2003 UTC (21 years, 3 months ago) by chl
Branch: dev-api-3
Changes since 1.20.2.14: +1 -0 lines
Diff to previous 1.20.2.14 , to branch point 1.20
Major update: Support for GME/GMC with 2 warppoints

Revision 1.20.2.14 - (view) (download) (annotate) - [select for diffs]
Sat Jan 4 06:14:33 2003 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.20.2.13: +0 -1 lines
Diff to previous 1.20.2.13 , to branch point 1.20
global.h macro cleanup
cpu_detection cleanup, XVID_CPU_ASM added
sse2 stuff enabled, femms now utilized

Revision 1.20.2.13 - (view) (download) (annotate) - [select for diffs]
Sun Dec 29 06:48:25 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.20.2.12: +15 -15 lines
Diff to previous 1.20.2.12 , to branch point 1.20
XVID_DEC_DEBLOCKUV & rrv chroma ordering fix

Revision 1.20.2.12 - (view) (download) (annotate) - [select for diffs]
Tue Dec 17 12:56:37 2002 UTC (21 years, 4 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.20.2.11: +8 -9 lines
Diff to previous 1.20.2.11 , to branch point 1.20
yv12/i420 stride fix

Revision 1.20.2.11 - (view) (download) (annotate) - [select for diffs]
Sat Dec 14 06:07:03 2002 UTC (21 years, 4 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.20.2.10: +78 -40 lines
Diff to previous 1.20.2.10 , to branch point 1.20
decoder cleanup, deblocking filter

Revision 1.20.2.10 - (view) (download) (annotate) - [select for diffs]
Thu Dec 12 12:40:19 2002 UTC (21 years, 4 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.20.2.9: +42 -0 lines
Diff to previous 1.20.2.9 , to branch point 1.20
image_chroma_optimize

Revision 1.20.2.9 - (view) (download) (annotate) - [select for diffs]
Tue Dec 10 11:13:50 2002 UTC (21 years, 4 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.20.2.8: +66 -0 lines
Diff to previous 1.20.2.8 , to branch point 1.20
rrv encoding update

Revision 1.20.2.8 - (view) (download) (annotate) - [select for diffs]
Wed Nov 27 14:29:34 2002 UTC (21 years, 4 months ago) by syskin
Branch: dev-api-3
Changes since 1.20.2.7: +2 -2 lines
Diff to previous 1.20.2.7 , to branch point 1.20
qpel interpolation code fixed (but please check it's really a fix, noone answered to my mail)

Revision 1.20.2.7 - (view) (download) (annotate) - [select for diffs]
Thu Nov 7 10:28:15 2002 UTC (21 years, 5 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.20.2.6: +279 -73 lines
Diff to previous 1.20.2.6 , to branch point 1.20
encoder: new colorspace; decoder: auto width/height, basic gmc, experimental rrv

Revision 1.20.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Oct 9 15:56:16 2002 UTC (21 years, 6 months ago) by Isibaar
Branch: dev-api-3
CVS Tags: branch-release-1-0
Changes since 1.20.2.5: +22 -9 lines
Diff to previous 1.20.2.5 , to branch point 1.20
fix of access violation bug

Revision 1.20.2.5 - (view) (download) (annotate) - [select for diffs]
Sun Oct 6 07:05:51 2002 UTC (21 years, 6 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.20.2.4: +33 -0 lines
Diff to previous 1.20.2.4 , to branch point 1.20
yv12_to_XXX colorspace cleanup: dst_stride redefined, plain-c bgra and rgba modes support added

Revision 1.20.2.4 - (view) (download) (annotate) - [select for diffs]
Sat Oct 5 21:31:14 2002 UTC (21 years, 6 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.20.2.3: +51 -15 lines
Diff to previous 1.20.2.3 , to branch point 1.20
qpel support code

Revision 1.20.2.3 - (view) (download) (annotate) - [select for diffs]
Thu Sep 26 01:54:54 2002 UTC (21 years, 6 months ago) by h
Branch: dev-api-3
Changes since 1.20.2.2: +8 -25 lines
Diff to previous 1.20.2.2 , to branch point 1.20
alternate-vertical-scan encoding/decoding support

Revision 1.20.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Sep 23 20:36:01 2002 UTC (21 years, 6 months ago) by chl
Branch: dev-api-3
Changes since 1.20.2.1: +85 -16 lines
Diff to previous 1.20.2.1 , to branch point 1.20
sysKin Motion Estimation and minor changes to support it.
I hope it doesn't break too much...

Revision 1.20.2.1 - (view) (download) (annotate) - [select for diffs]
Sun Sep 8 09:49:55 2002 UTC (21 years, 7 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.20: +6 -66 lines
Diff to previous 1.20
block-based encoder interpolation/compensation for normal & bframes.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Sep 4 03:45:45 2002 UTC (21 years, 7 months ago) by h
Branch: MAIN
CVS Tags: tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.19: +6 -6 lines
Diff to previous 1.19
interlacing bugfix (edging behaviour)

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Jul 21 03:30:25 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.18: +4 -4 lines
Diff to previous 1.18
output_slice() msvc compiler fix

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 11:15:21 2002 UTC (21 years, 9 months ago) by albeu
Branch: MAIN
Changes since 1.17: +35 -0 lines
Diff to previous 1.17
Add 'per slice' rendering aka DR method 2

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Jun 21 16:12:48 2002 UTC (21 years, 10 months ago) by suxen_drol
Branch: MAIN
Changes since 1.16: +0 -2 lines
Diff to previous 1.16
bframes patch

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jun 20 14:05:58 2002 UTC (21 years, 10 months ago) by suxen_drol
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15
bframe patch

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jun 12 20:38:40 2002 UTC (21 years, 10 months ago) by edgomez
Branch: MAIN
Changes since 1.14: +299 -286 lines
Diff to previous 1.14
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon May 6 03:51:43 2002 UTC (21 years, 11 months ago) by chenm001
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
fix some my B-frame decode error

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed May 1 13:00:02 2002 UTC (21 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.12: +70 -6 lines
Diff to previous 1.12
#define BFRAMES

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Apr 25 06:55:00 2002 UTC (21 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.11: +4 -3 lines
Diff to previous 1.11
FRAMEINFO

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Apr 23 00:05:19 2002 UTC (22 years ago) by chenm001
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
remove some compile warning

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Apr 13 16:30:02 2002 UTC (22 years ago) by suxen_drol
Branch: MAIN
Changes since 1.9: +86 -1 lines
Diff to previous 1.9
bframe "support" code

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Apr 11 23:31:20 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8
missing math.h

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Apr 9 13:35:34 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Changes since 1.7: +36 -0 lines
Diff to previous 1.7
PSNR calc

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Apr 5 14:48:26 2002 UTC (22 years ago) by h
Branch: MAIN
CVS Tags: xvidcore
Changes since 1.6: +14 -50 lines
Diff to previous 1.6
removed interlaced edging from U, V blocks (as per spec)

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Mar 30 11:17:16 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
free/xvid_free typo ;-)

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Mar 29 04:25:29 2002 UTC (22 years ago) by h
Branch: MAIN
Changes since 1.4: +12 -3 lines
Diff to previous 1.4
merged image/pMBs create and destroy stuff into single if()

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Mar 26 11:16:08 2002 UTC (22 years ago) by h
Branch: MAIN
Changes since 1.3: +76 -20 lines
Diff to previous 1.3
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Mar 24 20:07:32 2002 UTC (22 years, 1 month ago) by canard
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
s/16/CACHE_LINE/

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Mar 20 00:27:44 2002 UTC (22 years, 1 month ago) by Isibaar
Branch: MAIN
Changes since 1.1: +13 -12 lines
Diff to previous 1.1
xvid_malloc/xvid_free

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 02:44:46 2002 UTC (22 years, 1 month ago) by Isibaar
Branch: MAIN
Branch point for: core
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

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