[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 release-1_2_0: (view) (download) (annotate)
Sticky Tag:

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Nov 28 10:58:07 2008 UTC (15 years, 4 months ago) by Isibaar
Branch: MAIN
CVS Tags: release-1_2_0, tag-branching-1_2_0
Branch point for: release-1_2-branch
Changes since 1.42: +40 -29 lines
Diff to previous 1.42
bugfix: prevent access violation if width/height is not multiple of 2

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Wed Nov 26 01:04:34 2008 UTC (15 years, 4 months ago) by Isibaar
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
Unified elf64/win64 X86_64 support

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sat Nov 11 22:03:30 2006 UTC (17 years, 4 months ago) by chl
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40
Same RGB bug, different location

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sat Nov 11 05:07:25 2006 UTC (17 years, 4 months ago) by chl
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
Typo in RGB, but still seems broken.

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Fri Nov 10 18:58:39 2006 UTC (17 years, 4 months ago) by chl
Branch: MAIN
Changes since 1.38: +17 -1 lines
Diff to previous 1.38
Added support for RGB colorspace. Incredible that after 5 years, this still
wasn't there (only BGR and RGB+alpha).
There are no accelerated MMX version, yet.

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 11:26:18 2006 UTC (17 years, 5 months ago) by Skal
Branch: MAIN
Changes since 1.37: +6 -4 lines
Diff to previous 1.37
        wrong call to check_cpu_features() in case of non-ARCH_IS_IA32

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 08:39:31 2006 UTC (17 years, 5 months ago) by Isibaar
Branch: MAIN
Changes since 1.36: +7 -7 lines
Diff to previous 1.36
- Updated the MSVC project files plus some minor compilation fixes

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 07:38:09 2006 UTC (17 years, 5 months ago) by Skal
Branch: MAIN
Changes since 1.35: +67 -1 lines
Diff to previous 1.35
        + added a simple de-interlacing func (c + sse version),
        declared as xvid_image_deinterlace() in image.h

        Of course, one should prefer deinterlacing through some avisynth
        plugin, but...

        please update the dsp/dsw

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Dec 17 13:57:15 2005 UTC (18 years, 3 months ago) by syskin
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
stupid typo in latest patch

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sat Dec 17 12:04:52 2005 UTC (18 years, 3 months ago) by syskin
Branch: MAIN
Changes since 1.33: +13 -14 lines
Diff to previous 1.33
easier image_interpolate() call, absolete comments removed

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Dec 17 11:24:32 2005 UTC (18 years, 3 months ago) by syskin
Branch: MAIN
Changes since 1.32: +2 -124 lines
Diff to previous 1.32
ancient useless code removed

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Fri Sep 9 12:18:10 2005 UTC (18 years, 6 months ago) by suxen_drol
Branch: MAIN
CVS Tags: release-1_1_0, release-1_1_0_final, release-1_1_1-final, release-1_1_2, release-1_1_3, release-1_1_3-final
Branch point for: release-1_1-branch
Changes since 1.31: +9 -9 lines
Diff to previous 1.31
msvc6 fails upon "std" function argument name; renamed std to stride as a workaround

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon May 23 09:29:43 2005 UTC (18 years, 10 months ago) by Skal
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
	encoder.c: simplify_time() optimized by Euclid.

	bitstream.c: write_video_packet_header() was buggy and
	kind of obfuscated, as noticed by Sigdrak at free.fr.

	from Edouard:

	gcc4 warning removal.
	- No executable shared objects installed
	  (Do not install the lib as executable. It's no use as the SO has no
 	   main symbol anyway, and the static lib is not runnable anyway.)
	- Statically link xvid_bench with libxvidcore.a
	- New autoconf garbage removal
	- Quotes in configure.in

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Dec 5 13:56:13 2004 UTC (19 years, 3 months ago) by syskin
Branch: MAIN
Changes since 1.29: +1 -78 lines
Diff to previous 1.29
RRV removed from everything else

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 15:49:56 2004 UTC (19 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.28: +52 -11 lines
Diff to previous 1.28
Optmized mem transfers, h263, plane sse

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 11:11:28 2004 UTC (20 years ago) by suxen_drol
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
brightness control

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:23 2004 UTC (20 years ago) by edgomez
Branch: MAIN
CVS Tags: release-1_0_0, release-1_0_1, release-1_0_2, release-1_0_3
Branch point for: release-1_0-branch
Changes since 1.26: +189 -246 lines
Diff to previous 1.26
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Feb 15 15:22:18 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
CVS Tags: cvs-head, merged-dev-api-3, tag-merging-20040322
Branch point for: Isibaar, dev-api-4
Changes since 1.25: +662 -142 lines
Diff to previous 1.25
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Nov 26 23:44:10 2002 UTC (21 years, 4 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_1, release-0_9_2
Branch point for: release-0_9_1-fixes
Changes since 1.24: +11 -11 lines
Diff to previous 1.24
ANSI C compliancy - thx Rick Foos

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Nov 17 00:20:30 2002 UTC (21 years, 4 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_0
Changes since 1.23: +34 -10 lines
Diff to previous 1.23
License changed

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Sep 25 23:37:09 2002 UTC (21 years, 6 months ago) by h
Branch: MAIN
Changes since 1.22: +1 -18 lines
Diff to previous 1.22
removed incomplete field-mv support

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat Sep 7 09:04:41 2002 UTC (21 years, 6 months ago) by chl
Branch: MAIN
Changes since 1.21: +0 -63 lines
Diff to previous 1.21
Removed B-frames

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Sep 6 17:37:07 2002 UTC (21 years, 6 months ago) by chl
Branch: MAIN
Changes since 1.20: +28 -37 lines
Diff to previous 1.20
- Update license/copyright header
- Removed history header

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Sep 4 03:45:45 2002 UTC (21 years, 6 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, 8 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, 8 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, 9 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, 9 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, 9 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, 10 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 (21 years, 11 months 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 (21 years, 11 months 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 (21 years, 11 months 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 (21 years, 11 months 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 (21 years, 11 months 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 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 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 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