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

Diff of /trunk/xvidcore/changelog.txt

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

revision 566, Sat Sep 28 16:01:15 2002 UTC revision 567, Sat Sep 28 16:12:19 2002 UTC
# Line 1  Line 1 
1  *****************************************************************************  *****************************************************************************
2  *  *
3    * Release is ready, we just need to have feedback on possible stupid errors.
4    *
5    *****************************************************************************
6    
7    First change:      2002/09/23 20:36:01 (GMT)
8    Last change:       2002/09/28 16:01:15 (GMT)
9    
10    ===[ todo.txt ]===
11      1.9 (edgomez) Updated
12    
13    ===[ build/generic/Makefile.cygwin ]===
14      1.7 (suxen_drol) cygwin mingw-runtime notice
15      1.6 (edgomez) Fix typo mistake
16    
17    ===[ build/generic/Makefile.irix64 ]===
18      1.3 (edgomez) Fix typo mistake
19    
20    ===[ build/generic/Makefile.linuxppc ]===
21      1.8 (edgomez) Fix typo mistake
22    
23    ===[ build/generic/Makefile.linuxppc_altivec ]===
24      1.7 (edgomez) Fix typo mistake
25    
26    ===[ build/generic/Makefile.linuxx86 ]===
27      1.2 (edgomez) Fix typo mistake
28    
29    ===[ build/generic/Makefile.sparc ]===
30      1.3 (edgomez) Fix typo mistake
31    
32    ===[ build/generic/libxvidcore.def ]===
33      1.2 (suxen_drol) added decore and encore exports
34    
35    ===[ build/win32/xvid_decraw.dsp ]===
36      1.1 (edgomez) Updated - unix2dos applied
37    
38    ===[ build/win32/xvid_encraw.dsp ]===
39      1.1 (edgomez) Added to project
40    
41    ===[ build/win32/xvid_stat.dsp ]===
42      1.2 (edgomez) Updated - unix2dos applied
43    
44    ===[ examples/Makefile ]===
45      1.1 (edgomez) Added to project
46    
47    ===[ examples/README ]===
48      1.2 (edgomez) - Updated
49                   - Added all examples here
50    
51    ===[ examples/xvid_decraw.c ]===
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:)
56                   - Fixed PGM saving
57                   - Win32/MSVC compatibility
58    
59    ===[ examples/xvid_enc_dec.c ]===
60      1.4 (edgomez) Outdated, and not needed anymore
61    
62    ===[ examples/xvid_encraw.c ]===
63      1.4 (edgomez) - Added string.h so gcc does not complain about an undeclared strcmp function.
64      1.3 (edgomez) Last small fixes
65      1.2 (edgomez) Updated - MSVC compatibility - MP4U support - Single m4v file support
66    
67    ===[ examples/xvid_stat.c ]===
68      1.15 (edgomez) Last small fixes
69      1.14 (edgomez) Fixes
70      1.13 (edgomez) - Oops the unix mseconds had a typo mistake
71      1.12 (edgomez) Some trivial fixes
72    
73    ===[ examples/xvid_stat.examples ]===
74      1.2 (edgomez) All the txt went to README
75    
76    ===[ src/decoder.c ]===
77      1.41 (h) removed incomplete field-mv support
78      1.40 (edgomez) Removed DEBUG and DEBUG1/2 calls
79    
80    ===[ src/encoder.c ]===
81      1.84 (h) removed incomplete field-mv support
82    
83    ===[ src/encoder.h ]===
84      1.22 (h) removed incomplete field-mv support
85    
86    ===[ src/image/image.c ]===
87      1.23 (h) removed incomplete field-mv support
88    
89    ===[ src/image/image.h ]===
90      1.9 (h) removed incomplete field-mv support
91    
92    ===[ src/utils/mbtransquant.c ]===
93      1.14 (h) field-dct decision bias (thanks to Michael Niedermayer for the idea!)
94    
95    ===[ src/utils/ratecontrol.c ]===
96      1.17 (h) amended copyright
97    
98    *****************************************************************************
99    *
100  * Probably last series of small cleanings, updates before first release :-)  * Probably last series of small cleanings, updates before first release :-)
101  *  *
102  *****************************************************************************  *****************************************************************************
# Line 234  Line 331 
331    1.82 (edgomez) - Compiler warning fixed.    1.82 (edgomez) - Compiler warning fixed.
332    1.81 (chl) Call MBPrediction only of INTRA/INTRA_Q blocks    1.81 (chl) Call MBPrediction only of INTRA/INTRA_Q blocks
333    1.80 (edgomez) Thanks to christoph i removed this nasty horrible bug ! Kidding of course :-)    1.80 (edgomez) Thanks to christoph i removed this nasty horrible bug ! Kidding of course :-)
334    1.79 (edgomez) Added $Id: changelog.txt,v 1.5 2002-09-22 20:40:47 edgomez Exp $ keyword again    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.    1.78 (edgomez) Removed BFRAMES parts of the code.
336    1.77 (edgomez) - Removed history header    1.77 (edgomez) - Removed history header
337                 - File Copyright to Michael until we find who wrote this file                 - File Copyright to Michael until we find who wrote this file
338    
339  ===[ src/encoder.h ]===  ===[ src/encoder.h ]===
340    1.21 (edgomez) Added $Id: changelog.txt,v 1.5 2002-09-22 20:40:47 edgomez Exp $ keyword again.    1.21 (edgomez) Added $Id: changelog.txt,v 1.6 2002-09-28 16:12:19 edgomez Exp $ keyword again.
341    1.20 (edgomez) Removed BFRAMES part of the code    1.20 (edgomez) Removed BFRAMES part of the code
342    1.19 (edgomez) - Removed History Header    1.19 (edgomez) - Removed History Header
343                 - Added Michael Militzer Copyright (well Michael seems to be the first contributor)                 - Added Michael Militzer Copyright (well Michael seems to be the first contributor)
# Line 254  Line 351 
351                 - Temporary copyright                 - Temporary copyright
352    
353  ===[ src/xvid.c ]===  ===[ src/xvid.c ]===
354    1.36 (edgomez) Added $Id: changelog.txt,v 1.5 2002-09-22 20:40:47 edgomez Exp $ keyword again    1.36 (edgomez) Added $Id: changelog.txt,v 1.6 2002-09-28 16:12:19 edgomez Exp $ keyword again
355    1.35 (edgomez) Removed BFRAME code    1.35 (edgomez) Removed BFRAME code
356    1.34 (edgomez) Removed History, moved copyright.    1.34 (edgomez) Removed History, moved copyright.
357    

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

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