Log of /xvidcore/src/encoder.h
Parent Directory
Revision
1.27.2.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 30 16:13:15 2003 UTC (19 years, 6 months ago) by
edgomez
Branch:
dev-api-4
Changes since
1.27.2.16: +6 -8 lines
Diff to
previous 1.27.2.16
, to
branch point 1.27
, to
next main 1.34
* 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
1.27.2.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 5 16:15:47 2003 UTC (19 years, 7 months ago) by
edgomez
Branch:
dev-api-4
Changes since
1.27.2.15: +1 -0 lines
Diff to
previous 1.27.2.15
, to
branch point 1.27
Patch from syskin.
* This patch avoids calling setedges and interpolate for uneeded cases:
- setedges is only called once per frame.
- interpolate is called only when the previous rounding
was different from the one needed.
* Interpolation has been optimized a bit for qpel case, we do the
hv pass down to top to use the cache more efficiently (hope so).
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 19 11:41:11 2002 UTC (20 years, 7 months ago) by
edgomez
Branch:
MAIN
Changes since
1.22: +2 -2 lines
Diff to
previous 1.22
Changed Michael Militzer to name + email (next patch will fix copyrights with the right holders)
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 4 20:56:52 2002 UTC (20 years, 9 months ago) by
edgomez
Branch:
MAIN
Changes since
1.18: +2 -12 lines
Diff to
previous 1.18
- Removed History Header
- Added Michael Militzer Copyright (well Michael seems to be the first contributor)
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 7 10:09:00 2002 UTC (20 years, 9 months ago) by
chl
Branch:
MAIN
Changes since
1.16: +2 -1 lines
Diff to
previous 1.16
New variable pEnc->last_sync for (more) correct time-codes in B-frames mode.
Not a 100% clean solution. NOTE: Whole Timecode management must be rewritten!
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 13 21:45:24 2002 UTC (20 years, 11 months ago) by
edgomez
Branch:
MAIN
Changes since
1.9: +68 -27 lines
Diff to
previous 1.9
- Mainly Cosmetic.
- 'bool' type is now 'int', natural cpu size variable.
(Dev Mail-List suggestion from Christoph Lampert)
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.