[cvs] / xvidcore / src / encoder.h Repository:
ViewVC logotype

Log of /xvidcore/src/encoder.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Links to branch-release-1-0: (view) (download) (annotate)
Sticky Tag:

Revision 1.18.2.4 - (view) (download) (annotate) - [select for diffs]
Sat Nov 2 15:52:30 2002 UTC (21 years, 4 months ago) by chl
Branch: dev-api-3
CVS Tags: branch-release-1-0
Changes since 1.18.2.3: +5 -7 lines
Diff to previous 1.18.2.3 , to branch point 1.18
Basic support for translation-only GMC support (compatible to Divx5)
use general flag XVID_GMC to switch it on, the rest is done automatically.
!!! Combination with B-frames is completely untested !!!

Revision 1.18.2.3 - (view) (download) (annotate) - [select for diffs]
Sat Oct 5 21:35:35 2002 UTC (21 years, 5 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.18.2.2: +2 -1 lines
Diff to previous 1.18.2.2 , to branch point 1.18
qpel support code

Revision 1.18.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Sep 29 15:53:42 2002 UTC (21 years, 5 months ago) by chl
Branch: dev-api-3
Changes since 1.18.2.1: +2 -2 lines
Diff to previous 1.18.2.1 , to branch point 1.18
BVOP-ME bugfix (sign error)

Revision 1.18.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Sep 28 13:01:15 2002 UTC (21 years, 5 months ago) by chl
Branch: dev-api-3
Changes since 1.18: +3 -7 lines
Diff to previous 1.18
Fixed timecode (including support for max_b > fps)
Thanks to suxen_drol for showing me the obvious way to fix it (using pRef)

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Sep 3 17:24:26 2002 UTC (21 years, 6 months ago) by chl
Branch: MAIN
CVS Tags: tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.17: +1 -5 lines
Diff to previous 1.17
Support for timestamps even without #define BFRAMES

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Aug 7 10:09:00 2002 UTC (21 years, 7 months ago) by chl
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16
New variable pEnc->last_sync for (more) correct time-codes in B-frames mode.
Not a 100% clean solution. NOTE: Whole Timecode management must be rewritten!

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Jul 21 03:41:44 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15
frame_drop_ratio

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 14:56:00 2002 UTC (21 years, 8 months ago) by chl
Branch: MAIN
Changes since 1.14: +4 -2 lines
Diff to previous 1.14
Bugfix for B-frame encoding (new parameters time_bp, time_pp to BVOP-ME)

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Jul 12 12:26:23 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
Changes since 1.13: +5 -1 lines
Diff to previous 1.13
XVID_ENC_PARAM->num_threads

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jun 24 09:53:17 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12
added font.c, sgi-irix64 makefile, dx50bvop working

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Jun 23 03:58:32 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.11: +4 -2 lines
Diff to previous 1.11
XVID_GLOBAL_*, XVID_CPU_CHKONLY, timestamp fix, font.c

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Jun 20 14:05:57 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.10: +16 -3 lines
Diff to previous 1.10
bframe patch

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Jun 13 21:45:24 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.9: +68 -27 lines
Diff to previous 1.9
- Mainly Cosmetic.
- 'bool' type is now 'int', natural cpu size variable.
  (Dev Mail-List suggestion from  Christoph Lampert)

Revision 1.9 - (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.8: +20 -15 lines
Diff to previous 1.8
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Jun 7 10:21:48 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.7: +33 -32 lines
Diff to previous 1.7
Rate control structure per encoder

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon May 6 10:07:19 2002 UTC (21 years, 10 months ago) by suxen_drol
Branch: MAIN
Changes since 1.6: +4 -1 lines
Diff to previous 1.6
low_delay

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed May 1 13:00:01 2002 UTC (21 years, 10 months ago) by suxen_drol
Branch: MAIN
Changes since 1.5: +27 -1 lines
Diff to previous 1.5
#define BFRAMES

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Apr 25 06:55:00 2002 UTC (21 years, 10 months ago) by suxen_drol
Branch: MAIN
Changes since 1.4: +29 -17 lines
Diff to previous 1.4
FRAMEINFO

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Apr 10 07:40:44 2002 UTC (21 years, 11 months ago) by Isibaar
Branch: MAIN
Changes since 1.3: +3 -0 lines
Diff to previous 1.3
PSNR calculations

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Apr 5 14:40:36 2002 UTC (21 years, 11 months ago) by h
Branch: MAIN
CVS Tags: xvidcore
Changes since 1.2: +2 -0 lines
Diff to previous 1.2
hinted motion estimation support (raw or compressed)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Mar 29 04:25:16 2002 UTC (21 years, 11 months ago) by h
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
merged image/pMBs create and destroy stuff into single if()

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 02:44:31 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