[svn] / trunk / xvidcore / changelog.txt Repository:
ViewVC logotype

Annotation of /trunk/xvidcore/changelog.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 525 - (view) (download)

1 : edgomez 475 *****************************************************************************
2 : edgomez 525 *
3 :     * Probably last series of small cleanings, updates before first release :-)
4 :     *
5 :     *****************************************************************************
6 :    
7 :     First change: 2002/09/12 18:53:11 (GMT)
8 :     Last change: 2002/09/22 20:34:05 (GMT)
9 :     Files changed: 49
10 :     Number of changes: 81
11 :    
12 :     ===[ authors.txt ]===
13 :     1.3 (edgomez) - Added main contributors
14 :     1.2 (suxen_drol) pross email address updates
15 :    
16 :     ===[ todo.txt ]===
17 :     1.8 (edgomez) Updated
18 :    
19 :     ===[ build/generic/Makefile.cygwin ]===
20 :     1.5 (edgomez) Changed header
21 :     1.4 (edgomez) Synced with last Makefile.linux changes
22 :     1.3 (edgomez) Fixed a remaining endif statetement forgoten in the file
23 :     1.2 (edgomez) Updated, creates a dll and its import lib too
24 :    
25 :     ===[ build/generic/Makefile.irix64 ]===
26 :     1.2 (edgomez) Updated
27 :    
28 :     ===[ build/generic/Makefile.linux ]===
29 :     1.10 (edgomez) Renamed file Makefile.linux->Makefile.linxuxx86
30 :     1.9 (edgomez) Changed profiling option, added arcs profiling, branch probabilities, and test coverage
31 :     1.8 (edgomez) Removed SMP cflag and added BFRAMES_DEC (lacks real testing).
32 :    
33 :     ===[ build/generic/Makefile.linuxppc ]===
34 :     1.7 (edgomez) Updated
35 :    
36 :     ===[ build/generic/Makefile.linuxppc_altivec ]===
37 :     1.6 (edgomez) Updated
38 :    
39 :     ===[ build/generic/Makefile.linuxx86 ]===
40 :     1.1 (edgomez) Renamed file Makefile.linux->Makefile.linxuxx86
41 :    
42 :     ===[ build/generic/Makefile.sparc ]===
43 :     1.2 (edgomez) Updated
44 :    
45 :     ===[ build/generic/libxvidcore.def ]===
46 :     1.1 (edgomez) Used by cygwin
47 :    
48 :     ===[ build/win32/core.dsp ]===
49 :     1.14 (edgomez) renamed to libxvidcore.dsp
50 :    
51 :     ===[ build/win32/core.dsw ]===
52 :     1.2 (edgomez) Removed in favour of xvidcore.dsw
53 :    
54 :     ===[ build/win32/libxvidcore.dsp ]===
55 :     1.3 (suxen_drol) msvc dsp fix
56 :     1.2 (suxen_drol) removed smb_motionest.h reference
57 :     1.1 (edgomez) Old files renamed
58 :    
59 :     ===[ build/win32/xvid_stat.dsp ]===
60 :     1.1 (edgomez) renamed to libxvidcore.dsp
61 :    
62 :     ===[ build/win32/xvidcore.dsw ]===
63 :     1.2 (suxen_drol) msvc dsp fix
64 :     1.1 (edgomez) Old files renamed
65 :    
66 :     ===[ examples/xvid_stat.c ]===
67 :     1.11 (edgomez) Fix fps report (this patch has been lost somewhere, i'm pretty sure to have fixed that a few days ago)
68 :     1.10 (edgomez) - Removed LUMIMASKING test for quality 6
69 :     1.9 (edgomez) - Fixed a problem where when using fixed quantizer, xvid_stat was reporting the use of q default_bitrate
70 :     1.8 (edgomez) Fixed PSNR (Was only calculated for Y channel)
71 :     1.7 (edgomez) Fixed a bug in pgm writing (we must interleave data from u and v channels)
72 :     1.6 (edgomez) - Added command line parsing (for ease of use)
73 :     - Basic win32 compatibility (I had to lose precision to make it win32 compatible using clock() ... the manual page says POSIX fixes CLOCK_PER_SEC at 1000000, so it should give us millisecond precision, i think it's enough)
74 :     - Make things static, and const when necessary
75 :     - Fixed some bugs in pgmreader when stream was != stdin
76 :     - My usual cosmetic and cleaning work.
77 :     1.5 (chl) - header cleanup
78 :     - removed bframe-support
79 :    
80 :     ===[ examples/ex1/YUVplayer.exe ]===
81 :     1.2 (edgomez) These examples do not show no more things than xvid_stat... so i remove them
82 :    
83 :     ===[ examples/ex1/ex1.c ]===
84 :     1.8 (edgomez) These examples do not show no more things than xvid_stat... so i remove them
85 :    
86 :     ===[ examples/ex1/ex1.dsp ]===
87 :     1.3 (edgomez) These examples do not show no more things than xvid_stat... so i remove them
88 :    
89 :     ===[ examples/ex1/ex1.dsw ]===
90 :     1.2 (edgomez) These examples do not show no more things than xvid_stat... so i remove them
91 :    
92 :     ===[ examples/ex1/ex1.h ]===
93 :     1.3 (edgomez) These examples do not show no more things than xvid_stat... so i remove them
94 :    
95 :     ===[ examples/ex1/readme.txt ]===
96 :     1.2 (edgomez) These examples do not show no more things than xvid_stat... so i remove them
97 :    
98 :     ===[ examples/ex1/test_dec.bat ]===
99 :     1.2 (edgomez) These examples do not show no more things than xvid_stat... so i remove them
100 :    
101 :     ===[ examples/ex1/test_enc.bat ]===
102 :     1.2 (edgomez) These examples do not show no more things than xvid_stat... so i remove them
103 :    
104 :     ===[ src/decoder.c ]===
105 :     1.39 (edgomez) Removed DEBUGXXXs calls
106 :     1.38 (suxen_drol) pross email address updates
107 :    
108 :     ===[ src/divx4.c ]===
109 :     1.19 (suxen_drol) pross email address updates
110 :    
111 :     ===[ src/encoder.c ]===
112 :     1.83 (edgomez) Fixed a VC++ compiler warning
113 :    
114 :     ===[ src/portab.h ]===
115 :     1.32 (edgomez) - First sparcs have a 32bit address bus. If one day we plan to have sparc 64 support, then we'll add ARCH_USPARC.
116 :     1.31 (h) fixed msvc compilation
117 :     1.30 (edgomez) - Fixed MIPS and SPARC macros/constants
118 :     1.29 (edgomez) - Changed DECLARE_ALIGNED_MATRIX
119 :     1.28 (edgomez) Cleaned (hopefully)
120 :    
121 :     ===[ src/xvid.c ]===
122 :     1.37 (suxen_drol) pross email address updates
123 :    
124 :     ===[ src/bitstream/bitstream.c ]===
125 :     1.33 (edgomez) Removed DEBUGXXXs calls
126 :     1.32 (suxen_drol) pross email address updates
127 :     1.31 (edgomez) - Removed last bits of BFRAMES #ifdefs
128 :     1.30 (edgomez) Fixed an uninitialized variable (gcc 3.1)
129 :    
130 :     ===[ src/bitstream/bitstream.h ]===
131 :     1.13 (suxen_drol) pross email address updates
132 :    
133 :     ===[ src/bitstream/mbcoding.c ]===
134 :     1.32 (edgomez) Removed DEBUGXXXs calls
135 :     1.31 (suxen_drol) msvc6 static vlc tables fix
136 :    
137 :     ===[ src/bitstream/x86_asm/cbp_mmx.asm ]===
138 :     1.6 (suxen_drol) pross email address updates
139 :    
140 :     ===[ src/image/font.c ]===
141 :     1.3 (edgomez) Was only used by bframe encoder
142 :    
143 :     ===[ src/image/font.h ]===
144 :     1.3 (edgomez) Was only used by bframe encoder
145 :    
146 :     ===[ src/motion/motion_est.c ]===
147 :     1.51 (edgomez) - Removed definitively bframe ME code
148 :     1.50 (edgomez) - Disabled bframe specific code and macros. My tests seem to confirm this patch does not hurt but i keep these #if 0 #endif just in case i have to revert things easily.
149 :     1.49 (edgomez) - Removed code from Christoph that should have never been there.
150 :     1.48 (edgomez) Fixed lot of VC++ compiler warnings
151 :    
152 :     ===[ src/motion/sad.h ]===
153 :     1.15 (suxen_drol) pross email address updates
154 :    
155 :     ===[ src/motion/smp_motion_est.c ]===
156 :     1.5 (edgomez) This stable version will not include smp support
157 :    
158 :     ===[ src/motion/smp_motion_est.h ]===
159 :     1.3 (edgomez) This stable version will not include smp support
160 :    
161 :     ===[ src/prediction/mbprediction.c ]===
162 :     1.9 (suxen_drol) pross email address updates
163 :    
164 :     ===[ src/quant/adapt_quant.c ]===
165 :     1.10 (suxen_drol) pross email address updates
166 :     1.9 (edgomez) - Possible memory leak if second malloc fails
167 :     1.8 (edgomez) Stupid bug for a stupid guy like me, sorry
168 :     1.6.2.1 (suxen_drol) gom's adapt quant free() fix
169 :    
170 :     ===[ src/quant/quant_h263.c ]===
171 :     1.3 (suxen_drol) pross email address updates
172 :    
173 :     ===[ src/quant/quant_matrix.c ]===
174 :     1.9 (h) bugfix - custom matrix mode used to force vol header for every frame
175 :     1.5.2.1 (h) bugfix - custom matrix mode previously forced vol header for every frame
176 :    
177 :     ===[ src/quant/quant_mpeg4.c ]===
178 :     1.5 (suxen_drol) pross email address updates
179 :    
180 :     ===[ src/quant/quant_mpeg4.h ]===
181 :     1.5 (suxen_drol) pross email address updates
182 :    
183 :     ===[ src/utils/mbtransquant.c ]===
184 :     1.13 (suxen_drol) pross email address updates
185 :    
186 :     ===[ src/utils/mem_transfer.c ]===
187 :     1.6 (suxen_drol) pross email address updates
188 :    
189 :     ===[ src/utils/ratecontrol.c ]===
190 :     1.16 (edgomez) Udated copyright holders
191 :     1.15 (edgomez) Removed DEBUGXXXs calls
192 :    
193 :     ===[ src/utils/x86_asm/mem_transfer_mmx.asm ]===
194 :     1.7 (suxen_drol) pross email address updates
195 :    
196 :     *****************************************************************************
197 : edgomez 475 * Long list of very basic changes :
198 :     *
199 :     * The aim is simple, make sure we take care of GPL headers, copyrights, and
200 :     * easy compiler warnings
201 :     *
202 :     * We'll do better source cleaning once this first step is finnished
203 :     *****************************************************************************
204 : chenm001 168
205 : edgomez 525 First change: 2002/08/?? ??:??:?? (GMT)
206 :     Last change: 2002/09/12 ??:??:?? (GMT)
207 :     Files changed: ??
208 :     Number of changes: ??
209 :    
210 : edgomez 475 ===[ todo.txt ]===
211 :     1.7 (edgomez) Updated
212 :     1.6 (edgomez) Updated
213 :     1.5 (edgomez) - Added new item
214 :     - Moved the $id$ keyword out of the box
215 :     1.4 (edgomez) Stable tree ToDo List
216 : Isibaar 4
217 : edgomez 475 ===[ build/generic/Makefile.inc ]===
218 :     1.17 (edgomez) Removed font.c from Makefile (only used in bframe)
219 :     1.16 (chl) Removed SMP
220 : Isibaar 4
221 : edgomez 475 ===[ build/generic/Makefile.linux ]===
222 :     1.7 (edgomez) Removed BFRAMES options
223 :     1.6.2.1 (chl) Adding installing of xvid.h to /usr/local/include (just to test branching)
224 :    
225 :     ===[ src/decoder.c ]===
226 :     1.37 (h) interlacing bugfix (inter cbp behaviour)
227 :    
228 :     ===[ src/divx4.c ]===
229 :     1.18 (edgomez) - Removed History from file header.
230 :     - Moved Peter copyright to the top of the file.
231 :     1.17 (edgomez) Removed BFRAMES parts of the code
232 :    
233 :     ===[ src/encoder.c ]===
234 :     1.82 (edgomez) - Compiler warning fixed.
235 :     1.81 (chl) Call MBPrediction only of INTRA/INTRA_Q blocks
236 :     1.80 (edgomez) Thanks to christoph i removed this nasty horrible bug ! Kidding of course :-)
237 : edgomez 525 1.79 (edgomez) Added $Id: changelog.txt,v 1.5 2002-09-22 20:40:47 edgomez Exp $ keyword again
238 : edgomez 475 1.78 (edgomez) Removed BFRAMES parts of the code.
239 :     1.77 (edgomez) - Removed history header
240 :     - File Copyright to Michael until we find who wrote this file
241 :    
242 :     ===[ src/encoder.h ]===
243 : edgomez 525 1.21 (edgomez) Added $Id: changelog.txt,v 1.5 2002-09-22 20:40:47 edgomez Exp $ keyword again.
244 : edgomez 475 1.20 (edgomez) Removed BFRAMES part of the code
245 :     1.19 (edgomez) - Removed History Header
246 :     - Added Michael Militzer Copyright (well Michael seems to be the first contributor)
247 :    
248 :     ===[ src/global.h ]===
249 :     1.14 (edgomez) - Added legal header
250 :     - Added copyright (temporary set to Michael)
251 :    
252 :     ===[ src/portab.h ]===
253 :     1.27 (edgomez) - Added legal header
254 :     - Temporary copyright
255 :    
256 :     ===[ src/xvid.c ]===
257 : edgomez 525 1.36 (edgomez) Added $Id: changelog.txt,v 1.5 2002-09-22 20:40:47 edgomez Exp $ keyword again
258 : edgomez 475 1.35 (edgomez) Removed BFRAME code
259 :     1.34 (edgomez) Removed History, moved copyright.
260 :    
261 :     ===[ src/xvid.h ]===
262 :     1.19 (edgomez) - Removed simple BFRAMES part of structures
263 :    
264 :     ToDo : remove last BFRAMES bits once bframe code has been removed from the stable tree
265 :     1.18 (edgomez) - Fixed header to mention possible patent infringement
266 :     - Removed History
267 :    
268 :     ===[ src/bitstream/bitstream.c ]===
269 :     1.29 (edgomez) Added headers, removed unused code
270 :    
271 :     ===[ src/bitstream/bitstream.h ]===
272 :     1.12 (edgomez) Added headers, removed unused code
273 :     1.11 (edgomez) - Changed header
274 :     - Extended peter's copyright to 2002
275 :     - Cosmetic separation between logical sections
276 :    
277 :     ===[ src/bitstream/cbp.c ]===
278 :     1.7 (edgomez) - hey this file is mine :-) Apply my copyright.
279 :     1.6 (edgomez) - Legal header
280 :     - Cosmetic
281 :    
282 :     ===[ src/bitstream/cbp.h ]===
283 :     1.7 (edgomez) - Added legal headers
284 :     - Cosmetic
285 :    
286 :     ===[ src/bitstream/mbcoding.c ]===
287 :     1.30 (edgomez) Added headers, removed unused code
288 :     1.29 (edgomez) - Respect const qualifier changes in vlc_codes.h
289 :     1.28 (edgomez) - Little mistake in previous commit fixed, all bframe functions have been disabled
290 :     1.27 (edgomez) - Moved get_coeff from vlc_codes.h
291 :     - Disabled MBCodingBVOP with #ifdef 0 #endif (Will be removed completly when i'm sure it doesn't hurt)
292 :     1.26 (edgomez) - Changed header
293 :     - Added static qualifier to local arrays
294 :     - Cosmetic
295 :     1.25 (h) interlacing bugfix (inter cbp behaviour)
296 :    
297 :     ===[ src/bitstream/mbcoding.h ]===
298 :     1.9 (edgomez) Added headers, removed unused code
299 :    
300 :     ===[ src/bitstream/vlc_codes.h ]===
301 :     1.10 (edgomez) - Changed const type qualifiers
302 :     1.9 (edgomez) - Pure cosmetic - tabs->spaces
303 :     1.8 (edgomez) moved get_coeff inlined function to mbcoding.c
304 :     1.7 (edgomez) - Added GPL Header + patent infringement
305 :     - Cosmetic
306 :     - The inlined function will be moved later
307 :    
308 :     ===[ src/bitstream/zigzag.h ]===
309 :     1.3 (edgomez) Added legal header
310 :    
311 :     ===[ src/dct/README.IJG ]===
312 :     1.1 (chl) Original README file from Intependent JPEG Group software as required by
313 :     their license since we use parts of their code for integer (i)DCT
314 :    
315 :     ===[ src/dct/fdct.c ]===
316 :     1.3 (chl) updated copyright header
317 :    
318 :     ===[ src/dct/idct.c ]===
319 :     1.3 (chl) updated copyright header
320 :    
321 :     ===[ src/dct/ia64_asm/fdct_ia64.s ]===
322 :     1.4 (chl) - Update license/copyright header
323 :     - Removed history header
324 :    
325 :     ===[ src/dct/ppc_asm/fdct_altivec.s ]===
326 :     1.3 (edgomez) Adde legal header + canard copyright
327 :    
328 :     ===[ src/dct/ppc_asm/idct_altivec.s ]===
329 :     1.4 (edgomez) Added legal header + copyright (go canard, go !) :-)</private joke>
330 :    
331 :     ===[ src/dct/x86_asm/fdct_mmx.asm ]===
332 :     1.5 (chl) updated copyright headers
333 :     1.4 (chl) - Update license/copyright header
334 :     - Removed history header
335 :    
336 :     ===[ src/dct/x86_asm/idct_mmx.asm ]===
337 :     1.4 (chl) updated copyright headers
338 :    
339 :     ===[ src/image/colorspace.c ]===
340 :     1.4 (chl) - Update license/copyright header
341 :     - Removed history header
342 :    
343 :     ===[ src/image/font.c ]===
344 :     1.2 (chl) - Update license/copyright header
345 :     - Removed history header
346 :    
347 :     ===[ src/image/font.h ]===
348 :     1.2 (edgomez) - Added newline at eof to shut up gcc 3.x compilers
349 :    
350 :     ===[ src/image/image.c ]===
351 :     1.22 (chl) Removed B-frames
352 :     1.21 (chl) - Update license/copyright header
353 :     - Removed history header
354 :     1.20 (h) branches: 1.20.2;
355 :     interlacing bugfix (edging behaviour)
356 :     1.20.2.1 (suxen_drol) block-based encoder interpolation/compensation for normal & bframes.
357 :    
358 :     ===[ src/image/interpolate8x8.c ]===
359 :     1.5 (chl) - Update license/copyright header
360 :     - Removed history header
361 :    
362 :     ===[ src/image/interpolate8x8.h ]===
363 :     1.6 (chl) - Update license/copyright header
364 :     - Removed history header
365 :    
366 :     ===[ src/image/x86_asm/interpolate8x8_3dn.asm ]===
367 :     1.2 (chl) - Update license/copyright header
368 :     - Removed history header
369 :    
370 :     ===[ src/image/x86_asm/interpolate8x8_mmx.asm ]===
371 :     1.9 (chl) - Update license/copyright header
372 :     - Removed history header
373 :    
374 :     ===[ src/image/x86_asm/interpolate8x8_xmm.asm ]===
375 :     1.2 (chl) - Update license/copyright header
376 :     - Removed history header
377 :    
378 :     ===[ src/image/x86_asm/rgb_to_yv12_mmx.asm ]===
379 :     1.2 (chl) - Update license/copyright header
380 :     - Removed history header
381 :    
382 :     ===[ src/image/x86_asm/yuv_to_yv12_mmx.asm ]===
383 :     1.6 (chl) - Update license/copyright header
384 :     - Removed history header
385 :    
386 :     ===[ src/image/x86_asm/yuyv_to_yv12_mmx.asm ]===
387 :     1.2 (chl) - Update license/copyright header
388 :     - Removed history header
389 :    
390 :     ===[ src/image/x86_asm/yv12_to_rgb24_mmx.asm ]===
391 :     1.3 (chl) - Update license/copyright header
392 :     - Removed history header
393 :    
394 :     ===[ src/image/x86_asm/yv12_to_rgb32_mmx.asm ]===
395 :     1.3 (chl) - Update license/copyright header
396 :     - Removed history header
397 :    
398 :     ===[ src/image/x86_asm/yv12_to_yuyv_mmx.asm ]===
399 :     1.2 (chl) - Update license/copyright header
400 :     - Removed history header
401 :    
402 :     ===[ src/motion/motion.h ]===
403 :     1.16 (chl) Removed SMP
404 :     1.15 (chl) Removed B-frames
405 :     1.14 (chl) - Update license/copyright header
406 :     - Removed history header
407 :    
408 :     ===[ src/motion/motion_comp.c ]===
409 :     1.13 (chl) Removed B-frames
410 :     1.12 (chl) - Update license/copyright header
411 :     - Removed history header
412 :     1.11.2.1 (suxen_drol) block-based encoder interpolation/compensation for normal & bframes.
413 :    
414 :     ===[ src/motion/motion_est.c ]===
415 :     1.47 (edgomez) Removed old get_pmv calls
416 :     1.46 (chl) Removed B-frames
417 :     1.45 (chl) - Update license/copyright header
418 :     - Removed history header
419 :    
420 :     ===[ src/motion/sad.c ]===
421 :     1.8 (chl) - Update license/copyright header
422 :     - Removed history header
423 :    
424 :     ===[ src/motion/sad.h ]===
425 :     1.14 (chl) - Update license/copyright header
426 :     - Removed history header
427 :    
428 :     ===[ src/motion/ia64_asm/sad_ia64.s ]===
429 :     1.6 (chl) - Update license/copyright header
430 :     - Removed history header
431 :    
432 :     ===[ src/motion/ppc_asm/sad_altivec.c ]===
433 :     1.4 (chl) - Update license/copyright header
434 :     - Removed history header
435 :    
436 :     ===[ src/motion/x86_asm/sad_3dn.asm ]===
437 :     1.3 (chl) typo
438 :     1.2 (chl) - Update license/copyright header
439 :     - Removed history header
440 :    
441 :     ===[ src/motion/x86_asm/sad_mmx.asm ]===
442 :     1.9 (chl) typo
443 :     1.8 (chl) - Update license/copyright header
444 :     - Removed history header
445 :    
446 :     ===[ src/motion/x86_asm/sad_sse2.asm ]===
447 :     1.4 (chl) typo
448 :     1.3 (chl) - Update license/copyright header
449 :     - Removed history header
450 :    
451 :     ===[ src/motion/x86_asm/sad_xmm.asm ]===
452 :     1.4 (chl) updated license header
453 :     1.3 (chl) - Update license/copyright header
454 :     - Removed history header
455 :    
456 :     ===[ src/prediction/mbprediction.c ]===
457 :     1.8 (edgomez) - Added headers
458 :     - Added copyrights
459 :     - Removed old getpmv functions
460 :    
461 :     ===[ src/prediction/mbprediction.h ]===
462 :     1.15 (edgomez) - Fixed compilers warnings
463 :     - Clarified a comment
464 :     1.14 (edgomez) - Added headers
465 :     - Added copyrights
466 :     - Removed old getpmv functions
467 :    
468 :     ===[ src/quant/adapt_quant.c ]===
469 :     1.7 (edgomez) - Added Legal header
470 :     - Cosmetic
471 :     - Added Copyrigths
472 :     1.6 (edgomez) Reentrancy problem fixed in adaptive code
473 :    
474 :     ===[ src/quant/adapt_quant.h ]===
475 :     1.4 (edgomez) Added legal header + copyright (definitive)
476 :    
477 :     ===[ src/quant/quant_h263.h ]===
478 :     1.7 (edgomez) - Legal header
479 :     - Copyright
480 :    
481 :     ===[ src/quant/quant_matrix.c ]===
482 :     1.8 (edgomez) - removed const qualifiers because the functions do not return const matrices
483 :     (i'll change that in a later time)
484 :     1.7 (edgomez) - Hmmm, i've been obliged to revert the previous patch because ofthe mmx code using the same arrays, so they need to be global. We'll have to fix that, because it's not *thread safe*.
485 :     1.6 (edgomez) - Header
486 :     - Copyright
487 :     - Warning about tread safeness in this module
488 :    
489 :     ===[ src/quant/quant_mpeg4.c ]===
490 :     1.4 (edgomez) - header fixed
491 :     - removed history from file
492 :     - moved peter's copyright to top of file
493 :    
494 :     ===[ src/quant/quant_mpeg4.h ]===
495 :     1.4 (edgomez) - Added Legal header
496 :     - Cosmetic
497 :     - Added Copyrigths
498 :    
499 :     ===[ src/quant/x86_asm/quantize4_mmx.asm ]===
500 :     1.6 (chl) updated copyright headers
501 :    
502 :     ===[ src/quant/x86_asm/quantize_mmx.asm ]===
503 :     1.6 (chl) updated copyright headers
504 :    
505 :     ===[ src/utils/emms.c ]===
506 :     1.5 (edgomez) Added copyright
507 :     1.4 (edgomez) Removed history
508 :    
509 :     ===[ src/utils/emms.h ]===
510 :     1.8 (edgomez) - Removed history
511 :     - Added copyright (definitive)
512 :    
513 :     ===[ src/utils/mbfunctions.h ]===
514 :     1.12 (edgomez) Little mistake
515 :     1.11 (edgomez) - Header changed
516 :     - Small cosmetic schanges
517 :    
518 :     ===[ src/utils/mbtransquant.c ]===
519 :     1.12 (edgomez) - Changed header
520 :     - Removed history from file
521 :     1.11 (h) interlacing bug fix - to comply with spec, no field blocks at boundary
522 :    
523 :     ===[ src/utils/mem_align.c ]===
524 :     1.9 (edgomez) - Added copyrights (yeehaw, my only copyrighted file in XviD :-)
525 :     - Removed history from file
526 :    
527 :     ===[ src/utils/mem_align.h ]===
528 :     1.4 (edgomez) - Added legal header
529 :     - Michael's copyright (until we find who is the origibal author)
530 :    
531 :     ===[ src/utils/mem_transfer.c ]===
532 :     1.5 (edgomez) - Updated legal header with Peter's copyright for 2002
533 :    
534 :     ===[ src/utils/mem_transfer.h ]===
535 :     1.9 (edgomez) - Fixed copyright
536 :     - Removed history
537 :    
538 :     ===[ src/utils/ratecontrol.c ]===
539 :     1.14 (edgomez) Added patent infringement notice
540 :    
541 :     ===[ src/utils/ratecontrol.h ]===
542 :     1.6 (edgomez) Added legal header
543 :    
544 :     ===[ src/utils/timer.c ]===
545 :     1.4 (edgomez) - Added information about possible patent infringements
546 :     - Added NotaBene about the non thread safe state of the code
547 :    
548 :     ===[ src/utils/timer.h ]===
549 :     1.5 (edgomez) - Added header
550 :     - Cosmetic

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