[svn] / trunk / vfw / src / codec.c Repository:
ViewVC logotype

Log of /trunk/vfw/src/codec.c

Parent Directory Parent Directory


Sticky Revision:
(Current path doesn't exist after revision 1973)

Revision 499 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 21 03:11:36 2002 UTC (21 years, 6 months ago) by suxen_drol
File length: 21976 byte(s)
Diff to previous 364 , to selected 105
pross email address updates

Revision 364 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 7 01:10:01 2002 UTC (21 years, 7 months ago) by Isibaar
File length: 21984 byte(s)
Diff to previous 362 , to selected 105
use advanced diamond for quality 5 and square search for quality 6

Revision 362 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 6 23:41:01 2002 UTC (21 years, 7 months ago) by Foxer
File length: 21960 byte(s)
Diff to previous 361 , to selected 105
xvid.h reference consolidation

Revision 361 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 5 18:26:31 2002 UTC (21 years, 7 months ago) by chl
File length: 21965 byte(s)
Diff to previous 355 , to selected 105
Greyscale changes

Revision 355 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 1 12:56:29 2002 UTC (21 years, 8 months ago) by chl
File length: 20371 byte(s)
Diff to previous 324 , to selected 105
Support for XVID_GREYSCALE (at least that's what Koepi claims...)

Revision 324 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 21 03:49:47 2002 UTC (21 years, 8 months ago) by suxen_drol
File length: 20224 byte(s)
Diff to previous 295 , to selected 105
frame_drop_ratio

Revision 295 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 12 12:26:55 2002 UTC (21 years, 8 months ago) by suxen_drol
File length: 20164 byte(s)
Diff to previous 278 , to selected 105
XVID_ENC_PARAM->num_threads

Revision 278 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 10 13:02:15 2002 UTC (21 years, 8 months ago) by suxen_drol
File length: 20070 byte(s)
Diff to previous 235 , to selected 105
bframes "bquant" correctly set to zero; bquant_ratio should now work correctly

Revision 235 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 23 03:59:49 2002 UTC (21 years, 9 months ago) by suxen_drol
File length: 20028 byte(s)
Diff to previous 228 , to selected 105
XVID_GLOBAL_*, XVID_CPU_CHKONLY

Revision 228 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 20 10:51:08 2002 UTC (21 years, 9 months ago) by suxen_drol
File length: 19810 byte(s)
Diff to previous 176 , to selected 105
#def BFRAMES controls.

Revision 176 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 13 10:07:41 2002 UTC (21 years, 10 months ago) by Isibaar
File length: 19594 byte(s)
Diff to previous 137 , to selected 105
Koepi's 'hinted ME' 1pass fix

Revision 137 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 25 07:16:00 2002 UTC (21 years, 11 months ago) by suxen_drol
File length: 19342 byte(s)
Diff to previous 127 , to selected 105
ICDECOMPRESS_PREROLL

Revision 127 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 17 14:04:41 2002 UTC (21 years, 11 months ago) by h
File length: 19267 byte(s)
Diff to previous 121 , to selected 105
fixed hinted me + lumi masking issue
lumi masking can be "safely" enabled in both passes

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: 19268 byte(s)
Diff to previous 109 , to selected 105
support for foxer's updated cbr code

Revision 109 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 8 12:51:41 2002 UTC (21 years, 11 months ago) by h
File length: 19141 byte(s)
Diff to previous 105
Foxer: max bitrate setting for 2-pass, overflow behaviour now alterable
min i-frame interval re-added for all modes, off by default (set to >1 to enable)

Revision 105 - (view) (download) (annotate) - [selected]
Modified Sat Apr 6 06:21:29 2002 UTC (21 years, 11 months ago) by h
File length: 19218 byte(s)
Diff to previous 103
Foxer: quantizer distribution printout upon 2nd pass finish, minor credits handling alteration

Revision 103 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 5 15:28:17 2002 UTC (21 years, 11 months ago) by h
File length: 19022 byte(s)
Diff to previous 102 , to selected 105
2nd passes were always reading from hint file (oops)

Revision 102 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 5 14:42:37 2002 UTC (21 years, 11 months ago) by h
File length: 18993 byte(s)
Diff to previous 94 , to selected 105
hinted motion estimation support
interlacing option
2pass code separated
new alt curve debug output

Revision 94 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 30 23:53:58 2002 UTC (22 years ago) by Foxer
File length: 45959 byte(s)
Diff to previous 61 , to selected 105
fixed: 2GB+ desired size problems

Revision 61 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 23 06:58:56 2002 UTC (22 years ago) by h
File length: 45944 byte(s)
Diff to previous 39 , to selected 105
merged foxer's alternative 2-pass code
added load defaults button
added proper tooltips
moved registry data into reg_ints/reg_strs arrays
changed inter4v to only be in modes 5 or 6
fixed null mode crash ?
added DEBUGERR output on errors instead of returning

Revision 39 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 17 12:05:40 2002 UTC (22 years ago) by h
File length: 35047 byte(s)
Diff to previous 30 , to selected 105
"Custom" quantization type now reported correctly in 2-pass output

Revision 30 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 16 11:40:48 2002 UTC (22 years ago) by h
File length: 35001 byte(s)
Diff to previous 5 , to selected 105
rudimentary tooltips, simplified main dialog,
quantizer modulation, more enabling/disabling controls,
BITMAPV4HEADER changed to BITMAPINFOHEADER
(this prevents an access violation due to struct size difference),
credits now properly excluded in external mode,
motion search precision = 0 now works in 2-pass mode (might be useful??)
added DX50 fourcc

Revision 5 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 8 19:23:56 2002 UTC (22 years ago) by Isibaar
File length: 34740 byte(s)
Diff to previous 3 , to selected 105
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: 34777 byte(s)
Diff to selected 105
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