[svn] / branches / release-0_9_1-fixes / xvidcore / changelog.txt Repository:
ViewVC logotype

Diff of /branches/release-0_9_1-fixes/xvidcore/changelog.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 567, Sat Sep 28 16:12:19 2002 UTC revision 830, Tue Feb 11 21:56:31 2003 UTC
# Line 1  Line 1 
1  *****************************************************************************  # do not edit -- automatically generated by arch changelog
2  *  # tag: automatic-ChangeLog--ed.gomez@free.fr--main/xvidcore--stable--0.9
3  * Release is ready, we just need to have feedback on possible stupid errors.  #
4  *  
5  *****************************************************************************  2003-02-11 21:03:19 GMT Edouard Gomez <ed.gomez@free.fr>        patch-20
6    
7  First change:      2002/09/23 20:36:01 (GMT)      Summary:
8  Last change:       2002/09/28 16:01:15 (GMT)        Removed BFrame outdated bframe/qpel decoding.
9        Revision:
10  ===[ todo.txt ]===        xvidcore--stable--0.9--patch-20
11    1.9 (edgomez) Updated  
12        Michael noticed there were still pieces of bframe and qpel decoding.
13  ===[ build/generic/Makefile.cygwin ]===      He proposed to remove it or upgrade it... Feeling too lazy to merge
14    1.7 (suxen_drol) cygwin mingw-runtime notice      all differences (the too much divergent) file from dev-api-3.
15    1.6 (edgomez) Fix typo mistake  
16        modified files:
17  ===[ build/generic/Makefile.irix64 ]===       changelog.txt src/decoder.c src/image/interpolate8x8.c
18    1.3 (edgomez) Fix typo mistake       src/image/interpolate8x8.h
19    
20  ===[ build/generic/Makefile.linuxppc ]===  
21    1.8 (edgomez) Fix typo mistake  2003-02-11 18:40:48 GMT Edouard Gomez <ed.gomez@free.fr>        patch-19
22    
23  ===[ build/generic/Makefile.linuxppc_altivec ]===      Summary:
24    1.7 (edgomez) Fix typo mistake        Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
25        Revision:
26  ===[ build/generic/Makefile.linuxx86 ]===        xvidcore--stable--0.9--patch-19
27    1.2 (edgomez) Fix typo mistake  
28        Ok this patch does lot of things.
29  ===[ build/generic/Makefile.sparc ]===  
30    1.3 (edgomez) Fix typo mistake      First, it fixes libxvidcore.def for win32 targets. This file is now
31        generated at configure time. This way we make sure no symobols are
32  ===[ build/generic/libxvidcore.def ]===      exported without being compiled in.
33    1.2 (suxen_drol) added decore and encore exports  
34        Second, I revamped Makefile so its output is more eye candy.
35  ===[ build/win32/xvid_decraw.dsp ]===  
36    1.1 (edgomez) Updated - unix2dos applied      Third change, I removed the ia64 dct file from SRC_IA64 variable,
37        this was interfering with the DCT_IA64_SOURCES variable.
38  ===[ build/win32/xvid_encraw.dsp ]===  
39    1.1 (edgomez) Added to project      Fourth change, ranlib is detected at configure time and used in the
40        Makeile through the RANLIB variable.
41  ===[ build/win32/xvid_stat.dsp ]===  
42    1.2 (edgomez) Updated - unix2dos applied      modified files:
43         build/generic/Makefile build/generic/configure.in
44  ===[ examples/Makefile ]===       build/generic/libxvidcore.def.in build/generic/platform.inc.in
45    1.1 (edgomez) Added to project       build/generic/sources.inc
46    
47  ===[ examples/README ]===      renamed files:
48    1.2 (edgomez) - Updated       build/generic/.arch-ids/libxvidcore.def.id
49                 - Added all examples here         ==> build/generic/.arch-ids/libxvidcore.def.in.id
50         build/generic/libxvidcore.def
51  ===[ examples/xvid_decraw.c ]===         ==> build/generic/libxvidcore.def.in
52    1.4 (edgomez) Fixes  
53    1.3 (edgomez) - Fixed a typo error in unix mseconds  
54    1.2 (edgomez) - Added command line  
55                 - Added simple mp4 video stream container support (header + :size,data: + ... + :size,data:)  2003-02-10 23:31:01 GMT Edouard Gomez <ed.gomez@free.fr>        patch-18
56                 - Fixed PGM saving  
57                 - Win32/MSVC compatibility      Summary:
58          Fixed xvid_encraw help message.
59  ===[ examples/xvid_enc_dec.c ]===      Revision:
60    1.4 (edgomez) Outdated, and not needed anymore        xvidcore--stable--0.9--patch-18
61    
62  ===[ examples/xvid_encraw.c ]===      Fixed xvid_encraw help message.
63    1.4 (edgomez) - Added string.h so gcc does not complain about an undeclared strcmp function.  
64    1.3 (edgomez) Last small fixes      modified files:
65    1.2 (edgomez) Updated - MSVC compatibility - MP4U support - Single m4v file support       examples/xvid_encraw.c
66    
67  ===[ examples/xvid_stat.c ]===  
68    1.15 (edgomez) Last small fixes  2003-02-10 23:06:32 GMT Edouard Gomez <ed.gomez@free.fr>        patch-17
69    1.14 (edgomez) Fixes  
70    1.13 (edgomez) - Oops the unix mseconds had a typo mistake      Summary:
71    1.12 (edgomez) Some trivial fixes        Added IA64 DCT source choice according to the compiler basename.
72        Revision:
73  ===[ examples/xvid_stat.examples ]===        xvidcore--stable--0.9--patch-17
74    1.2 (edgomez) All the txt went to README  
75        The IA64 dct file must be choosen according to the compiler.
76  ===[ src/decoder.c ]===      I chose to look for a basename based on the *ecc* regexp, all
77    1.41 (h) removed incomplete field-mv support      other compiler will be treated as being the GNU C compiler.
78    1.40 (edgomez) Removed DEBUG and DEBUG1/2 calls  
79        Hope this is enough.
80  ===[ src/encoder.c ]===  
81    1.84 (h) removed incomplete field-mv support      modified files:
82         build/generic/Makefile build/generic/configure.in
83  ===[ src/encoder.h ]===       build/generic/platform.inc.in
84    1.22 (h) removed incomplete field-mv support  
85    
86  ===[ src/image/image.c ]===  2003-02-10 13:49:25 GMT Edouard Gomez <ed.gomez@free.fr>        patch-16
87    1.23 (h) removed incomplete field-mv support  
88        Summary:
89  ===[ src/image/image.h ]===        Changed linking option on PPC platforms (-flat_namespace)
90    1.9 (h) removed incomplete field-mv support      Revision:
91          xvidcore--stable--0.9--patch-16
92  ===[ src/utils/mbtransquant.c ]===  
93    1.14 (h) field-dct decision bias (thanks to Michael Niedermayer for the idea!)      Guillaume sent me this fix for PPC platforms.
94    
95  ===[ src/utils/ratecontrol.c ]===      modified files:
96    1.17 (h) amended copyright       build/generic/configure.in
97    
98  *****************************************************************************  
99  *  2003-02-09 23:15:18 GMT Edouard Gomez <ed.gomez@free.fr>        patch-15
100  * Probably last series of small cleanings, updates before first release :-)  
101  *      Summary:
102  *****************************************************************************        Added the configure bootstrap script.
103        Revision:
104  First change:      2002/09/12 18:53:11 (GMT)        xvidcore--stable--0.9--patch-15
105  Last change:       2002/09/22 20:34:05 (GMT)  
106  Files changed:     49      Added the configure bootstrap script.
107  Number of changes: 81  
108        new files:
109  ===[ authors.txt ]===       build/generic/.arch-ids/bootstrap.sh.id
110    1.3 (edgomez) - Added main contributors       build/generic/bootstrap.sh
111    1.2 (suxen_drol) pross email address updates  
112    
113  ===[ todo.txt ]===  2003-02-09 23:06:51 GMT Edouard Gomez <ed.gomez@free.fr>        patch-14
114    1.8 (edgomez) Updated  
115        Summary:
116  ===[ build/generic/Makefile.cygwin ]===        The PPC port is now disabled because it is outdated.
117    1.5 (edgomez) Changed header      Revision:
118    1.4 (edgomez) Synced with last Makefile.linux changes        xvidcore--stable--0.9--patch-14
119    1.3 (edgomez) Fixed a remaining endif statetement forgoten in the file  
120    1.2 (edgomez) Updated, creates a dll and its import lib too      The PPC port is now disabled because it is outdated.
121    
122  ===[ build/generic/Makefile.irix64 ]===      modified files:
123    1.2 (edgomez) Updated       build/generic/configure.in
124    
125  ===[ build/generic/Makefile.linux ]===  
126    1.10 (edgomez) Renamed file Makefile.linux->Makefile.linxuxx86  2003-02-09 23:01:30 GMT Edouard Gomez <ed.gomez@free.fr>        patch-13
127    1.9 (edgomez) Changed profiling option, added arcs profiling, branch probabilities, and test coverage  
128    1.8 (edgomez) Removed SMP cflag and added BFRAMES_DEC (lacks real testing).      Summary:
129          More "unknown compiler" friendly portab.h file.
130  ===[ build/generic/Makefile.linuxppc ]===      Revision:
131    1.7 (edgomez) Updated        xvidcore--stable--0.9--patch-13
132    
133  ===[ build/generic/Makefile.linuxppc_altivec ]===      Cristoph pointed out that portab.h was a problem when used with
134    1.6 (edgomez) Updated      unknown compilers. This patch tries to fix that.
135    
136  ===[ build/generic/Makefile.linuxx86 ]===      modified files:
137    1.1 (edgomez) Renamed file Makefile.linux->Makefile.linxuxx86       src/portab.h
138    
139  ===[ build/generic/Makefile.sparc ]===  
140    1.2 (edgomez) Updated  2003-02-09 00:49:32 GMT Edouard Gomez <ed.gomez@free.fr>        patch-12
141    
142  ===[ build/generic/libxvidcore.def ]===      Summary:
143    1.1 (edgomez) Used by cygwin        DivX4 compatibility layer has been turned into an option (default:disable).
144        Revision:
145  ===[ build/win32/core.dsp ]===        xvidcore--stable--0.9--patch-12
146    1.14 (edgomez) renamed to libxvidcore.dsp  
147        The divx4 compatibility API has been turned into an option. This
148  ===[ build/win32/core.dsw ]===      has been a long wanted thing by mplayer's guys, so here it is.
149    1.2 (edgomez) Removed in favour of xvidcore.dsw      As we say in french "mieux vaut tard que jamais".
150    
151  ===[ build/win32/libxvidcore.dsp ]===      modified files:
152    1.3 (suxen_drol) msvc dsp fix       build/generic/Makefile build/generic/configure.in
153    1.2 (suxen_drol) removed smb_motionest.h reference       build/generic/platform.inc.in build/generic/sources.inc
154    1.1 (edgomez) Old files renamed  
155    
156  ===[ build/win32/xvid_stat.dsp ]===  2003-02-08 23:29:55 GMT Edouard Gomez <ed.gomez@free.fr>        patch-11
157    1.1 (edgomez) renamed to libxvidcore.dsp  
158        Summary:
159  ===[ build/win32/xvidcore.dsw ]===        Fixed WIN32/_MSC_VER confusion and updated MSVC libxvidcore.dsp project file.
160    1.2 (suxen_drol) msvc dsp fix      Revision:
161    1.1 (edgomez) Old files renamed        xvidcore--stable--0.9--patch-11
162    
163  ===[ examples/xvid_stat.c ]===      This patch set fixes all WIN32/_MSC_VER conditional compilation
164    1.11 (edgomez) Fix fps report (this patch has been lost somewhere, i'm pretty sure to have fixed that a few days ago)      in examples and in the Illegal Instruction detection for SSE2
165    1.10 (edgomez) - Removed LUMIMASKING test for quality 6      support in xvid.c.
166    1.9 (edgomez) - Fixed a problem where when using fixed quantizer, xvid_stat was reporting the use of q default_bitrate  
167    1.8 (edgomez) Fixed PSNR (Was only calculated for Y channel)      libxvidcore.dsp file as been updated with the right defines for
168    1.7 (edgomez) Fixed a bug in pgm writing (we must interleave data from u and v channels)      x86 support (ARCH_IS_IA32, ARCH_IS_32BIT, ARCH_IS_LITTLE_ENDIAN)
169    1.6 (edgomez) - Added command line parsing (for ease of use)  
170                 - 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)      Hope Win32 is now completely ready.
171                 - Make things static, and const when necessary  
172                 - Fixed some bugs in pgmreader when stream was != stdin      modified files:
173                 - My usual cosmetic and cleaning work.       build/win32/libxvidcore.dsp examples/xvid_bench.c
174    1.5 (chl) - header cleanup       examples/xvid_decraw.c examples/xvid_encraw.c
175                 - removed bframe-support       examples/xvid_stat.c src/xvid.c
176    
177  ===[ examples/ex1/YUVplayer.exe ]===  
178    1.2 (edgomez) These examples do not show no more things than xvid_stat... so i remove them  2003-02-08 14:55:19 GMT Edouard Gomez <ed.gomez@free.fr>        patch-10
179    
180  ===[ examples/ex1/ex1.c ]===      Summary:
181    1.8 (edgomez) These examples do not show no more things than xvid_stat... so i remove them        Fixed MacOSX build.
182        Revision:
183  ===[ examples/ex1/ex1.dsp ]===        xvidcore--stable--0.9--patch-10
184    1.3 (edgomez) These examples do not show no more things than xvid_stat... so i remove them  
185        Two fixes for MacOSX. It adds a missing option to gcc to allow the
186  ===[ examples/ex1/ex1.dsw ]===      linking stage on this platform (-fno-common). It fixes Altivec test
187    1.2 (edgomez) These examples do not show no more things than xvid_stat... so i remove them      which was outputting result on the console.
188    
189  ===[ examples/ex1/ex1.h ]===      modified files:
190    1.3 (edgomez) These examples do not show no more things than xvid_stat... so i remove them       build/generic/configure.in
191    
192  ===[ examples/ex1/readme.txt ]===  
193    1.2 (edgomez) These examples do not show no more things than xvid_stat... so i remove them  2003-02-08 12:49:17 GMT Edouard Gomez <ed.gomez@free.fr>        patch-9
194    
195  ===[ examples/ex1/test_dec.bat ]===      Summary:
196    1.2 (edgomez) These examples do not show no more things than xvid_stat... so i remove them        Added Altivec detection (Guillaume Morin)
197        Revision:
198  ===[ examples/ex1/test_enc.bat ]===        xvidcore--stable--0.9--patch-9
199    1.2 (edgomez) These examples do not show no more things than xvid_stat... so i remove them  
200        Added Altivec detection test in configure.in.
201  ===[ src/decoder.c ]===  
202    1.39 (edgomez) Removed DEBUGXXXs calls      modified files:
203    1.38 (suxen_drol) pross email address updates       build/generic/configure.in
204    
205  ===[ src/divx4.c ]===  
206    1.19 (suxen_drol) pross email address updates  2003-02-08 12:25:46 GMT Edouard Gomez <ed.gomez@free.fr>        patch-8
207    
208  ===[ src/encoder.c ]===      Summary:
209    1.83 (edgomez) Fixed a VC++ compiler warning        Fixed portab.h for _DEBUG target and GCC/ICC compilers.
210        Revision:
211  ===[ src/portab.h ]===        xvidcore--stable--0.9--patch-8
212    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.  
213    1.31 (h) fixed msvc compilation      During the Unix build system change, i had to turn the DRPINTF macro
214    1.30 (edgomez) - Fixed MIPS and SPARC macros/constants      into a real function because teh MacOSX compilers do not support the
215    1.29 (edgomez) - Changed DECLARE_ALIGNED_MATRIX      variadic macros as defined in ISO C99 standard. During this change,
216    1.28 (edgomez) Cleaned (hopefully)      i forgot to adapt the macro code and the #include <stdarg.h> needed
217        for variadic functions.
218  ===[ src/xvid.c ]===  
219    1.37 (suxen_drol) pross email address updates      modified files:
220         src/portab.h
221  ===[ src/bitstream/bitstream.c ]===  
222    1.33 (edgomez) Removed DEBUGXXXs calls  
223    1.32 (suxen_drol) pross email address updates  2003-02-08 11:45:00 GMT Edouard Gomez <ed.gomez@free.fr>        patch-7
224    1.31 (edgomez) - Removed last bits of BFRAMES #ifdefs  
225    1.30 (edgomez) Fixed an uninitialized variable (gcc 3.1)      Summary:
226          Changed the way I add strings into variables.
227  ===[ src/bitstream/bitstream.h ]===      Revision:
228    1.13 (suxen_drol) pross email address updates        xvidcore--stable--0.9--patch-7
229    
230  ===[ src/bitstream/mbcoding.c ]===      I changed the way I add strings to variables (CFLAGS and so on). Now i use
231    1.32 (edgomez) Removed DEBUGXXXs calls      var="$var string2" instead of var=$var" string2".
232    1.31 (suxen_drol) msvc6 static vlc tables fix  
233        Fixed a typo reported by Pete for the cygwin part.
234  ===[ src/bitstream/x86_asm/cbp_mmx.asm ]===  
235    1.6 (suxen_drol) pross email address updates      modified files:
236         build/generic/configure.in
237  ===[ src/image/font.c ]===  
238    1.3 (edgomez) Was only used by bframe encoder  
239    2003-02-07 23:16:57 GMT Edouard Gomez <ed.gomez@free.fr>        patch-6
240  ===[ src/image/font.h ]===  
241    1.3 (edgomez) Was only used by bframe encoder      Summary:
242          Fixed the "ar" "s" option for some platforms.
243  ===[ src/motion/motion_est.c ]===      Revision:
244    1.51 (edgomez) - Removed definitively bframe ME code        xvidcore--stable--0.9--patch-6
245    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.  
246    1.49 (edgomez) - Removed code from Christoph that should have never been there.      The "s" option of the "ar" program is not standard accross all
247    1.48 (edgomez) Fixed lot of VC++ compiler warnings      platforms. I had at least problems on OpenBSD and an old Solaris
248        version.
249  ===[ src/motion/sad.h ]===  
250    1.15 (suxen_drol) pross email address updates      modified files:
251         build/generic/Makefile
252  ===[ src/motion/smp_motion_est.c ]===  
253    1.5 (edgomez) This stable version will not include smp support  
254    2003-02-07 22:19:37 GMT Edouard Gomez <ed.gomez@free.fr>        patch-5
255  ===[ src/motion/smp_motion_est.h ]===  
256    1.3 (edgomez) This stable version will not include smp support      Summary:
257          Fixed a BSD checking in ansm output format.
258  ===[ src/prediction/mbprediction.c ]===      Revision:
259    1.9 (suxen_drol) pross email address updates        xvidcore--stable--0.9--patch-5
260    
261  ===[ src/quant/adapt_quant.c ]===      Fixed a BSD checking in ansm output format.
262    1.10 (suxen_drol) pross email address updates  
263    1.9 (edgomez) - Possible memory leak if second malloc fails      modified files:
264    1.8 (edgomez) Stupid bug for a stupid guy like me, sorry       build/generic/configure.in
265    1.6.2.1 (suxen_drol) gom's adapt quant free() fix  
266    
267  ===[ src/quant/quant_h263.c ]===  2003-02-07 21:18:14 GMT Edouard Gomez <ed.gomez@free.fr>        patch-4
268    1.3 (suxen_drol) pross email address updates  
269        Summary:
270  ===[ src/quant/quant_matrix.c ]===        Fixed options and added the --disable-assembly option
271    1.9 (h) bugfix - custom matrix mode used to force vol header for every frame      Revision:
272    1.5.2.1 (h) bugfix - custom matrix mode previously forced vol header for every frame        xvidcore--stable--0.9--patch-4
273    
274  ===[ src/quant/quant_mpeg4.c ]===      Options have been fixed because they were not taking care of the
275    1.5 (suxen_drol) pross email address updates      enable_feature variable.
276    
277  ===[ src/quant/quant_mpeg4.h ]===      The --disable-assembly options has been added. This is a good way
278    1.5 (suxen_drol) pross email address updates      to compile XviD on nearly all platforms without having to deal with
279        the assembly code -- useful on PPC platform at the moment where gcc
280  ===[ src/utils/mbtransquant.c ]===      seems to use a different kind of assembly syntax.
281    1.13 (suxen_drol) pross email address updates  
282        modified files:
283  ===[ src/utils/mem_transfer.c ]===       build/generic/configure.in
284    1.6 (suxen_drol) pross email address updates  
285    
286  ===[ src/utils/ratecontrol.c ]===  2003-02-06 21:49:16 GMT Edouard Gomez <ed.gomez@free.fr>        patch-3
287    1.16 (edgomez) Udated copyright holders  
288    1.15 (edgomez) Removed DEBUGXXXs calls      Summary:
289          Fixes for the new build system in sources.
290  ===[ src/utils/x86_asm/mem_transfer_mmx.asm ]===      Revision:
291    1.7 (suxen_drol) pross email address updates        xvidcore--stable--0.9--patch-3
292    
293  *****************************************************************************      This patch fixes source files according to the new defines used
294  * Long list of very basic changes :      by the reworked build system.
295  *  
296  * The aim is simple, make sure we take care of GPL headers, copyrights, and      modified files:
297  * easy compiler warnings       src/bitstream/bitstream.h src/divx4.h src/portab.h
298  *       src/utils/emms.h src/xvid.c
299  * We'll do better source cleaning once this first step is finnished  
300  *****************************************************************************  
301    2003-02-06 21:22:55 GMT Edouard Gomez <ed.gomez@free.fr>        patch-2
302  First change:      2002/08/?? ??:??:?? (GMT)  
303  Last change:       2002/09/12 ??:??:?? (GMT)      Summary:
304  Files changed:     ??        Changed build system for Unix OSes
305  Number of changes: ??      Revision:
306          xvidcore--stable--0.9--patch-2
307  ===[ todo.txt ]===  
308    1.7 (edgomez) Updated      Changed the build system for Unix systems. It is now built upon
309    1.6 (edgomez) Updated      an autoconf script that automatically configures the sources.
310    1.5 (edgomez) - Added new item  
311                 - Moved the $id$ keyword out of the box      The Makefile is portable accross various platforms and "make"
312    1.4 (edgomez) Stable tree ToDo List      programs. It is at least working on these platforms for now:
313         - Debian GNU/Linux - StrongARM - Alphave67 (alpha 64bit) - ia32
314  ===[ build/generic/Makefile.inc ]===         UltraSparcIII
315    1.17 (edgomez) Removed font.c from Makefile (only used in bframe)       - Solaris - UltraSparcI - Sparc 32bit on old sun stations ( i don't
316    1.16 (chl) Removed SMP         remember the exact name)
317         - FreeBSD 4.7 - ia32
318  ===[ build/generic/Makefile.linux ]===       - RedHat 7.3 - ia32
319    1.7 (edgomez) Removed BFRAMES options       - Gentoo 1.4 - ia32
320    1.6.2.1 (chl) Adding installing of xvid.h to /usr/local/include  (just to test branching)       - the Irix box according to christoph tests
321         - ia64 - Unknown OS?
322  ===[ src/decoder.c ]===  
323    1.37 (h) interlacing bugfix (inter cbp behaviour)      The unix unified makefile supports:
324         - gmake
325  ===[ src/divx4.c ]===       - pmake
326    1.18 (edgomez) - Removed History from file header.  
327                 - Moved Peter copyright to the top of the file.      ToDo things to finish this new build system:
328    1.17 (edgomez) Removed BFRAMES parts of the code       - Manage the ecc/gcc source choice for ia64
329         - Someone to test the makefile on Cygwin and/or mingw+minsys
330  ===[ src/encoder.c ]===       - Update MSVC projects (replace 2 or 3 defines)
331    1.82 (edgomez) - Compiler warning fixed.       - See why MacOSX is complaining about duplicated symbols, it seems the
332    1.81 (chl) Call MBPrediction only of INTRA/INTRA_Q blocks         mach ABI does not alow namespace collisions even between C modules.
333    1.80 (edgomez) Thanks to christoph i removed this nasty horrible bug ! Kidding of course :-)         And add altivec detection in configure.in
334    1.79 (edgomez) Added $Id: changelog.txt,v 1.6 2002-09-28 16:12:19 edgomez Exp $ keyword again  
335    1.78 (edgomez) Removed BFRAMES parts of the code.      new files:
336    1.77 (edgomez) - Removed history header       build/generic/.arch-ids/configure.in.id
337                 - File Copyright to Michael until we find who wrote this file       build/generic/.arch-ids/Makefile.id
338         build/generic/.arch-ids/platform.inc.in.id
339  ===[ src/encoder.h ]===       build/generic/.arch-ids/sources.inc.id
340    1.21 (edgomez) Added $Id: changelog.txt,v 1.6 2002-09-28 16:12:19 edgomez Exp $ keyword again.       build/generic/configure.in build/generic/Makefile
341    1.20 (edgomez) Removed BFRAMES part of the code       build/generic/platform.inc.in build/generic/sources.inc
342    1.19 (edgomez) - Removed History Header  
343                 - Added Michael Militzer Copyright (well Michael seems to be the first contributor)      removed files:
344         build/generic/.arch-ids/Makefile.beos.id
345  ===[ src/global.h ]===       build/generic/.arch-ids/Makefile.cygwin.id
346    1.14 (edgomez) - Added legal header       build/generic/.arch-ids/Makefile.dj.id
347                 - Added copyright (temporary set to Michael)       build/generic/.arch-ids/Makefile.freebsd.id
348         build/generic/.arch-ids/Makefile.generic.id
349  ===[ src/portab.h ]===       build/generic/.arch-ids/Makefile.ia64.id
350    1.27 (edgomez) - Added legal header       build/generic/.arch-ids/Makefile.inc.id
351                 - Temporary copyright       build/generic/.arch-ids/Makefile.irix64.id
352         build/generic/.arch-ids/Makefile.linuxppc.id
353  ===[ src/xvid.c ]===       build/generic/.arch-ids/Makefile.linuxppc_altivec.id
354    1.36 (edgomez) Added $Id: changelog.txt,v 1.6 2002-09-28 16:12:19 edgomez Exp $ keyword again       build/generic/.arch-ids/Makefile.linuxx86.id
355    1.35 (edgomez) Removed BFRAME code       build/generic/.arch-ids/Makefile.sparc.id
356    1.34 (edgomez) Removed History, moved copyright.       build/generic/Makefile.beos build/generic/Makefile.cygwin
357         build/generic/Makefile.dj build/generic/Makefile.freebsd
358  ===[ src/xvid.h ]===       build/generic/Makefile.generic build/generic/Makefile.ia64
359    1.19 (edgomez) - Removed simple BFRAMES part of structures       build/generic/Makefile.inc build/generic/Makefile.irix64
360         build/generic/Makefile.linuxppc
361                 ToDo : remove last BFRAMES bits once bframe code has been removed from the stable tree       build/generic/Makefile.linuxppc_altivec
362    1.18 (edgomez) - Fixed header to mention possible patent infringement       build/generic/Makefile.linuxx86 build/generic/Makefile.sparc
363                 - Removed History  
364    
365  ===[ src/bitstream/bitstream.c ]===  2003-02-06 21:11:17 GMT Edouard Gomez <ed.gomez@free.fr>        patch-1
366    1.29 (edgomez) Added headers, removed unused code  
367        Summary:
368  ===[ src/bitstream/bitstream.h ]===        Updated to current stable CVS_HEAD
369    1.12 (edgomez) Added headers, removed unused code      Revision:
370    1.11 (edgomez) - Changed header        xvidcore--stable--0.9--patch-1
371                 - Extended peter's copyright to 2002  
372                 - Cosmetic separation between logical sections      Updated files to current stable CVS_HEAD versions.
373    
374  ===[ src/bitstream/cbp.c ]===      new files:
375    1.7 (edgomez) - hey this file is mine :-) Apply my copyright.       build/win32/.arch-ids/odivx_enc_dec.dsp.id
376    1.6 (edgomez) - Legal header       build/win32/.arch-ids/xvidcore.dsw.id
377                 - Cosmetic       build/win32/.arch-ids/xvid_bench.dsp.id
378         build/win32/odivx_enc_dec.dsp build/win32/xvidcore.dsw
379  ===[ src/bitstream/cbp.h ]===       build/win32/xvid_bench.dsp
380    1.7 (edgomez) - Added legal headers  
381                 - Cosmetic      modified files:
382         authors.txt build/generic/Makefile.beos
383  ===[ src/bitstream/mbcoding.c ]===       build/generic/Makefile.generic build/generic/Makefile.linuxx86
384    1.30 (edgomez) Added headers, removed unused code       doc/Makefile examples/Makefile examples/odivx_enc_dec.c
385    1.29 (edgomez) - Respect const qualifier changes in vlc_codes.h       examples/xvid_bench.c examples/xvid_encraw.c
386    1.28 (edgomez) - Little mistake in previous commit fixed, all bframe functions have been disabled       examples/xvid_stat.c src/bitstream/bitstream.c
387    1.27 (edgomez) - Moved get_coeff from vlc_codes.h       src/bitstream/bitstream.h src/bitstream/cbp.c
388                 - Disabled MBCodingBVOP with #ifdef 0 #endif (Will be removed completly when i'm sure it doesn't hurt)       src/bitstream/mbcoding.c src/bitstream/vlc_codes.h
389    1.26 (edgomez) - Changed header       src/bitstream/zigzag.h src/dct/fdct.c src/dct/idct.c
390                 - Added static qualifier to local arrays       src/dct/idct.h src/decoder.c src/decoder.h src/divx4.h
391                 - Cosmetic       src/encoder.c src/encoder.h src/global.h
392    1.25 (h) interlacing bugfix (inter cbp behaviour)       src/image/colorspace.c src/image/image.c
393         src/image/interpolate8x8.c src/image/interpolate8x8.h
394  ===[ src/bitstream/mbcoding.h ]===       src/motion/motion.h src/motion/motion_comp.c
395    1.9 (edgomez) Added headers, removed unused code       src/motion/motion_est.c src/motion/sad.c src/portab.h
396         src/prediction/mbprediction.c src/prediction/mbprediction.h
397  ===[ src/bitstream/vlc_codes.h ]===       src/quant/adapt_quant.c src/quant/adapt_quant.h
398    1.10 (edgomez) - Changed const type qualifiers       src/quant/quant_h263.c src/quant/quant_mpeg4.c
399    1.9 (edgomez) - Pure cosmetic - tabs->spaces       src/utils/emms.h src/utils/mbfunctions.h
400    1.8 (edgomez) moved get_coeff inlined function to mbcoding.c       src/utils/mbtransquant.c src/utils/mem_align.c
401    1.7 (edgomez) - Added GPL Header + patent infringement       src/utils/mem_transfer.c src/utils/timer.c src/utils/timer.h
402                 - Cosmetic       src/xvid.h todo.txt
403                 - The inlined function will be moved later  
404    
405  ===[ src/bitstream/zigzag.h ]===  2003-02-06 20:59:19 GMT Edouard Gomez <ed.gomez@free.fr>        base-0
406    1.3 (edgomez) Added legal header  
407        Summary:
408  ===[ src/dct/README.IJG ]===        Imported xvidcore 0.9.0 into arch repository
409    1.1 (chl) Original README file from Intependent JPEG Group software as required by      Revision:
410                 their license since we use parts of their code for integer (i)DCT        xvidcore--stable--0.9--base-0
411    
412  ===[ src/dct/fdct.c ]===      Imported xvidcore 0.9.0 into arch repository. I hope I forgot nothing.
413    1.3 (chl) updated copyright header  
414        new files:
415  ===[ src/dct/idct.c ]===       ./.arch-ids/CodingStyle.id ./.arch-ids/LICENSE.id
416    1.3 (chl) updated copyright header       ./.arch-ids/README.txt.id ./.arch-ids/authors.txt.id
417         ./.arch-ids/changelog.txt.id ./.arch-ids/todo.txt.id
418  ===[ src/dct/ia64_asm/fdct_ia64.s ]===       ./CodingStyle ./LICENSE ./README.txt ./authors.txt
419    1.4 (chl) - Update license/copyright header       ./build/.arch-ids/=id ./build/generic/.arch-ids/=id
420                 - Removed history header       ./build/generic/.arch-ids/Makefile.beos.id
421         ./build/generic/.arch-ids/Makefile.cygwin.id
422  ===[ src/dct/ppc_asm/fdct_altivec.s ]===       ./build/generic/.arch-ids/Makefile.dj.id
423    1.3 (edgomez) Adde legal header + canard copyright       ./build/generic/.arch-ids/Makefile.freebsd.id
424         ./build/generic/.arch-ids/Makefile.generic.id
425  ===[ src/dct/ppc_asm/idct_altivec.s ]===       ./build/generic/.arch-ids/Makefile.ia64.id
426    1.4 (edgomez) Added legal header + copyright (go canard, go !) :-)</private joke>       ./build/generic/.arch-ids/Makefile.inc.id
427         ./build/generic/.arch-ids/Makefile.irix64.id
428  ===[ src/dct/x86_asm/fdct_mmx.asm ]===       ./build/generic/.arch-ids/Makefile.linuxppc.id
429    1.5 (chl) updated copyright headers       ./build/generic/.arch-ids/Makefile.linuxppc_altivec.id
430    1.4 (chl) - Update license/copyright header       ./build/generic/.arch-ids/Makefile.linuxx86.id
431                 - Removed history header       ./build/generic/.arch-ids/Makefile.sparc.id
432         ./build/generic/.arch-ids/libxvidcore.def.id
433  ===[ src/dct/x86_asm/idct_mmx.asm ]===       ./build/generic/Makefile.beos ./build/generic/Makefile.cygwin
434    1.4 (chl) updated copyright headers       ./build/generic/Makefile.dj ./build/generic/Makefile.freebsd
435         ./build/generic/Makefile.generic ./build/generic/Makefile.ia64
436  ===[ src/image/colorspace.c ]===       ./build/generic/Makefile.inc ./build/generic/Makefile.irix64
437    1.4 (chl) - Update license/copyright header       ./build/generic/Makefile.linuxppc
438                 - Removed history header       ./build/generic/Makefile.linuxppc_altivec
439         ./build/generic/Makefile.linuxx86
440  ===[ src/image/font.c ]===       ./build/generic/Makefile.sparc ./build/generic/libxvidcore.def
441    1.2 (chl) - Update license/copyright header       ./build/win32/.arch-ids/=id
442                 - Removed history header       ./build/win32/.arch-ids/libxvidcore.dsp.id
443         ./build/win32/.arch-ids/xvid_decraw.dsp.id
444  ===[ src/image/font.h ]===       ./build/win32/.arch-ids/xvid_encraw.dsp.id
445    1.2 (edgomez) - Added newline at eof to shut up gcc 3.x compilers       ./build/win32/.arch-ids/xvid_stat.dsp.id
446         ./build/win32/libxvidcore.dsp ./build/win32/xvid_decraw.dsp
447  ===[ src/image/image.c ]===       ./build/win32/xvid_encraw.dsp ./build/win32/xvid_stat.dsp
448    1.22 (chl) Removed B-frames       ./changelog.txt ./doc/.arch-ids/=id ./doc/.arch-ids/API.dox.id
449    1.21 (chl) - Update license/copyright header       ./doc/.arch-ids/Makefile.id ./doc/.arch-ids/README.id
450                 - Removed history header       ./doc/.arch-ids/foot.inc.in.id
451    1.20 (h) branches:  1.20.2;       ./doc/.arch-ids/header.tex.in.id
452                 interlacing bugfix (edging behaviour)       ./doc/.arch-ids/xvid-decoding.txt.id
453    1.20.2.1 (suxen_drol) block-based encoder interpolation/compensation for normal & bframes.       ./doc/.arch-ids/xvid-encoder.txt.id ./doc/API.dox
454         ./doc/Makefile ./doc/README ./doc/foot.inc.in
455  ===[ src/image/interpolate8x8.c ]===       ./doc/header.tex.in ./doc/xvid-decoding.txt
456    1.5 (chl) - Update license/copyright header       ./doc/xvid-encoder.txt ./examples/.arch-ids/=id
457                 - Removed history header       ./examples/.arch-ids/Makefile.id
458         ./examples/.arch-ids/README.id
459  ===[ src/image/interpolate8x8.h ]===       ./examples/.arch-ids/cactus.pgm.bz2.id
460    1.6 (chl) - Update license/copyright header       ./examples/.arch-ids/odivx_enc_dec.c.id
461                 - Removed history header       ./examples/.arch-ids/xvid_bench.c.id
462         ./examples/.arch-ids/xvid_decraw.c.id
463  ===[ src/image/x86_asm/interpolate8x8_3dn.asm ]===       ./examples/.arch-ids/xvid_encraw.c.id
464    1.2 (chl) - Update license/copyright header       ./examples/.arch-ids/xvid_stat.c.id ./examples/Makefile
465                 - Removed history header       ./examples/README ./examples/cactus.pgm.bz2
466         ./examples/odivx_enc_dec.c ./examples/xvid_bench.c
467  ===[ src/image/x86_asm/interpolate8x8_mmx.asm ]===       ./examples/xvid_decraw.c ./examples/xvid_encraw.c
468    1.9 (chl) - Update license/copyright header       ./examples/xvid_stat.c ./src/.arch-ids/=id
469                 - Removed history header       ./src/.arch-ids/decoder.c.id ./src/.arch-ids/decoder.h.id
470         ./src/.arch-ids/divx4.c.id ./src/.arch-ids/divx4.h.id
471  ===[ src/image/x86_asm/interpolate8x8_xmm.asm ]===       ./src/.arch-ids/encoder.c.id ./src/.arch-ids/encoder.h.id
472    1.2 (chl) - Update license/copyright header       ./src/.arch-ids/global.h.id ./src/.arch-ids/portab.h.id
473                 - Removed history header       ./src/.arch-ids/xvid.c.id ./src/.arch-ids/xvid.h.id
474         ./src/bitstream/.arch-ids/=id
475  ===[ src/image/x86_asm/rgb_to_yv12_mmx.asm ]===       ./src/bitstream/.arch-ids/bitstream.c.id
476    1.2 (chl) - Update license/copyright header       ./src/bitstream/.arch-ids/bitstream.h.id
477                 - Removed history header       ./src/bitstream/.arch-ids/cbp.c.id
478         ./src/bitstream/.arch-ids/cbp.h.id
479  ===[ src/image/x86_asm/yuv_to_yv12_mmx.asm ]===       ./src/bitstream/.arch-ids/mbcoding.c.id
480    1.6 (chl) - Update license/copyright header       ./src/bitstream/.arch-ids/mbcoding.h.id
481                 - Removed history header       ./src/bitstream/.arch-ids/vlc_codes.h.id
482         ./src/bitstream/.arch-ids/zigzag.h.id
483  ===[ src/image/x86_asm/yuyv_to_yv12_mmx.asm ]===       ./src/bitstream/bitstream.c ./src/bitstream/bitstream.h
484    1.2 (chl) - Update license/copyright header       ./src/bitstream/cbp.c ./src/bitstream/cbp.h
485                 - Removed history header       ./src/bitstream/mbcoding.c ./src/bitstream/mbcoding.h
486         ./src/bitstream/ppc_asm/.arch-ids/=id
487  ===[ src/image/x86_asm/yv12_to_rgb24_mmx.asm ]===       ./src/bitstream/ppc_asm/.arch-ids/cbp_altivec.s.id
488    1.3 (chl) - Update license/copyright header       ./src/bitstream/ppc_asm/.arch-ids/cbp_ppc.s.id
489                 - Removed history header       ./src/bitstream/ppc_asm/cbp_altivec.s
490         ./src/bitstream/ppc_asm/cbp_ppc.s ./src/bitstream/vlc_codes.h
491  ===[ src/image/x86_asm/yv12_to_rgb32_mmx.asm ]===       ./src/bitstream/x86_asm/.arch-ids/=id
492    1.3 (chl) - Update license/copyright header       ./src/bitstream/x86_asm/.arch-ids/cbp_mmx.asm.id
493                 - Removed history header       ./src/bitstream/x86_asm/.arch-ids/cbp_sse2.asm.id
494         ./src/bitstream/x86_asm/cbp_mmx.asm
495  ===[ src/image/x86_asm/yv12_to_yuyv_mmx.asm ]===       ./src/bitstream/x86_asm/cbp_sse2.asm ./src/bitstream/zigzag.h
496    1.2 (chl) - Update license/copyright header       ./src/dct/.arch-ids/=id ./src/dct/.arch-ids/README.IJG.id
497                 - Removed history header       ./src/dct/.arch-ids/fdct.c.id ./src/dct/.arch-ids/fdct.h.id
498         ./src/dct/.arch-ids/idct.c.id ./src/dct/.arch-ids/idct.h.id
499  ===[ src/motion/motion.h ]===       ./src/dct/README.IJG ./src/dct/fdct.c ./src/dct/fdct.h
500    1.16 (chl) Removed SMP       ./src/dct/ia64_asm/.arch-ids/=id
501    1.15 (chl) Removed B-frames       ./src/dct/ia64_asm/.arch-ids/fdct_ia64.s.id
502    1.14 (chl) - Update license/copyright header       ./src/dct/ia64_asm/.arch-ids/genidct.py.id
503                 - Removed history header       ./src/dct/ia64_asm/.arch-ids/idct_fini.s.id
504         ./src/dct/ia64_asm/.arch-ids/idct_ia64_ecc.s.id
505  ===[ src/motion/motion_comp.c ]===       ./src/dct/ia64_asm/.arch-ids/idct_ia64_gcc.s.id
506    1.13 (chl) Removed B-frames       ./src/dct/ia64_asm/.arch-ids/idct_init.s.id
507    1.12 (chl) - Update license/copyright header       ./src/dct/ia64_asm/fdct_ia64.s ./src/dct/ia64_asm/genidct.py
508                 - Removed history header       ./src/dct/ia64_asm/idct_fini.s
509    1.11.2.1 (suxen_drol) block-based encoder interpolation/compensation for normal & bframes.       ./src/dct/ia64_asm/idct_ia64_ecc.s
510         ./src/dct/ia64_asm/idct_ia64_gcc.s
511  ===[ src/motion/motion_est.c ]===       ./src/dct/ia64_asm/idct_init.s ./src/dct/idct.c
512    1.47 (edgomez) Removed old get_pmv calls       ./src/dct/idct.h ./src/dct/ppc_asm/.arch-ids/=id
513    1.46 (chl) Removed B-frames       ./src/dct/ppc_asm/.arch-ids/fdct_altivec.s.id
514    1.45 (chl) - Update license/copyright header       ./src/dct/ppc_asm/.arch-ids/idct_altivec.s.id
515                 - Removed history header       ./src/dct/ppc_asm/fdct_altivec.s
516         ./src/dct/ppc_asm/idct_altivec.s
517  ===[ src/motion/sad.c ]===       ./src/dct/x86_asm/.arch-ids/=id
518    1.8 (chl) - Update license/copyright header       ./src/dct/x86_asm/.arch-ids/fdct_mmx.asm.id
519                 - Removed history header       ./src/dct/x86_asm/.arch-ids/idct_mmx.asm.id
520         ./src/dct/x86_asm/fdct_mmx.asm ./src/dct/x86_asm/idct_mmx.asm
521  ===[ src/motion/sad.h ]===       ./src/decoder.c ./src/decoder.h ./src/divx4.c ./src/divx4.h
522    1.14 (chl) - Update license/copyright header       ./src/encoder.c ./src/encoder.h ./src/global.h
523                 - Removed history header       ./src/image/.arch-ids/=id
524         ./src/image/.arch-ids/colorspace.c.id
525  ===[ src/motion/ia64_asm/sad_ia64.s ]===       ./src/image/.arch-ids/colorspace.h.id
526    1.6 (chl) - Update license/copyright header       ./src/image/.arch-ids/image.c.id
527                 - Removed history header       ./src/image/.arch-ids/image.h.id
528         ./src/image/.arch-ids/interpolate8x8.c.id
529  ===[ src/motion/ppc_asm/sad_altivec.c ]===       ./src/image/.arch-ids/interpolate8x8.h.id
530    1.4 (chl) - Update license/copyright header       ./src/image/colorspace.c ./src/image/colorspace.h
531                 - Removed history header       ./src/image/ia64_asm/.arch-ids/=id
532         ./src/image/ia64_asm/.arch-ids/README.id
533  ===[ src/motion/x86_asm/sad_3dn.asm ]===       ./src/image/ia64_asm/.arch-ids/interpolate8x8_ia64.s.id
534    1.3 (chl) typo       ./src/image/ia64_asm/.arch-ids/interpolate8x8_ia64_exact.s.id
535    1.2 (chl) - Update license/copyright header       ./src/image/ia64_asm/README
536                 - Removed history header       ./src/image/ia64_asm/interpolate8x8_ia64.s
537         ./src/image/ia64_asm/interpolate8x8_ia64_exact.s
538  ===[ src/motion/x86_asm/sad_mmx.asm ]===       ./src/image/image.c ./src/image/image.h
539    1.9 (chl) typo       ./src/image/interpolate8x8.c ./src/image/interpolate8x8.h
540    1.8 (chl) - Update license/copyright header       ./src/image/x86_asm/.arch-ids/=id
541                 - Removed history header       ./src/image/x86_asm/.arch-ids/interpolate8x8_3dn.asm.id
542         ./src/image/x86_asm/.arch-ids/interpolate8x8_mmx.asm.id
543  ===[ src/motion/x86_asm/sad_sse2.asm ]===       ./src/image/x86_asm/.arch-ids/interpolate8x8_xmm.asm.id
544    1.4 (chl) typo       ./src/image/x86_asm/.arch-ids/rgb_to_yv12_mmx.asm.id
545    1.3 (chl) - Update license/copyright header       ./src/image/x86_asm/.arch-ids/yuv_to_yv12_mmx.asm.id
546                 - Removed history header       ./src/image/x86_asm/.arch-ids/yuyv_to_yv12_mmx.asm.id
547         ./src/image/x86_asm/.arch-ids/yv12_to_rgb24_mmx.asm.id
548  ===[ src/motion/x86_asm/sad_xmm.asm ]===       ./src/image/x86_asm/.arch-ids/yv12_to_rgb32_mmx.asm.id
549    1.4 (chl) updated license header       ./src/image/x86_asm/.arch-ids/yv12_to_yuyv_mmx.asm.id
550    1.3 (chl) - Update license/copyright header       ./src/image/x86_asm/interpolate8x8_3dn.asm
551                 - Removed history header       ./src/image/x86_asm/interpolate8x8_mmx.asm
552         ./src/image/x86_asm/interpolate8x8_xmm.asm
553  ===[ src/prediction/mbprediction.c ]===       ./src/image/x86_asm/rgb_to_yv12_mmx.asm
554    1.8 (edgomez) - Added headers       ./src/image/x86_asm/yuv_to_yv12_mmx.asm
555                 - Added copyrights       ./src/image/x86_asm/yuyv_to_yv12_mmx.asm
556                 - Removed old getpmv functions       ./src/image/x86_asm/yv12_to_rgb24_mmx.asm
557         ./src/image/x86_asm/yv12_to_rgb32_mmx.asm
558  ===[ src/prediction/mbprediction.h ]===       ./src/image/x86_asm/yv12_to_yuyv_mmx.asm
559    1.15 (edgomez) - Fixed compilers warnings       ./src/motion/.arch-ids/=id ./src/motion/.arch-ids/motion.h.id
560                 - Clarified a comment       ./src/motion/.arch-ids/motion_comp.c.id
561    1.14 (edgomez) - Added headers       ./src/motion/.arch-ids/motion_est.c.id
562                 - Added copyrights       ./src/motion/.arch-ids/sad.c.id
563                 - Removed old getpmv functions       ./src/motion/.arch-ids/sad.h.id
564         ./src/motion/ia64_asm/.arch-ids/=id
565  ===[ src/quant/adapt_quant.c ]===       ./src/motion/ia64_asm/.arch-ids/calc_delta_1.s.id
566    1.7 (edgomez) - Added Legal header       ./src/motion/ia64_asm/.arch-ids/calc_delta_2.s.id
567                 - Cosmetic       ./src/motion/ia64_asm/.arch-ids/calc_delta_3.s.id
568                 - Added Copyrigths       ./src/motion/ia64_asm/.arch-ids/halfpel8_refine_ia64.s.id
569    1.6 (edgomez) Reentrancy problem fixed in adaptive code       ./src/motion/ia64_asm/.arch-ids/sad_ia64.s.id
570         ./src/motion/ia64_asm/calc_delta_1.s
571  ===[ src/quant/adapt_quant.h ]===       ./src/motion/ia64_asm/calc_delta_2.s
572    1.4 (edgomez) Added legal header + copyright (definitive)       ./src/motion/ia64_asm/calc_delta_3.s
573         ./src/motion/ia64_asm/halfpel8_refine_ia64.s
574  ===[ src/quant/quant_h263.h ]===       ./src/motion/ia64_asm/sad_ia64.s ./src/motion/motion.h
575    1.7 (edgomez) - Legal header       ./src/motion/motion_comp.c ./src/motion/motion_est.c
576                 - Copyright       ./src/motion/ppc_asm/.arch-ids/=id
577         ./src/motion/ppc_asm/.arch-ids/README.id
578  ===[ src/quant/quant_matrix.c ]===       ./src/motion/ppc_asm/.arch-ids/sad_altivec.c.id
579    1.8 (edgomez) - removed const qualifiers because the functions do not return const matrices       ./src/motion/ppc_asm/.arch-ids/sad_altivec.s.id
580                   (i'll change that in a later time)       ./src/motion/ppc_asm/README ./src/motion/ppc_asm/sad_altivec.c
581    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*.       ./src/motion/ppc_asm/sad_altivec.s ./src/motion/sad.c
582    1.6 (edgomez) - Header       ./src/motion/sad.h ./src/motion/x86_asm/.arch-ids/=id
583                 - Copyright       ./src/motion/x86_asm/.arch-ids/sad_3dn.asm.id
584                 - Warning about tread safeness in this module       ./src/motion/x86_asm/.arch-ids/sad_mmx.asm.id
585         ./src/motion/x86_asm/.arch-ids/sad_sse2.asm.id
586  ===[ src/quant/quant_mpeg4.c ]===       ./src/motion/x86_asm/.arch-ids/sad_xmm.asm.id
587    1.4 (edgomez) - header fixed       ./src/motion/x86_asm/sad_3dn.asm
588                 - removed history from file       ./src/motion/x86_asm/sad_mmx.asm
589                 - moved peter's copyright to top of file       ./src/motion/x86_asm/sad_sse2.asm
590         ./src/motion/x86_asm/sad_xmm.asm ./src/portab.h
591  ===[ src/quant/quant_mpeg4.h ]===       ./src/prediction/.arch-ids/=id
592    1.4 (edgomez) - Added Legal header       ./src/prediction/.arch-ids/mbprediction.c.id
593                 - Cosmetic       ./src/prediction/.arch-ids/mbprediction.h.id
594                 - Added Copyrigths       ./src/prediction/mbprediction.c
595         ./src/prediction/mbprediction.h ./src/quant/.arch-ids/=id
596  ===[ src/quant/x86_asm/quantize4_mmx.asm ]===       ./src/quant/.arch-ids/adapt_quant.c.id
597    1.6 (chl) updated copyright headers       ./src/quant/.arch-ids/adapt_quant.h.id
598         ./src/quant/.arch-ids/quant_h263.c.id
599  ===[ src/quant/x86_asm/quantize_mmx.asm ]===       ./src/quant/.arch-ids/quant_h263.h.id
600    1.6 (chl) updated copyright headers       ./src/quant/.arch-ids/quant_matrix.c.id
601         ./src/quant/.arch-ids/quant_matrix.h.id
602  ===[ src/utils/emms.c ]===       ./src/quant/.arch-ids/quant_mpeg4.c.id
603    1.5 (edgomez) Added copyright       ./src/quant/.arch-ids/quant_mpeg4.h.id
604    1.4 (edgomez) Removed history       ./src/quant/adapt_quant.c ./src/quant/adapt_quant.h
605         ./src/quant/ia64_asm/.arch-ids/=id
606  ===[ src/utils/emms.h ]===       ./src/quant/ia64_asm/.arch-ids/quant_h263_ia64.s.id
607    1.8 (edgomez) - Removed history       ./src/quant/ia64_asm/quant_h263_ia64.s
608                 - Added copyright (definitive)       ./src/quant/quant_h263.c ./src/quant/quant_h263.h
609         ./src/quant/quant_matrix.c ./src/quant/quant_matrix.h
610  ===[ src/utils/mbfunctions.h ]===       ./src/quant/quant_mpeg4.c ./src/quant/quant_mpeg4.h
611    1.12 (edgomez) Little mistake       ./src/quant/x86_asm/.arch-ids/=id
612    1.11 (edgomez) - Header changed       ./src/quant/x86_asm/.arch-ids/quantize4_mmx.asm.id
613                 - Small cosmetic schanges       ./src/quant/x86_asm/.arch-ids/quantize_mmx.asm.id
614         ./src/quant/x86_asm/quantize4_mmx.asm
615  ===[ src/utils/mbtransquant.c ]===       ./src/quant/x86_asm/quantize_mmx.asm ./src/utils/.arch-ids/=id
616    1.12 (edgomez) - Changed header       ./src/utils/.arch-ids/emms.c.id
617                 - Removed history from file       ./src/utils/.arch-ids/emms.h.id
618    1.11 (h) interlacing bug fix - to comply with spec, no field blocks at boundary       ./src/utils/.arch-ids/mbfunctions.h.id
619         ./src/utils/.arch-ids/mbtransquant.c.id
620  ===[ src/utils/mem_align.c ]===       ./src/utils/.arch-ids/mem_align.c.id
621    1.9 (edgomez) - Added copyrights (yeehaw, my only copyrighted file in XviD :-)       ./src/utils/.arch-ids/mem_align.h.id
622                 - Removed history from file       ./src/utils/.arch-ids/mem_transfer.c.id
623         ./src/utils/.arch-ids/mem_transfer.h.id
624  ===[ src/utils/mem_align.h ]===       ./src/utils/.arch-ids/ratecontrol.c.id
625    1.4 (edgomez) - Added legal header       ./src/utils/.arch-ids/ratecontrol.h.id
626                 - Michael's copyright (until we find who is the origibal author)       ./src/utils/.arch-ids/timer.c.id
627         ./src/utils/.arch-ids/timer.h.id ./src/utils/emms.c
628  ===[ src/utils/mem_transfer.c ]===       ./src/utils/emms.h ./src/utils/ia64_asm/.arch-ids/=id
629    1.5 (edgomez) - Updated legal header with Peter's copyright for 2002       ./src/utils/ia64_asm/.arch-ids/mem_transfer_ia64.s.id
630         ./src/utils/ia64_asm/mem_transfer_ia64.s
631  ===[ src/utils/mem_transfer.h ]===       ./src/utils/mbfunctions.h ./src/utils/mbtransquant.c
632    1.9 (edgomez) - Fixed copyright       ./src/utils/mem_align.c ./src/utils/mem_align.h
633                 - Removed history       ./src/utils/mem_transfer.c ./src/utils/mem_transfer.h
634         ./src/utils/ratecontrol.c ./src/utils/ratecontrol.h
635  ===[ src/utils/ratecontrol.c ]===       ./src/utils/timer.c ./src/utils/timer.h
636    1.14 (edgomez) Added patent infringement notice       ./src/utils/x86_asm/.arch-ids/=id
637         ./src/utils/x86_asm/.arch-ids/cpuid.asm.id
638  ===[ src/utils/ratecontrol.h ]===       ./src/utils/x86_asm/.arch-ids/mem_transfer_mmx.asm.id
639    1.6 (edgomez) Added legal header       ./src/utils/x86_asm/cpuid.asm
640         ./src/utils/x86_asm/mem_transfer_mmx.asm ./src/xvid.c
641  ===[ src/utils/timer.c ]===       ./src/xvid.h ./todo.txt
642    1.4 (edgomez) - Added information about possible patent infringements  
643                 - Added NotaBene about the non thread safe state of the code  
   
 ===[ src/utils/timer.h ]===  
   1.5 (edgomez) - Added header  
                - Cosmetic  

Legend:
Removed from v.567  
changed lines
  Added in v.830

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