[cvs] / xvidcore / vfw / src / config.h Repository:
ViewVC logotype

Log of /xvidcore/vfw/src/config.h

Parent Directory Parent Directory


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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Dec 22 16:52:12 2010 UTC (13 years, 4 months ago) by Isibaar
Branch: MAIN
CVS Tags: HEAD, rc1_1_3_0, release-1_3_0, release-1_3_1, tag-branching-1_3_0
Branch point for: release-1_3-branch
Changes since 1.16: +12 -11 lines
Diff to previous 1.16
slice coding GUI element

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Dec 21 20:23:07 2010 UTC (13 years, 4 months ago) by Isibaar
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
some bugfixing...

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Dec 21 16:56:42 2010 UTC (13 years, 4 months ago) by Isibaar
Branch: MAIN
Changes since 1.14: +4 -1 lines
Diff to previous 1.14
moved num_threads control to common tab
VHQ metric combobox

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Dec 2 06:46:07 2010 UTC (13 years, 4 months ago) by Isibaar
Branch: MAIN
Changes since 1.13: +12 -10 lines
Diff to previous 1.13
some cleanup of vfw code, increased allowed max bitrate, profile for HD 1080

Revision 1.12.2.1 - (view) (download) (annotate) - [select for diffs]
Sun Nov 30 16:38:31 2008 UTC (15 years, 5 months ago) by Isibaar
Branch: release-1_2-branch
CVS Tags: release-1_2_0, release-1_2_2
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 , to next main 1.17
VC8 win32 / x64 project files

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Nov 30 16:36:44 2008 UTC (15 years, 5 months ago) by Isibaar
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
VC8 win32 / x64 project files

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Nov 27 16:33:32 2008 UTC (15 years, 5 months ago) by Isibaar
Branch: MAIN
CVS Tags: tag-branching-1_2_0
Branch point for: release-1_2-branch
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
64-bit GUI note

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Jul 10 17:39:23 2006 UTC (17 years, 9 months ago) by Isibaar
Branch: MAIN
Changes since 1.10: +3 -2 lines
Diff to previous 1.10
- updated profile definitions

