[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)
Links to MAIN: (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, 5 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.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, 10 months ago) by Isibaar
Branch: MAIN
Changes since 1.10: +3 -2 lines
Diff to previous 1.10
- updated profile definitions

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, 4 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, 4 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, 10 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
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