Log of /xvidcore/src/decoder.c
Parent Directory
Revision
1.46 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Feb 11 21:56:31 2003 UTC (21 years, 7 months ago) by
edgomez
Branch:
MAIN
CVS Tags:
release-0_9_1,
release-0_9_2
Branch point for:
release-0_9_1-fixes
Changes since
1.45: +10 -616 lines
Diff to
previous 1.45
patch-13
More "unknown compiler" friendly portab.h file.
patch-14
The PPC port is now disabled because it is outdated.
patch-15
Added the configure bootstrap script.
patch-16
Changed linking option on PPC platforms (-flat_namespace)
patch-17
Added IA64 DCT source choice according to the compiler basename.
patch-18
Fixed xvid_encraw help message.
patch-19
Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
patch-20
Removed BFrame outdated bframe/qpel decoding.
Revision
1.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jun 22 07:23:09 2002 UTC (22 years, 3 months ago) by
suxen_drol
Branch:
MAIN
Changes since
1.20: +10 -4 lines
Diff to
previous 1.20
minor fixes: bframe N_VOP support, custom quant bug, BFRAME inc_frame_num()
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 28 23:35:25 2002 UTC (22 years, 4 months ago) by
edgomez
Branch:
MAIN
Changes since
1.12: +2 -2 lines
Diff to
previous 1.12
sad values can be negative (Cristoph post scriptum to a mail in the dev maillist)
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 29 00:37:57 2002 UTC (22 years, 5 months ago) by
h
Branch:
MAIN
Changes since
1.7: +27 -23 lines
Diff to
previous 1.7
interlacing fix and speedup - compensated data wasn't being used in block reconstruction
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 28 20:57:24 2002 UTC (22 years, 5 months ago) by
edgomez
Branch:
MAIN
Changes since
1.6: +77 -82 lines
Diff to
previous 1.6
Big patch, use it with care (tests done with GNU/Linux) :
- Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
- Lot of "New line at end of file missing" warnings fixed (gcc3)
- All 2d arrays have been turned into 1d arrays
To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
(read portab.h)
Win32 users should give feedback.
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 26 11:16:08 2002 UTC (22 years, 5 months ago) by
h
Branch:
MAIN
Changes since
1.4: +149 -81 lines
Diff to
previous 1.4
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Mar 9 14:45:40 2002 UTC (22 years, 6 months ago) by
edgomez
Branch:
MAIN
Changes since
1.1: +1 -0 lines
Diff to
previous 1.1
In some circumstances acpred_flag was used unitialized - now it's set to zero
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.