[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)
Sticky Tag:

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Wed Apr 6 14:30:14 2011 UTC (13 years ago) by Isibaar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.48: +3 -3 lines
Diff to previous 1.48
made pthread (SMP support) switchable at compile time

Revision 1.46.2.3 - (view) (download) (annotate) - [select for diffs]
Mon Mar 21 16:00:35 2011 UTC (13 years, 1 month ago) by Isibaar
Branch: release-1_3-branch
CVS Tags: release-1_3_1
Changes since 1.46.2.2: +3 -3 lines
Diff to previous 1.46.2.2 , to branch point 1.46 , to next main 1.49
add brackets to avoid ambuigity

Revision 1.46.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Mar 8 19:18:34 2011 UTC (13 years, 1 month ago) by Isibaar
Branch: release-1_3-branch
Changes since 1.46.2.1: +7 -3 lines
Diff to previous 1.46.2.1 , to branch point 1.46
fixed padding regression for input widths/heights not multiple of 16

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Mar 8 19:16:32 2011 UTC (13 years, 1 month ago) by Isibaar
Branch: MAIN
Changes since 1.47: +7 -3 lines
Diff to previous 1.47
fixed padding regression for input widths/heights not multiple of 16

Revision 1.46.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Dec 30 11:46:58 2010 UTC (13 years, 3 months ago) by Isibaar
Branch: release-1_3-branch
CVS Tags: rc1_1_3_0, release-1_3_0
Changes since 1.46: +53 -6 lines
Diff to previous 1.46
more bug squashing

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Thu Dec 30 11:46:08 2010 UTC (13 years, 3 months ago) by Isibaar
Branch: MAIN
Changes since 1.46: +53 -6 lines
Diff to previous 1.46
more bug squashing

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun Nov 28 15:18:21 2010 UTC (13 years, 4 months ago) by Isibaar
Branch: MAIN
CVS Tags: tag-branching-1_3_0
Branch point for: release-1_3-branch
Changes since 1.45: +47 -2 lines
Diff to previous 1.45
PSNRHVSM R-D optimization

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Tue Aug 10 15:00:12 2010 UTC (13 years, 8 months ago) by Isibaar
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
decoder: better distinguish between xvid and non-xvid streams

