[svn] / branches / dev-api-4 / xvidcore / vfw / src / config.h Repository:
ViewVC logotype

Log of /branches/dev-api-4/xvidcore/vfw/src/config.h

Parent Directory Parent Directory


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

Revision 1346 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 31 14:03:26 2004 UTC (20 years, 2 months ago) by syskin
File length: 6300 byte(s)
Diff to previous 1333
tab-order fixed in all dialogs. possiblity of having fast 1st pass disabled due to popular demand

Revision 1333 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 26 03:16:53 2004 UTC (20 years, 2 months ago) by suxen_drol
File length: 6471 byte(s)
Diff to previous 1329
- added bitrate calculator
- static function cleanup
- codec.c: removed #include <shlobj.h> and <prsht.h>; they were causing compile issues w/ ms platform sdk.

Revision 1329 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 24 13:36:00 2004 UTC (20 years, 2 months ago) by syskin
File length: 6204 byte(s)
Diff to previous 1326
Constant Quant mode is back - better than ever

Revision 1326 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 23 11:17:24 2004 UTC (20 years, 2 months ago) by edgomez
File length: 6122 byte(s)
Diff to previous 1312
Warnings

Revision 1312 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 20 14:11:39 2004 UTC (20 years, 2 months ago) by syskin
File length: 6176 byte(s)
Diff to previous 1301
some gui improvements in zoning department ;)

Revision 1301 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 2 13:18:28 2004 UTC (20 years, 2 months ago) by syskin
File length: 6121 byte(s)
Diff to previous 1294
dynamic linking in win32

Revision 1294 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 21 16:19:41 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 6105 byte(s)
Diff to previous 1277
turbo option

Revision 1277 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 14:51:40 2003 UTC (20 years, 3 months ago) by syskin
File length: 6092 byte(s)
Diff to previous 1267
new AR code in GUI

Revision 1267 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 17 15:16:16 2003 UTC (20 years, 3 months ago) by edgomez
File length: 5845 byte(s)
Diff to previous 1242
* Two pass update (see patch-141 entry for more details)
* vfw AR widget + typo mistake

Revision 1242 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 5 14:44:35 2003 UTC (20 years, 3 months ago) by edgomez
File length: 5796 byte(s)
Diff to previous 1202
See ChangeLog patch-120 to patch-123

Revision 1202 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 9 20:49:21 2003 UTC (20 years, 4 months ago) by edgomez
File length: 5818 byte(s)
Diff to previous 1193
New two pass code. I may say it's just a fixed version, though it looks
more like a "take all the ideas and write it again" version. It performs
better with all natural sequences i have and a bit worse with anime.

Including it now, allow me improving the code during the beta releases.

Revision 1193 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 28 23:42:09 2003 UTC (20 years, 5 months ago) by edgomez
File length: 5843 byte(s)
Diff to previous 1069
Added cartoon widgets + handling code.

NB: static motion detection is disabled because of crashes on P4
    cpus.

Revision 1069 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 13 11:52:14 2003 UTC (20 years, 9 months ago) by suxen_drol
File length: 5826 byte(s)
Diff to previous 1061
removed zone warning boxes (they are counter productive)
added zone-based force key frame option

Revision 1061 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 10:07:03 2003 UTC (20 years, 9 months ago) by suxen_drol
File length: 5812 byte(s)
Diff to previous 1054
Quantizer histogram and encoding status window

Revision 1054 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 13:55:56 2003 UTC (20 years, 9 months ago) by edgomez
File length: 5754 byte(s)
Diff to previous 1053
Added legal header

Revision 1053 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 01:25:19 2003 UTC (20 years, 9 months ago) by edgomez
File length: 4672 byte(s)
Diff to previous 1052
ISO C89 comment style

Revision 1052 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 2 11:47:30 2003 UTC (20 years, 10 months ago) by suxen_drol
File length: 4670 byte(s)
Diff to previous 1032
xvid.h: removed unused altcurve fields from plugin_2pass2 struct
vfw: altcurve page removed; 2pass options and now sent to plugin_2pass2

Revision 1032 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 17 13:37:49 2003 UTC (20 years, 10 months ago) by suxen_drol
File length: 4907 byte(s)
Diff to previous 1017
* dynamic bvop decision stats bug fixed
* added runtime debug level option. this only only activated when _DEBUG is defined.
  level is specified globaly, via "xvid_glb_init_t.debug" and XVID_DEBUG_xxx defines.
  references to previous DPRINTF_LEVEL_xxx's have been replaced throughout libxvidcore
* futher bitrate zone fixes for plugin_2pass2.c
* removed old ratecontrol.c from msvc project
* xvid_encraw.c specifc:
  * added "-max_key_interval integer" option
  * renamed -debug to -vop_debug
  * added "-debug integer" option, which sets xvid_gbl_init_t.debug field
  * s/length/len/ status line
* vfw specific:
  * zone/bitrate typos fixed ("you eediot")
  * renamed "debug" regkey to "vop_debug"
  * added "debug" regeky and textbox which sets xvid_gbl_init_t.debug field

Revision 1017 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 14 11:44:29 2003 UTC (20 years, 10 months ago) by suxen_drol
File length: 4888 byte(s)
Diff to previous 983
cfg page restructuring
vfw bitrrate zones added
page data is now uploaded/downloaded at PSN_SETACTIVE/PSN_KILLACTIVE
general adv_xxx() function cleanup

Revision 983 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 12 06:58:50 2003 UTC (20 years, 11 months ago) by suxen_drol
File length: 3120 byte(s)
Diff to previous 889
updated to support dev-api-4
profiles added
advanced dialogs restructured
general code "cleanup"

Revision 889 - (view) (download) (annotate) - [select for diffs]
Added Sat Feb 22 08:24:01 2003 UTC (21 years, 1 month ago) by suxen_drol
File length: 4796 byte(s)
++vfw

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