[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 dev-api-3: (view) (download) (annotate)
Sticky Tag:

Revision 1.18.2.10 - (view) (download) (annotate) - [select for diffs]
Sat Jan 25 22:44:50 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.18.2.9: +1 -3 lines
Diff to previous 1.18.2.9 , to branch point 1.18 , to next main 1.34 , to selected 1.18.2.8
general flag XVID_EXTRASTATS instead of _DEBUG_PSNR

Revision 1.18.2.9 - (view) (download) (annotate) - [select for diffs]
Sat Jan 11 14:59:23 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.18.2.8: +7 -7 lines
Diff to previous 1.18.2.8 , to branch point 1.18
Major update: Support for GME/GMC with 2 warppoints

Revision 1.18.2.8 - (view) (download) (annotate) - [selected]
Tue Dec 10 11:13:50 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.18.2.7: +1 -2 lines
Diff to previous 1.18.2.7 , to branch point 1.18
rrv encoding update

Revision 1.18.2.7 - (view) (download) (annotate) - [select for diffs]
Mon Dec 9 10:47:05 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.18.2.6: +10 -9 lines
Diff to previous 1.18.2.6 , to branch point 1.18 , to selected 1.18.2.8
rrv i-vop encoding

Revision 1.18.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Dec 4 12:31:18 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.18.2.5: +17 -14 lines
Diff to previous 1.18.2.5 , to branch point 1.18 , to selected 1.18.2.8
seperated sStats into encoder & frame based parts; #ifdef FRAMEDROP removed

Revision 1.18.2.5 - (view) (download) (annotate) - [select for diffs]
Tue Nov 19 13:21:25 2002 UTC (21 years, 4 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.18.2.4: +2 -1 lines
Diff to previous 1.18.2.4 , to branch point 1.18 , to selected 1.18.2.8
decoder bframe fix, koepi bframe_offset, additional xvid_enc_frame->intra types

Revision 1.18.2.4 - (view) (download) (annotate) - [select for diffs]
Sat Nov 2 15:52:30 2002 UTC (21 years, 5 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 , to selected 1.18.2.8
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 , to selected 1.18.2.8
qpel support code

Revision 1.18.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Sep 29 15:53:42 2002 UTC (21 years, 6 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 , to selected 1.18.2.8
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, 6 months ago) by chl
Branch: dev-api-3
Changes since 1.18: +3 -7 lines
Diff to previous 1.18 , to selected 1.18.2.8
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 , to selected 1.18.2.8
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 , to selected 1.18.2.8
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 , to selected 1.18.2.8
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 , to selected 1.18.2.8
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 , to selected 1.18.2.8
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 , to selected 1.18.2.8
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 , to selected 1.18.2.8
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 , to selected 1.18.2.8
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 , to selected 1.18.2.8
- 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 , to selected 1.18.2.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 , to selected 1.18.2.8
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 , to selected 1.18.2.8
low_delay

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Apr 25 06:55:00 2002 UTC (21 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.4: +29 -17 lines
Diff to previous 1.4 , to selected 1.18.2.8
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 , to selected 1.18.2.8
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 , to selected 1.18.2.8
hinted motion estimation support (raw or compressed)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Mar 29 04:25:16 2002 UTC (22 years ago) by h
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 , to selected 1.18.2.8
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
Diff to selected 1.18.2.8
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