Log of /xvidcore/src/xvid.h
Parent Directory
Revision
1.59 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 10 18:58:39 2006 UTC (16 years, 6 months ago) by
chl
Branch:
MAIN
Changes since
1.58: +2 -1 lines
Diff to
previous 1.58
Added support for RGB colorspace. Incredible that after 5 years, this still
wasn't there (only BGR and RGB+alpha).
There are no accelerated MMX version, yet.
Revision
1.57 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 30 11:21:42 2006 UTC (16 years, 7 months ago) by
Skal
Branch:
MAIN
Changes since
1.56: +4 -1 lines
Diff to
previous 1.56
+ further patch for SSIM plugin by Johannes Reinhardt
+ updated `xvid_bench 15` => there's still a little
rounding inaccuracy in the reported CRCs. Work in progress...
Revision
1.52 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 22 10:53:10 2005 UTC (17 years, 6 months ago) by
suxen_drol
Branch:
MAIN
Changes since
1.51: +3 -3 lines
Diff to
previous 1.51
update cvs-head to reflect xvid-1.2 development status:
set build string to "xvid-1.2.0-dev"
set XVID_VERSION to 1.2.-127
set XVID_BS_VERSION to 40
set XVID_UNSTABLE
Revision
1.51.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 22 10:44:09 2005 UTC (17 years, 6 months ago) by
suxen_drol
Branch:
release-1_1-branch
Changes since
1.51: +3 -5 lines
Diff to
previous 1.51
release-1_1_0 version patch:
set build string to "xvid-1.1.0"
set XVID_VERSION to 1.1.0
set XVID_BS_VERSION to 40
remove XVID_UNSTABLE
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 27 03:59:42 2005 UTC (18 years, 2 months ago) by
suxen_drol
Branch:
MAIN
Changes since
1.48: +3 -2 lines
Diff to
previous 1.48
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.27.2.42 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 9 20:49:21 2003 UTC (19 years, 7 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 (19 years, 8 months 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 (19 years, 9 months 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 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.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 4 10:55:21 2003 UTC (20 years, 3 months ago) by
syskin
Branch:
MAIN
Branch point for:
Isibaar
Changes since
1.27: +2 -1 lines
Diff to
previous 1.27
some cleanups ; revised p/b decision with sensitivity control ; max iframe interval works again
Revision
1.17.2.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 2 15:52:30 2002 UTC (20 years, 7 months ago) by
chl
Branch:
dev-api-3
Changes since
1.17.2.5: +2 -1 lines
Diff to
previous 1.17.2.5
, to
branch point 1.17
Basic support for translation-only GMC support (compatible to Divx5)
use general flag XVID_GMC to switch it on, the rest is done automatically.
!!! Combination with B-frames is completely untested !!!
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 4 22:26:04 2002 UTC (20 years, 9 months 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 (20 years, 11 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, 2 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.