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

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

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1761 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 11 22:03:30 2006 UTC (17 years, 4 months ago) by chl
File length: 29245 byte(s)
Diff to previous 1760 , to selected 541
Same RGB bug, different location

Revision 1760 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 11 05:07:25 2006 UTC (17 years, 4 months ago) by chl
File length: 29245 byte(s)
Diff to previous 1759 , to selected 541
Typo in RGB, but still seems broken.

Revision 1759 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 10 18:58:39 2006 UTC (17 years, 4 months ago) by chl
File length: 29245 byte(s)
Diff to previous 1736 , to selected 541
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 1736 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 11:26:18 2006 UTC (17 years, 5 months ago) by Skal
File length: 28697 byte(s)
Diff to previous 1734 , to selected 541
        wrong call to check_cpu_features() in case of non-ARCH_IS_IA32

Revision 1734 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 08:39:31 2006 UTC (17 years, 5 months ago) by Isibaar
File length: 28695 byte(s)
Diff to previous 1733 , to selected 541
- Updated the MSVC project files plus some minor compilation fixes

Revision 1733 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 07:38:09 2006 UTC (17 years, 5 months ago) by Skal
File length: 28677 byte(s)
Diff to previous 1666 , to selected 541
        + 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 1666 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 17 13:57:15 2005 UTC (18 years, 3 months ago) by syskin
File length: 26692 byte(s)
Diff to previous 1665 , to selected 541
stupid typo in latest patch

Revision 1665 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 17 12:04:52 2005 UTC (18 years, 3 months ago) by syskin
File length: 26693 byte(s)
Diff to previous 1664 , to selected 541
easier image_interpolate() call, absolete comments removed

Revision 1664 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 17 11:24:32 2005 UTC (18 years, 3 months ago) by syskin
File length: 26745 byte(s)
Diff to previous 1631 , to selected 541
ancient useless code removed

Revision 1631 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 9 12:18:10 2005 UTC (18 years, 6 months ago) by suxen_drol
File length: 29425 byte(s)
Diff to previous 1617 , to selected 541
msvc6 fails upon "std" function argument name; renamed std to stride as a workaround

Revision 1617 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 23 09:29:43 2005 UTC (18 years, 10 months ago) by Skal
File length: 29392 byte(s)
Diff to previous 1566 , to selected 541
	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 1566 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 5 13:56:13 2004 UTC (19 years, 3 months ago) by syskin
File length: 29399 byte(s)
Diff to previous 1424 , to selected 541
RRV removed from everything else

Revision 1424 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 12 15:49:56 2004 UTC (19 years, 11 months ago) by edgomez
File length: 31659 byte(s)
Diff to previous 1397 , to selected 541
Optmized mem transfers, h263, plane sse

Revision 1397 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 1 11:11:28 2004 UTC (20 years ago) by suxen_drol
File length: 30482 byte(s)
Diff to previous 1382 , to selected 541
brightness control

Revision 1382 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 22 22:36:25 2004 UTC (20 years ago) by edgomez
File length: 30479 byte(s)
Diff to previous 851 , to selected 541
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 851 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
File length: 31154 byte(s)
Diff to previous 677 , to selected 541
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 677 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 26 23:44:11 2002 UTC (21 years, 4 months ago) by edgomez
File length: 17095 byte(s)
Diff to previous 651 , to selected 541
ANSI C compliancy - thx Rick Foos

Revision 651 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 17 00:20:30 2002 UTC (21 years, 4 months ago) by edgomez
File length: 17064 byte(s)
Diff to previous 541
License changed

Revision 541 - (view) (download) (annotate) - [selected]
Modified Wed Sep 25 23:37:09 2002 UTC (21 years, 6 months ago) by h
File length: 15974 byte(s)
Diff to previous 435
removed incomplete field-mv support

Revision 435 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 7 09:04:41 2002 UTC (21 years, 6 months ago) by chl
File length: 16640 byte(s)
Diff to previous 433 , to selected 541
Removed B-frames

Revision 433 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 6 17:37:07 2002 UTC (21 years, 6 months ago) by chl
File length: 18116 byte(s)
Diff to previous 389 , to selected 541
- Update license/copyright header
- Removed history header

Revision 389 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 4 03:45:45 2002 UTC (21 years, 6 months ago) by h
File length: 18339 byte(s)
Diff to previous 323 , to selected 541
interlacing bugfix (edging behaviour)

Revision 323 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 21 03:30:25 2002 UTC (21 years, 8 months ago) by suxen_drol
File length: 18323 byte(s)
Diff to previous 315 , to selected 541
output_slice() msvc compiler fix

Revision 315 - (view) (download) (annotate) - [select for diffs]
Added Fri Jul 19 11:15:21 2002 UTC (21 years, 8 months ago) by albeu
File length: 18483 byte(s)
Diff to selected 541
Add 'per slice' rendering aka DR method 2

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, 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