--- trunk/xvidcore/vfw/src/resource.rc 2004/04/18 07:55:11 1437 +++ trunk/xvidcore/vfw/src/resource.rc 2004/07/25 02:26:57 1520 @@ -7,18 +7,15 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#ifdef _MSC_VER -#include "afxres.h" -#else #include #ifndef IDC_STATIC #define IDC_STATIC (-1) #endif -#endif ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS + ///////////////////////////////////////////////////////////////////////////// // Neutral resources @@ -61,9 +58,9 @@ COMBOBOX IDC_VHQ,112,37,76,76,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP CONTROL "Use chroma motion",IDC_CHROMAME,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,14,58,77,10 + BS_AUTOCHECKBOX | WS_TABSTOP,14,65,77,10 CONTROL "Turbo ;-)",IDC_TURBO,"Button",BS_AUTOCHECKBOX | - WS_TABSTOP,143,58,43,10 + WS_TABSTOP,143,65,43,10 EDITTEXT IDC_FRAMEDROP,112,96,75,12,ES_AUTOHSCROLL | ES_NUMBER EDITTEXT IDC_MAXKEY,112,116,76,12,ES_AUTOHSCROLL | ES_NUMBER CONTROL "Cartoon Mode",IDC_CARTOON,"Button",BS_AUTOCHECKBOX | @@ -77,6 +74,8 @@ SS_CENTERIMAGE GROUPBOX "Motion Precision",IDC_STATIC,7,7,193,77 GROUPBOX "Other",IDC_STATIC,7,79,193,84 + CONTROL "Use VHQ for bframes too",IDC_VHQ_BFRAME,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,14,52,95,10 END IDD_MAIN DIALOGEX 0, 0, 225, 255 @@ -496,9 +495,10 @@ CONTROL "IDB_LOGO",IDC_STATIC,"Static",SS_BITMAP,24,56,15,13 CTEXT "XviD MPEG4 video codec",IDC_STATIC,8,16,176,12 GROUPBOX "About",IDC_STATIC,4,4,184,132 - DEFPUSHBUTTON "OK",IDOK,56,144,80,12 + DEFPUSHBUTTON "OK",IDOK,102,144,80,14 CTEXT "CORE",IDC_CORE,8,40,176,8,SS_CENTERIMAGE CTEXT "( SPECIAL BUILD )",IDC_SPECIAL_BUILD,5,102,181,8 + PUSHBUTTON "View License...",IDC_LICENSE,10,144,80,14 END IDD_RC_CBR DIALOG DISCARDABLE 0, 0, 212, 212 @@ -552,6 +552,8 @@ LTEXT "Quantizer ratio:",IDC_BQUANTRATIO_S,16,150,89,8 LTEXT "Quantizer offset:",IDC_BQUANTOFFSET_S,16,164,52,8 LTEXT "Quantization type:",IDC_QUANTTYPE_S,16,32,100,8 + CONTROL "Top field first",IDC_TFF,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,119,62,56,10 END IDD_ZONE DIALOG DISCARDABLE 0, 0, 212, 194 @@ -850,6 +852,16 @@ SS_CENTERIMAGE END +IDD_LICENSE DIALOG DISCARDABLE 0, 0, 430, 234 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "GNU General Public License" +FONT 8, "MS Sans Serif" +BEGIN + PUSHBUTTON "Dismiss",IDOK,172,218,84,14 + EDITTEXT IDC_LICENSE_TEXT,2,2,426,212,ES_MULTILINE | + ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL +END + ///////////////////////////////////////////////////////////////////////////// // @@ -860,6 +872,23 @@ ///////////////////////////////////////////////////////////////////////////// // +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ICON ICON DISCARDABLE "xvid.ico" + + +///////////////////////////////////////////////////////////////////////////// +// +// TEXT +// + +IDR_GPL TEXT DISCARDABLE "..\\..\\LICENSE" + +///////////////////////////////////////////////////////////////////////////// +// // String Table // @@ -934,7 +963,15 @@ IDC_CHROMAME "Use chroma information to detect motion (slower)." IDC_BQUANTOFFSET "B-frame quantizer offset from last p-frame quantizer; refer to b-frame quant ratio (above)" IDC_VHQ "VHQ enables an additional search process to increase quality (much slower)." - IDC_CHROMA_OPT "Interpolates colours in bright/dark areas for achieving a nicer edge impression" +END + +STRINGTABLE DISCARDABLE +BEGIN + IDC_ZONE_CHROMAOPT "Interpolates colours in bright/dark areas for achieving a nicer edge impression" + IDC_ZONE_BVOPTHRESHOLD "Change the amount of b-frames in this zone. Recommended values are between -20 (almost no b-vops) and 30 (many b-vops).\nThe hardcoded maximum in profile/level will never be exceeded" + IDC_LEVEL_PROFILE "Restrict the usage of MPEG-4 tools and limit the encoded bitrate such that bitstreams are compatible with hardware decoders." + IDC_LEVEL_WIDTH "Suggested VOP width (pixels)" + IDC_LEVEL_HEIGHT "Suggested VOP height (pixels)" END STRINGTABLE DISCARDABLE @@ -953,21 +990,12 @@ STRINGTABLE DISCARDABLE BEGIN - IDC_LEVEL_PROFILE "Restrict the usage of MPEG-4 tools and limit the encoded bitrate such that bitstreams are compatible with hardware decoders." - IDC_LEVEL_WIDTH "Suggested VOP width (pixels)" - IDC_LEVEL_HEIGHT "Suggested VOP height (pixels)" -END - -STRINGTABLE DISCARDABLE -BEGIN IDC_LEVEL_FPS "Suggested VOP rate (frames-per-second)" IDC_LEVEL_VMV "Video Memory Verifier (VMV):\n\nThe maximum number of macroblocks permitted per VOP." IDC_LEVEL_VCV "Video Complexity Verifier (VCV):\nThe maximum macroblocks decoded per second." IDC_LEVEL_VBV "Video Buffer Verifier (VBV):\n\nThe maximum size of the video decoder buffer. The encoded bitstream but not overflow or underflow this buffer." IDC_LEVEL_BITRATE "Maximum instantaneous bitrate." IDC_BITRATE "The target AVI bitrate, file size, or quantizer." - IDC_ZONE_BVOPTHRESHOLD_S - "Change the amount of b-frames in this zone. Recommended values are between -20 (almost no b-vops) and 30 (many b-vops).\nThe hardcoded maximum in profile/level will never be exceeded" IDC_TRELLISQUANT "Advanced, high quality quantization mode" IDC_BITRATE_S "Toggle between quantizer, target bitrate, target file size" END @@ -1002,18 +1030,7 @@ IDC_ZONE_FORCEIVOP "Force a keyframe at the beginnig of the zone" END -#endif // Neutral resources -///////////////////////////////////////////////////////////////////////////// - - -///////////////////////////////////////////////////////////////////////////// -// English (Australia) resources -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS -#pragma code_page(1252) -#endif //_WIN32 #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// @@ -1026,9 +1043,12 @@ "resource.h\0" END -2 TEXTINCLUDE DISCARDABLE +2 TEXTINCLUDE DISCARDABLE BEGIN - "#include ""afxres.h""\r\n" + "#include \r\n" + "#ifndef IDC_STATIC\r\n" + "#define IDC_STATIC (-1)\r\n" + "#endif\r\n" "\0" END @@ -1040,11 +1060,10 @@ #endif // APSTUDIO_INVOKED -#endif // English (Australia) resources +#endif // Neutral resources ///////////////////////////////////////////////////////////////////////////// - #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// //