[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 1951, Mon Feb 14 17:26:20 2011 UTC revision 2078, Sun Apr 6 23:13:04 2014 UTC
# Line 1  Line 1 
1  # Note that this ChangeLog covers only changes to the HEAD branch  # Note that this ChangeLog covers only changes to the release branch
2    
3    2014-03-05 08:37  Isibaar
4    
5            * xvidcore/examples/xvid_encraw.c: Help info about zones usage and
6              various fixes for compiler warnings - Patch by Elio Blanca
7    
8    2014-02-11 14:48  Isibaar
9    
10            * xvidcore/examples/xvid_encraw.c: Improved help texts and defaults
11              handling. Patch by Elio Blanca.
12    
13    2014-02-09 16:51  Isibaar
14    
15            * xvidcore/examples/Makefile, xvidcore/examples/xvid_encraw.c:
16              Better environment detection for Makefile - Patch by Elio Blanca
17    
18    2014-02-07 16:00  Isibaar
19    
20            * xvidcore/examples/xvid_encraw.c: Fix out of bound access to
21              framestats struct. Thanks to Elio Blanca.
22    
23    2013-02-18 16:24  Isibaar
24    
25            * xvidcore/build/generic/configure.in: bring version number in
26              configure.in in sync with rest of code
27    
28    2013-01-29 19:12  Isibaar
29    
30            * xvidcore/build/generic/configure.in: Patch for QNX support by
31              Mike Gorchak
32    
33    2012-10-04 14:26  Isibaar
34    
35            * xvidcore/build/generic/configure.in: remove obsolete
36              '-mno-cygwin' option for gcc version >= 4
37    
38    2012-06-21 09:55  Isibaar
39    
40            * xvidcore/examples/xvid_encraw.c: Fixed bug in PGM header parser -
41              thanks to Jim Bennett!
42    
43    2012-02-22 19:00  Isibaar
44    
45            * xvidcore/dshow/src/CXvidDecoder.cpp,
46              xvidcore/dshow/src/CXvidDecoder.h, xvidcore/dshow/src/config.c,
47              xvidcore/dshow/src/config.h, xvidcore/dshow/src/resource.h,
48              xvidcore/dshow/src/xvid.ax.rc: Ported tray icon patch from HEAD
49              branch
50    
51    2011-12-30 13:04  Isibaar
52    
53            * xvidcore/src/global.h: #define MIN/MAX macros only when not yet
54              otherwise defined...
55    
56    2011-11-09 14:12  Isibaar
57    
58            * xvidcore/src/plugins/plugin_lumimasking.c: Reverted change to
59              max_quant calculation. Users prefer the former behavior...
60    
61    2011-11-04 15:23  Isibaar
62    
63            * xvidcore/src/utils/mbtransquant.c, xvidcore/src/xvid.c,
64              xvidcore/src/xvid.h: Fix for possible overflow in trellis
65              quant...
66    
67    2011-10-25 10:57  Isibaar
68    
69            * xvidcore/src/xvid.c, xvidcore/src/xvid.h: Ramp up version
70              number...
71    
72    2011-10-25 10:53  Isibaar
73    
74            * xvidcore/src/motion/estimation_bvop.c: Fix for encoder crash that
75              is possible with the following combination of encoder options:
76              Turbo, VHQ for B-VOPs and Qpel...
77    
78    2011-10-06 18:05  Isibaar
79    
80            * xvidcore/src/plugins/plugin_lumimasking.c: Make sure max_quant is
81              at least frame_quant+2 for lumi/variance masking
82    
83    2011-09-19 09:32  Isibaar
84    
85            * xvidcore/build/generic/Makefile,
86              xvidcore/build/generic/configure.in,
87              xvidcore/build/generic/platform.inc.in: Install symlinks for
88              shared library. Patch by Andres Mejia.
89    
90    2011-09-19 08:18  Isibaar
91    
92            * xvidcore/build/generic/configure.in: Remove rhapsody OS case.
93              Patch by Ryan Schmidt.
94    
95    2011-09-16 12:34  Isibaar
96    
97            * xvidcore/build/generic/configure.in: Double check for pthread on
98              MinGW. Patch by Motofumi Oka.
99    
100    2011-09-15 10:36  Isibaar
101    
102            * xvidcore/build/generic/Makefile,
103              xvidcore/build/generic/platform.inc.in: install xvidcore.dll to
104              under Cygwin. Patch by Motofumi Oka.
105    
106    2011-09-15 09:34  Isibaar
107    
108            * xvidcore/build/generic/configure.in: Try to autodetect name
109              mangling variations for WIN64 cross-compiling. Patch by Motofumi
110              Oka.
111    
112    2011-09-14 15:08  Isibaar
113    
114            * xvidcore/build/generic/configure.in: removed obsolete -mno-cygwin
115    
116    2011-09-14 10:45  Isibaar
117    
118            * xvidcore/build/generic/configure.in: platform-independent gcc
119              versio check - patch by Motofumi Oka
120    
121    2011-08-19 16:20  Isibaar
122    
123            * xvidcore/build/generic/configure.in,
124              xvidcore/build/generic/platform.inc.in: User-supplied LDFLAGS.
125              Patch by Ryan Schmidt and the MacPorts project.
126    
127    2011-07-28 07:48  Isibaar
128    
129            * xvidcore/build/generic/configure.in: Added support for GNU Hurd
130              as target_os
131    
132    2011-05-23 07:47  Isibaar
133    
134            * xvidcore/src/xvid.c: removed deprecated call to idct_int32_init()
135    
136    2011-05-21 16:55  Isibaar
137    
138            * xvidcore/ChangeLog: Updated ChangeLog
139    
140    2011-05-19 12:48  Isibaar
141    
142            * xvidcore/dshow/src/CAbout.cpp,
143              xvidcore/dshow/src/CXvidDecoder.cpp,
144              xvidcore/dshow/src/Configure.cpp: autoprops property set also for
145              .cpp files
146    
147    2011-05-19 12:24  Isibaar
148    
149            * xvidcore/dshow/src/CXvidDecoder.cpp: Added #ifdef ENABLE_MFT
150              check
151    
152    2011-05-19 12:23  Isibaar
153    
154            * xvidcore/dshow/dshow.vcproj: Added special configurations for
155              MFT-enabled builds
156    
157    2011-05-19 08:27  Isibaar
158    
159            * xvidcore/build/generic/Makefile: Don't include platform.inc on
160              make clean - Patch by Fabian Greffrath
161    
162    2011-05-18 16:13  Isibaar
163    
164            * xvidcore/dshow/src/CXvidDecoder.cpp, xvidcore/dshow/src/config.c,
165              xvidcore/dshow/src/config.h, xvidcore/dshow/src/resource.h,
166              xvidcore/dshow/src/xvid.ax.rc: Display version number in About
167              box
168    
169    2011-05-18 12:30  Isibaar
170    
171            * xvidcore/vfw/src/resource.rc: More GUI cosmetics
172    
173    2011-05-18 09:55  Isibaar
174    
175            * xvidcore/vfw/src/resource.rc: Minor GUI cosmetics
176    
177    2011-05-18 09:08  Isibaar
178    
179            * xvidcore/src/dct/README.IJG: deleted deprecated README.IJG
180    
181    2011-05-18 09:07  Isibaar
182    
183            * xvidcore/src/dct/fdct.c, xvidcore/src/dct/fdct.h,
184              xvidcore/src/dct/idct.c, xvidcore/src/dct/idct.h: re-applied new
185              IDCT/DCT patch from trunk
186    
187    2011-05-18 09:02  Isibaar
188    
189            * xvidcore/dshow/src/CAbout.h, xvidcore/dshow/src/CXvidDecoder.h,
190              xvidcore/dshow/src/IXvidDecoder.h, xvidcore/dshow/src/config.c,
191              xvidcore/dshow/src/config.h, xvidcore/dshow/src/debug.c,
192              xvidcore/dshow/src/debug.h, xvidcore/dshow/src/resource.h,
193              xvidcore/examples/xvid_bench.c, xvidcore/examples/xvid_decraw.c,
194              xvidcore/examples/xvid_encraw.c,
195              xvidcore/src/bitstream/bitstream.c,
196              xvidcore/src/bitstream/bitstream.h, xvidcore/src/bitstream/cbp.c,
197              xvidcore/src/bitstream/cbp.h, xvidcore/src/bitstream/mbcoding.c,
198              xvidcore/src/bitstream/mbcoding.h,
199              xvidcore/src/bitstream/vlc_codes.h,
200              xvidcore/src/bitstream/zigzag.h, xvidcore/src/dct/fdct.c,
201              xvidcore/src/dct/fdct.h, xvidcore/src/dct/idct.c,
202              xvidcore/src/dct/idct.h, xvidcore/src/dct/ppc_asm/idct_altivec.c,
203              xvidcore/src/dct/simple_idct.c, xvidcore/src/decoder.c,
204              xvidcore/src/decoder.h, xvidcore/src/encoder.c,
205              xvidcore/src/encoder.h, xvidcore/src/global.h,
206              xvidcore/src/image/colorspace.c, xvidcore/src/image/colorspace.h,
207              xvidcore/src/image/font.c, xvidcore/src/image/font.h,
208              xvidcore/src/image/image.c, xvidcore/src/image/image.h,
209              xvidcore/src/image/interpolate8x8.c,
210              xvidcore/src/image/interpolate8x8.h,
211              xvidcore/src/image/postprocessing.c,
212              xvidcore/src/image/postprocessing.h,
213              xvidcore/src/image/ppc_asm/colorspace_altivec.c,
214              xvidcore/src/image/ppc_asm/interpolate8x8_altivec.c,
215              xvidcore/src/image/ppc_asm/qpel_altivec.c,
216              xvidcore/src/image/qpel.c, xvidcore/src/image/qpel.h,
217              xvidcore/src/image/reduced.c, xvidcore/src/image/reduced.h,
218              xvidcore/src/motion/estimation.h,
219              xvidcore/src/motion/estimation_bvop.c,
220              xvidcore/src/motion/estimation_common.c,
221              xvidcore/src/motion/estimation_gmc.c,
222              xvidcore/src/motion/estimation_pvop.c,
223              xvidcore/src/motion/estimation_rd_based.c,
224              xvidcore/src/motion/estimation_rd_based_bvop.c,
225              xvidcore/src/motion/gmc.c, xvidcore/src/motion/gmc.h,
226              xvidcore/src/motion/motion.h, xvidcore/src/motion/motion_comp.c,
227              xvidcore/src/motion/motion_inlines.h,
228              xvidcore/src/motion/motion_smp.h,
229              xvidcore/src/motion/ppc_asm/sad_altivec.c,
230              xvidcore/src/motion/sad.c, xvidcore/src/motion/sad.h,
231              xvidcore/src/motion/vop_type_decision.c,
232              xvidcore/src/plugins/plugin_2pass1.c,
233              xvidcore/src/plugins/plugin_2pass2.c,
234              xvidcore/src/plugins/plugin_dump.c,
235              xvidcore/src/plugins/plugin_lumimasking.c,
236              xvidcore/src/plugins/plugin_psnr.c,
237              xvidcore/src/plugins/plugin_psnrhvsm.c,
238              xvidcore/src/plugins/plugin_single.c,
239              xvidcore/src/plugins/plugin_ssim.c,
240              xvidcore/src/plugins/plugin_ssim.h, xvidcore/src/portab.h,
241              xvidcore/src/prediction/mbprediction.c,
242              xvidcore/src/prediction/mbprediction.h,
243              xvidcore/src/quant/ppc_asm/quant_h263_altivec.c,
244              xvidcore/src/quant/ppc_asm/quant_mpeg_altivec.c,
245              xvidcore/src/quant/quant.h, xvidcore/src/quant/quant_h263.c,
246              xvidcore/src/quant/quant_matrix.c,
247              xvidcore/src/quant/quant_matrix.h,
248              xvidcore/src/quant/quant_mpeg.c, xvidcore/src/utils/emms.c,
249              xvidcore/src/utils/emms.h, xvidcore/src/utils/mbfunctions.h,
250              xvidcore/src/utils/mbtransquant.c,
251              xvidcore/src/utils/mem_align.c, xvidcore/src/utils/mem_align.h,
252              xvidcore/src/utils/mem_transfer.c,
253              xvidcore/src/utils/mem_transfer.h,
254              xvidcore/src/utils/ppc_asm/altivec_trigger.c,
255              xvidcore/src/utils/ppc_asm/mem_transfer_altivec.c,
256              xvidcore/src/utils/timer.c, xvidcore/src/utils/timer.h,
257              xvidcore/src/xvid.c, xvidcore/src/xvid.h,
258              xvidcore/vfw/src/codec.c, xvidcore/vfw/src/codec.h,
259              xvidcore/vfw/src/config.c, xvidcore/vfw/src/config.h,
260              xvidcore/vfw/src/debug.h, xvidcore/vfw/src/driverproc.c,
261              xvidcore/vfw/src/resource.h, xvidcore/vfw/src/status.c,
262              xvidcore/vfw/src/status.h, xvidcore/vfw/src/vfwext.h,
263              xvidcore/vfw/src/w32api/vfw.h: enabled auto-props property
264    
265    2011-05-18 08:51  Isibaar
266    
267            * xvidcore/src/dct/fdct.c, xvidcore/src/dct/fdct.h,
268              xvidcore/src/dct/idct.c, xvidcore/src/dct/idct.h: backported new
269              DCT/IDCT C-implementations from trunk
270    
271    2011-05-18 08:06  Isibaar
272    
273            * xvidcore/build/generic/Makefile: make info
274    
275    2011-05-18 07:59  Isibaar
276    
277            * xvidcore/build/generic/configure.in: Increased version number to
278              1.3.2
279    
280    2011-05-18 07:38  Isibaar
281    
282            * xvidcore/src/xvid.c, xvidcore/src/xvid.h: Pump up version number
283              to 1.3.2
284    
285    2011-05-16 10:09  Isibaar
286    
287            * xvidcore/build/win32/libxvidcore.sln: - Fixed issue with CR/LF
288    
289    2011-05-16 09:38  Isibaar
290    
291            * xvidcore/debian: - Removed debian directory from release branch
292    
293    2011-04-07 19:07  Isibaar
294    
295            * xvidcore/build/generic/configure.in, xvidcore/src/encoder.c,
296              xvidcore/src/image/postprocessing.c: switchable pthread
297              (backported from HEAD)
298    
299    2011-03-21 16:00  Isibaar
300    
301            * xvidcore/src/image/image.c: add brackets to avoid ambuigity
302    
303    2011-03-21 14:25  Isibaar
304    
305            * xvidcore/dshow/dshow.vcproj: switched back to LIBCMT runtime
306    
307    2011-03-18 21:16  Isibaar
308    
309            * xvidcore/dshow/src/xvid.ico: icon with darker blue
310    
311    2011-03-17 15:52  Isibaar
312    
313            * xvidcore/ChangeLog: Updated changelog
314    
315    ---------------------
316    Date: 2011/03/17 16:13:25
317    Author: Isibaar
318    Branch: release-1_3-branch
319    Tag: (none)
320    Log:
321    Don't flip RGB output for MFT decoder
322    
323    Members:
324            dshow/src/CXvidDecoder.cpp:1.25->1.25.2.4
325            dshow/src/CXvidDecoder.h:1.9->1.9.2.2
326    
327    ---------------------
328    Date: 2011/03/10 16:27:57
329    Author: Isibaar
330    Branch: release-1_3-branch
331    Tag: (none)
332    Log:
333    increase version number to 1.3.1
334    
335    Members:
336            build/generic/configure.in:1.33.2.3->1.33.2.4
337            debian/changelog:1.3->1.3.2.2
338    
339    ---------------------
340    Date: 2011/03/08 22:07:00
341    Author: Isibaar
342    Branch: release-1_3-branch
343    Tag: (none)
344    Log:
345    ramp up version number to 1.3.1
346    
347    Members:
348            src/xvid.c:1.85.2.2->1.85.2.3
349            src/xvid.h:1.74.2.3->1.74.2.4
350    
351    ---------------------
352    Date: 2011/03/08 20:18:34
353    Author: Isibaar
354    Branch: release-1_3-branch
355    Tag: (none)
356    Log:
357    fixed padding regression for input widths/heights not multiple of 16
358    
359    Members:
360            src/encoder.c:1.135.2.4->1.135.2.5
361            src/xvid.h:1.74.2.2->1.74.2.3
362            src/image/image.c:1.46.2.1->1.46.2.2
363    
364    ---------------------
365    Date: 2011/02/25 14:15:35
366    Author: Isibaar
367    Branch: release-1_3-branch
368    Tag: (none)
369    Log:
370    fixed syntax error for pthread check - thanks to Fabrian Greffrath
371    
372    Members:
373            build/generic/configure.in:1.33->1.33.2.3
374    
375    ---------------------
376    Date: 2011/02/25 13:40:25
377    Author: Isibaar
378    Branch: release-1_3-branch
379    Tag: (none)
380    Log:
381    noexec stack check not only for "elf" but also "elf32" - thanks to Fabian Greffrath
382    
383    Members:
384            src/nasm.inc:1.7->1.7.2.2
385    
386    ---------------------
387    Date: 2011/02/16 20:04:39
388    Author: Isibaar
389    Branch: release-1_3-branch
390    Tag: release-1_3_0
391    Log:
392    decoder support for lower case FourCCs (from Jawor's patch)
393    GUI cosmetics (from Jawor's patch)
394    
395    Members:
396            vfw/src/codec.c:1.30.2.2->1.30.2.3
397            vfw/src/codec.h:1.7->1.7.2.1
398            vfw/src/config.c:1.45->1.45.2.2
399            vfw/src/resource.rc:1.30.2.1->1.30.2.2
400    
401    ---------------------
402    Date: 2011/02/14 18:26:20
403    Author: Isibaar
404    Branch: release-1_3-branch
405    Tag: (none)
406    Log:
407    updated changelog for 1_3 branch
408    
409    Members:
410            ChangeLog:1.17->1.17.2.1
411    
412    ---------------------
413    Date: 2011/02/14 18:21:00
414    Author: Isibaar
415    Branch: release-1_3-branch
416    Tag: (none)
417    Log:
418    Increased version number
419    
420    Members:
421            src/xvid.c:1.85->1.85.2.2
422            src/xvid.h:1.74->1.74.2.2
423    
424  ---------------------  ---------------------
425  Date: 2011/02/14 17:58:54  Date: 2011/02/14 17:58:54

Legend:
Removed from v.1951  
changed lines
  Added in v.2078

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