Log of /branches/dev-api-4/xvidcore/TODO
Parent Directory
Revision
1345 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 31 13:44:56 2004 UTC (19 years, 4 months ago) by
suxen_drol
File length: 1851 byte(s)
Diff to
previous 1321
- configuration from command line; % rundll32 xvid.ax,Configure
- configuration cleanup: moved all processing into config.c/h
(it should be very easy now to re-use the vfw encoder dialogs...)
Revision
1230 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Nov 30 16:13:16 2003 UTC (19 years, 6 months ago) by
edgomez
File length: 2039 byte(s)
Diff to
previous 1227
* Thread safe MPEG4 quantization functions.
Cleaned up version of patch provided by Michael
- fixed compiling problems on gcc
- added const qualifiers every where it was possible to help C compiler
optimization.
- added the mpeg_quant_matrices param to all ASM function prototype
in comments (even if it's not used, that shows we do it deliberatly)
- forces m[intra][0][0] = 8, otherwise XviD could write invalid streams.
* Added real CRC computing in xvid_bench.c
Revision
1224 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 24 22:06:19 2003 UTC (19 years, 6 months ago) by
edgomez
File length: 1985 byte(s)
Diff to
previous 1222
Trellis was treating big levels exactly the same way as lower ones.
In some cases, trellis was doing wild optimizations favoring a 0
because the distortion introduced by that big coeff change was
acceptable. But visually this could result in some nasty blocks with wrong
chroma information or similar brutal changes in other planes as well.
Skal added big levels handling where trellis just tries to minimize
the cost varying the run value only. No level modification is done
anymore.
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.