4 |
|
# relevant. |
5 |
|
|
6 |
|
|
7 |
+ |
2004-07-24 11:33:57 GMT patch-50 |
8 |
+ |
|
9 |
+ |
Summary: |
10 |
+ |
BVOP direct/interpolated ref block rounding fix. |
11 |
+ |
Revision: |
12 |
+ |
xvidcore--stable--1.0--patch-50 |
13 |
+ |
|
14 |
+ |
From ed.gomez: |
15 |
+ |
* BVOP direct/interpolated ref block rounding fix. |
16 |
+ |
It's been using rounding=1 for averaging stage since ever. |
17 |
+ |
The standard says it's rounding=0. |
18 |
+ |
|
19 |
+ |
See standard clause 7.6.9.4 for explicit code and Section 6.3.5 |
20 |
+ |
that says "rounding=0" in bframes as they don't set the |
21 |
+ |
vop_rounding_type in VOP header. Both sections match, xvid was |
22 |
+ |
wrong |
23 |
+ |
|
24 |
+ |
modified files: |
25 |
+ |
src/decoder.c |
26 |
+ |
|
27 |
+ |
|
28 |
+ |
2004-07-23 20:37:09 GMT patch-49 |
29 |
+ |
|
30 |
+ |
Summary: |
31 |
+ |
Removed data qualifer in .rodata |
32 |
+ |
Revision: |
33 |
+ |
xvidcore--stable--1.0--patch-49 |
34 |
+ |
|
35 |
+ |
From ed.gomez: |
36 |
+ |
* long standing warning by yasm... data isn't a keyword for |
37 |
+ |
.(ro)data sections. |
38 |
+ |
|
39 |
+ |
modified files: |
40 |
+ |
src/bitstream/x86_asm/cbp_mmx.asm |
41 |
+ |
src/bitstream/x86_asm/cbp_sse2.asm |
42 |
+ |
src/dct/x86_asm/fdct_mmx_ffmpeg.asm |
43 |
+ |
src/dct/x86_asm/fdct_mmx_skal.asm |
44 |
+ |
src/dct/x86_asm/fdct_sse2_skal.asm |
45 |
+ |
src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm |
46 |
+ |
src/dct/x86_asm/idct_sse2_dmitry.asm |
47 |
+ |
src/dct/x86_asm/simple_idct_mmx.asm |
48 |
+ |
src/image/x86_asm/colorspace_rgb_mmx.asm |
49 |
+ |
src/image/x86_asm/colorspace_yuyv_mmx.asm |
50 |
+ |
src/image/x86_asm/interpolate8x8_3dn.asm |
51 |
+ |
src/image/x86_asm/interpolate8x8_3dne.asm |
52 |
+ |
src/image/x86_asm/interpolate8x8_mmx.asm |
53 |
+ |
src/image/x86_asm/interpolate8x8_xmm.asm |
54 |
+ |
src/image/x86_asm/qpel_mmx.asm |
55 |
+ |
src/image/x86_asm/reduced_mmx.asm |
56 |
+ |
src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm |
57 |
+ |
src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm |
58 |
+ |
src/motion/x86_asm/sad_xmm.asm |
59 |
+ |
src/quant/x86_asm/quantize_h263_3dne.asm |
60 |
+ |
src/quant/x86_asm/quantize_h263_mmx.asm |
61 |
+ |
src/quant/x86_asm/quantize_mpeg_mmx.asm |
62 |
+ |
src/quant/x86_asm/quantize_mpeg_xmm.asm |
63 |
+ |
src/utils/x86_asm/cpuid.asm |
64 |
+ |
src/utils/x86_asm/interlacing_mmx.asm |
65 |
+ |
src/utils/x86_asm/mem_transfer_3dne.asm |
66 |
+ |
src/utils/x86_asm/mem_transfer_mmx.asm |
67 |
+ |
|
68 |
+ |
|
69 |
+ |
2004-07-19 18:45:14 GMT patch-48 |
70 |
+ |
|
71 |
+ |
Summary: |
72 |
+ |
Complete previous xvid_decraw patch |
73 |
+ |
Revision: |
74 |
+ |
xvidcore--stable--1.0--patch-48 |
75 |
+ |
|
76 |
+ |
Complete previous xvid_decraw patch |
77 |
+ |
|
78 |
+ |
|
79 |
+ |
modified files: |
80 |
+ |
examples/xvid_decraw.c |
81 |
+ |
|
82 |
+ |
|
83 |
+ |
2004-07-18 11:58:48 GMT patch-47 |
84 |
+ |
|
85 |
+ |
Summary: |
86 |
+ |
ISO C99'ism fix |
87 |
+ |
Revision: |
88 |
+ |
xvidcore--stable--1.0--patch-47 |
89 |
+ |
|
90 |
+ |
ISO C99'ism fix |
91 |
+ |
|
92 |
+ |
|
93 |
+ |
modified files: |
94 |
+ |
src/encoder.c |
95 |
+ |
|
96 |
+ |
|
97 |
+ |
2004-07-17 11:32:42 GMT patch-46 |
98 |
+ |
|
99 |
+ |
Summary: |
100 |
+ |
Make sure time incr is never larger than 16bit. |
101 |
+ |
Revision: |
102 |
+ |
xvidcore--stable--1.0--patch-46 |
103 |
+ |
|
104 |
+ |
From ed.gomez: |
105 |
+ |
* Keep both fbase and fincr under 16bit limit. |
106 |
+ |
|
107 |
+ |
modified files: |
108 |
+ |
src/encoder.c |
109 |
+ |
|
110 |
+ |
|
111 |
+ |
2004-07-17 10:00:42 GMT patch-45 |
112 |
+ |
|
113 |
+ |
Summary: |
114 |
+ |
Future version interoperability |
115 |
+ |
Revision: |
116 |
+ |
xvidcore--stable--1.0--patch-45 |
117 |
+ |
|
118 |
+ |
From ed.gomez: |
119 |
+ |
* Zeroing the structures is the best way not to pass |
120 |
+ |
wrong data when dealing with slightly new XviD (like |
121 |
+ |
head). If we don't zero here, then brightness is not |
122 |
+ |
initialized in HEAD leading to crash. |
123 |
+ |
|
124 |
+ |
modified files: |
125 |
+ |
examples/xvid_decraw.c |
126 |
+ |
|
127 |
+ |
|
128 |
+ |
2004-07-10 17:30:40 GMT patch-44 |
129 |
+ |
|
130 |
+ |
Summary: |
131 |
+ |
ChangeLog update |
132 |
+ |
Revision: |
133 |
+ |
xvidcore--stable--1.0--patch-44 |
134 |
+ |
|
135 |
+ |
ChangeLog update |
136 |
+ |
|
137 |
+ |
|
138 |
+ |
modified files: |
139 |
+ |
ChangeLog |
140 |
+ |
|
141 |
+ |
|
142 |
|
2004-07-10 17:27:06 GMT patch-43 |
143 |
|
|
144 |
|
Summary: |