Revision 1.43.2.1 - (view) (download) (annotate) - [select for diffs]
Mon May 25 08:31:16 2009 UTC (14 years, 11 months ago) by Isibaar
Branch: release-1_2-branch
CVS Tags: release-1_2_2
Changes since 1.43: +8 -3 lines
Diff to previous 1.43 , to next main 1.49
backport some fixes from HEAD:
- Add -D_WIN32_IE=0x0501 to vfw makefile
- Improved YUV<->RGB precision patch
- RGB24 access violation patch
- Quotes around path names for MSVC6 project files

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon Mar 30 14:40:05 2009 UTC (15 years ago) by Isibaar
Branch: MAIN
Changes since 1.43: +8 -3 lines
Diff to previous 1.43
attempt at fixing a RGB24 access violation bug reported by Matthew Allen

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, 5 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, 5 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, 5 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, 5 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, 6 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, 6 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, 6 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, 4 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, 4 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, 4 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, 7 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, 11 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, 4 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 (20 years 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, 1 month 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.2.17 - (view) (download) (annotate) - [select for diffs]
Mon Feb 16 03:40:07 2004 UTC (20 years, 2 months ago) by syskin
Branch: dev-api-4
Changes since 1.26.2.16: +11 -6 lines
Diff to previous 1.26.2.16 , to branch point 1.26 , to next main 1.49
automatic workaround for dev-api-3 setedges bug

Revision 1.26.2.16 - (view) (download) (annotate) - [select for diffs]
Sat Feb 7 10:01:27 2004 UTC (20 years, 2 months ago) by chl
Branch: dev-api-4
Changes since 1.26.2.15: +2 -2 lines
Diff to previous 1.26.2.15 , to branch point 1.26
Fixed typo in XVID_CSP_YVYU (thanks to Ivan Kalvachev)

Revision 1.26.2.15 - (view) (download) (annotate) - [select for diffs]
Sun Feb 1 11:32:33 2004 UTC (20 years, 2 months ago) by chl
Branch: dev-api-4
Changes since 1.26.2.14: +5 -5 lines
Diff to previous 1.26.2.14 , to branch point 1.26
Restored old colorspace behaviour until naming problems are resolved.

Revision 1.26.2.14 - (view) (download) (annotate) - [select for diffs]
Fri Jan 30 18:53:50 2004 UTC (20 years, 2 months ago) by chl
Branch: dev-api-4
Changes since 1.26.2.13: +8 -8 lines
Diff to previous 1.26.2.13 , to branch point 1.26
Renamed colorspaces to match standard (MPEG's internal format is YCbCr)
Users of internal API: Please use CSP_PLANAR now instead of CSP_USER.

Revision 1.26.2.13 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 22:20:54 2003 UTC (20 years, 4 months ago) by edgomez
Branch: dev-api-4
Changes since 1.26.2.12: +17 -1 lines
Diff to previous 1.26.2.12 , to branch point 1.26
Added ARGB colorspace (C code only)

Revision 1.26.2.12 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 08:19:13 2003 UTC (20 years, 4 months ago) by chl
Branch: dev-api-4
Changes since 1.26.2.11: +12 -13 lines
Diff to previous 1.26.2.11 , to branch point 1.26
I thought I had commited this days or weeks ago?!?

Colorspace fix, internal format is YCrCb==CSP_I420
CSP_USER is YCrCb with arbitrary pointers and strides for Luma and Chroma

Revision 1.26.2.11 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 16:15:47 2003 UTC (20 years, 5 months ago) by edgomez
Branch: dev-api-4
Changes since 1.26.2.10: +15 -14 lines
Diff to previous 1.26.2.10 , to branch point 1.26
Patch from syskin.

* This patch avoids calling setedges and interpolate for uneeded cases:
    - setedges is only called once per frame.
    - interpolate is called only when the previous rounding
      was different from the one needed.
* Interpolation has been optimized a bit for qpel case, we do the
  hv pass down to top to use the cache more efficiently (hope so).

Revision 1.26.2.10 - (view) (download) (annotate) - [select for diffs]
Wed Oct 1 23:23:01 2003 UTC (20 years, 6 months ago) by edgomez
Branch: dev-api-4
Changes since 1.26.2.9: +33 -33 lines
Diff to previous 1.26.2.9 , to branch point 1.26
removed trailing spaces

Revision 1.26.2.9 - (view) (download) (annotate) - [select for diffs]
Mon Sep 29 00:30:31 2003 UTC (20 years, 7 months ago) by edgomez
Branch: dev-api-4
Changes since 1.26.2.8: +10 -5 lines
Diff to previous 1.26.2.8 , to branch point 1.26
Memory leaks fixed.

Revision 1.26.2.8 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 15:01:51 2003 UTC (20 years, 8 months ago) by edgomez
Branch: dev-api-4
Changes since 1.26.2.7: +7 -1 lines
Diff to previous 1.26.2.7 , to branch point 1.26
Wrong frame padding

Revision 1.26.2.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 13:53:50 2003 UTC (20 years, 10 months ago) by edgomez
Branch: dev-api-4
Changes since 1.26.2.6: +20 -46 lines
Diff to previous 1.26.2.6 , to branch point 1.26
Added legal header

Revision 1.26.2.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 01:20:17 2003 UTC (20 years, 10 months ago) by edgomez
Branch: dev-api-4
Changes since 1.26.2.5: +19 -19 lines
Diff to previous 1.26.2.5 , to branch point 1.26
ISO C89 comment style

Revision 1.26.2.5 - (view) (download) (annotate) - [select for diffs]
Thu May 22 16:35:55 2003 UTC (20 years, 11 months ago) by edgomez
Branch: dev-api-4
Changes since 1.26.2.4: +1 -1 lines
Diff to previous 1.26.2.4 , to branch point 1.26
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 1.26.2.4 - (view) (download) (annotate) - [select for diffs]
Sat May 17 13:36:18 2003 UTC (20 years, 11 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.26.2.3: +1 -1 lines
Diff to previous 1.26.2.3 , to branch point 1.26
* 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 1.26.2.3 - (view) (download) (annotate) - [select for diffs]
Thu Apr 10 13:05:54 2003 UTC (21 years ago) by edgomez
Branch: dev-api-4
Changes since 1.26.2.2: +3 -3 lines
Diff to previous 1.26.2.2 , to branch point 1.26
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 1.26.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Mar 16 12:04:14 2003 UTC (21 years, 1 month ago) by suxen_drol
Branch: dev-api-4
Changes since 1.26.2.1: +3 -13 lines
Diff to previous 1.26.2.1 , to branch point 1.26
dquant cleanup
xvid_pluing_lumimasking added
xvid_encraw -lumimasking option added

Revision 1.26.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 08:49:45 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.26: +64 -117 lines
Diff to previous 1.26
++api v1.-127.0

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Feb 15 15:22:18 2003 UTC (21 years, 2 months 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.20.2.18 - (view) (download) (annotate) - [select for diffs]
Sun Jan 26 05:09:00 2003 UTC (21 years, 3 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, 3 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, 3 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, 4 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, 5 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.25 - (view) (download) (annotate) - [select for diffs]
Tue Nov 26 23:44:10 2002 UTC (21 years, 5 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, 5 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.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, 7 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.23 - (view) (download) (annotate) - [select for diffs]
Wed Sep 25 23:37:09 2002 UTC (21 years, 7 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.20.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Sep 23 20:36:01 2002 UTC (21 years, 7 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.22 - (view) (download) (annotate) - [select for diffs]
Sat Sep 7 09:04:41 2002 UTC (21 years, 7 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, 7 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, 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 (22 years 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, 1 month 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, 1 month 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, 1 month 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.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Fri Mar 8 02:44:46 2002 UTC (22 years, 1 month ago) by Isibaar
Branch: core
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.49
moved sources

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