[svn] / branches / release-1_3-branch / xvidcore / ChangeLog Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidcore/ChangeLog

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

revision 1596, Sun Jan 16 10:34:52 2005 UTC revision 1609, Mon Apr 4 23:49:37 2005 UTC
# Line 4  Line 4 
4  # relevant.  # relevant.
5    
6    
7    #########################################################################
8    # 1.1.0-beta2 (Bitstream Version 39)
9    #########################################################################
10    
11    2005-04-03 20:15:00 GMT                                         patch-7
12    
13        Summary:
14          Makefile credits and whitespace cleaning
15        Revision:
16          xvidcore--head--0.0--patch-7
17    
18        Makefile credits and whitespace cleaning
19    
20    
21        modified files:
22         dshow/Makefile vfw/bin/Makefile
23    
24    
25    2005-04-03 19:52:35 GMT                                         patch-6
26    
27        Summary:
28          Various small things to vbv conformance and divx5 compatibility.
29        Revision:
30          xvidcore--head--0.0--patch-6
31    
32        From pete:
33        xvidcore
34        ========
35        * added XVID_GLOBAL_DIVX5_USERDATA global flag
36        * removed the bvop delay warning text ("warning: nothing to output),
37          as this often confuses joe user.
38        * minor changed to closed gop image_printf statement:
39          s/"DX50 BVOP->PVOP"/"CLOSED GOP BVOP->PVOP"
40        * additional comments for low_delay_default mode within decoder_decode()
41        * divx userdata string: s/DivX999b000/DivX503b1393. this has been
42          suggested by dxn for improved hardware compatibility [nb: i dont
43          have a hardware player to confirm this]
44        * vbv_peakrate constraint is ignored if <= 0
45    
46        vfw frontend
47        ============
48        * dxn profiles now confirm to "DivX Certified Profile Compatibility v1.1",
49          February 2005. this document was provided by DivXNetworks, USA. when a
50          dxn profile is selected, strict conformance is enabled:
51          - force 1:1 picture aspect ratio
52          - disable bframes if interlacing is enabled
53          - force maximum of 1 consecutive bvops for the portable and ht profiles,
54            2 bvops for the hd profile
55          - always write divx 5 userdata string to bitstream
56          - force packed bitstream option
57        - updated dxn vbv parameters
58        * added PROFILE_4MV flag. 4mv is now disabled for the dxn handheld profile.
59        * moved PROFILE_AS/PROFILE_ARTS/PROFILE_S to config.c
60        * profile[].max_bitrate now measured in bit/sec (not kbps)
61        * profile->level box: widgets are now greyed-out if they are not used.
62        * increase vertical size of profile drop down list.
63        * about box button: s/Dismiss/OK
64    
65        modified files:
66         src/bitstream/bitstream.c src/decoder.c src/encoder.c
67         src/plugins/plugin_2pass2.c src/xvid.h vfw/src/codec.c
68         vfw/src/config.c vfw/src/config.h vfw/src/resource.h
69         vfw/src/resource.rc
70    
71    
72    2005-04-03 19:50:05 GMT                                         patch-5
73    
74        Summary:
75          Fixed bug in cartoon mode.
76        Revision:
77          xvidcore--head--0.0--patch-5
78    
79        From Isiibar:
80         - Fixed cartoon bug as described by CrunCher.
81    
82        modified files:
83         src/motion/estimation_pvop.c
84    
85    
86    2005-03-22 20:40:47 GMT                                         patch-4
87    
88        Summary:
89          Added MPEG quant support for PPC
90        Revision:
91          xvidcore--head--0.0--patch-4
92    
93        From Christoph Nageli:
94         * Added support for MPEG quant functions for PPC.
95    
96        new files:
97         src/quant/ppc_asm/.arch-ids/quant_mpeg_altivec.c.id
98         src/quant/ppc_asm/quant_mpeg_altivec.c
99    
100        modified files:
101         build/generic/sources.inc src/quant/quant.h src/xvid.c
102    
103    
104    2005-03-18 18:00:13 GMT                                         patch-3
105    
106        Summary:
107          Updated ChangeLog
108        Revision:
109          xvidcore--head--0.0--patch-3
110    
111        Updated ChangeLog
112    
113    
114        modified files:
115         ChangeLog
116    
117    
118    2005-03-18 17:53:24 GMT                                         patch-2
119    
120        Summary:
121          Colorspace code for PPC
122        Revision:
123          xvidcore--head--0.0--patch-2
124    
125        From Christoph Nageli:
126         - Colorspace function fixes for non 16bytes aligned target adresses.
127    
128        modified files:
129         src/image/ppc_asm/colorspace_altivec.c
130    
131    
132    2005-03-18 17:39:00 GMT                                         patch-1
133    
134        Summary:
135          Fix for 64bit interlacing
136        Revision:
137          xvidcore--head--0.0--patch-1
138    
139        From Andrew Dunstan:
140         * Fixed bug where 64bit mov shoud have been 32bit
141    
142        modified files:
143         src/utils/x86_64_asm/interlacing_mmx.asm
144    
145    
146    2005-03-18 17:28:00 GMT                                         base-0
147    
148        Summary:
149          tag of ed.gomez@free.fr--2004-1/xvidcore--head--0.0--patch-121
150        Revision:
151          xvidcore--head--0.0--base-0
152    
153        (automatically generated log message)
154    
155    # Change of arch/tla archive, explains the patch number wraparound
156    
157    2005-03-18 16:58:08 GMT                                         patch-121
158    
159        Summary:
160          ME work
161        Revision:
162          xvidcore--head--0.0--patch-121
163    
164        From Isiibar:
165         - Cartoon mode bugfix
166         - New lambda tables for R-D motion search. The old tables were
167           obviously taken from h.264, which uses a logarithmic quantizer
168           scale. This lead to bad results at very low bit-rates. With this
169           patch, compression efficiency at low bit-rates is greatly improved.
170    
171        modified files:
172         src/motion/estimation.h src/motion/estimation_bvop.c
173         src/motion/estimation_common.c src/motion/estimation_pvop.c
174    
175    
176    2005-03-18 16:56:13 GMT                                         patch-120
177    
178        Summary:
179          Better instruction pairing in sad mmx
180        Revision:
181          xvidcore--head--0.0--patch-120
182    
183        From Dark sylinc (dark_sylinc at yahoo dor com dor ar), commited by Isiibar:
184         * Better instruction pairing in sad_mmx.asm, improves speed.
185    
186        modified files:
187         src/motion/x86_asm/sad_mmx.asm src/utils/emms.c
188    
189    
190    2005-03-18 16:53:00 GMT                                         patch-119
191    
192        Summary:
193          Fixed resource leak in Dshow
194        Revision:
195          xvidcore--head--0.0--patch-119
196    
197        From antonz, commited by Isiibar:
198         * Fixed resource leaking caused by poor xvidcore initialization tracking.
199    
200        modified files:
201         dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h
202    
203    
204    2005-03-18 16:50:44 GMT                                         patch-118
205    
206        Summary:
207          Debug flag support in vfw
208        Revision:
209          xvidcore--head--0.0--patch-118
210    
211        From pete:
212         * debug flag support for vfw decoder.
213    
214        modified files:
215         vfw/src/codec.c
216    
217    
218    #########################################################################
219    # 1.1.0-beta1 (Bitstream Version 38)
220    #########################################################################
221    
222    
223    2005-01-16 10:27:41 GMT                                         patch-117
224    
225        Summary:
226          License was using wrong linefeeds for vfw
227        Revision:
228          xvidcore--head--0.0--patch-117
229    
230        License was using wrong linefeeds for vfw
231    
232    
233        new files:
234         vfw/.arch-ids/LICENSE.id vfw/LICENSE
235    
236        modified files:
237         vfw/src/resource.rc
238    
239    
240    2005-01-10 22:59:46 GMT                                         patch-116
241    
242        Summary:
243          Last minutes vfw bugfixes/improvements
244        Revision:
245          xvidcore--head--0.0--patch-116
246    
247        From sysKin:
248         * last minute fixes and improvements to vfw frontend.
249    
250        modified files:
251         vfw/src/codec.c vfw/src/config.c vfw/src/config.h
252         vfw/src/resource.rc
253    
254    
255    2005-01-09 20:37:32 GMT                                         patch-115
256    
257        Summary:
258          Marking 1.1.0 beta1
259        Revision:
260          xvidcore--head--0.0--patch-115
261    
262        From ed.gomez:
263         * Marking xvid 1.1.0 beta1 release.
264    
265        modified files:
266         ChangeLog build/generic/configure.in src/xvid.c src/xvid.h
267    
268    
269  2005-01-09 20:15:14 GMT                                         patch-114  2005-01-09 20:15:14 GMT                                         patch-114
270    
271      Summary:      Summary:

Legend:
Removed from v.1596  
changed lines
  Added in v.1609

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