Log of /xvidcore/src/xvid.h
Parent Directory
Revision
1.27.2.42 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 9 20:49:21 2003 UTC (19 years, 10 months ago) by
edgomez
Branch:
dev-api-4
Changes since
1.27.2.41: +5 -5 lines
Diff to
previous 1.27.2.41
, to
branch point 1.27
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.27.2.37 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 28 13:43:47 2003 UTC (20 years ago) by
edgomez
Branch:
dev-api-4
Changes since
1.27.2.36: +4 -4 lines
Diff to
previous 1.27.2.36
, to
branch point 1.27
Fix the way the macros that help building xvid version constants. It was
basically initializing ints and then just using the 8 bit part. It's
much better to explicitly use chars so each byte really is what it's
supposed to be.
Revision
1.27.2.34 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 4 18:40:01 2003 UTC (20 years, 1 month ago) by
Isibaar
Branch:
dev-api-4
Changes since
1.27.2.33: +4 -2 lines
Diff to
previous 1.27.2.33
, to
branch point 1.27
Newly introduced:
- XVID_ME_DETECT_STATIC_MOTION: skips MV search in stationary scenes (gives a slight speed-up and a PSNR drop of ~0.03 dB)
- XVID_ME_FASTREFINE16: low complexity subpel refinement. Useful mainly for qpel (big speed-up, small PSNR drop of ~0.05 dB)
- XVID_VOP_FAST_MODEDECISION_RD: performs R-D checking only 'when really needed' (significant speed-up, again mild PSNR drop)
All new options need further testing/fine tuning...
Revision
1.27.2.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat May 17 13:26:28 2003 UTC (20 years, 4 months ago) by
suxen_drol
Branch:
dev-api-4
Changes since
1.27.2.18: +12 -1 lines
Diff to
previous 1.27.2.18
, to
branch point 1.27
* 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.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 4 22:26:04 2002 UTC (21 years, 1 month ago) by
edgomez
Branch:
MAIN
Changes since
1.18: +51 -60 lines
Diff to
previous 1.18
- Removed simple BFRAMES part of structures
ToDo : remove last BFRAMES bits once bframe code has been removed from the stable tree
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 13 12:42:18 2002 UTC (21 years, 3 months ago) by
edgomez
Branch:
MAIN
Changes since
1.9: +156 -78 lines
Diff to
previous 1.9
Cosmetic and ANSI C comment style (just this header as it may be included in an ANSI C project.
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 26 11:16:08 2002 UTC (21 years, 6 months ago) by
h
Branch:
MAIN
Changes since
1.1: +4 -0 lines
Diff to
previous 1.1
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)
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.