Revision 1.9.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jul 10 17:26:13 2006 UTC (17 years, 9 months ago) by Isibaar
Branch: release-1_1-branch
CVS Tags: release-1_1_1-final, release-1_1_2, release-1_1_3, release-1_1_3-final
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 , to next main 1.17
- Update vfw profile definitions and packed bs enforcement

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Apr 25 15:19:27 2006 UTC (18 years ago) by syskin
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
write stats file in the same directory as target file, not in root directory

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Oct 22 22:32:44 2005 UTC (18 years, 6 months ago) by Isibaar
Branch: MAIN
CVS Tags: release-1_1_0, release-1_1_0_final
Branch point for: release-1_1-branch
Changes since 1.8: +8 -8 lines
Diff to previous 1.8
- Renamed and extended the profiles

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Oct 16 00:00:04 2005 UTC (18 years, 6 months ago) by suxen_drol
Branch: MAIN
Changes since 1.7: +36 -18 lines
Diff to previous 1.7
vfw quality presets

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Mar 27 03:59:42 2005 UTC (19 years, 1 month ago) by suxen_drol
Branch: MAIN
Changes since 1.6: +6 -4 lines
Diff to previous 1.6
xvidcore
========
* added XVID_GLOBAL_DIVX5_USERDATA global flag
* removed the bvop delay warning text ("warning: nothing to output), as this often confuses joe user.
* minor changed to closed gop image_printf statement: s/"DX50 BVOP->PVOP"/"CLOSED GOP BVOP->PVOP"
* additional comments for low_delay_default mode within decoder_decode()
* divx userdata string: s/DivX999b000/DivX503b1393. this has been suggested by dxn for improved hardware compatibility [nb: i dont have a hardware player to confirm this]
* vbv_peakrate constraint is ignored if <= 0

vfw frontend
============
* dxn profiles now confirm to "DivX Certified Profile Compatibility v1.1", February 2005. this document was provided by DivXNetworks, USA. when a dxn profile is selected, strict conformance is enabled:
  - force 1:1 picture aspect ratio
  - disable bframes if interlacing is enabled
  - force maximum of 1 consecutive bvops for the portable and ht profiles, 2 bvops for the hd profile
  - always write divx 5 userdata string to bitstream
  - force packed bitstream option
  - updated dxn vbv parameters
* added PROFILE_4MV flag. 4mv is now disabled for the dxn handheld profile.
* moved PROFILE_AS/PROFILE_ARTS/PROFILE_S to config.c
* profile[].max_bitrate now measured in bit/sec (not kbps)
* profile->level box: widgets are now greyed-out if they are not used.
* increase vertical size of profile drop down list.
* about box button: s/Dismiss/OK

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jan 10 05:01:01 2005 UTC (19 years, 3 months ago) by syskin
Branch: MAIN
Changes since 1.5: +2 -5 lines
Diff to previous 1.5
reduced resolution removed; closed gov removed; trellis on by default

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jan 8 12:28:48 2005 UTC (19 years, 3 months ago) by syskin
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
by popular request, cartoon mode was moved to Zones

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jul 18 12:45:57 2004 UTC (19 years, 9 months ago) by syskin
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
VHQ for bframes widget

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jul 11 08:54:37 2004 UTC (19 years, 9 months ago) by syskin
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
Top Field First widget (by Koepi)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:25 2004 UTC (20 years, 1 month ago) by edgomez
Branch: MAIN
CVS Tags: release-1_0_0, release-1_0_1, release-1_0_2, release-1_0_3
Branch point for: release-1_0-branch
Changes since 1.1: +278 -0 lines
Diff to previous 1.1
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.1.2.21 - (view) (download) (annotate) - [select for diffs]
Sat Jan 31 14:03:26 2004 UTC (20 years, 3 months ago) by syskin
Branch: dev-api-4
Changes since 1.1.2.20: +50 -49 lines
Diff to previous 1.1.2.20 , to branch point 1.1 , to next main 1.17
tab-order fixed in all dialogs. possiblity of having fast 1st pass disabled due to popular demand

Revision 1.1.2.20 - (view) (download) (annotate) - [select for diffs]
Mon Jan 26 03:16:53 2004 UTC (20 years, 3 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.1.2.19: +16 -1 lines
Diff to previous 1.1.2.19 , to branch point 1.1
- 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 1.1.2.19 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 13:36:00 2004 UTC (20 years, 3 months ago) by syskin
Branch: dev-api-4
Changes since 1.1.2.18: +3 -1 lines
Diff to previous 1.1.2.18 , to branch point 1.1
Constant Quant mode is back - better than ever

Revision 1.1.2.18 - (view) (download) (annotate) - [select for diffs]
Fri Jan 23 11:17:24 2004 UTC (20 years, 3 months ago) by edgomez
Branch: dev-api-4
Changes since 1.1.2.17: +1 -4 lines
Diff to previous 1.1.2.17 , to branch point 1.1
Warnings

Revision 1.1.2.17 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 14:11:39 2004 UTC (20 years, 3 months ago) by syskin
Branch: dev-api-4
Changes since 1.1.2.16: +4 -1 lines
Diff to previous 1.1.2.16 , to branch point 1.1
some gui improvements in zoning department ;)

Revision 1.1.2.16 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 13:18:28 2004 UTC (20 years, 3 months ago) by syskin
Branch: dev-api-4
Changes since 1.1.2.15: +2 -2 lines
Diff to previous 1.1.2.15 , to branch point 1.1
dynamic linking in win32

Revision 1.1.2.15 - (view) (download) (annotate) - [select for diffs]
Sun Dec 21 16:15:04 2003 UTC (20 years, 4 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.1.2.14: +2 -1 lines
Diff to previous 1.1.2.14 , to branch point 1.1
turbo option

Revision 1.1.2.14 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 14:51:40 2003 UTC (20 years, 4 months ago) by syskin
Branch: dev-api-4
Changes since 1.1.2.13: +15 -1 lines
Diff to previous 1.1.2.13 , to branch point 1.1
new AR code in GUI

Revision 1.1.2.13 - (view) (download) (annotate) - [select for diffs]
Wed Dec 17 15:16:16 2003 UTC (20 years, 4 months ago) by edgomez
Branch: dev-api-4
Changes since 1.1.2.12: +1 -0 lines
Diff to previous 1.1.2.12 , to branch point 1.1
* Two pass update (see patch-141 entry for more details)
* vfw AR widget + typo mistake

Revision 1.1.2.12 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 14:44:35 2003 UTC (20 years, 4 months ago) by edgomez
Branch: dev-api-4
Changes since 1.1.2.11: +1 -2 lines
Diff to previous 1.1.2.11 , to branch point 1.1
See ChangeLog patch-120 to patch-123

Revision 1.1.2.11 - (view) (download) (annotate) - [select for diffs]
Sun Nov 9 20:49:21 2003 UTC (20 years, 5 months ago) by edgomez
Branch: dev-api-4
Changes since 1.1.2.10: +1 -2 lines
Diff to previous 1.1.2.10 , to branch point 1.1
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 1.1.2.10 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 23:42:09 2003 UTC (20 years, 6 months ago) by edgomez
Branch: dev-api-4
Changes since 1.1.2.9: +2 -1 lines
Diff to previous 1.1.2.9 , to branch point 1.1
Added cartoon widgets + handling code.

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

Revision 1.1.2.9 - (view) (download) (annotate) - [select for diffs]
Fri Jun 13 11:52:14 2003 UTC (20 years, 10 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.1.2.8: +2 -1 lines
Diff to previous 1.1.2.8 , to branch point 1.1
removed zone warning boxes (they are counter productive)
added zone-based force key frame option

Revision 1.1.2.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 10 10:07:03 2003 UTC (20 years, 10 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.1.2.7: +7 -4 lines
Diff to previous 1.1.2.7 , to branch point 1.1
Quantizer histogram and encoding status window

Revision 1.1.2.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 13:55:56 2003 UTC (20 years, 10 months ago) by edgomez
Branch: dev-api-4
Changes since 1.1.2.6: +24 -0 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Added legal header

Revision 1.1.2.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 01:25:19 2003 UTC (20 years, 10 months ago) by edgomez
Branch: dev-api-4
Changes since 1.1.2.5: +4 -4 lines
Diff to previous 1.1.2.5 , to branch point 1.1
ISO C89 comment style

Revision 1.1.2.5 - (view) (download) (annotate) - [select for diffs]
Mon Jun 2 11:47:30 2003 UTC (20 years, 11 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.1.2.4: +0 -10 lines
Diff to previous 1.1.2.4 , to branch point 1.1
xvid.h: removed unused altcurve fields from plugin_2pass2 struct
vfw: altcurve page removed; 2pass options and now sent to plugin_2pass2

Revision 1.1.2.4 - (view) (download) (annotate) - [select for diffs]
Sat May 17 13:37:49 2003 UTC (20 years, 11 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.1.2.3: +1 -0 lines
Diff to previous 1.1.2.3 , to branch point 1.1
* 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 1.1.2.3 - (view) (download) (annotate) - [select for diffs]
Wed May 14 11:44:28 2003 UTC (20 years, 11 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.1.2.2: +103 -41 lines
Diff to previous 1.1.2.2 , to branch point 1.1
cfg page restructuring
vfw bitrrate zones added
page data is now uploaded/downloaded at PSN_SETACTIVE/PSN_KILLACTIVE
general adv_xxx() function cleanup

Revision 1.1.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Apr 12 06:58:50 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.1.2.1: +28 -86 lines
Diff to previous 1.1.2.1 , to branch point 1.1
updated to support dev-api-4
profiles added
advanced dialogs restructured
general code "cleanup"

Revision 1.1.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 08:24:01 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.1: +222 -0 lines
Diff to previous 1.1
++vfw

Revision 1.1
Sat Feb 22 08:24:01 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: MAIN
Branch point for: dev-api-4
FILE REMOVED
file config.h was initially added on branch dev-api-4.

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