[svn] / trunk / xvidcore / src / encoder.c Repository:
ViewVC logotype

Log of /trunk/xvidcore/src/encoder.c

Parent Directory Parent Directory


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

Revision 147 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 28 23:31:00 2002 UTC (21 years, 11 months ago) by edgomez
File length: 28441 byte(s)
Diff to previous 145 , to selected 85
Sad values can be negative (Christoph Lampert Post scriptum in a mail to the dev mail list)

Revision 145 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 28 21:55:06 2002 UTC (21 years, 11 months ago) by edgomez
File length: 28442 byte(s)
Diff to previous 138 , to selected 85
Cosmetic, added GPL header and RCS id field

Revision 138 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 25 19:27:49 2002 UTC (21 years, 11 months ago) by chl
File length: 26575 byte(s)
Diff to previous 136 , to selected 85
#ifdef'd OutputDebugString because it's _DEBUG an Windows only

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
File length: 26491 byte(s)
Diff to previous 128 , to selected 85
FRAMEINFO

Revision 128 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 17 14:05:54 2002 UTC (21 years, 11 months ago) by h
File length: 25175 byte(s)
Diff to previous 121 , to selected 85
fixed bug when using lumi masking with hinted ME

Revision 121 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 15 08:03:50 2002 UTC (21 years, 11 months ago) by h
File length: 24885 byte(s)
Diff to previous 118 , to selected 85
support for foxer's updated cbr code

Revision 118 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 13 16:30:02 2002 UTC (21 years, 11 months ago) by suxen_drol
File length: 24653 byte(s)
Diff to previous 113 , to selected 85
bframe "support" code

Revision 113 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 10 07:40:51 2002 UTC (21 years, 11 months ago) by Isibaar
File length: 20959 byte(s)
Diff to previous 108 , to selected 85
PSNR calculations

Revision 108 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 7 11:57:47 2002 UTC (21 years, 11 months ago) by h
File length: 20246 byte(s)
Diff to previous 104 , to selected 85
debug output for cbr

Revision 104 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 6 05:33:44 2002 UTC (21 years, 11 months ago) by h
File length: 20245 byte(s)
Diff to previous 101 , to selected 85
moved HintedMEGet() on intra, to FrameCodeI()

Revision 101 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 5 14:40:36 2002 UTC (21 years, 11 months ago) by h
File length: 20248 byte(s)
Diff to previous 100 , to selected 85
hinted motion estimation support (raw or compressed)

Revision 100 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 4 13:58:18 2002 UTC (21 years, 11 months ago) by Isibaar
File length: 15631 byte(s)
Diff to previous 87 , to selected 85
reworked vlc tables

Revision 87 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 07:24:57 2002 UTC (22 years ago) by h
File length: 15677 byte(s)
Diff to previous 86 , to selected 85
fixed crash when using lumi masking in cbr mode (i'm such an idiot)

Revision 86 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 07:18:30 2002 UTC (22 years ago) by h
File length: 15500 byte(s)
Diff to previous 85
fixed crash when using lumi masking in cbr mode (last time..)

Revision 85 - (view) (download) (annotate) - [selected]
Modified Fri Mar 29 07:08:09 2002 UTC (22 years ago) by h
File length: 15770 byte(s)
Diff to previous 84
fixed crash when using lumi masking in cbr mode (removed development code)

Revision 84 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 07:03:24 2002 UTC (22 years ago) by h
File length: 16166 byte(s)
Diff to previous 83 , to selected 85
fixed crash when using lumi masking in cbr mode

Revision 83 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 04:25:16 2002 UTC (22 years ago) by h
File length: 15482 byte(s)
Diff to previous 78 , to selected 85
merged image/pMBs create and destroy stuff into single if()

Revision 78 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 20:57:25 2002 UTC (22 years ago) by edgomez
File length: 15752 byte(s)
Diff to previous 73 , to selected 85
Big patch, use it with care (tests done with GNU/Linux) :
 - Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
 - Lot of "New line at end of file missing" warnings fixed (gcc3)
 - All 2d arrays have been turned into 1d arrays
   To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
   (read portab.h)

Win32 users should give feedback.

Revision 73 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 12:24:41 2002 UTC (22 years ago) by canard
File length: 15721 byte(s)
Diff to previous 69 , to selected 85
LINUX: proper alignement on the stack

Revision 69 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 26 11:16:08 2002 UTC (22 years ago) by h
File length: 15468 byte(s)
Diff to previous 66 , to selected 85
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

Revision 66 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 24 20:07:31 2002 UTC (22 years ago) by canard
File length: 15601 byte(s)
Diff to previous 64 , to selected 85
s/16/CACHE_LINE/

Revision 64 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 24 05:47:48 2002 UTC (22 years ago) by h
File length: 15577 byte(s)
Diff to previous 42 , to selected 85
foxer's cbr mode
(hijacks the rc_buffersize variable and uses it as reaction delay - easier than changing xvid.h)

Revision 42 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 20 14:02:59 2002 UTC (22 years ago) by Isibaar
File length: 15615 byte(s)
Diff to previous 41 , to selected 85
alignment stuff

Revision 41 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 20 00:28:02 2002 UTC (22 years ago) by Isibaar
File length: 15565 byte(s)
Diff to previous 36 , to selected 85
xvid_malloc/xvid_free

Revision 36 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 16 15:55:12 2002 UTC (22 years ago) by Isibaar
File length: 15444 byte(s)
Diff to previous 29 , to selected 85
removed init_timer

Revision 29 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 16 09:55:19 2002 UTC (22 years ago) by h
File length: 15429 byte(s)
Diff to previous 20 , to selected 85
prevented RateControlUpdate() being called in non-cbr encodes
(bitrate isn't 0 anymore - it's set to 900000 in encoder_create())

Revision 20 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 9 21:44:47 2002 UTC (22 years ago) by Isibaar
File length: 15426 byte(s)
Diff to previous 13 , to selected 85
qmatrix bugfix

Revision 13 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 9 14:58:50 2002 UTC (22 years ago) by edgomez
File length: 15198 byte(s)
Diff to previous 4 , to selected 85
Small cleanup for gcc warnings and code indentation (thx emacs indent-region :-)

Revision 4 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 8 19:17:46 2002 UTC (22 years ago) by Isibaar
File length: 15536 byte(s)
Diff to previous 3 , to selected 85
custom qmatrix support

Revision 3 - (view) (download) (annotate) - [select for diffs]
Added Fri Mar 8 02:46:11 2002 UTC (22 years ago) by Isibaar
File length: 15226 byte(s)
Diff to selected 85
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