Log of /branches/dev-api-4/xvidcore/src/xvid.h
Parent Directory
Revision
1344 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 30 18:53:50 2004 UTC (19 years, 8 months ago) by
chl
File length: 31092 byte(s)
Diff to
previous 1332
Renamed colorspaces to match standard (MPEG's internal format is YCbCr)
Users of internal API: Please use CSP_PLANAR now instead of CSP_USER.
Revision
1276 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 18 14:47:44 2003 UTC (19 years, 9 months ago) by
edgomez
File length: 30901 byte(s)
Diff to
previous 1275
Small glitches during last michael's commits:
* cosmetic tab vs spaces in xvid.h, or missing ending newline...
* probable bug in early stop for bvops
Revision
1273 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 18 02:02:08 2003 UTC (19 years, 9 months ago) by
Isibaar
File length: 30714 byte(s)
Diff to
previous 1270
- XVID_ME_FASTREFINE16 also for b-frame bf_search
- XVID_ME_SKIP_DELTASEARCH to skip direct mode delta search
Revision
1267 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 17 15:16:16 2003 UTC (19 years, 9 months ago) by
edgomez
File length: 30567 byte(s)
Diff to
previous 1259
* Two pass update (see patch-141 entry for more details)
* vfw AR widget + typo mistake
Revision
1243 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 6 10:35:23 2003 UTC (19 years, 9 months ago) by
chl
File length: 26674 byte(s)
Diff to
previous 1242
"Picture aspect ratio" is in fact "Pixel aspect ratio".
Good that P==P, so there's no need to change anything but commentaries.
Revision
1238 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 3 19:46:50 2003 UTC (19 years, 9 months ago) by
edgomez
File length: 26318 byte(s)
Diff to
previous 1236
sane default for profile if its value is 0x00 (reserved and usually the
result of a create structure memset(..., 0, ...))
Revision
1202 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Nov 9 20:49:21 2003 UTC (19 years, 10 months ago) by
edgomez
File length: 26286 byte(s)
Diff to
previous 1176
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
1176 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 9 18:50:22 2003 UTC (19 years, 11 months ago) by
edgomez
File length: 26168 byte(s)
Diff to
previous 1174
Updated assembly functions to match new API -- more to come when matrices will be part of the function parameters
Revision
1155 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 28 13:43:47 2003 UTC (20 years ago) by
edgomez
File length: 26183 byte(s)
Diff to
previous 1150
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
1136 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 4 18:40:02 2003 UTC (20 years ago) by
Isibaar
File length: 26163 byte(s)
Diff to
previous 1131
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
1058 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 9 19:42:25 2003 UTC (20 years, 3 months ago) by
edgomez
File length: 24396 byte(s)
Diff to
previous 1054
Activated simple_idct for MMX - Backward compatibility with bistream version 9 ensures the use of the standard idct_mmx function
Revision
1052 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 2 11:47:30 2003 UTC (20 years, 4 months ago) by
suxen_drol
File length: 24407 byte(s)
Diff to
previous 1041
xvid.h: removed unused altcurve fields from plugin_2pass2 struct
vfw: altcurve page removed; 2pass options and now sent to plugin_2pass2
Revision
1031 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat May 17 13:26:51 2003 UTC (20 years, 4 months ago) by
suxen_drol
File length: 24813 byte(s)
Diff to
previous 1025
* 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
1025 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu May 15 13:00:37 2003 UTC (20 years, 4 months ago) by
suxen_drol
File length: 24379 byte(s)
Diff to
previous 1014
removedr XVID_DYNAMIC_BFRAMES from enc_encode() main loop.
the frame type return by MEAnalysis will now be respected, unless the bframe buffer is full.
Revision
926 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 16 12:05:09 2003 UTC (20 years, 6 months ago) by
suxen_drol
File length: 21767 byte(s)
Diff to
previous 925
dquant cleanup
xvid_pluing_lumimasking added
xvid_encraw -lumimasking option added
Revision
920 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 15 14:32:56 2003 UTC (20 years, 6 months ago) by
suxen_drol
File length: 21301 byte(s)
Diff to
previous 919
enc_encode CLOSE_GOP fixed, further cleanup
XVID_REQORIGINAL plugin support
plugin examples: xvid_plugin_psnr, xvid_plugin_dump
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.