[cvs] / xvidcore / ChangeLog Repository:
ViewVC logotype

Annotation of /xvidcore/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.13 - (view) (download)

1 : suxen_drol 1.13 #########################################################################
2 :     # 1.1.0-<beta3/final tbd> (Bitstream Version 39)
3 :     #########################################################################
4 :     nb: this changelog was prepared manually from xvid.org cvs log.
5 :    
6 :     2005-9-15 10:55:29
7 :     OutputDebugString cleanup (suxen_drol)
8 :    
9 :     2005-9-15 10:52:28
10 :     bugfix: support for aspect ratio when decoding unpacked b-frames (suxen_drol)
11 :    
12 :     2005-9-13 12:12:15
13 :     Field interlaced decoding, contributed by Christoph Kuehnel
14 :    
15 :     2005-9-9 12:18:10
16 :     msvc6 fails upon "std" function argument name; renamed std to stride as a workaround (suxen_drol)
17 :    
18 :     2005-9-9 11:34:51
19 :     older mingw platform sdk compatibility (suxen_drol)
20 :    
21 :     2005-8-5 20:49:23
22 :     Added Carlo's optimized cbp calc function, and bench (slightly edited)
23 :     (carlo dot bramix at libero dot it)
24 :    
25 :     2005-8-1 18:37:46
26 :     workaround for wrong chroma rounding in very old XviD builds (Isibaar)
27 :    
28 :     2005-7-11 22:10:24
29 :     Fix for x86_64 + gcc 4.1.x
30 :     patch by Martin Drab <drab at kepler dot fjfi dot cvut dot cz>
31 :    
32 :     2005-7-11 9:25:39
33 :     disable packed-bframes widget for dxn profile (suxen_drol)
34 :    
35 :     2005-7-5 20:55:12
36 :     added RD modes using the "-vhqmode [0..4]" switch (as in VfW). (Christoph Lampert)
37 :     Default currently is 0, but 1 (RD_MODEDECISION) might be a good choice.
38 :    
39 :     2005-7-5 20:39:52
40 :     made "-asm" default behaviour. This has been annoying me for years... (Christoph Lampert)
41 :     added "-noasm" switch to disable it.
42 :    
43 :     2005-6-22 6:18:14
44 :     added the '-grey' option, for GREYSCALE coding. (Pascal Massimino)
45 :    
46 :     2005-6-15 6:7:28
47 :     fix for crc computation on BIG_ENDIAN platforms.
48 :     Patch by Paul Kurucz ( ptk9417 at ritvax dot isc dot rit dot edu )
49 :    
50 :     2005-6-14 13:58:21
51 :     Aligned local arrays in test_transfer() of xvid_bench.c (Pascal Massimino)
52 :     + optimized the C-version of mem_transfer.c. You can activate
53 :     the new code by commenting out the "#define USE_REFERENCE_C"
54 :     at the beginning of the source file.
55 :    
56 :     2005-5-23 12:6:2
57 :     Added IEEE-1180 and Walken-compliant SSE2 Idct. (Pascal Massimino)
58 :     Disabled by default (line 515 of xvid.c) until proven fully
59 :     safe. Should give binary-equal results than the mmx and xmm
60 :     versions.
61 :    
62 :     2005-5-23 9:29:43
63 :     encoder.c: simplify_time() optimized by Euclid.
64 :    
65 :     bitstream.c: write_video_packet_header() was buggy and
66 :     kind of obfuscated, as noticed by Sigdrak at free.fr.
67 :    
68 :     gcc4 warning removal (Edouard Gomez)
69 :     - No executable shared objects installed
70 :     (Do not install the lib as executable. It's no use as the SO has no
71 :     main symbol anyway, and the static lib is not runnable anyway.)
72 :     - Statically link xvid_bench with libxvidcore.a
73 :     - New autoconf garbage removal
74 :     - Quotes in configure.in
75 :    
76 :     2005-5-17 21:3:32
77 :     encoder.c: better error handling upon MEM_ERROR
78 :     bitstream.c: faster log2bin (xvid_bench.c updated)
79 :     bitstream.c: added unused functions:
80 :     BitstreamWriteEndOfSequence()
81 :     BitstreamWriteGroupOfVopHeader()
82 :     write_video_packet_header()
83 :     Original input: sigdrak at free.fr and Angela Belda. Thanks.
84 :    
85 :     2005-5-17 15:55:24
86 :     GCC4 support added (thx to Edouard Gomez)
87 :    
88 :     2005-5-17 15:40:11
89 :     Added a verification bench 'bench.pl'. (Pascal Massimino)
90 :     You should customize the 'bench_list.pl' list with
91 :     the bitstreams you want to check for decoding.
92 :     Updated 'xvid_bench.c'.
93 :    
94 :     2005-4-18 8:31:42
95 :     clock() returns time in milliseconds. Thx to Mark L at yahoo dot com.
96 :     * Writing pointed data is always better than memory
97 :     addresses (Patch by GomGom)
98 :     * Trivial style thingies (Patch by GomGom)
99 :     * No width and height declared in write_tga bug
100 :     (Patch by GomGom, spotted by Paul Kurucz ptk9417 at ritvax.isc.rit.edu)
101 :    
102 :     2005-4-11 14:33:26
103 :     Fix alignement issue (patch from Alexandre Ganea)
104 :    
105 :     2005-4-10 1:57:45
106 :     bugfix: correct max bitrate display for slider (suxen_drol)
107 :     layout: "(kbps)" added to avgerage bitrate labels within calculator dialog (suxen_drol)
108 :    
109 :     2005-4-10 0:27:25
110 :     improved profile/level id auto-detection (suxen_drol)
111 :    
112 :    
113 :     #########################################################################
114 :    
115 :    
116 : edgomez 1.2 # Ed.Gomez: This ChangeLog is generated from a personal tree maintained
117 :     # under the arch revision control tool. That's why dates may be skewed. I
118 :     # also removed all my email adresses from the output because they are not
119 :     # relevant.
120 : edgomez 1.4
121 : edgomez 1.5
122 : edgomez 1.12 #########################################################################
123 :     # 1.1.0-beta2 (Bitstream Version 39)
124 :     #########################################################################
125 :    
126 :     2005-04-03 20:15:00 GMT patch-7
127 :    
128 :     Summary:
129 :     Makefile credits and whitespace cleaning
130 :     Revision:
131 :     xvidcore--head--0.0--patch-7
132 :    
133 :     Makefile credits and whitespace cleaning
134 :    
135 :    
136 :     modified files:
137 :     dshow/Makefile vfw/bin/Makefile
138 :    
139 :    
140 :     2005-04-03 19:52:35 GMT patch-6
141 :    
142 :     Summary:
143 :     Various small things to vbv conformance and divx5 compatibility.
144 :     Revision:
145 :     xvidcore--head--0.0--patch-6
146 :    
147 :     From pete:
148 :     xvidcore
149 :     ========
150 :     * added XVID_GLOBAL_DIVX5_USERDATA global flag
151 :     * removed the bvop delay warning text ("warning: nothing to output),
152 :     as this often confuses joe user.
153 :     * minor changed to closed gop image_printf statement:
154 :     s/"DX50 BVOP->PVOP"/"CLOSED GOP BVOP->PVOP"
155 :     * additional comments for low_delay_default mode within decoder_decode()
156 :     * divx userdata string: s/DivX999b000/DivX503b1393. this has been
157 :     suggested by dxn for improved hardware compatibility [nb: i dont
158 :     have a hardware player to confirm this]
159 :     * vbv_peakrate constraint is ignored if <= 0
160 :    
161 :     vfw frontend
162 :     ============
163 :     * dxn profiles now confirm to "DivX Certified Profile Compatibility v1.1",
164 :     February 2005. this document was provided by DivXNetworks, USA. when a
165 :     dxn profile is selected, strict conformance is enabled:
166 :     - force 1:1 picture aspect ratio
167 :     - disable bframes if interlacing is enabled
168 :     - force maximum of 1 consecutive bvops for the portable and ht profiles,
169 :     2 bvops for the hd profile
170 :     - always write divx 5 userdata string to bitstream
171 :     - force packed bitstream option
172 :     - updated dxn vbv parameters
173 :     * added PROFILE_4MV flag. 4mv is now disabled for the dxn handheld profile.
174 :     * moved PROFILE_AS/PROFILE_ARTS/PROFILE_S to config.c
175 :     * profile[].max_bitrate now measured in bit/sec (not kbps)
176 :     * profile->level box: widgets are now greyed-out if they are not used.
177 :     * increase vertical size of profile drop down list.
178 :     * about box button: s/Dismiss/OK
179 :    
180 :     modified files:
181 :     src/bitstream/bitstream.c src/decoder.c src/encoder.c
182 :     src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c
183 :     vfw/src/config.c vfw/src/config.h vfw/src/resource.h
184 :     vfw/src/resource.rc
185 :    
186 :    
187 :     2005-04-03 19:50:05 GMT patch-5
188 :    
189 :     Summary:
190 :     Fixed bug in cartoon mode.
191 :     Revision:
192 :     xvidcore--head--0.0--patch-5
193 :    
194 :     From Isiibar:
195 :     - Fixed cartoon bug as described by CrunCher.
196 :    
197 :     modified files:
198 :     src/motion/estimation_pvop.c
199 :    
200 :    
201 :     2005-03-22 20:40:47 GMT patch-4
202 :    
203 :     Summary:
204 :     Added MPEG quant support for PPC
205 :     Revision:
206 :     xvidcore--head--0.0--patch-4
207 :    
208 :     From Christoph Nageli:
209 :     * Added support for MPEG quant functions for PPC.
210 :    
211 :     new files:
212 :     src/quant/ppc_asm/.arch-ids/quant_mpeg_altivec.c.id
213 :     src/quant/ppc_asm/quant_mpeg_altivec.c
214 :    
215 :     modified files:
216 :     build/generic/sources.inc src/quant/quant.h src/xvid.c
217 :    
218 :    
219 :     2005-03-18 18:00:13 GMT patch-3
220 :    
221 :     Summary:
222 :     Updated ChangeLog
223 :     Revision:
224 :     xvidcore--head--0.0--patch-3
225 :    
226 :     Updated ChangeLog
227 :    
228 :    
229 :     modified files:
230 :     ChangeLog
231 :    
232 :    
233 : edgomez 1.11 2005-03-18 17:53:24 GMT patch-2
234 :    
235 :     Summary:
236 :     Colorspace code for PPC
237 :     Revision:
238 :     xvidcore--head--0.0--patch-2
239 :    
240 :     From Christoph Nageli:
241 :     - Colorspace function fixes for non 16bytes aligned target adresses.
242 :    
243 :     modified files:
244 :     src/image/ppc_asm/colorspace_altivec.c
245 :    
246 :    
247 :     2005-03-18 17:39:00 GMT patch-1
248 :    
249 :     Summary:
250 :     Fix for 64bit interlacing
251 :     Revision:
252 :     xvidcore--head--0.0--patch-1
253 :    
254 :     From Andrew Dunstan:
255 :     * Fixed bug where 64bit mov shoud have been 32bit
256 :    
257 :     modified files:
258 :     src/utils/x86_64_asm/interlacing_mmx.asm
259 :    
260 :    
261 :     2005-03-18 17:28:00 GMT base-0
262 :    
263 :     Summary:
264 :     tag of ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-121
265 :     Revision:
266 :     xvidcore--head--0.0--base-0
267 :    
268 :     (automatically generated log message)
269 :    
270 :     # Change of arch/tla archive, explains the patch number wraparound
271 :    
272 :     2005-03-18 16:58:08 GMT patch-121
273 :    
274 :     Summary:
275 :     ME work
276 :     Revision:
277 :     xvidcore--head--0.0--patch-121
278 :    
279 :     From Isiibar:
280 :     - Cartoon mode bugfix
281 :     - New lambda tables for R-D motion search. The old tables were
282 :     obviously taken from h.264, which uses a logarithmic quantizer
283 :     scale. This lead to bad results at very low bit-rates. With this
284 :     patch, compression efficiency at low bit-rates is greatly improved.
285 :    
286 :     modified files:
287 :     src/motion/estimation.h src/motion/estimation_bvop.c
288 :     src/motion/estimation_common.c src/motion/estimation_pvop.c
289 :    
290 :    
291 :     2005-03-18 16:56:13 GMT patch-120
292 :    
293 :     Summary:
294 :     Better instruction pairing in sad mmx
295 :     Revision:
296 :     xvidcore--head--0.0--patch-120
297 :    
298 :     From Dark sylinc (dark_sylinc at yahoo dor com dor ar), commited by Isiibar:
299 :     * Better instruction pairing in sad_mmx.asm, improves speed.
300 :    
301 :     modified files:
302 :     src/motion/x86_asm/sad_mmx.asm src/utils/emms.c
303 :    
304 :    
305 :     2005-03-18 16:53:00 GMT patch-119
306 :    
307 :     Summary:
308 :     Fixed resource leak in Dshow
309 :     Revision:
310 :     xvidcore--head--0.0--patch-119
311 :    
312 :     From antonz, commited by Isiibar:
313 :     * Fixed resource leaking caused by poor xvidcore initialization tracking.
314 :    
315 :     modified files:
316 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
317 :    
318 :    
319 :     2005-03-18 16:50:44 GMT patch-118
320 :    
321 :     Summary:
322 :     Debug flag support in vfw
323 :     Revision:
324 :     xvidcore--head--0.0--patch-118
325 :    
326 :     From pete:
327 :     * debug flag support for vfw decoder.
328 :    
329 :     modified files:
330 :     vfw/src/codec.c
331 :    
332 :    
333 :     #########################################################################
334 :     # 1.1.0-beta1 (Bitstream Version 38)
335 :     #########################################################################
336 :    
337 :    
338 :     2005-01-16 10:27:41 GMT patch-117
339 :    
340 :     Summary:
341 :     License was using wrong linefeeds for vfw
342 :     Revision:
343 :     xvidcore--head--0.0--patch-117
344 :    
345 :     License was using wrong linefeeds for vfw
346 :    
347 :    
348 :     new files:
349 :     vfw/.arch-ids/LICENSE.id vfw/LICENSE
350 :    
351 :     modified files:
352 :     vfw/src/resource.rc
353 :    
354 :    
355 :     2005-01-10 22:59:46 GMT patch-116
356 :    
357 :     Summary:
358 :     Last minutes vfw bugfixes/improvements
359 :     Revision:
360 :     xvidcore--head--0.0--patch-116
361 :    
362 :     From sysKin:
363 :     * last minute fixes and improvements to vfw frontend.
364 :    
365 :     modified files:
366 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
367 :     vfw/src/resource.rc
368 :    
369 :    
370 :     2005-01-09 20:37:32 GMT patch-115
371 :    
372 :     Summary:
373 :     Marking 1.1.0 beta1
374 :     Revision:
375 :     xvidcore--head--0.0--patch-115
376 :    
377 :     From ed.gomez:
378 :     * Marking xvid 1.1.0 beta1 release.
379 :    
380 :     modified files:
381 :     ChangeLog build/generic/configure.in src/xvid.c src/xvid.h
382 :    
383 :    
384 : edgomez 1.10 2005-01-09 20:15:14 GMT patch-114
385 :    
386 :     Summary:
387 :     Moved cartoon mode to zones in vfw.
388 :     Revision:
389 :     xvidcore--head--0.0--patch-114
390 :    
391 :     From sysKin:
392 :     * Moved cartoon mode to zones in vfw frontend.
393 :    
394 :     modified files:
395 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
396 :     vfw/src/resource.rc
397 :    
398 :    
399 :     2005-01-09 20:09:27 GMT patch-113
400 :    
401 :     Summary:
402 :    
403 :     Revision:
404 :     xvidcore--head--0.0--patch-113
405 :    
406 :     From algern0n (#xvid@freenode):
407 :     * Avoid infinite loop when updating audio size.
408 :    
409 :     modified files:
410 :     vfw/src/config.c
411 :    
412 :    
413 :     2005-01-09 11:32:41 GMT patch-112
414 :    
415 :     Summary:
416 :     Long standing bug in 2pass2 code. Double overflow accumulation.
417 :     Revision:
418 :     xvidcore--head--0.0--patch-112
419 :    
420 :     From pengvado (x264 developer, sorry i don't have your realname):
421 :     * rc_2pass2_after accumulates overflow twice, once in each I/PB subcase
422 :     and then in a common code path. The common path was just supposed to
423 :     store the stat struct entry error for statistics (even if they're unused)
424 :    
425 :     modified files:
426 :     src/plugins/plugin_2pass2.c
427 :    
428 :    
429 :     2005-01-06 23:42:12 GMT patch-111
430 :    
431 :     Summary:
432 :     Merged amd64 branch fix
433 :     Revision:
434 :     xvidcore--head--0.0--patch-111
435 :    
436 :     Merged amd64 branch fix
437 :    
438 :     Patches applied:
439 :    
440 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-12
441 :     Merged upstream
442 :    
443 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-13
444 :     Bug fix for qpel problem from Andrew Dunstan
445 :    
446 :    
447 :     modified files:
448 :     src/image/x86_64_asm/qpel_mmx.asm
449 :    
450 :     new patches:
451 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-12
452 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-13
453 :    
454 :    
455 :     2005-01-05 22:53:12 GMT patch-110
456 :    
457 :     Summary:
458 :     Merged x86_64 Linux port
459 :     Revision:
460 :     xvidcore--head--0.0--patch-110
461 :    
462 :     Merged x86_64 Linux port
463 :    
464 :     Patches applied:
465 :    
466 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--base-0
467 :     tag of ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-96
468 :    
469 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-1
470 :     Merged mainline up to patch-101
471 :    
472 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-2
473 :     Merged mainline again for hotfixes
474 :    
475 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-3
476 :     Added x86_64 detection in configure system
477 :    
478 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-4
479 :     Added src/utils/x86_64_asm files
480 :    
481 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-5
482 :     Added /src/quant/x86_64_asm files
483 :    
484 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-6
485 :     Added src/motion/x86_64_asm files
486 :    
487 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-7
488 :     Added src/dct/x86_64_asm
489 :    
490 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-8
491 :     Added halfpel part of src/image/x86_64_asm files
492 :    
493 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-9
494 :     Merged mainline
495 :    
496 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-10
497 :     Ported the new mem transfer function
498 :    
499 :     * ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-11
500 :     Added src/image/x86_4 qpel code
501 :    
502 :    
503 :     new files:
504 :     src/dct/x86_64_asm/.arch-ids/=id
505 :     src/dct/x86_64_asm/.arch-ids/fdct_mmx_skal.asm.id
506 :     src/dct/x86_64_asm/.arch-ids/idct_mmx.asm.id
507 :     src/dct/x86_64_asm/fdct_mmx_skal.asm
508 :     src/dct/x86_64_asm/idct_mmx.asm
509 :     src/image/x86_64_asm/.arch-ids/=id
510 :     src/image/x86_64_asm/.arch-ids/interpolate8x8_mmx.asm.id
511 :     src/image/x86_64_asm/.arch-ids/interpolate8x8_xmm.asm.id
512 :     src/image/x86_64_asm/.arch-ids/qpel_mmx.asm.id
513 :     src/image/x86_64_asm/interpolate8x8_mmx.asm
514 :     src/image/x86_64_asm/interpolate8x8_xmm.asm
515 :     src/image/x86_64_asm/qpel_mmx.asm
516 :     src/motion/x86_64_asm/.arch-ids/=id
517 :     src/motion/x86_64_asm/.arch-ids/sad_mmx.asm.id
518 :     src/motion/x86_64_asm/.arch-ids/sad_xmm.asm.id
519 :     src/motion/x86_64_asm/sad_mmx.asm
520 :     src/motion/x86_64_asm/sad_xmm.asm
521 :     src/quant/x86_64_asm/.arch-ids/=id
522 :     src/quant/x86_64_asm/.arch-ids/quantize_h263_mmx.asm.id
523 :     src/quant/x86_64_asm/.arch-ids/quantize_mpeg_xmm.asm.id
524 :     src/quant/x86_64_asm/quantize_h263_mmx.asm
525 :     src/quant/x86_64_asm/quantize_mpeg_xmm.asm
526 :     src/utils/x86_64_asm/.arch-ids/=id
527 :     src/utils/x86_64_asm/.arch-ids/cpuid.asm.id
528 :     src/utils/x86_64_asm/.arch-ids/interlacing_mmx.asm.id
529 :     src/utils/x86_64_asm/.arch-ids/mem_transfer_mmx.asm.id
530 :     src/utils/x86_64_asm/cpuid.asm
531 :     src/utils/x86_64_asm/interlacing_mmx.asm
532 :     src/utils/x86_64_asm/mem_transfer_mmx.asm
533 :    
534 :     modified files:
535 :     build/generic/configure.in build/generic/sources.inc
536 :     examples/xvid_bench.c src/dct/fdct.h src/dct/idct.h
537 :     src/image/interpolate8x8.h src/image/qpel.c src/image/qpel.h
538 :     src/motion/sad.h src/portab.h src/quant/quant.h
539 :     src/utils/emms.h src/utils/mbfunctions.h
540 :     src/utils/mem_transfer.h src/xvid.c
541 :    
542 :     new directories:
543 :     src/dct/x86_64_asm src/dct/x86_64_asm/.arch-ids
544 :     src/image/x86_64_asm src/image/x86_64_asm/.arch-ids
545 :     src/motion/x86_64_asm src/motion/x86_64_asm/.arch-ids
546 :     src/quant/x86_64_asm src/quant/x86_64_asm/.arch-ids
547 :     src/utils/x86_64_asm src/utils/x86_64_asm/.arch-ids
548 :    
549 :     new patches:
550 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--base-0
551 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-1
552 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-2
553 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-3
554 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-4
555 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-5
556 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-6
557 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-7
558 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-8
559 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-9
560 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-10
561 :     ed.gomez@free.fr--amd64/xvidcore--amd64work--0.0--patch-11
562 :    
563 :    
564 :     2004-12-19 16:58:13 GMT patch-109
565 :    
566 :     Summary:
567 :     bvhq speedup.
568 :     Revision:
569 :     xvidcore--head--0.0--patch-109
570 :    
571 :     From sysKin:
572 :     * Add cbp cost as soon as possible, so it saves a few candidates
573 :     testing.
574 :    
575 :     modified files:
576 :     src/motion/estimation_rd_based_bvop.c
577 :    
578 :    
579 :     2004-12-19 16:55:47 GMT patch-108
580 :    
581 :     Summary:
582 :     Added ia32 optimized code for new mem transfer operator.
583 :     Revision:
584 :     xvidcore--head--0.0--patch-108
585 :    
586 :     From sysKin:
587 :     * Added ia32 (xmm) optimized code for new mem transfer operator.
588 :    
589 :     modified files:
590 :     src/utils/mem_transfer.c src/utils/mem_transfer.h
591 :     src/utils/x86_asm/mem_transfer_mmx.asm src/xvid.c
592 :    
593 :    
594 :     2004-12-19 13:39:58 GMT patch-107
595 :    
596 :     Summary:
597 :     Added missing license header
598 :     Revision:
599 :     xvidcore--head--0.0--patch-107
600 :    
601 :     From ed.gomez:
602 :     * The GPL header was missing
603 :    
604 :    
605 :    
606 :     modified files:
607 :     src/motion/estimation_rd_based_bvop.c
608 :    
609 :    
610 :     2004-12-19 12:41:02 GMT patch-106
611 :    
612 :     Summary:
613 :     Updated ChangeLog
614 :     Revision:
615 :     xvidcore--head--0.0--patch-106
616 :    
617 :     Updated ChangeLog
618 :    
619 :    
620 :     modified files:
621 :     ChangeLog
622 :    
623 :    
624 : edgomez 1.9 2004-12-19 12:38:15 GMT patch-105
625 :    
626 :     Summary:
627 :     Merged stable 1.0.3 release patches
628 :     Revision:
629 :     xvidcore--head--0.0--patch-105
630 :    
631 :     Merged stable 1.0.3 release patches
632 :    
633 :     Patches applied:
634 :    
635 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-63
636 :     Trellis overflow for quant<=2
637 :    
638 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-64
639 :     Marking 1.0.3 release
640 :    
641 :    
642 :     modified files:
643 :     ChangeLog-1.0 src/utils/mbtransquant.c src/xvid.h
644 :    
645 :     new patches:
646 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-63
647 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-64
648 :    
649 :    
650 :     2004-12-19 11:15:53 GMT patch-104
651 :    
652 :     Summary:
653 :     Faster bvhq
654 :     Revision:
655 :     xvidcore--head--0.0--patch-104
656 :    
657 :     From sysKin:
658 :     * Faster bvhq skipping Intra test if the rd optimized rate
659 :     is already < 24bits... some other things too
660 :    
661 :     modified files:
662 :     src/motion/estimation.h src/motion/estimation_bvop.c
663 :     src/motion/estimation_rd_based.c
664 :     src/motion/estimation_rd_based_bvop.c
665 :    
666 :    
667 :     2004-12-10 20:51:56 GMT patch-103
668 :    
669 :     Summary:
670 :     Encoder cleanups.
671 :     Revision:
672 :     xvidcore--head--0.0--patch-103
673 :    
674 :     From sysKin:
675 :     * Moved greyscale code to mbcoding.
676 :     * Moved the fcode code to its own function.
677 :     * Some other minor cleanups.
678 :    
679 :    
680 :     modified files:
681 :     src/bitstream/mbcoding.c src/encoder.c
682 :    
683 :    
684 :     2004-12-10 20:39:23 GMT patch-102
685 :    
686 :     Summary:
687 :     Fixed patch-101
688 :     Revision:
689 :     xvidcore--head--0.0--patch-102
690 :    
691 :     From sysKin:
692 :     * Add a cbp assigment that should not have disapeared in patch-101.
693 :    
694 :     modified files:
695 :     src/encoder.c
696 :    
697 :    
698 :     2004-12-09 22:53:20 GMT patch-101
699 :    
700 :     Summary:
701 :     Speedup using RD results
702 :     Revision:
703 :     xvidcore--head--0.0--patch-101
704 :    
705 :     From sysKin:
706 :     * Use cbp from RD to speedup things a bit.
707 :    
708 :     modified files:
709 :     src/encoder.c
710 :    
711 :    
712 :     2004-12-09 22:51:02 GMT patch-100
713 :    
714 :     Summary:
715 :     Speedup RD a bit
716 :     Revision:
717 :     xvidcore--head--0.0--patch-100
718 :    
719 :     From sysKin:
720 :     * Saves a few multiplies in RD code saving the quant*quant value
721 :     into the SearchData struct.
722 :    
723 :     modified files:
724 :     src/motion/estimation.h src/motion/estimation_bvop.c
725 :     src/motion/estimation_rd_based.c
726 :    
727 :    
728 :     2004-12-09 22:48:06 GMT patch-99
729 :    
730 :     Summary:
731 :     Smarter fcode code
732 :     Revision:
733 :     xvidcore--head--0.0--patch-99
734 :    
735 :     From sysKin:
736 :     * Replaced old fcode code with smarter one.
737 :    
738 :     modified files:
739 :     src/bitstream/mbcoding.c src/encoder.c src/motion/estimation.h
740 :     src/motion/estimation_bvop.c src/motion/estimation_common.c
741 :     src/motion/estimation_pvop.c src/motion/motion_inlines.h
742 :    
743 :    
744 :     2004-12-09 22:00:49 GMT patch-98
745 :    
746 :     Summary:
747 :     Removed Reduced Resolution Vops support
748 :     Revision:
749 :     xvidcore--head--0.0--patch-98
750 :    
751 :     From sysKin:
752 :     * it's now a long time we planned removing support for RRV as it
753 :     adds complexity to the ME, to the decoder and this feature fits
754 :     nowhere in any MPEG4 profile we plan to support.
755 :    
756 :     modified files:
757 :     src/bitstream/bitstream.c src/bitstream/bitstream.h
758 :     src/decoder.c src/encoder.c src/image/image.c
759 :     src/motion/estimation.h src/motion/estimation_bvop.c
760 :     src/motion/estimation_gmc.c src/motion/estimation_pvop.c
761 :     src/motion/estimation_rd_based.c
762 :     src/motion/estimation_rd_based_bvop.c src/motion/motion.h
763 :     src/motion/motion_comp.c src/motion/motion_inlines.h
764 :     src/motion/vop_type_decision.c src/utils/mbtransquant.c
765 :     src/xvid.c
766 :    
767 :    
768 :     2004-12-07 23:58:12 GMT patch-97
769 :    
770 :     Summary:
771 :     Merged PowerPC fixes from christoph naegeli's branch
772 :     Revision:
773 :     xvidcore--head--0.0--patch-97
774 :    
775 :     Merged PowerPC fixes from christoph naegeli's branch
776 :    
777 :     Patches applied:
778 :    
779 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-11
780 :     Star-merge with Edouards Branch
781 :    
782 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-12
783 :     debug alignment bugfixes
784 :    
785 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-13
786 :     bugfixes in altivec alignment assumptions
787 :    
788 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-14
789 :     linux gcc fixes
790 :    
791 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-15
792 :     linux ppc long fixes
793 :    
794 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-16
795 :     minor ppc linux enhancements...
796 :    
797 :    
798 :     modified files:
799 :     src/image/ppc_asm/colorspace_altivec.c
800 :     src/image/ppc_asm/interpolate8x8_altivec.c
801 :     src/image/ppc_asm/qpel_altivec.c
802 :     src/motion/ppc_asm/sad_altivec.c
803 :     src/quant/ppc_asm/quant_h263_altivec.c
804 :     src/utils/ppc_asm/mem_transfer_altivec.c src/xvid.c
805 :    
806 :     new patches:
807 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-11
808 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-12
809 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-13
810 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-14
811 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-15
812 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-16
813 :    
814 :    
815 :     2004-11-24 22:10:17 GMT patch-96
816 :    
817 :     Summary:
818 :     Forgotten bit of patch-94 (vbv code in vfw)
819 :     Revision:
820 :     xvidcore--head--0.0--patch-96
821 :    
822 :     Forgotten bit of patch-94 (vbv code in vfw)
823 :    
824 :    
825 :     modified files:
826 :     vfw/src/codec.c
827 :    
828 :    
829 :     2004-11-24 21:50:45 GMT patch-95
830 :    
831 :     Summary:
832 :     Changed default Brightness value in DShow frontend
833 :     Revision:
834 :     xvidcore--head--0.0--patch-95
835 :    
836 :     Changed default Brightness value in DShow frontend
837 :    
838 :    
839 :     modified files:
840 :     dshow/src/config.c
841 :    
842 :    
843 :     2004-11-24 21:50:14 GMT patch-94
844 :    
845 :     Summary:
846 :     Added support for VBV in frontend.
847 :     Revision:
848 :     xvidcore--head--0.0--patch-94
849 :    
850 :     From sysKin:
851 :     * Added support code for VBV in VFW frontend.
852 :    
853 :     modified files:
854 :     vfw/src/config.c vfw/src/resource.rc
855 :    
856 :    
857 :     2004-11-24 21:48:35 GMT patch-93
858 :    
859 :     Summary:
860 :     Added interlaced option parsing in xvid_encraw.
861 :     Revision:
862 :     xvidcore--head--0.0--patch-93
863 :    
864 :     From christoph:
865 :     * Added support for interlaced option in xvid_encraw.
866 :    
867 :     modified files:
868 :     examples/xvid_encraw.c
869 :    
870 :    
871 :     2004-11-24 21:45:47 GMT patch-92
872 :    
873 :     Summary:
874 :     Synced with stable tree
875 :     Revision:
876 :     xvidcore--head--0.0--patch-92
877 :    
878 :     Synced with stable tree
879 :    
880 :     Patches applied:
881 :    
882 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-60
883 :     Fixed DiamondSearch
884 :    
885 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-61
886 :     Fixed stride in DShow decoder.
887 :    
888 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-62
889 :     Fixed stride in vfw frontend.
890 :    
891 :    
892 :     modified files:
893 :     dshow/src/CXvidDecoder.cpp src/motion/estimation_common.c
894 :     vfw/src/codec.c
895 :    
896 :     new patches:
897 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-60
898 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-61
899 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-62
900 :    
901 :    
902 :     2004-10-17 10:13:02 GMT patch-91
903 :    
904 :     Summary:
905 :     Syncing with Christoph Nageli branch
906 :     Revision:
907 :     xvidcore--head--0.0--patch-91
908 :    
909 :     Syncing with Christoph Nageli branch
910 :    
911 :     Patches applied:
912 :    
913 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--base-0
914 :     tag of ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-68
915 :    
916 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-1
917 :     interpolate8x8_haflpel add functions
918 :    
919 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-2
920 :     little enhancement
921 :    
922 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-3
923 :     Basic QPel pass_16 routines altivec codec
924 :    
925 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-4
926 :     Basic QPel pass_8 routines altivec code
927 :    
928 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-5
929 :     packed pass_16 routines in a macro
930 :    
931 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-6
932 :     packed pass_8 routines in a macro
933 :    
934 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-7
935 :     Enhancement of the qpel functions for P-frames
936 :    
937 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-8
938 :     QPel Pass_16 Add Functions
939 :    
940 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-9
941 :     Pass_8_Add Altivec functions
942 :    
943 :     * chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-10
944 :     Bugfix for Pass_8 Add routines
945 :    
946 :    
947 :     new files:
948 :     src/image/ppc_asm/.arch-ids/qpel_altivec.c.id
949 :     src/image/ppc_asm/qpel_altivec.c
950 :    
951 :     modified files:
952 :     build/generic/sources.inc src/image/interpolate8x8.h
953 :     src/image/ppc_asm/colorspace_altivec.c
954 :     src/image/ppc_asm/interpolate8x8_altivec.c src/image/qpel.c
955 :     src/image/qpel.h src/xvid.c
956 :    
957 :     new patches:
958 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--base-0
959 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-1
960 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-2
961 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-3
962 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-4
963 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-5
964 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-6
965 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-7
966 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-8
967 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-9
968 :     chn@kbw.ch--2004-1/xvidcore--naegeli-head--0.0--patch-10
969 :    
970 :    
971 :     2004-10-12 21:00:08 GMT patch-90
972 :    
973 :     Summary:
974 :     Resynced with 1.0 tree
975 :     Revision:
976 :     xvidcore--head--0.0--patch-90
977 :    
978 :     Resynced with 1.0 tree
979 :    
980 :     Patches applied:
981 :    
982 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-59
983 :     Don't read too short streams.
984 :    
985 :    
986 :     modified files:
987 :     src/bitstream/bitstream.c
988 :    
989 :     new patches:
990 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-59
991 :    
992 :    
993 :     2004-10-12 20:54:47 GMT patch-89
994 :    
995 :     Summary:
996 :     Credits to Christoph Nageli for his work on PPC port
997 :     Revision:
998 :     xvidcore--head--0.0--patch-89
999 :    
1000 :     Credits to Christoph Nageli for his work on PPC port
1001 :    
1002 :    
1003 :     modified files:
1004 :     AUTHORS
1005 :    
1006 :    
1007 :     2004-10-12 20:51:24 GMT patch-88
1008 :    
1009 :     Summary:
1010 :    
1011 :     Revision:
1012 :     xvidcore--head--0.0--patch-88
1013 :    
1014 :     Patches applied:
1015 :    
1016 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-57
1017 :     ME fix.
1018 :    
1019 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-58
1020 :     64bit fixes
1021 :    
1022 :     From ed.gomez:
1023 :     * Resolved conflicts caused by the 64bit fixes, extended it for qpel.h
1024 :     Note that 1.1 tree needs a new review for 64bit problems as lot
1025 :     of ME code has changed.
1026 :    
1027 :     modified files:
1028 :     src/image/qpel.h src/motion/estimation_bvop.c
1029 :     src/motion/estimation_common.c src/motion/motion_comp.c
1030 :    
1031 :     new patches:
1032 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-57
1033 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-58
1034 :    
1035 :    
1036 :     2004-09-22 22:42:16 GMT patch-87
1037 :    
1038 :     Summary:
1039 :     DESTDIR support in Makefile
1040 :     Revision:
1041 :     xvidcore--head--0.0--patch-87
1042 :    
1043 :     From Thomas Galliano (Gentoo bug #62190):
1044 :     * Added DESTDIR prefix variable to all install commands destination
1045 :     (ed.gomez: i think it's for packaging issues, so the install
1046 :     process installs all files as if they were going to the real
1047 :     location, as xvid doesn't use any path, i always thought this
1048 :     was not required)
1049 :    
1050 :     modified files:
1051 :     build/generic/Makefile build/generic/platform.inc.in
1052 :    
1053 :    
1054 :     2004-09-04 15:10:33 GMT patch-86
1055 :    
1056 :     Summary:
1057 :     First bvop search must initalize best_sad
1058 :     Revision:
1059 :     xvidcore--head--0.0--patch-86
1060 :    
1061 :     From sysKin:
1062 :     * First bvop search must initalize best_sad
1063 :    
1064 :     modified files:
1065 :     src/motion/estimation_bvop.c
1066 :    
1067 :    
1068 :     2004-09-04 14:11:43 GMT patch-85
1069 :    
1070 :     Summary:
1071 :     Fixed function prototype/definition mismatch
1072 :     Revision:
1073 :     xvidcore--head--0.0--patch-85
1074 :    
1075 :     From sysKin:
1076 :     * Fixed function prototype/definition mismatch for some
1077 :     interpolation C functions.
1078 :    
1079 :     modified files:
1080 :     src/image/interpolate8x8.c
1081 :    
1082 :    
1083 :     2004-09-04 14:08:13 GMT patch-84
1084 :    
1085 :     Summary:
1086 :     Fixed buffer termination logic in xvid_decraw.
1087 :     Revision:
1088 :     xvidcore--head--0.0--patch-84
1089 :    
1090 :     From ed.gomez:
1091 :     * Fixed main decoding loop condition to really match
1092 :     the empty buffer and end of stream condition.
1093 :     * Removed the unwanted frame number limitation
1094 :    
1095 :     modified files:
1096 :     examples/xvid_decraw.c
1097 :    
1098 :    
1099 :     2004-09-04 14:04:48 GMT patch-83
1100 :    
1101 :     Summary:
1102 :     Uninitialized user data usage.
1103 :     Revision:
1104 :     xvidcore--head--0.0--patch-83
1105 :    
1106 :     From ed.gomez:
1107 :     - Fixed user data parsing uninitialized data.
1108 :    
1109 :     modified files:
1110 :     src/bitstream/bitstream.c
1111 :    
1112 :    
1113 :     2004-09-04 13:59:26 GMT patch-82
1114 :    
1115 :     Summary:
1116 :     Unitialized data in bvop ME
1117 :     Revision:
1118 :     xvidcore--head--0.0--patch-82
1119 :    
1120 :     From ed.gomez:
1121 :     * Fixed unitialized data usage during bvop ME.
1122 :    
1123 :     modified files:
1124 :     src/motion/estimation_bvop.c
1125 :    
1126 :    
1127 :     2004-09-03 00:13:31 GMT patch-81
1128 :    
1129 :     Summary:
1130 :     Add VOL header saving in xvid_decraw
1131 :     Revision:
1132 :     xvidcore--head--0.0--patch-81
1133 :    
1134 :     From ed.gomez:
1135 :     * Added VOL header saving in xvid_decraw
1136 :    
1137 :     The little story:
1138 :     I was trying to cut some frames off of a big stream (150MB)
1139 :     with "xvid_decraw -m", and cat'ing the single frame stream
1140 :     files together. The reconstructed stream was rejected by all
1141 :     mpeg4 decoders because the vol header wasn't present. Thus
1142 :     the fix.
1143 :    
1144 :     modified files:
1145 :     examples/xvid_decraw.c
1146 :    
1147 :    
1148 :     2004-08-30 23:22:35 GMT patch-80
1149 :    
1150 :     Summary:
1151 :     Complete previous API numbering change
1152 :     Revision:
1153 :     xvidcore--head--0.0--patch-80
1154 :    
1155 :     Complete previous API numbering change
1156 :    
1157 :    
1158 :     modified files:
1159 :     src/xvid.h
1160 :    
1161 :    
1162 :     2004-08-29 11:53:05 GMT patch-79
1163 :    
1164 :     Summary:
1165 :     Merged stable tree
1166 :     Revision:
1167 :     xvidcore--head--0.0--patch-79
1168 :    
1169 :     Merged stable tree
1170 :    
1171 :     Patches applied:
1172 :    
1173 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-54
1174 :     Marking 1.0.2
1175 :    
1176 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-55
1177 :     Merged one important forgotten bugfix from head
1178 :    
1179 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-56
1180 :     ChangeLog update
1181 :    
1182 :    
1183 :     modified files:
1184 :     ChangeLog-1.0 src/xvid.h
1185 :    
1186 :     new patches:
1187 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-54
1188 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-55
1189 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-56
1190 :    
1191 :    
1192 :     2004-08-29 09:56:34 GMT patch-78
1193 :    
1194 :     Summary:
1195 :     Write ia32 symbols' size to elf output.
1196 :     Revision:
1197 :     xvidcore--head--0.0--patch-78
1198 :    
1199 :     From ed.gomez:
1200 :     - write symbols size to elf output, so the asm objects look
1201 :     really like any usual object file.
1202 :    
1203 :     modified files:
1204 :     src/bitstream/x86_asm/cbp_3dne.asm
1205 :     src/bitstream/x86_asm/cbp_mmx.asm
1206 :     src/bitstream/x86_asm/cbp_sse2.asm
1207 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
1208 :     src/dct/x86_asm/fdct_mmx_skal.asm
1209 :     src/dct/x86_asm/fdct_sse2_skal.asm
1210 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
1211 :     src/dct/x86_asm/idct_sse2_dmitry.asm
1212 :     src/dct/x86_asm/simple_idct_mmx.asm
1213 :     src/image/x86_asm/colorspace_mmx.inc
1214 :     src/image/x86_asm/colorspace_rgb_mmx.asm
1215 :     src/image/x86_asm/colorspace_yuv_mmx.asm
1216 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
1217 :     src/image/x86_asm/interpolate8x8_3dn.asm
1218 :     src/image/x86_asm/interpolate8x8_3dne.asm
1219 :     src/image/x86_asm/interpolate8x8_mmx.asm
1220 :     src/image/x86_asm/interpolate8x8_xmm.asm
1221 :     src/image/x86_asm/postprocessing_mmx.asm
1222 :     src/image/x86_asm/postprocessing_sse2.asm
1223 :     src/image/x86_asm/qpel_mmx.asm
1224 :     src/image/x86_asm/reduced_mmx.asm
1225 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
1226 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
1227 :     src/motion/x86_asm/sad_xmm.asm
1228 :     src/quant/x86_asm/quantize_h263_3dne.asm
1229 :     src/quant/x86_asm/quantize_h263_mmx.asm
1230 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
1231 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
1232 :     src/utils/x86_asm/cpuid.asm
1233 :     src/utils/x86_asm/interlacing_mmx.asm
1234 :     src/utils/x86_asm/mem_transfer_3dne.asm
1235 :     src/utils/x86_asm/mem_transfer_mmx.asm
1236 :    
1237 :    
1238 :     2004-08-28 13:00:56 GMT patch-77
1239 :    
1240 :     Summary:
1241 :     Thread safety problem in sse2 brightness control
1242 :     Revision:
1243 :     xvidcore--head--0.0--patch-77
1244 :    
1245 :     From ed.gomez:
1246 :     * CodingStyle for the sse2 image brightness file
1247 :     * Fixed thread safety problem/big error. Writing to a RO
1248 :     data segment is a no go ! and using global data segment
1249 :     is a no go either (use stack instead) !
1250 :    
1251 :     modified files:
1252 :     src/image/x86_asm/postprocessing_sse2.asm
1253 :    
1254 :    
1255 :     2004-08-22 13:11:23 GMT patch-76
1256 :    
1257 :     Summary:
1258 :     Stable merge
1259 :     Revision:
1260 :     xvidcore--head--0.0--patch-76
1261 :    
1262 :     Stable merge
1263 :    
1264 :     Patches applied:
1265 :    
1266 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-53
1267 :     Thread safety problem in idct C version
1268 :    
1269 :    
1270 :     modified files:
1271 :     src/bitstream/mbcoding.c src/dct/idct.c
1272 :    
1273 :     new patches:
1274 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-53
1275 :    
1276 :    
1277 :     2004-08-22 11:48:23 GMT patch-75
1278 :    
1279 :     Summary:
1280 :     This tree isn't API 4.0 anymore, mark it as 4.1
1281 :     Revision:
1282 :     xvidcore--head--0.0--patch-75
1283 :    
1284 :     From ed.gomez:
1285 :     * The fields added to some structs make this lib isn't
1286 :     API 4.0 anymore, mark it as 4.1 because ABI compatibility
1287 :     is conserved.
1288 :    
1289 :     modified files:
1290 :     build/generic/configure.in
1291 :    
1292 :    
1293 :     2004-08-22 11:41:22 GMT patch-74
1294 :    
1295 :     Summary:
1296 :     Functions qualified as such for elf format.
1297 :     Revision:
1298 :     xvidcore--head--0.0--patch-74
1299 :    
1300 :     From ed.gomez:
1301 :     * Functions weren't marked as functions in ia32 asm files.
1302 :     Added support for the function qualifier for elf.
1303 :    
1304 :     modified files:
1305 :     build/generic/configure.in src/bitstream/x86_asm/cbp_3dne.asm
1306 :     src/bitstream/x86_asm/cbp_mmx.asm
1307 :     src/bitstream/x86_asm/cbp_sse2.asm
1308 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
1309 :     src/dct/x86_asm/fdct_mmx_skal.asm
1310 :     src/dct/x86_asm/fdct_sse2_skal.asm
1311 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
1312 :     src/dct/x86_asm/idct_sse2_dmitry.asm
1313 :     src/dct/x86_asm/simple_idct_mmx.asm
1314 :     src/image/x86_asm/colorspace_rgb_mmx.asm
1315 :     src/image/x86_asm/colorspace_yuv_mmx.asm
1316 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
1317 :     src/image/x86_asm/interpolate8x8_3dn.asm
1318 :     src/image/x86_asm/interpolate8x8_3dne.asm
1319 :     src/image/x86_asm/interpolate8x8_mmx.asm
1320 :     src/image/x86_asm/interpolate8x8_xmm.asm
1321 :     src/image/x86_asm/postprocessing_mmx.asm
1322 :     src/image/x86_asm/postprocessing_sse2.asm
1323 :     src/image/x86_asm/qpel_mmx.asm
1324 :     src/image/x86_asm/reduced_mmx.asm
1325 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
1326 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
1327 :     src/motion/x86_asm/sad_xmm.asm
1328 :     src/quant/x86_asm/quantize_h263_3dne.asm
1329 :     src/quant/x86_asm/quantize_h263_mmx.asm
1330 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
1331 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
1332 :     src/utils/x86_asm/cpuid.asm
1333 :     src/utils/x86_asm/interlacing_mmx.asm
1334 :     src/utils/x86_asm/mem_transfer_3dne.asm
1335 :     src/utils/x86_asm/mem_transfer_mmx.asm
1336 :    
1337 :    
1338 :     2004-08-21 17:04:57 GMT patch-73
1339 :    
1340 :     Summary:
1341 :     Added yasm support in configure.in
1342 :     Revision:
1343 :     xvidcore--head--0.0--patch-73
1344 :    
1345 :     From ed.gomez:
1346 :     * Added yasm configure.in support. It's my preferred ia32 assembly
1347 :     because it allows debugging/profiling of assembly code with oprofile.
1348 :    
1349 :     modified files:
1350 :     build/generic/configure.in
1351 :    
1352 :    
1353 :     2004-08-21 11:47:31 GMT patch-72
1354 :    
1355 :     Summary:
1356 :     Merged fix from stable
1357 :     Revision:
1358 :     xvidcore--head--0.0--patch-72
1359 :    
1360 :     Merged fix from stable
1361 :    
1362 :     Patches applied:
1363 :    
1364 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-52
1365 :     Stupid typo+error in fdct_xxx_skal macro generator.
1366 :    
1367 :    
1368 :     modified files:
1369 :     src/dct/x86_asm/fdct_mmx_skal.asm
1370 :    
1371 :     new patches:
1372 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-52
1373 :    
1374 :    
1375 :     2004-08-16 22:32:46 GMT patch-71
1376 :    
1377 :     Summary:
1378 :     Decoder optimization (fixing regression)
1379 :     Revision:
1380 :     xvidcore--head--0.0--patch-71
1381 :    
1382 :     From ed.gomez:
1383 :     * With newly introduced vector checking, decoder became noticeably
1384 :     slower. This was caused by poorly written code (sorry sysKin :P)
1385 :     + unrolled loop
1386 :     + removed duplicated border computings
1387 :     + marks the function as __inline
1388 :    
1389 :     modified files:
1390 :     src/decoder.c
1391 :    
1392 :    
1393 :     2004-08-15 11:42:20 GMT patch-70
1394 :    
1395 :     Summary:
1396 :     Out of bounds MVs clipping
1397 :     Revision:
1398 :     xvidcore--head--0.0--patch-70
1399 :    
1400 :     From sysKin:
1401 :     * Clip vectors that end up out of bounds.
1402 :    
1403 :     modified files:
1404 :     src/decoder.c
1405 :    
1406 :    
1407 :     2004-08-10 22:30:09 GMT patch-69
1408 :    
1409 :     Summary:
1410 :     Fixed CBR plugin.
1411 :     Revision:
1412 :     xvidcore--head--0.0--patch-69
1413 :    
1414 :     From Foxer:
1415 :     * Do not set the return quantizer to the frame's quantizer
1416 :     (caused the crazy quant choices)
1417 :     * Allow quant1 to influence the sequence quality
1418 :     * Allow more than +- 1 quantizer variation if the desired
1419 :     quantizer is much higher than the previous.
1420 :     * Clamp the overflow influence to 1 unit of buffer, that
1421 :     should help cases where still motion scenes are followed
1422 :     by normal motion scenes... old code was reaching amazing
1423 :     high bitrate, with this modification it should keep
1424 :     smaller bitrate.
1425 :    
1426 :     modified files:
1427 :     src/plugins/plugin_single.c
1428 :    
1429 :    
1430 :     2004-08-01 15:23:49 GMT patch-68
1431 :    
1432 :     Summary:
1433 :     error in dshow par array indexing
1434 :     Revision:
1435 :     xvidcore--head--0.0--patch-68
1436 :    
1437 :     error in dshow par array indexing
1438 :    
1439 :    
1440 :     modified files:
1441 :     dshow/src/CXvidDecoder.cpp
1442 :    
1443 :    
1444 :     2004-08-01 13:38:36 GMT patch-67
1445 :    
1446 :     Summary:
1447 :     Faster bframe decoding (qpel this time)
1448 :     Revision:
1449 :     xvidcore--head--0.0--patch-67
1450 :    
1451 :     From ed.gomez:
1452 :     * Used the same trick as for halfpel bvops, merge backward
1453 :     interpolation and dst averaging steps.
1454 :    
1455 :     NB: i'm currently not able to say if it's a real speedup or not
1456 :     because my linux kernel uses a process scheduler gives great
1457 :     variance to results... so far i'm sure this isn't a slowdown
1458 :     neither for C nor ia32 SIMD.
1459 :    
1460 :     modified files:
1461 :     src/decoder.c src/image/qpel.c src/image/qpel.h
1462 :    
1463 :    
1464 :     2004-08-01 11:24:07 GMT patch-66
1465 :    
1466 :     Summary:
1467 :     Unified qpel code path for all platforms
1468 :     Revision:
1469 :     xvidcore--head--0.0--patch-66
1470 :    
1471 :     From ed.gomez and skal:
1472 :     * Unified qpel code path for all platforms. Next step is
1473 :     to fully exploit this code path to speedup qpel bframe
1474 :     decoding
1475 :    
1476 :     NB: this makes also ports life easier as they would not port
1477 :     obsoleted function sets...
1478 :    
1479 :     modified files:
1480 :     src/decoder.c src/image/interpolate8x8.h src/image/qpel.c
1481 :     src/image/qpel.h src/motion/motion_comp.c
1482 :    
1483 :    
1484 :     2004-07-31 15:08:19 GMT patch-65
1485 :    
1486 :     Summary:
1487 :     Faster bframe decoding.
1488 :     Revision:
1489 :     xvidcore--head--0.0--patch-65
1490 :    
1491 :     From ed.gomez and skal:
1492 :     * Faster direct/interpolated bvop blocks decoding for halfpel
1493 :     sequences. The trick is to compute and average directly with
1494 :     destination during one of the forward/backward interpolations.
1495 :     At this moment, this patch covers only halfpel decoding, the
1496 :     same trick is expected to be hacked for qpel.
1497 :    
1498 :     modified files:
1499 :     src/decoder.c src/image/interpolate8x8.c
1500 :     src/image/interpolate8x8.h
1501 :     src/image/x86_asm/interpolate8x8_mmx.asm
1502 :     src/image/x86_asm/interpolate8x8_xmm.asm src/xvid.c
1503 :    
1504 :    
1505 :     2004-07-31 09:13:23 GMT patch-64
1506 :    
1507 :     Summary:
1508 :     Last bit for dshow gcc support
1509 :     Revision:
1510 :     xvidcore--head--0.0--patch-64
1511 :    
1512 :     From pete:
1513 :     * Last bits concerning gcc build support for dshow.
1514 :    
1515 :     removed files:
1516 :     dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.patch.id
1517 :     dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.txt.id
1518 :     dshow/dxpatch/DXVCSDK-9.0-gcc.patch
1519 :     dshow/dxpatch/DXVCSDK-9.0-gcc.txt
1520 :    
1521 :     modified files:
1522 :     dshow/src/Configure.cpp
1523 :    
1524 :    
1525 :     2004-07-27 21:10:02 GMT patch-63
1526 :    
1527 :     Summary:
1528 :     Better cross compilation support for dshow.
1529 :     Revision:
1530 :     xvidcore--head--0.0--patch-63
1531 :    
1532 :     From pete and ed.gomez:
1533 :     * gcc 3.4.1 is even more pedantic, ::GUID was breaking it, use
1534 :     struct _GUID instead.
1535 :     * Some uppercase/lowercase mixing in MS headers.
1536 :     * More documentation footage for the braves !
1537 :    
1538 :     NB: with all this, dshow should compile, but it is not guaranted
1539 :     to work ! There's even a patch for Configure.cpp that could be
1540 :     required... postponed to a later patch.
1541 :    
1542 :     modified files:
1543 :     dshow/dxpatch/dx90sdk-update-gcc.patch
1544 :     dshow/dxpatch/dx90sdk-update-gcc.txt
1545 :    
1546 :    
1547 :     2004-07-26 20:25:52 GMT patch-62
1548 :    
1549 :     Summary:
1550 :     ChangeLog 1.1 update
1551 :     Revision:
1552 :     xvidcore--head--0.0--patch-62
1553 :    
1554 :     ChangeLog 1.1 update
1555 :    
1556 :    
1557 :     modified files:
1558 :     ChangeLog
1559 :    
1560 :    
1561 : edgomez 1.8 2004-07-26 20:22:38 GMT patch-61
1562 :    
1563 :     Summary:
1564 :     Update from stable
1565 :     Revision:
1566 :     xvidcore--head--0.0--patch-61
1567 :    
1568 :     Update from stable
1569 :    
1570 :     Patches applied:
1571 :    
1572 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-51
1573 :     ChangeLog Update
1574 :    
1575 :    
1576 :     modified files:
1577 :     ChangeLog-1.0
1578 :    
1579 :     new patches:
1580 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-51
1581 :    
1582 :    
1583 :     2004-07-26 19:26:24 GMT patch-60
1584 :    
1585 :     Summary:
1586 :     Another missing memset in xvid_decraw
1587 :     Revision:
1588 :     xvidcore--head--0.0--patch-60
1589 :    
1590 :     Another missing memset in xvid_decraw
1591 :    
1592 :    
1593 :     modified files:
1594 :     examples/xvid_decraw.c
1595 :    
1596 :    
1597 :     2004-07-26 19:14:45 GMT patch-59
1598 :    
1599 :     Summary:
1600 :     DShow updates for gcc toolchain.
1601 :     Revision:
1602 :     xvidcore--head--0.0--patch-59
1603 :    
1604 :     From pete:
1605 :     * More work on the gcc toolchain.
1606 :    
1607 :     new files:
1608 :     dshow/dxpatch/.arch-ids/dx90sdk-update-gcc.patch.id
1609 :     dshow/dxpatch/.arch-ids/dx90sdk-update-gcc.txt.id
1610 :     dshow/dxpatch/dx90sdk-update-gcc.patch
1611 :     dshow/dxpatch/dx90sdk-update-gcc.txt
1612 :    
1613 :     modified files:
1614 :     dshow/Makefile dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
1615 :    
1616 :    
1617 :     2004-07-25 21:31:41 GMT patch-58
1618 :    
1619 :     Summary:
1620 :     Added GPL to vfw frontend
1621 :     Revision:
1622 :     xvidcore--head--0.0--patch-58
1623 :    
1624 :     From pete:
1625 :     * Added GPL to VFW ressources.
1626 :    
1627 :     modified files:
1628 :     vfw/src/config.c vfw/src/driverproc.c vfw/src/resource.h
1629 :     vfw/src/resource.rc
1630 :    
1631 :    
1632 :     2004-07-25 19:31:32 GMT patch-57
1633 :    
1634 :     Summary:
1635 :     decoder_mb_decode cleanup
1636 :     Revision:
1637 :     xvidcore--head--0.0--patch-57
1638 :    
1639 :     From ed.gomez:
1640 :     * Try to cleanup the decoder_mb_decode function. A bit more
1641 :     computing required, less branches, more readable code.
1642 :    
1643 :     modified files:
1644 :     src/decoder.c
1645 :    
1646 :    
1647 :     2004-07-24 11:39:57 GMT patch-56
1648 :    
1649 :     Summary:
1650 :     Important bugfix from stable
1651 :     Revision:
1652 :     xvidcore--head--0.0--patch-56
1653 :    
1654 :     Important bugfix from stable
1655 :    
1656 :     Patches applied:
1657 :    
1658 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-50
1659 :     BVOP direct/interpolated ref block rounding fix.
1660 :    
1661 :    
1662 :     modified files:
1663 :     src/decoder.c
1664 :    
1665 :     new patches:
1666 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-50
1667 :    
1668 :    
1669 :     2004-07-23 20:40:08 GMT patch-55
1670 :    
1671 :     Summary:
1672 :    
1673 :     Revision:
1674 :     xvidcore--head--0.0--patch-55
1675 :    
1676 :     From ed.gomez:
1677 :     * Extended stable patch pplying same change to new nasm files
1678 :    
1679 :     Patches applied:
1680 :    
1681 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-49
1682 :     Removed data qualifer in .rodata
1683 :    
1684 :    
1685 :     modified files:
1686 :     src/bitstream/x86_asm/cbp_mmx.asm
1687 :     src/bitstream/x86_asm/cbp_sse2.asm
1688 :     src/dct/x86_asm/fdct_mmx_ffmpeg.asm
1689 :     src/dct/x86_asm/fdct_mmx_skal.asm
1690 :     src/dct/x86_asm/fdct_sse2_skal.asm
1691 :     src/dct/x86_asm/idct_3dne.asm src/dct/x86_asm/idct_mmx.asm
1692 :     src/dct/x86_asm/idct_sse2_dmitry.asm
1693 :     src/dct/x86_asm/simple_idct_mmx.asm
1694 :     src/image/x86_asm/colorspace_rgb_mmx.asm
1695 :     src/image/x86_asm/colorspace_yuyv_mmx.asm
1696 :     src/image/x86_asm/interpolate8x8_3dn.asm
1697 :     src/image/x86_asm/interpolate8x8_3dne.asm
1698 :     src/image/x86_asm/interpolate8x8_mmx.asm
1699 :     src/image/x86_asm/interpolate8x8_xmm.asm
1700 :     src/image/x86_asm/postprocessing_mmx.asm
1701 :     src/image/x86_asm/postprocessing_sse2.asm
1702 :     src/image/x86_asm/qpel_mmx.asm
1703 :     src/image/x86_asm/reduced_mmx.asm
1704 :     src/motion/x86_asm/sad_3dn.asm src/motion/x86_asm/sad_3dne.asm
1705 :     src/motion/x86_asm/sad_mmx.asm src/motion/x86_asm/sad_sse2.asm
1706 :     src/motion/x86_asm/sad_xmm.asm
1707 :     src/quant/x86_asm/quantize_h263_3dne.asm
1708 :     src/quant/x86_asm/quantize_h263_mmx.asm
1709 :     src/quant/x86_asm/quantize_mpeg_mmx.asm
1710 :     src/quant/x86_asm/quantize_mpeg_xmm.asm
1711 :     src/utils/x86_asm/cpuid.asm
1712 :     src/utils/x86_asm/interlacing_mmx.asm
1713 :     src/utils/x86_asm/mem_transfer_3dne.asm
1714 :     src/utils/x86_asm/mem_transfer_mmx.asm
1715 :    
1716 :     new patches:
1717 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-49
1718 :    
1719 :    
1720 :     2004-07-21 19:36:46 GMT patch-54
1721 :    
1722 :     Summary:
1723 :     Bframe fixes, still not back to 1.0.1 level
1724 :     Revision:
1725 :     xvidcore--head--0.0--patch-54
1726 :    
1727 :     Bframe fixes, still not back to 1.0.1 level
1728 :    
1729 :    
1730 :     modified files:
1731 :     src/motion/estimation_bvop.c
1732 :     src/motion/estimation_rd_based_bvop.c
1733 :    
1734 :    
1735 :     2004-07-19 18:46:09 GMT patch-53
1736 :    
1737 :     Summary:
1738 :     Stable merge
1739 :     Revision:
1740 :     xvidcore--head--0.0--patch-53
1741 :    
1742 :     Stable merge
1743 :    
1744 :     Patches applied:
1745 :    
1746 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-47
1747 :     ISO C99'ism fix
1748 :    
1749 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-48
1750 :     Complete previous xvid_decraw patch
1751 :    
1752 :    
1753 :     modified files:
1754 :     examples/xvid_decraw.c src/encoder.c
1755 :    
1756 :     new patches:
1757 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-47
1758 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-48
1759 :    
1760 :    
1761 :     2004-07-18 15:19:58 GMT patch-52
1762 :    
1763 :     Summary:
1764 :     Added dshow mingw build process
1765 :     Revision:
1766 :     xvidcore--head--0.0--patch-52
1767 :    
1768 :     From pete:
1769 :     - Added mingw build process to dshow frontend.
1770 :    
1771 :     new files:
1772 :     dshow/.arch-ids/Makefile.id dshow/.arch-ids/sources.inc.id
1773 :     dshow/Makefile dshow/dxpatch/.arch-ids/=id
1774 :     dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.patch.id
1775 :     dshow/dxpatch/.arch-ids/DXVCSDK-9.0-gcc.txt.id
1776 :     dshow/dxpatch/DXVCSDK-9.0-gcc.patch
1777 :     dshow/dxpatch/DXVCSDK-9.0-gcc.txt dshow/sources.inc
1778 :    
1779 :     modified files:
1780 :     dshow/dshow.dsp dshow/src/CXvidDecoder.cpp
1781 :     dshow/src/Configure.cpp dshow/src/config.h dshow/src/debug.h
1782 :     dshow/src/xvid.ax.rc
1783 :    
1784 :     new directories:
1785 :     dshow/dxpatch dshow/dxpatch/.arch-ids
1786 :    
1787 :    
1788 :     2004-07-18 15:01:02 GMT patch-51
1789 :    
1790 :     Summary:
1791 :     Added RD optimized block mode decision in bvops
1792 :     Revision:
1793 :     xvidcore--head--0.0--patch-51
1794 :    
1795 :     From sysKin:
1796 :     * Added RD optimized block mode decision in bvops.
1797 :    
1798 :     new files:
1799 :     src/motion/.arch-ids/estimation_rd_based_bvop.c.id
1800 :     src/motion/estimation_rd_based_bvop.c
1801 :    
1802 :     modified files:
1803 :     build/generic/sources.inc build/win32/libxvidcore.dsp
1804 :     build/win32/libxvidcore_static.dsp src/motion/estimation.h
1805 :     src/motion/estimation_bvop.c src/motion/estimation_rd_based.c
1806 :     src/plugins/plugin_2pass1.c src/xvid.h vfw/src/codec.c
1807 :     vfw/src/config.c vfw/src/config.h vfw/src/resource.h
1808 :     vfw/src/resource.rc
1809 :    
1810 :    
1811 :     2004-07-17 11:37:21 GMT patch-50
1812 :    
1813 :     Summary:
1814 :     Stable merges
1815 :     Revision:
1816 :     xvidcore--head--0.0--patch-50
1817 :    
1818 :     Stable merges
1819 :    
1820 :     Patches applied:
1821 :    
1822 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-45
1823 :     Future version interoperability
1824 :    
1825 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-46
1826 :     Make sure time incr is never larger than 16bit.
1827 :    
1828 :    
1829 :     modified files:
1830 :     examples/xvid_decraw.c src/encoder.c
1831 :    
1832 :     new patches:
1833 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-45
1834 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-46
1835 :    
1836 :    
1837 :     2004-07-16 19:53:27 GMT patch-49
1838 :    
1839 :     Summary:
1840 :     AR support in DShow
1841 :     Revision:
1842 :     xvidcore--head--0.0--patch-49
1843 :    
1844 :     From koepi/minolta:
1845 :     * Added AR support to dshow frontend.
1846 :    
1847 :     modified files:
1848 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
1849 :     dshow/src/config.c
1850 :    
1851 :    
1852 :     2004-07-16 19:49:25 GMT patch-48
1853 :    
1854 :     Summary:
1855 :     VFW update and fixes
1856 :     Revision:
1857 :     xvidcore--head--0.0--patch-48
1858 :    
1859 :     From makc on our forums:
1860 :     * Use non deprecated defines
1861 :     * Fixed frame size formula.
1862 :    
1863 :     modified files:
1864 :     TODO vfw/src/codec.c vfw/src/driverproc.c
1865 :    
1866 :    
1867 :     2004-07-16 19:29:58 GMT patch-47
1868 :    
1869 :     Summary:
1870 :     SSE2 brightness postproc.
1871 :     Revision:
1872 :     xvidcore--head--0.0--patch-47
1873 :    
1874 :     From Decoder:
1875 :     * Added SS2 brightness postproc code.
1876 :    
1877 :     new files:
1878 :     src/image/x86_asm/.arch-ids/postprocessing_sse2.asm.id
1879 :     src/image/x86_asm/postprocessing_sse2.asm
1880 :    
1881 :     modified files:
1882 :     build/generic/sources.inc build/win32/libxvidcore.dsp
1883 :     build/win32/libxvidcore_static.dsp src/image/postprocessing.h
1884 :     src/xvid.c src/xvid.h
1885 :    
1886 :    
1887 :     2004-07-14 23:27:14 GMT patch-46
1888 :    
1889 :     Summary:
1890 :     More audio for VFW bitcalc
1891 :     Revision:
1892 :     xvidcore--head--0.0--patch-46
1893 :    
1894 :     From ???:
1895 :     * added more audio formats to bitcalc
1896 :     * replaced old ogm overhead formula with more precise one
1897 :    
1898 :     modified files:
1899 :     TODO vfw/src/config.c vfw/src/resource.rc
1900 :    
1901 :    
1902 :     2004-07-14 13:01:57 GMT patch-45
1903 :    
1904 :     Summary:
1905 :     Enable MMX qpel in decoder.
1906 :     Revision:
1907 :     xvidcore--head--0.0--patch-45
1908 :    
1909 :     From ed.gomez:
1910 :     * It seems we're not that smart. We had mmx qpel code for more than
1911 :     a year, it is used in encoder but wasn't in decoder :\
1912 :    
1913 :     modified files:
1914 :     src/decoder.c
1915 :    
1916 :    
1917 :     2004-07-14 10:27:43 GMT patch-44
1918 :    
1919 :     Summary:
1920 :     Speedup block transfer C functionKeywords:
1921 :     Revision:
1922 :     xvidcore--head--0.0--patch-44
1923 :    
1924 :     From ed.gomez:
1925 :     * Not that a useful patch for most of users, but transfer8x8 was
1926 :     really too slow. Simple optimizations did great, all 32bit
1927 :     platforms using the C code should benefit from this speedup.
1928 :    
1929 :     modified files:
1930 :     src/utils/mem_transfer.c
1931 :    
1932 :    
1933 :     2004-07-11 12:53:19 GMT patch-43
1934 :    
1935 :     Summary:
1936 :     Manual AR setting for dshow.
1937 :     Revision:
1938 :     xvidcore--head--0.0--patch-43
1939 :    
1940 :     From koepi:
1941 :     * added manual AR setting in dshow.
1942 :    
1943 :     modified files:
1944 :     dshow/src/CXvidDecoder.cpp dshow/src/config.c
1945 :     dshow/src/config.h dshow/src/resource.h dshow/src/xvid.ax.rc
1946 :    
1947 :    
1948 :     2004-07-11 10:34:56 GMT patch-42
1949 :    
1950 :     Summary:
1951 :     Added top field control to vfw.
1952 :     Revision:
1953 :     xvidcore--head--0.0--patch-42
1954 :    
1955 :     From koepi:
1956 :     * added top field first flag to vfw.
1957 :    
1958 :     modified files:
1959 :     vfw/src/codec.c vfw/src/config.c vfw/src/config.h
1960 :     vfw/src/resource.h vfw/src/resource.rc
1961 :    
1962 :    
1963 :     2004-07-10 17:47:01 GMT patch-41
1964 :    
1965 :     Summary:
1966 :     Decoder work.
1967 :     Revision:
1968 :     xvidcore--head--0.0--patch-41
1969 :    
1970 :     From ed.gomez:
1971 :     * Faster get coeff (now gcc can even inline it)
1972 :     * On the fly coeff dequant for inter blocks
1973 :     (intra don't get this, because there are lot more non
1974 :     zero coeffs, and i doubt it'd get faster with this)
1975 :    
1976 :     modified files:
1977 :     src/bitstream/mbcoding.c src/bitstream/mbcoding.h
1978 :     src/decoder.c
1979 :    
1980 :    
1981 :     2004-07-10 17:34:19 GMT patch-40
1982 :    
1983 :     Summary:
1984 :     ChangeLog update + removed my email
1985 :     Revision:
1986 :     xvidcore--head--0.0--patch-40
1987 :    
1988 :     ChangeLog update + removed my email
1989 :    
1990 :    
1991 :     modified files:
1992 :     ChangeLog
1993 :    
1994 :    
1995 : edgomez 1.7 2004-07-10 17:31:36 GMT patch-39
1996 : edgomez 1.5
1997 :     Summary:
1998 : edgomez 1.7 Stable merge
1999 : edgomez 1.5 Revision:
2000 : edgomez 1.7 xvidcore--head--0.0--patch-39
2001 : edgomez 1.5
2002 : edgomez 1.7 Stable merge
2003 :    
2004 :     Patches applied:
2005 :    
2006 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-43
2007 :     Small mem leak in vfw.
2008 :    
2009 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-44
2010 :     ChangeLog update
2011 : edgomez 1.5
2012 :    
2013 :     modified files:
2014 : edgomez 1.7 ChangeLog-1.0 vfw/src/codec.c
2015 : edgomez 1.5
2016 : edgomez 1.7 new patches:
2017 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-43
2018 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-44
2019 : edgomez 1.5
2020 :    
2021 : edgomez 1.7 2004-07-10 17:25:33 GMT patch-38
2022 : edgomez 1.5
2023 :     Summary:
2024 : edgomez 1.7 Improved ME.
2025 : edgomez 1.5 Revision:
2026 : edgomez 1.7 xvidcore--head--0.0--patch-38
2027 : edgomez 1.5
2028 : edgomez 1.7 From sysKin:
2029 :     * new ME for b-frames
2030 :     * small redesign of subpel refinement function
2031 :    
2032 : edgomez 1.5 From ed.gomez:
2033 : edgomez 1.7 * Fixed some warnings reported by gcc. (the if condition should
2034 :     be checked by the original autor)
2035 : edgomez 1.5
2036 :     modified files:
2037 : edgomez 1.7 src/motion/estimation.h src/motion/estimation_bvop.c
2038 :     src/motion/estimation_common.c src/motion/estimation_gmc.c
2039 :     src/motion/estimation_pvop.c src/motion/estimation_rd_based.c
2040 :     src/motion/vop_type_decision.c
2041 : edgomez 1.5
2042 :    
2043 : edgomez 1.7 2004-07-10 17:16:38 GMT patch-37
2044 : edgomez 1.5
2045 :     Summary:
2046 : edgomez 1.7 qpel and chroma-sad had overlapping memory targets
2047 : edgomez 1.5 Revision:
2048 : edgomez 1.7 xvidcore--head--0.0--patch-37
2049 : edgomez 1.5
2050 : edgomez 1.7 From sysKin:
2051 :     * qpel and chroma-sad had overlapping memory targets
2052 : edgomez 1.5
2053 :     modified files:
2054 : edgomez 1.7 src/motion/estimation_bvop.c
2055 : edgomez 1.5
2056 :    
2057 : edgomez 1.7 2004-07-10 17:03:06 GMT patch-36
2058 : edgomez 1.5
2059 :     Summary:
2060 : edgomez 1.7 New changelog for 1.1 tree
2061 : edgomez 1.5 Revision:
2062 : edgomez 1.7 xvidcore--head--0.0--patch-36
2063 : edgomez 1.5
2064 : edgomez 1.7 New changelog for 1.1 tree
2065 : edgomez 1.5
2066 :    
2067 : edgomez 1.7 new files:
2068 :     .arch-ids/ChangeLog.id ChangeLog
2069 :    
2070 :     renamed files:
2071 :     .arch-ids/ChangeLog.id
2072 :     ==> .arch-ids/ChangeLog-1.0.id
2073 :     ChangeLog
2074 :     ==> ChangeLog-1.0
2075 : edgomez 1.5
2076 :    
2077 : edgomez 1.7 2004-07-10 16:57:53 GMT patch-35
2078 : edgomez 1.5
2079 :     Summary:
2080 : edgomez 1.7 Stable tree merge
2081 : edgomez 1.5 Revision:
2082 : edgomez 1.7 xvidcore--head--0.0--patch-35
2083 : edgomez 1.5
2084 : edgomez 1.7 Stable tree merge
2085 :    
2086 :     Patches applied:
2087 :    
2088 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-40
2089 :     Small memory error in ia32 cpuid function.
2090 :    
2091 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-41
2092 :     low delay guessing (il)logic fix.
2093 :    
2094 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-42
2095 :     Fix wrong matrix reading logic.
2096 :    
2097 : edgomez 1.5
2098 :     modified files:
2099 : edgomez 1.7 src/bitstream/bitstream.c src/decoder.c
2100 :     src/utils/x86_asm/cpuid.asm
2101 : edgomez 1.5
2102 : edgomez 1.7 new patches:
2103 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-40
2104 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-41
2105 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-42
2106 : edgomez 1.5
2107 :    
2108 : edgomez 1.7 2004-06-12 13:51:50 GMT patch-34
2109 : edgomez 1.5
2110 :     Summary:
2111 : edgomez 1.7 Added VBV to twopass RC
2112 : edgomez 1.5 Revision:
2113 : edgomez 1.7 xvidcore--head--0.0--patch-34
2114 : edgomez 1.5
2115 : edgomez 1.7 From christoph:
2116 :     * Added VBV model verifier to twopass RC plugin
2117 :    
2118 : edgomez 1.5 From ed.gomez:
2119 : edgomez 1.7 * Do apply CodingStyle to christoph's code
2120 :     * Use DPRINTF instead of #ifdef VBV_DEBUG #endif blocks as
2121 :     the information that was outputting was usefull for general
2122 :     RC debugging.
2123 : edgomez 1.5
2124 :     modified files:
2125 : edgomez 1.7 examples/xvid_encraw.c src/plugins/plugin_2pass2.c src/xvid.h
2126 : edgomez 1.5
2127 :    
2128 : edgomez 1.7 2004-06-05 23:05:43 GMT patch-33
2129 : edgomez 1.5
2130 :     Summary:
2131 : edgomez 1.7 Merged stable branch patches
2132 : edgomez 1.5 Revision:
2133 : edgomez 1.7 xvidcore--head--0.0--patch-33
2134 : edgomez 1.5
2135 : edgomez 1.7 Merged stable branch patches
2136 :    
2137 :     Patches applied:
2138 :    
2139 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-38
2140 :     DC clipping bug for real
2141 :    
2142 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-39
2143 :     Marking 1.0.1 release
2144 :    
2145 : edgomez 1.5
2146 :     modified files:
2147 : edgomez 1.7 ChangeLog TODO build/generic/configure.in src/decoder.c
2148 :     src/motion/estimation_rd_based.c src/prediction/mbprediction.c
2149 :     src/prediction/mbprediction.h src/xvid.h
2150 :    
2151 :     new patches:
2152 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-38
2153 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-39
2154 : edgomez 1.5
2155 :    
2156 : edgomez 1.7 2004-06-05 23:02:35 GMT patch-32
2157 : edgomez 1.5
2158 :     Summary:
2159 : edgomez 1.7 Previous merge went wrong
2160 : edgomez 1.5 Revision:
2161 : edgomez 1.7 xvidcore--head--0.0--patch-32
2162 : edgomez 1.5
2163 : edgomez 1.7 Previous merge went wrong
2164 : edgomez 1.5
2165 :    
2166 :     modified files:
2167 : edgomez 1.7 src/portab.h
2168 : edgomez 1.5
2169 :    
2170 : edgomez 1.7 2004-05-31 21:32:38 GMT patch-31
2171 : edgomez 1.5
2172 :     Summary:
2173 : edgomez 1.7 Added icon into vfw frontend.
2174 : edgomez 1.5 Revision:
2175 : edgomez 1.7 xvidcore--head--0.0--patch-31
2176 :    
2177 :     From pete:
2178 :     * Added icon into vfw fronted dll. Should show up in uninstall menu.
2179 : edgomez 1.5
2180 : edgomez 1.7 new files:
2181 :     vfw/src/.arch-ids/xvid.ico.id vfw/src/xvid.ico
2182 : edgomez 1.5
2183 :     modified files:
2184 : edgomez 1.7 vfw/bin/xvid.inf vfw/src/resource.rc vfw/vfw.dsp
2185 : edgomez 1.5
2186 : edgomez 1.4
2187 : edgomez 1.7 2004-05-31 21:22:49 GMT patch-30
2188 : edgomez 1.5
2189 :     Summary:
2190 : edgomez 1.7 Merged stable branch fixes
2191 : edgomez 1.5 Revision:
2192 : edgomez 1.7 xvidcore--head--0.0--patch-30
2193 : edgomez 1.5
2194 : edgomez 1.7 Merged stable branch fixes
2195 :    
2196 :     Patches applied:
2197 :    
2198 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-31
2199 :     Close variable argument list.
2200 :    
2201 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-32
2202 :     Bits/Bytes confusion in the VFW frontend.
2203 :    
2204 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-33
2205 :     Nasty typo in pvop vector lambdas.
2206 :    
2207 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-34
2208 :     FPS=1 problem in decoder.
2209 :    
2210 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-35
2211 :     More missing va_end() calls.
2212 :    
2213 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-36
2214 :     Wrong license header.
2215 :    
2216 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-37
2217 :     time fixes to decoder.
2218 :    
2219 : edgomez 1.5
2220 :     modified files:
2221 : edgomez 1.7 src/bitstream/bitstream.c src/decoder.c src/decoder.h
2222 :     src/image/font.c src/image/reduced.c
2223 :     src/motion/estimation_pvop.c src/portab.h vfw/src/codec.c
2224 :     vfw/src/config.c
2225 :    
2226 :     new patches:
2227 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-31
2228 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-32
2229 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-33
2230 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-34
2231 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-35
2232 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-36
2233 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-37
2234 : edgomez 1.5
2235 :    
2236 : edgomez 1.7 2004-05-26 09:13:33 GMT patch-29
2237 : edgomez 1.4
2238 :     Summary:
2239 : edgomez 1.7 Stable merges
2240 : edgomez 1.4 Revision:
2241 : edgomez 1.7 xvidcore--head--0.0--patch-29
2242 : edgomez 1.4
2243 : edgomez 1.7 Stable merges
2244 :    
2245 :     Patches applied:
2246 :    
2247 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-28
2248 :     Small bug in bframe ME.
2249 :    
2250 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-29
2251 :     Small trellis bug
2252 :    
2253 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-30
2254 :     ICM compatibility for VFW
2255 :    
2256 : edgomez 1.4
2257 :     modified files:
2258 : edgomez 1.7 src/motion/estimation_bvop.c src/utils/mbtransquant.c
2259 :     vfw/src/config.c vfw/src/driverproc.c
2260 :    
2261 :     new patches:
2262 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-28
2263 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-29
2264 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-30
2265 : edgomez 1.4
2266 :    
2267 : edgomez 1.7 2004-05-21 14:32:41 GMT patch-28
2268 : edgomez 1.4
2269 :     Summary:
2270 : edgomez 1.7 Don't set edges twice on a frame.
2271 : edgomez 1.4 Revision:
2272 : edgomez 1.7 xvidcore--head--0.0--patch-28
2273 : edgomez 1.4
2274 :     From ed.gomez:
2275 : edgomez 1.7 * A similar optimization has been done for encoder long ago,
2276 :     dunno why this hasn't been "ported" to decoder. This speeds
2277 :     up quite a lot the decoder for no effort (~7%).
2278 : edgomez 1.4
2279 :     modified files:
2280 : edgomez 1.7 src/decoder.c src/decoder.h
2281 : edgomez 1.4
2282 :    
2283 : edgomez 1.7 2004-05-21 14:25:19 GMT patch-27
2284 : edgomez 1.4
2285 :     Summary:
2286 : edgomez 1.7 No 64 bit arithmetic in critical path.
2287 : edgomez 1.4 Revision:
2288 : edgomez 1.7 xvidcore--head--0.0--patch-27
2289 : edgomez 1.4
2290 :     From ed.gomez:
2291 : edgomez 1.7 * No 64 bit arithmetic in critical paths (direct blocks in bvops), it's
2292 :     way too slow (__divdi3 GNU/Linux ABI for 64bit division was taking
2293 :     up to 5% cycles)
2294 : edgomez 1.4
2295 :     modified files:
2296 : edgomez 1.7 src/decoder.c
2297 : edgomez 1.4
2298 :    
2299 : edgomez 1.7 2004-05-15 22:20:11 GMT patch-26
2300 : edgomez 1.4
2301 :     Summary:
2302 : edgomez 1.7 Merged stable tree changes
2303 : edgomez 1.4 Revision:
2304 : edgomez 1.7 xvidcore--head--0.0--patch-26
2305 : edgomez 1.4
2306 : edgomez 1.7 Merged stable tree changes
2307 :    
2308 :     Patches applied:
2309 :    
2310 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-23
2311 :     Some very light Unix build system changes
2312 :    
2313 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-24
2314 :     Possible VOL header corruption.
2315 :    
2316 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-25
2317 :     DC prediction fix.
2318 :    
2319 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-26
2320 :     Small mismatch in hint<->widget in VFW
2321 :    
2322 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-27
2323 :     Marking 1.0.0 final
2324 : edgomez 1.4
2325 :    
2326 :     modified files:
2327 : edgomez 1.7 ChangeLog build/generic/Makefile build/generic/bootstrap.sh
2328 :     build/generic/configure.in src/bitstream/bitstream.c
2329 :     src/decoder.c src/motion/estimation_rd_based.c
2330 :     src/prediction/mbprediction.c src/prediction/mbprediction.h
2331 :     src/xvid.h vfw/src/resource.rc
2332 :    
2333 :     new patches:
2334 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-23
2335 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-24
2336 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-25
2337 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-26
2338 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-27
2339 : edgomez 1.4
2340 :    
2341 : edgomez 1.7 2004-04-25 21:46:25 GMT patch-25
2342 : edgomez 1.4
2343 :     Summary:
2344 : edgomez 1.7 Smarter skipping
2345 : edgomez 1.4 Revision:
2346 : edgomez 1.7 xvidcore--head--0.0--patch-25
2347 : edgomez 1.4
2348 :     From sysKin:
2349 : edgomez 1.7 * Smarter skipping + bugfix
2350 : edgomez 1.4
2351 :     modified files:
2352 : edgomez 1.7 src/motion/estimation.h src/motion/estimation_bvop.c
2353 :     src/motion/estimation_pvop.c
2354 : edgomez 1.4
2355 :    
2356 : edgomez 1.7 2004-04-20 20:37:08 GMT patch-24
2357 : edgomez 1.4
2358 :     Summary:
2359 : edgomez 1.7 ME cleanup.
2360 : edgomez 1.4 Revision:
2361 : edgomez 1.7 xvidcore--head--0.0--patch-24
2362 : edgomez 1.4
2363 :     From sysKin:
2364 : edgomez 1.7 * First stage cleanup: new fast qpel refinement.
2365 : edgomez 1.4
2366 :     modified files:
2367 : edgomez 1.7 src/motion/estimation.h src/motion/estimation_bvop.c
2368 :     src/motion/estimation_common.c src/motion/estimation_gmc.c
2369 :     src/motion/estimation_pvop.c src/motion/estimation_rd_based.c
2370 :     src/motion/vop_type_decision.c
2371 : edgomez 1.4
2372 :    
2373 : edgomez 1.7 2004-04-20 19:44:44 GMT patch-23
2374 : edgomez 1.4
2375 :     Summary:
2376 : edgomez 1.7 Merging 1.0 fixes
2377 : edgomez 1.4 Revision:
2378 : edgomez 1.7 xvidcore--head--0.0--patch-23
2379 : edgomez 1.4
2380 : edgomez 1.7 Merging 1.0 fixes
2381 :    
2382 :     Patches applied:
2383 :    
2384 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-21
2385 :     Fix crash in decoder for non IFrame 1st frame.
2386 :    
2387 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-22
2388 :     Small visual fix.
2389 : edgomez 1.4
2390 :    
2391 :     modified files:
2392 : edgomez 1.7 src/decoder.c vfw/src/config.c
2393 :    
2394 :     new patches:
2395 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-21
2396 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-22
2397 : edgomez 1.4
2398 :    
2399 : edgomez 1.7 2004-04-18 17:14:29 GMT patch-22
2400 : edgomez 1.4
2401 :     Summary:
2402 : edgomez 1.7 Merging 1.0 fixes
2403 : edgomez 1.4 Revision:
2404 : edgomez 1.7 xvidcore--head--0.0--patch-22
2405 : edgomez 1.4
2406 : edgomez 1.7 Merging 1.0 fixes
2407 :    
2408 :     Patches applied:
2409 :    
2410 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-18
2411 :     Tiny xvid_decraw cleaning
2412 :    
2413 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-19
2414 :     vfw opens audio file in shared access mode
2415 : edgomez 1.4
2416 : edgomez 1.7 * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-20
2417 :     Typo
2418 : edgomez 1.4
2419 :    
2420 :     modified files:
2421 : edgomez 1.7 examples/xvid_decraw.c vfw/src/resource.rc
2422 : edgomez 1.4
2423 : edgomez 1.7 new patches:
2424 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-18
2425 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-19
2426 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-20
2427 : edgomez 1.4
2428 :    
2429 : edgomez 1.7 2004-04-18 17:09:59 GMT patch-21
2430 : edgomez 1.4
2431 :     Summary:
2432 : edgomez 1.7 Dering hooking in DShow.
2433 : edgomez 1.4 Revision:
2434 : edgomez 1.7 xvidcore--head--0.0--patch-21
2435 : edgomez 1.4
2436 :     From sysKin:
2437 : edgomez 1.7 * Dering widget and associated code for dering support in DShow.
2438 : edgomez 1.4
2439 :     modified files:
2440 : edgomez 1.7 dshow/src/CXvidDecoder.cpp dshow/src/config.c
2441 :     dshow/src/config.h dshow/src/resource.h dshow/src/xvid.ax.rc
2442 : edgomez 1.4
2443 :    
2444 : edgomez 1.7 2004-04-18 17:08:53 GMT patch-20
2445 : edgomez 1.4
2446 :     Summary:
2447 : edgomez 1.7 Dering hooking in VFW.
2448 : edgomez 1.4 Revision:
2449 : edgomez 1.7 xvidcore--head--0.0--patch-20
2450 : edgomez 1.4
2451 :     From sysKin:
2452 : edgomez 1.7 * Dering widget and associated code for dering support in VFW.
2453 : edgomez 1.4
2454 :     modified files:
2455 : edgomez 1.7 vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
2456 :     vfw/src/resource.h vfw/src/resource.rc
2457 : edgomez 1.4
2458 :    
2459 : edgomez 1.7 2004-04-18 17:06:14 GMT patch-19
2460 : edgomez 1.4
2461 :     Summary:
2462 : edgomez 1.7 Added dering code.
2463 : edgomez 1.4 Revision:
2464 : edgomez 1.7 xvidcore--head--0.0--patch-19
2465 : edgomez 1.4
2466 : edgomez 1.7 From Marc Fauconneau:
2467 :     * Added dering code to core.
2468 : edgomez 1.4
2469 :     modified files:
2470 : edgomez 1.7 src/image/postprocessing.c src/image/postprocessing.h
2471 :     src/xvid.h
2472 : edgomez 1.4
2473 :    
2474 : edgomez 1.7 2004-04-18 17:02:48 GMT patch-18
2475 : edgomez 1.4
2476 :     Summary:
2477 : edgomez 1.7 Added static builds for msvc.
2478 : edgomez 1.4 Revision:
2479 : edgomez 1.7 xvidcore--head--0.0--patch-18
2480 :    
2481 :     From pete:
2482 :     * Added static type building project files for MSVC. Needed
2483 :     for xvid_bench.
2484 : edgomez 1.4
2485 : edgomez 1.7 new files:
2486 :     build/win32/.arch-ids/libxvidcore_static.dsp.id
2487 :     build/win32/.arch-ids/xvid_decraw_static.dsp.id
2488 :     build/win32/.arch-ids/xvid_encraw_static.dsp.id
2489 :     build/win32/libxvidcore_static.dsp
2490 :     build/win32/xvid_decraw_static.dsp
2491 :     build/win32/xvid_encraw_static.dsp
2492 : edgomez 1.4
2493 :     modified files:
2494 : edgomez 1.7 TODO build/win32/xvidcore.dsw
2495 : edgomez 1.4
2496 :    
2497 : edgomez 1.7 2004-04-15 19:32:53 GMT patch-17
2498 : edgomez 1.4
2499 :     Summary:
2500 : edgomez 1.7 Merged fixes from 1.0 tree
2501 : edgomez 1.4 Revision:
2502 : edgomez 1.7 xvidcore--head--0.0--patch-17
2503 : edgomez 1.4
2504 : edgomez 1.7 Merged fixes from 1.0 tree
2505 :    
2506 :     Patches applied:
2507 :    
2508 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-14
2509 :     Fixed small bug in trellis code.
2510 :    
2511 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-15
2512 :     Ressource leaking in dshow.
2513 :    
2514 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-16
2515 :     Fixed missing 1st frame in dshow output.
2516 :    
2517 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-17
2518 :     Tiny minor fixes for msvc.
2519 :    
2520 : edgomez 1.4
2521 :     modified files:
2522 : edgomez 1.7 build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp
2523 :     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
2524 :     examples/xvid_decraw.c src/utils/mbtransquant.c src/xvid.h
2525 :    
2526 :     new patches:
2527 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-14
2528 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-15
2529 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-16
2530 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-17
2531 : edgomez 1.4
2532 :    
2533 : edgomez 1.7 2004-04-15 19:28:53 GMT patch-16
2534 : edgomez 1.4
2535 :     Summary:
2536 : edgomez 1.7 Starting the 1.1 numbering here.
2537 : edgomez 1.4 Revision:
2538 : edgomez 1.7 xvidcore--head--0.0--patch-16
2539 : edgomez 1.4
2540 : edgomez 1.7 From pete:
2541 :     * Started 1.1 numbering
2542 :     * Added 1.1 checking for the brightness field.
2543 :    
2544 :     PS: API 4 is extensible as long as we add fields at the end of
2545 :     the structures and that we had checks to mimic old core
2546 :     settings. That's why the API version doesn't change, but the
2547 :     public numbering does.
2548 : edgomez 1.4
2549 :     modified files:
2550 : edgomez 1.7 src/decoder.c src/xvid.c src/xvid.h
2551 : edgomez 1.4
2552 :    
2553 : edgomez 1.7 2004-04-14 19:22:52 GMT patch-15
2554 : edgomez 1.4
2555 :     Summary:
2556 : edgomez 1.7 Remove ppro code from mmx h263 quant.
2557 : edgomez 1.4 Revision:
2558 : edgomez 1.7 xvidcore--head--0.0--patch-15
2559 : edgomez 1.4
2560 : edgomez 1.7 From Jean Marc:
2561 :     * Removed pentium pro opcodes from mmx functions (cmov)
2562 : edgomez 1.4
2563 :     modified files:
2564 : edgomez 1.7 src/quant/x86_asm/quantize_h263_mmx.asm
2565 : edgomez 1.4
2566 :    
2567 : edgomez 1.7 2004-04-13 20:05:24 GMT patch-14
2568 : edgomez 1.4
2569 :     Summary:
2570 : edgomez 1.7 Reverted troublesome patch-11
2571 : edgomez 1.4 Revision:
2572 : edgomez 1.7 xvidcore--head--0.0--patch-14
2573 : edgomez 1.4
2574 : edgomez 1.7 From ed.gomez:
2575 :     * Removed buggy patch-11. Though xvid_bench tests passed, the code
2576 :     was buggy... and as all changes were involved, the patch is reverted.
2577 : edgomez 1.4
2578 :     modified files:
2579 : edgomez 1.7 src/utils/x86_asm/mem_transfer_mmx.asm
2580 : edgomez 1.4
2581 :    
2582 : edgomez 1.7 2004-04-12 15:48:21 GMT patch-13
2583 : edgomez 1.4
2584 :     Summary:
2585 : edgomez 1.7 Optimized Plane SSE.
2586 : edgomez 1.4 Revision:
2587 : edgomez 1.7 xvidcore--head--0.0--patch-13
2588 : edgomez 1.4
2589 :     From ed.gomez:
2590 : edgomez 1.7 * Mostly unuseful patch as it optimizes a function that is used
2591 :     not so often and that doesn't eat so much CPU. But as i'm always
2592 :     doing debugging (thus using plane_sse), i like the idea of being
2593 :     doing the debugging the faster i can :-)
2594 : edgomez 1.4
2595 :     modified files:
2596 : edgomez 1.7 examples/xvid_bench.c src/image/image.c src/motion/sad.c
2597 :     src/motion/sad.h src/motion/x86_asm/sad_mmx.asm src/xvid.c
2598 : edgomez 1.4
2599 :    
2600 : edgomez 1.7 2004-04-12 15:38:01 GMT patch-12
2601 : edgomez 1.4
2602 :     Summary:
2603 : edgomez 1.7 New H263 code.
2604 : edgomez 1.4 Revision:
2605 : edgomez 1.7 xvidcore--head--0.0--patch-12
2606 : edgomez 1.4
2607 : edgomez 1.7 From Jean Marc:
2608 :     * Improved H263 code.
2609 : edgomez 1.4
2610 :     modified files:
2611 : edgomez 1.7 src/quant/x86_asm/quantize_h263_mmx.asm
2612 : edgomez 1.4
2613 :    
2614 : edgomez 1.7 2004-04-12 14:03:19 GMT patch-10
2615 : edgomez 1.4
2616 :     Summary:
2617 : edgomez 1.7 Removed CVS Id field
2618 : edgomez 1.4 Revision:
2619 : edgomez 1.7 xvidcore--head--0.0--patch-10
2620 : edgomez 1.4
2621 : edgomez 1.7 Removed CVS Id field
2622 :    
2623 : edgomez 1.4
2624 :     modified files:
2625 : edgomez 1.7 src/motion/ppc_asm/sad_altivec.c
2626 : edgomez 1.4
2627 :    
2628 : edgomez 1.7 2004-04-12 14:00:16 GMT patch-9
2629 : edgomez 1.4
2630 :     Summary:
2631 : edgomez 1.7 Added debug option (-debug)
2632 : edgomez 1.4 Revision:
2633 : edgomez 1.7 xvidcore--head--0.0--patch-9
2634 : edgomez 1.4
2635 : edgomez 1.7 Added debug option (-debug)
2636 : edgomez 1.4
2637 :    
2638 :     modified files:
2639 : edgomez 1.7 examples/xvid_decraw.c
2640 : edgomez 1.2
2641 :    
2642 : edgomez 1.7 2004-04-12 13:53:00 GMT patch-8
2643 : edgomez 1.3
2644 :     Summary:
2645 : edgomez 1.7 Merged stable tree fixes
2646 : edgomez 1.3 Revision:
2647 : edgomez 1.7 xvidcore--head--0.0--patch-8
2648 : edgomez 1.3
2649 : edgomez 1.7 Merged stable tree fixes
2650 :    
2651 :     Patches applied:
2652 :    
2653 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-6
2654 :     Compiler quirk in portab.h
2655 :    
2656 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-7
2657 :     DShow widget hiding.
2658 :    
2659 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-8
2660 :     RGB 16bit output fix.
2661 :    
2662 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-9
2663 :     3DNow Ext functions use MMXEXT opcodes.
2664 :    
2665 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-10
2666 :     PGM support back in xvid_decraw.
2667 :    
2668 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-11
2669 :     Better MV clipping code.
2670 :    
2671 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-12
2672 :     3dnow functions proper separation.
2673 :    
2674 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-13
2675 :     Don't do SAD and RD based searches for qp.
2676 :    
2677 : edgomez 1.3
2678 :     modified files:
2679 : edgomez 1.7 dshow/src/xvid.ax.rc examples/xvid_decraw.c src/decoder.c
2680 :     src/image/colorspace.c src/motion/estimation_pvop.c
2681 :     src/portab.h src/xvid.c
2682 :    
2683 :     new patches:
2684 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-6
2685 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-7
2686 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-8
2687 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-9
2688 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-10
2689 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-11
2690 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-12
2691 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-13
2692 : edgomez 1.3
2693 :    
2694 : edgomez 1.7 2004-04-05 20:44:57 GMT patch-7
2695 : edgomez 1.3
2696 :     Summary:
2697 : edgomez 1.7 MSVC warning.
2698 : edgomez 1.3 Revision:
2699 : edgomez 1.7 xvidcore--head--0.0--patch-7
2700 : edgomez 1.3
2701 : edgomez 1.7 From pete:
2702 :     * Fixed MSVC warnings about float vs double.
2703 : edgomez 1.3
2704 :     modified files:
2705 : edgomez 1.7 src/plugins/plugin_lumimasking.c
2706 : edgomez 1.3
2707 :    
2708 : edgomez 1.7 2004-04-05 20:04:10 GMT patch-6
2709 : edgomez 1.3
2710 :     Summary:
2711 : edgomez 1.7 Frame dropping alternative fix.
2712 : edgomez 1.3 Revision:
2713 : edgomez 1.7 xvidcore--head--0.0--patch-6
2714 : edgomez 1.3
2715 :     From sysKin:
2716 : edgomez 1.7 * Different solution to the same problem previously fixed in
2717 :     1.0 tree.
2718 : edgomez 1.3
2719 :     modified files:
2720 : edgomez 1.7 src/encoder.c
2721 : edgomez 1.3
2722 :    
2723 : edgomez 1.7 2004-04-05 19:45:17 GMT patch-5
2724 : edgomez 1.3
2725 :     Summary:
2726 : edgomez 1.7 Merged stable tree fixes
2727 : edgomez 1.3 Revision:
2728 : edgomez 1.7 xvidcore--head--0.0--patch-5
2729 : edgomez 1.3
2730 : edgomez 1.7 Merged stable tree fixes
2731 :    
2732 :     Patches applied:
2733 :    
2734 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-2
2735 :     Typo in ME fast comparison.
2736 :    
2737 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-3
2738 :     Dead code removal.
2739 :    
2740 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-4
2741 :     Frame dropping disabling for bframes.
2742 :    
2743 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-5
2744 :     Marking RC4
2745 :    
2746 : edgomez 1.3
2747 :     modified files:
2748 : edgomez 1.7 ChangeLog build/generic/configure.in src/encoder.c
2749 :     src/motion/estimation_common.c src/xvid.h
2750 : edgomez 1.3
2751 : edgomez 1.7 new patches:
2752 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-2
2753 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-3
2754 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-4
2755 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-5
2756 : edgomez 1.3
2757 :    
2758 : edgomez 1.7 2004-04-03 10:33:44 GMT patch-4
2759 : edgomez 1.3
2760 :     Summary:
2761 : edgomez 1.7 Merged 1.0 fixes
2762 : edgomez 1.3 Revision:
2763 : edgomez 1.7 xvidcore--head--0.0--patch-4
2764 : edgomez 1.3
2765 : edgomez 1.7 Merged 1.0 fixes
2766 :    
2767 :     Patches applied:
2768 :    
2769 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--base-0
2770 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
2771 :    
2772 :     * ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-1
2773 :     VFW Resource leak fix (try #2)
2774 : edgomez 1.3
2775 :    
2776 :     modified files:
2777 : edgomez 1.7 vfw/src/codec.c vfw/src/driverproc.c
2778 : edgomez 1.3
2779 : edgomez 1.7 new patches:
2780 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--base-0
2781 :     ed.gomez@free.fr--2004-1/xvidcore--stable--1.0--patch-1
2782 : edgomez 1.3
2783 :    
2784 : edgomez 1.7 2004-04-02 21:44:39 GMT patch-3
2785 : edgomez 1.3
2786 :     Summary:
2787 : edgomez 1.7 Merged new PPC port
2788 : edgomez 1.3 Revision:
2789 : edgomez 1.7 xvidcore--head--0.0--patch-3
2790 : edgomez 1.3
2791 : edgomez 1.7 Merged new PPC port
2792 :    
2793 :     Patches applied:
2794 :    
2795 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--base-0
2796 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-4
2797 :    
2798 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-1
2799 :     Sad Altivec File added
2800 :    
2801 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-2
2802 :     Mem Transfer functions ported to altivec
2803 :    
2804 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-4
2805 :     bugfix in mem transfer altivec routines
2806 :    
2807 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-5
2808 :     Bug Fix in Mem Transfer
2809 :    
2810 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-6
2811 :     Walken Inverse DCT added
2812 :    
2813 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-7
2814 :     Interpolate8x8 altivec added
2815 :    
2816 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-8
2817 :     interpolate avg2 altivec added
2818 :    
2819 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-9
2820 :     Star-merged Edouards Branch
2821 :    
2822 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-10
2823 :     Added RGB to YV12 Altivec routines
2824 :    
2825 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-11
2826 :     Added YUV to YV12 Altivec routines
2827 :    
2828 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-12
2829 :     more interpolate functions
2830 :    
2831 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-13
2832 :     H263 Quantization added in altivec
2833 :    
2834 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-14
2835 :     Star-Merge with main branch
2836 :    
2837 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-15
2838 :     h263 dequantization with altivec
2839 :    
2840 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-16
2841 :     sse8_16bit added
2842 :    
2843 :     * chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-17
2844 :     added yv12 to yuv colorspace routines (altivec)
2845 :    
2846 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--base-0
2847 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--base-0
2848 :    
2849 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
2850 :     Merged with mainline patch-9
2851 :    
2852 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-2
2853 :     PPC platform support cleanup.
2854 :    
2855 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-3
2856 :     Merging Paul's changes
2857 :    
2858 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-4
2859 :     Merged mainline patches
2860 :    
2861 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-5
2862 :     Merged up to mainline RC1
2863 :    
2864 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-6
2865 :     Merged chn's work
2866 :    
2867 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-7
2868 :     Merged chn's mem transfer functions
2869 :    
2870 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-8
2871 :     Merged mainline mem_transfer arch separation
2872 :    
2873 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-9
2874 :     Merged mainline patches
2875 :    
2876 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-10
2877 :     Replayed unconflicting patches from chn
2878 :    
2879 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-11
2880 :     Merging mainline up to patch-31
2881 :    
2882 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-12
2883 :     Forgotten patch from chn
2884 :    
2885 :     * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-13
2886 :     Merged chn's branch up to patch-10
2887 : edgomez 1.3
2888 : edgomez 1.7 * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-14
2889 :     Merged work from Chriostoph up to patch-13
2890 : edgomez 1.3
2891 : edgomez 1.7 * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-15
2892 :     Merged stuff from mainline
2893 : edgomez 1.3
2894 : edgomez 1.7 * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-16
2895 :     Merged chn's work
2896 : edgomez 1.3
2897 : edgomez 1.7 * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-17
2898 :     Merged mainline
2899 : edgomez 1.2
2900 : edgomez 1.7 * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-18
2901 :     Merged mainline fixes
2902 : edgomez 1.2
2903 : edgomez 1.7 * ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-19
2904 :     Merging head branch to prepare mainline merging
2905 : edgomez 1.2
2906 : edgomez 1.7 * ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--base-0
2907 :     tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-2
2908 : edgomez 1.2
2909 : edgomez 1.7 * ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
2910 :     Quick changes for ppc linux
2911 : edgomez 1.2
2912 :    
2913 : edgomez 1.7 new files:
2914 :     src/dct/ppc_asm/.arch-ids/idct_altivec.c.id
2915 :     src/dct/ppc_asm/idct_altivec.c src/image/ppc_asm/.arch-ids/=id
2916 :     src/image/ppc_asm/.arch-ids/colorspace_altivec.c.id
2917 :     src/image/ppc_asm/.arch-ids/interpolate8x8_altivec.c.id
2918 :     src/image/ppc_asm/colorspace_altivec.c
2919 :     src/image/ppc_asm/interpolate8x8_altivec.c
2920 :     src/motion/ppc_asm/.arch-ids/sad_altivec.c.id
2921 :     src/motion/ppc_asm/sad_altivec.c
2922 :     src/quant/ppc_asm/.arch-ids/=id
2923 :     src/quant/ppc_asm/.arch-ids/quant_h263_altivec.c.id
2924 :     src/quant/ppc_asm/quant_h263_altivec.c
2925 :     src/utils/ppc_asm/.arch-ids/=id
2926 :     src/utils/ppc_asm/.arch-ids/altivec_trigger.c.id
2927 :     src/utils/ppc_asm/.arch-ids/mem_transfer_altivec.c.id
2928 :     src/utils/ppc_asm/altivec_trigger.c
2929 :     src/utils/ppc_asm/mem_transfer_altivec.c
2930 : edgomez 1.2
2931 : edgomez 1.7 removed files:
2932 :     src/bitstream/ppc_asm/.arch-ids/cbp_altivec.s.id
2933 :     src/bitstream/ppc_asm/.arch-ids/cbp_ppc.s.id
2934 :     src/bitstream/ppc_asm/cbp_altivec.s
2935 :     src/bitstream/ppc_asm/cbp_ppc.s
2936 :     src/dct/ppc_asm/.arch-ids/fdct_altivec.s.id
2937 :     src/dct/ppc_asm/.arch-ids/idct_altivec.s.id
2938 :     src/dct/ppc_asm/fdct_altivec.s src/dct/ppc_asm/idct_altivec.s
2939 :     src/motion/ppc_asm/.arch-ids/README.id
2940 :     src/motion/ppc_asm/.arch-ids/sad_altivec.c.id
2941 :     src/motion/ppc_asm/.arch-ids/sad_altivec.s.id
2942 :     src/motion/ppc_asm/README src/motion/ppc_asm/sad_altivec.c
2943 :     src/motion/ppc_asm/sad_altivec.s
2944 : edgomez 1.2
2945 :     modified files:
2946 : edgomez 1.7 build/generic/Makefile build/generic/configure.in
2947 :     build/generic/platform.inc.in build/generic/sources.inc
2948 :     examples/xvid_bench.c src/bitstream/cbp.h src/dct/fdct.h
2949 :     src/dct/idct.h src/dct/simple_idct.c src/image/colorspace.h
2950 :     src/image/interpolate8x8.h src/motion/sad.h src/portab.h
2951 :     src/quant/quant.h src/utils/emms.h src/utils/mem_transfer.h
2952 :     src/xvid.c
2953 : edgomez 1.2
2954 : edgomez 1.7 new directories:
2955 :     src/image/ppc_asm src/image/ppc_asm/.arch-ids
2956 :     src/quant/ppc_asm src/quant/ppc_asm/.arch-ids
2957 :     src/utils/ppc_asm src/utils/ppc_asm/.arch-ids
2958 : edgomez 1.2
2959 : edgomez 1.7 new patches:
2960 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--base-0
2961 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-1
2962 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-2
2963 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-4
2964 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-5
2965 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-6
2966 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-7
2967 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-8
2968 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-9
2969 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-10
2970 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-11
2971 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-12
2972 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-13
2973 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-14
2974 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-15
2975 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-16
2976 :     chn@kbw.ch--2004-1/xvidcore--naegeli--1.0--patch-17
2977 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--base-0
2978 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
2979 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-2
2980 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-3
2981 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-4
2982 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-5
2983 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-6
2984 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-7
2985 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-8
2986 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-9
2987 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-10
2988 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-11
2989 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-12
2990 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-13
2991 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-14
2992 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-15
2993 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-16
2994 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-17
2995 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-18
2996 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4-ppc--1.0--patch-19
2997 :     ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--base-0
2998 :     ptk9417@rit.edu--2004-1/xvidcore--devapi4-ppc--1.0--patch-1
2999 : edgomez 1.2
3000 :    
3001 : edgomez 1.7 2004-04-02 21:26:57 GMT patch-2
3002 : edgomez 1.2
3003 :     Summary:
3004 : edgomez 1.7 messed with XviD BS version
3005 : edgomez 1.2 Revision:
3006 : edgomez 1.7 xvidcore--head--0.0--patch-2
3007 : edgomez 1.2
3008 : edgomez 1.7 messed with XviD BS version
3009 :    
3010 : edgomez 1.2
3011 :     modified files:
3012 : edgomez 1.7 src/xvid.h
3013 : edgomez 1.2
3014 :    
3015 : edgomez 1.7 2004-04-02 21:25:15 GMT patch-1
3016 : edgomez 1.2
3017 :     Summary:
3018 : edgomez 1.7 Brightness Postprocessing.
3019 : edgomez 1.2 Revision:
3020 : edgomez 1.7 xvidcore--head--0.0--patch-1
3021 : edgomez 1.2
3022 : edgomez 1.7 From Pete:
3023 :     * Added brightness postprocessing.
3024 :    
3025 :     From ed.gomez:
3026 :     * Merging changes due to CVS branches unsync state between head and
3027 :     last 1.0 dev branch.
3028 : edgomez 1.2
3029 : edgomez 1.7 new files:
3030 :     src/image/x86_asm/.arch-ids/postprocessing_mmx.asm.id
3031 :     src/image/x86_asm/postprocessing_mmx.asm
3032 : edgomez 1.2
3033 :     modified files:
3034 : edgomez 1.7 build/generic/sources.inc build/win32/libxvidcore.dsp
3035 :     dshow/src/CXvidDecoder.cpp dshow/src/config.c
3036 :     dshow/src/xvid.ax.rc src/decoder.c src/image/image.c
3037 :     src/image/image.h src/image/postprocessing.c
3038 :     src/image/postprocessing.h src/xvid.c src/xvid.h
3039 :     vfw/src/codec.c vfw/src/codec.h vfw/src/config.c
3040 :     vfw/src/resource.h vfw/src/resource.rc
3041 : edgomez 1.2
3042 :    
3043 : edgomez 1.7 2004-04-02 20:36:54 GMT base-0
3044 : edgomez 1.2
3045 :     Summary:
3046 : edgomez 1.7 tag of ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
3047 : edgomez 1.2 Revision:
3048 : edgomez 1.7 xvidcore--head--0.0--base-0
3049 : edgomez 1.2
3050 : edgomez 1.7 (automatically generated log message)
3051 : edgomez 1.2
3052 : edgomez 1.7 new patches:
3053 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--base-0
3054 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-1
3055 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-2
3056 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-3
3057 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-4
3058 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-5
3059 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-6
3060 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-7
3061 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-8
3062 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-9
3063 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-10
3064 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-11
3065 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-12
3066 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-13
3067 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-14
3068 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-15
3069 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-16
3070 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-17
3071 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-18
3072 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-19
3073 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-20
3074 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-21
3075 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-22
3076 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-23
3077 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-24
3078 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-25
3079 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-26
3080 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-27
3081 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-28
3082 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-29
3083 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-30
3084 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-31
3085 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-32
3086 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-33
3087 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-34
3088 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-35
3089 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-36
3090 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-37
3091 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-38
3092 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-39
3093 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-40
3094 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-41
3095 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-42
3096 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-43
3097 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-44
3098 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-45
3099 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-46
3100 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-47
3101 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-48
3102 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-49
3103 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-50
3104 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-51
3105 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-52
3106 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-53
3107 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-54
3108 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-55
3109 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-56
3110 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-57
3111 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-58
3112 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-59
3113 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-60
3114 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-61
3115 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-62
3116 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-63
3117 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-64
3118 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-65
3119 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-66
3120 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-67
3121 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-68
3122 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-69
3123 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-70
3124 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-71
3125 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-72
3126 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-73
3127 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-74
3128 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-75
3129 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-76
3130 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-77
3131 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-78
3132 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-79
3133 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-80
3134 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-81
3135 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-82
3136 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-83
3137 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-84
3138 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-85
3139 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-86
3140 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-87
3141 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-88
3142 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-89
3143 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-90
3144 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-91
3145 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-92
3146 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-93
3147 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-94
3148 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-95
3149 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-96
3150 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-97
3151 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-98
3152 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-99
3153 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-100
3154 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-101
3155 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-102
3156 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-103
3157 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-104
3158 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-105
3159 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-106
3160 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-107
3161 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-108
3162 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-109
3163 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-110
3164 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-111
3165 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-112
3166 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-113
3167 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-114
3168 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-115
3169 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-116
3170 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-117
3171 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-118
3172 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-119
3173 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-120
3174 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-121
3175 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-122
3176 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-123
3177 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-124
3178 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-125
3179 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-126
3180 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-127
3181 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-128
3182 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-129
3183 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-130
3184 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-131
3185 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-132
3186 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-133
3187 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-134
3188 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-135
3189 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-136
3190 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-137
3191 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-138
3192 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-139
3193 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-140
3194 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-141
3195 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-142
3196 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-143
3197 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-144
3198 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-145
3199 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-146
3200 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-147
3201 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-148
3202 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-149
3203 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-150
3204 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-151
3205 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-152
3206 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-153
3207 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-154
3208 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-155
3209 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-156
3210 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-157
3211 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-158
3212 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-159
3213 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-160
3214 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-161
3215 :     ed.gomez@free.fr--2003-1/xvidcore--devapi4--1.0--patch-162
3216 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--base-0
3217 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-1
3218 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-2
3219 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-3
3220 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-4
3221 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-5
3222 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-6
3223 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-7
3224 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-8
3225 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-9
3226 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-10
3227 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-11
3228 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-12
3229 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-13
3230 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-14
3231 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-15
3232 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-16
3233 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-17
3234 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-18
3235 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-19
3236 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-20
3237 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-21
3238 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-22
3239 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-23
3240 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-24
3241 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-25
3242 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-26
3243 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-27
3244 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-28
3245 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-29
3246 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-30
3247 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-31
3248 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-32
3249 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-33
3250 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-34
3251 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-35
3252 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-36
3253 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-37
3254 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-38
3255 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-39
3256 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-40
3257 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-41
3258 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-42
3259 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-43
3260 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-44
3261 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-45
3262 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-46
3263 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-47
3264 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-48
3265 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-49
3266 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-50
3267 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-51
3268 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-52
3269 :     ed.gomez@free.fr--2004-1/xvidcore--devapi4--1.0--patch-53
3270 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--base-0
3271 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-1
3272 : edgomez 1.2 ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-2
3273 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-3
3274 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-4
3275 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-5
3276 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-6
3277 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-7
3278 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-8
3279 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-9
3280 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-10
3281 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-11
3282 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-12
3283 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-13
3284 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-14
3285 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-15
3286 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-16
3287 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-17
3288 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-18
3289 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-19
3290 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-20
3291 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-21
3292 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-22
3293 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-23
3294 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-24
3295 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-25
3296 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-26
3297 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-27
3298 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-28
3299 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-29
3300 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-30
3301 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-31
3302 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-32
3303 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-33
3304 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-34
3305 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-35
3306 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-36
3307 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-37
3308 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-38
3309 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-39
3310 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-40
3311 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-41
3312 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-42
3313 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-43
3314 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-44
3315 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-45
3316 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-46
3317 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-47
3318 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-48
3319 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-49
3320 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-50
3321 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-51
3322 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-52
3323 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-53
3324 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-54
3325 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-55
3326 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-56
3327 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-57
3328 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-58
3329 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-59
3330 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-60
3331 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-61
3332 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-62
3333 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-63
3334 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-64
3335 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-65
3336 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-66
3337 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-67
3338 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-68
3339 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-69
3340 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-70
3341 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-71
3342 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-72
3343 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-73
3344 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-74
3345 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-75
3346 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-76
3347 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-77
3348 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-78
3349 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-79
3350 :     ed.gomez@free.fr--main/xvidcore--devapi4--1.0--patch-80
3351 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--base-0
3352 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-1
3353 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-2
3354 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-3
3355 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-4
3356 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-5
3357 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-6
3358 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-7
3359 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-8
3360 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-9
3361 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-10
3362 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-11
3363 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-12
3364 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-13
3365 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-14
3366 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-15
3367 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-16
3368 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-17
3369 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-18
3370 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-19
3371 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--patch-20
3372 :     ed.gomez@free.fr--main/xvidcore--stable--0.9--version-0
3373 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--base-0
3374 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-1
3375 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-2
3376 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-3
3377 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-4
3378 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-5
3379 :     ed.gomez@free.fr--main/xvidcore--stable--1.0--patch-6
3380 :    
3381 :    

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4