[svn] / branches / dev-api-3 / xvidcore / src / encoder.h Repository:
ViewVC logotype

Log of /branches/dev-api-3/xvidcore/src/encoder.h

Parent Directory Parent Directory


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

Revision 807 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 25 22:44:50 2003 UTC (21 years, 2 months ago) by chl
File length: 5732 byte(s)
Diff to previous 769 , to selected 690
general flag XVID_EXTRASTATS instead of _DEBUG_PSNR

Revision 769 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 11 14:59:24 2003 UTC (21 years, 3 months ago) by chl
File length: 5757 byte(s)
Diff to previous 702 , to selected 690
Major update: Support for GME/GMC with 2 warppoints

Revision 702 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 10 11:13:50 2002 UTC (21 years, 4 months ago) by suxen_drol
File length: 5705 byte(s)
Diff to previous 701 , to selected 690
rrv encoding update

Revision 701 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 9 10:47:05 2002 UTC (21 years, 4 months ago) by suxen_drol
File length: 5730 byte(s)
Diff to previous 690
rrv i-vop encoding

Revision 690 - (view) (download) (annotate) - [selected]
Modified Wed Dec 4 12:31:18 2002 UTC (21 years, 4 months ago) by suxen_drol
File length: 5670 byte(s)
Diff to previous 659
seperated sStats into encoder & frame based parts; #ifdef FRAMEDROP removed

Revision 659 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 19 13:21:25 2002 UTC (21 years, 5 months ago) by suxen_drol
File length: 5667 byte(s)
Diff to previous 619 , to selected 690
decoder bframe fix, koepi bframe_offset, additional xvid_enc_frame->intra types

Revision 619 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 2 15:52:31 2002 UTC (21 years, 5 months ago) by chl
File length: 5640 byte(s)
Diff to previous 579 , to selected 690
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 579 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 5 21:37:44 2002 UTC (21 years, 6 months ago) by Isibaar
File length: 5639 byte(s)
Diff to previous 569 , to selected 690
qpel support code

Revision 569 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 29 15:53:42 2002 UTC (21 years, 6 months ago) by chl
File length: 5611 byte(s)
Diff to previous 557 , to selected 690
BVOP-ME bugfix (sign error)

Revision 557 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 28 13:01:15 2002 UTC (21 years, 6 months ago) by chl
File length: 5612 byte(s)
Diff to previous 392 , to selected 690
Fixed timecode (including support for max_b > fps)
Thanks to suxen_drol for showing me the obvious way to fix it (using pRef)

Revision 392 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 4 18:44:41 2002 UTC (21 years, 7 months ago) by
File length: 5666 byte(s)
Diff to previous 387 , to selected 690
This commit was manufactured by cvs2svn to create branch 'dev-api-3'.

Revision 387 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 3 17:25:45 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.h
File length: 5666 byte(s)
Diff to previous 366 , to selected 690
Support for timestamps even without #define BFRAMES

Revision 366 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 7 10:09:00 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.h
File length: 5710 byte(s)
Diff to previous 324 , to selected 690
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 324 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 21 03:49:47 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.h
File length: 5699 byte(s)
Diff to previous 317 , to selected 690
frame_drop_ratio

Revision 317 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 19 14:56:00 2002 UTC (21 years, 9 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.h
File length: 5669 byte(s)
Diff to previous 295 , to selected 690
Bugfix for B-frame encoding (new parameters time_bp, time_pp to BVOP-ME)

Revision 295 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 12 12:26:55 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.h
File length: 5643 byte(s)
Diff to previous 238 , to selected 690
XVID_ENC_PARAM->num_threads

Revision 238 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 24 09:53:18 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.h
File length: 5605 byte(s)
Diff to previous 234 , to selected 690
added font.c, sgi-irix64 makefile, dx50bvop working

Revision 234 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 23 03:58:32 2002 UTC (21 years, 10 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.h
File length: 5579 byte(s)
Diff to previous 229 , to selected 690
XVID_GLOBAL_*, XVID_CPU_CHKONLY, timestamp fix, font.c

Revision 229 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 20 14:05:58 2002 UTC (21 years, 10 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.h
File length: 5489 byte(s)
Diff to previous 202 , to selected 690
bframe patch

Revision 202 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 13 21:45:24 2002 UTC (21 years, 10 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.h
File length: 5261 byte(s)
Diff to previous 195 , to selected 690
- Mainly Cosmetic.
- 'bool' type is now 'int', natural cpu size variable.
  (Dev Mail-List suggestion from  Christoph Lampert)

Revision 195 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 12 20:38:41 2002 UTC (21 years, 10 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.h
File length: 2952 byte(s)
Diff to previous 188 , to selected 690
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 188 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 7 10:21:48 2002 UTC (21 years, 10 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.h
File length: 2941 byte(s)
Diff to previous 164 , to selected 690
Rate control structure per encoder

Revision 164 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 6 10:07:19 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.h
File length: 2975 byte(s)
Diff to previous 152 , to selected 690
low_delay

Revision 152 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 1 13:00:02 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.h
File length: 2952 byte(s)
Diff to previous 136 , to selected 690
#define BFRAMES

Revision 136 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 25 06:55:00 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.h
File length: 2548 byte(s)
Diff to previous 113 , to selected 690
FRAMEINFO

Revision 113 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 10 07:40:51 2002 UTC (22 years ago) by Isibaar
Original Path: trunk/xvidcore/src/encoder.h
File length: 2398 byte(s)
Diff to previous 101 , to selected 690
PSNR calculations

Revision 101 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 5 14:40:36 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/encoder.h
File length: 2359 byte(s)
Diff to previous 83 , to selected 690
hinted motion estimation support (raw or compressed)

Revision 83 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 04:25:16 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/encoder.h
File length: 2340 byte(s)
Diff to previous 3 , to selected 690
merged image/pMBs create and destroy stuff into single if()

Revision 3 - (view) (download) (annotate) - [select for diffs]
Added Fri Mar 8 02:46:11 2002 UTC (22 years, 1 month ago) by Isibaar
Original Path: trunk/xvidcore/src/encoder.h
File length: 2305 byte(s)
Diff to selected 690
moved sources

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, 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