[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)
Links to MAIN: (view) (download) (annotate)
Sticky Tag:

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed May 13 09:39:20 2009 UTC (14 years, 11 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.11
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, 5 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 , to selected 1.11
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) - [select for diffs]
Mon Oct 30 10:52:00 2006 UTC (17 years, 6 months ago) by Skal
Branch: MAIN
Changes since 1.12: +13 -15 lines
Diff to previous 1.12 , to selected 1.11
        + 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, 6 months ago) by chl
Branch: MAIN
Changes since 1.11: +24 -12 lines
Diff to previous 1.11
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) - [selected]
Tue Nov 22 10:23:01 2005 UTC (18 years, 5 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
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 (20 years ago) by edgomez
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 , to selected 1.11
Merged 1.0 fixes

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:23 2004 UTC (20 years, 1 month 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.11
xvidcore 1.0.0 rc3 merge back to HEAD

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

Revision 1.7 - (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.6: +17 -17 lines
Diff to previous 1.6 , to selected 1.11
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, 5 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.11
License changed

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

Revision 1.4 - (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.3: +28 -29 lines
Diff to previous 1.3 , to selected 1.11
- 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, 10 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.11
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 (22 years ago) by suxen_drol
Branch: MAIN
Changes since 1.1: +38 -0 lines
Diff to previous 1.1 , to selected 1.11
bframe "support" code

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