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

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

Parent Directory Parent Directory


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

Revision 1.14.2.1 - (view) (download) (annotate) - [select for diffs]
Mon May 25 08:31:15 2009 UTC (14 years, 10 months ago) by Isibaar
Branch: release-1_2-branch
CVS Tags: release-1_2_2
Changes since 1.14: +12 -12 lines
Diff to previous 1.14 , to next main 1.15 , to selected 1.13
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.15 - (view) (download) (annotate) - [select for diffs]
Wed May 13 09:39:20 2009 UTC (14 years, 10 months ago) by Isibaar
Branch: MAIN
CVS Tags: HEAD, rc1_1_3_0, release-1_3_0, release-1_3_1, tag-branching-1_3_0
Branch point for: release-1_3-branch
Changes since 1.14: +12 -12 lines
Diff to previous 1.14 , to selected 1.13
improved precision and rounding for RGB->YV12 conversion

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Nov 10 18:58:39 2006 UTC (17 years, 4 months ago) by chl
Branch: MAIN
CVS Tags: release-1_2_0, tag-branching-1_2_0
Branch point for: release-1_2-branch
Changes since 1.13: +10 -2 lines
Diff to previous 1.13
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.13 - (view) (download) (annotate) - [selected]
Mon Oct 30 10:52:00 2006 UTC (17 years, 5 months ago) by Skal
Branch: MAIN
Changes since 1.12: +13 -15 lines
Diff to previous 1.12
        + added support for NULL u/v pointer in yv12_to_yv12* functions
        (+little bug fix for the vflip case).
        Added a bench in xvid_bench.c (`xvid_bench 16`)

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Oct 29 08:04:02 2006 UTC (17 years, 5 months ago) by chl
Branch: MAIN
Changes since 1.11: +24 -12 lines
Diff to previous 1.11 , to selected 1.13
Simple handle to flooding chroma components with 0x80: set src->u and
src->v to NULL. To work with VFlip, set also src_uv_stride=0.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Nov 22 10:23:01 2005 UTC (18 years, 4 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.10: +6 -8 lines
Diff to previous 1.10 , to selected 1.13
cleanings in code spotted by sparse (ed dot gomez at free dot fr>

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 14:05:08 2004 UTC (19 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 , to selected 1.13
Merged 1.0 fixes

Revision 1.9.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 22:02:56 2004 UTC (19 years, 11 months ago) by edgomez
Branch: release-1_0-branch
CVS Tags: release-1_0_0, release-1_0_1, release-1_0_2, release-1_0_3
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 , to next main 1.15 , to selected 1.13
colorspace fix for RGB16 (C function only)

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:23 2004 UTC (20 years ago) by edgomez
Branch: MAIN
Branch point for: release-1_0-branch
Changes since 1.8: +33 -34 lines
Diff to previous 1.8 , to selected 1.13
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.8.2.5 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 22:20:54 2003 UTC (20 years, 3 months ago) by edgomez
Branch: dev-api-4
Changes since 1.8.2.4: +8 -0 lines
Diff to previous 1.8.2.4 , to branch point 1.8 , to next main 1.15 , to selected 1.13
Added ARGB colorspace (C code only)

Revision 1.8.2.4 - (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.8.2.3: +6 -6 lines
Diff to previous 1.8.2.3 , to branch point 1.8 , to selected 1.13
removed trailing spaces

Revision 1.8.2.3 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 13:53:20 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.8.2.2: +21 -29 lines
Diff to previous 1.8.2.2 , to branch point 1.8 , to selected 1.13
Added legal header

Revision 1.8.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 01:20:00 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.8.2.1: +2 -2 lines
Diff to previous 1.8.2.1 , to branch point 1.8 , to selected 1.13
ISO C89 comment style

Revision 1.8.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 08:49:45 2003 UTC (21 years, 1 month ago) by suxen_drol
Branch: dev-api-4
Changes since 1.8: +0 -1 lines
Diff to previous 1.8 , to selected 1.13
++api v1.-127.0

Revision 1.8 - (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.7: +436 -1096 lines
Diff to previous 1.7 , to selected 1.13
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.3.2.3 - (view) (download) (annotate) - [select for diffs]
Sat Jan 4 06:14:33 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.3.2.2: +2 -4 lines
Diff to previous 1.3.2.2 , to branch point 1.3 , to next main 1.15 , to selected 1.13
global.h macro cleanup
cpu_detection cleanup, XVID_CPU_ASM added
sse2 stuff enabled, femms now utilized

Revision 1.7 - (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.6: +17 -17 lines
Diff to previous 1.6 , to selected 1.13
ANSI C compliancy - thx Rick Foos

Revision 1.6 - (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.5: +34 -10 lines
Diff to previous 1.5 , to selected 1.13
License changed

Revision 1.3.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Nov 7 10:28:15 2002 UTC (21 years, 4 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.3.2.1: +409 -946 lines
Diff to previous 1.3.2.1 , to branch point 1.3 , to selected 1.13
encoder: new colorspace; decoder: auto width/height, basic gmc, experimental rrv

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Oct 19 12:20:33 2002 UTC (21 years, 5 months ago) by edgomez
Branch: MAIN
Changes since 1.4: +1 -0 lines
Diff to previous 1.4 , to selected 1.13
Fixed copyrights

Revision 1.3.2.1 - (view) (download) (annotate) - [select for diffs]
Sun Oct 6 07:05:51 2002 UTC (21 years, 5 months ago) by suxen_drol
Branch: dev-api-3
CVS Tags: branch-release-1-0
Changes since 1.3: +105 -202 lines
Diff to previous 1.3 , to selected 1.13
yv12_to_XXX colorspace cleanup: dst_stride redefined, plain-c bgra and rgba modes support added

Revision 1.4 - (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.3: +28 -29 lines
Diff to previous 1.3 , to selected 1.13
- Update license/copyright header
- Removed history header

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jun 12 20:38:40 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
CVS Tags: tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.2: +401 -343 lines
Diff to previous 1.2 , to selected 1.13
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 1.2 - (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.1: +38 -0 lines
Diff to previous 1.1 , to selected 1.13
bframe "support" code

Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Fri Mar 8 02:44:45 2002 UTC (22 years ago) by Isibaar
Branch: core
CVS Tags: start, xvidcore
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.15 , to selected 1.13
moved sources

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 02:44:45 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Branch point for: core
Diff to selected 1.13
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