[cvs] / xvidcore / ChangeLog Repository:
ViewVC logotype

Diff of /xvidcore/ChangeLog

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

revision 1.12, Mon Apr 4 23:49:37 2005 UTC revision 1.13, Sat Sep 17 08:17:57 2005 UTC
# Line 1  Line 1 
1    #########################################################################
2    # 1.1.0-<beta3/final tbd> (Bitstream Version 39)
3    #########################################################################
4    nb: this changelog was prepared manually from xvid.org cvs log.
5    
6    2005-9-15 10:55:29
7            OutputDebugString cleanup (suxen_drol)
8    
9    2005-9-15 10:52:28
10            bugfix: support for aspect ratio when decoding unpacked b-frames (suxen_drol)
11    
12    2005-9-13 12:12:15
13            Field interlaced decoding, contributed by Christoph Kuehnel
14    
15    2005-9-9 12:18:10
16            msvc6 fails upon "std" function argument name; renamed std to stride as a workaround (suxen_drol)
17    
18    2005-9-9 11:34:51
19            older mingw platform sdk compatibility (suxen_drol)
20    
21    2005-8-5 20:49:23
22            Added Carlo's optimized cbp calc function, and bench (slightly edited)
23            (carlo dot bramix at libero dot it)
24    
25    2005-8-1 18:37:46
26            workaround for wrong chroma rounding in very old XviD builds (Isibaar)
27    
28    2005-7-11 22:10:24
29            Fix for x86_64 + gcc 4.1.x
30            patch by Martin Drab <drab at kepler dot fjfi dot cvut dot cz>
31    
32    2005-7-11 9:25:39
33            disable packed-bframes widget for dxn profile (suxen_drol)
34    
35    2005-7-5 20:55:12
36            added RD modes using the "-vhqmode [0..4]" switch (as in VfW). (Christoph Lampert)
37            Default currently is 0, but 1 (RD_MODEDECISION) might be a good choice.
38    
39    2005-7-5 20:39:52
40            made "-asm" default behaviour. This has been annoying me for years... (Christoph Lampert)
41            added "-noasm" switch to disable it.
42    
43    2005-6-22 6:18:14
44            added the '-grey' option, for GREYSCALE coding. (Pascal Massimino)
45    
46    2005-6-15 6:7:28
47            fix for crc computation on BIG_ENDIAN platforms.
48            Patch by Paul Kurucz ( ptk9417 at ritvax dot isc dot rit dot edu )
49    
50    2005-6-14 13:58:21
51            Aligned local arrays in test_transfer() of xvid_bench.c (Pascal Massimino)
52            + optimized the C-version of mem_transfer.c. You can activate
53            the new code by commenting out the "#define USE_REFERENCE_C"
54            at the beginning of the source file.
55    
56    2005-5-23 12:6:2
57            Added IEEE-1180 and Walken-compliant SSE2 Idct. (Pascal Massimino)
58            Disabled by default (line 515 of xvid.c) until proven fully
59            safe. Should give binary-equal results than the mmx and xmm
60            versions.
61    
62    2005-5-23 9:29:43
63            encoder.c: simplify_time() optimized by Euclid.
64    
65            bitstream.c: write_video_packet_header() was buggy and
66            kind of obfuscated, as noticed by Sigdrak at free.fr.
67    
68            gcc4 warning removal (Edouard Gomez)
69            - No executable shared objects installed
70              (Do not install the lib as executable. It's no use as the SO has no
71               main symbol anyway, and the static lib is not runnable anyway.)
72            - Statically link xvid_bench with libxvidcore.a
73            - New autoconf garbage removal
74            - Quotes in configure.in
75    
76    2005-5-17 21:3:32
77            encoder.c: better error handling upon MEM_ERROR
78            bitstream.c: faster log2bin (xvid_bench.c updated)
79            bitstream.c: added unused functions:
80            BitstreamWriteEndOfSequence()
81            BitstreamWriteGroupOfVopHeader()
82            write_video_packet_header()
83            Original input: sigdrak at free.fr and Angela Belda. Thanks.
84    
85    2005-5-17 15:55:24
86            GCC4 support added (thx to Edouard Gomez)
87    
88    2005-5-17 15:40:11
89            Added a verification bench 'bench.pl'. (Pascal Massimino)
90            You should customize the 'bench_list.pl' list with
91            the bitstreams you want to check for decoding.
92            Updated 'xvid_bench.c'.
93    
94    2005-4-18 8:31:42
95            clock() returns time in milliseconds. Thx to Mark L at yahoo dot com.
96            * Writing pointed data is always better than memory
97               addresses (Patch by GomGom)
98            * Trivial style thingies (Patch by GomGom)
99            * No width and height declared in write_tga bug
100              (Patch by GomGom, spotted by Paul Kurucz ptk9417 at ritvax.isc.rit.edu)
101    
102    2005-4-11 14:33:26
103            Fix alignement issue (patch from Alexandre Ganea)
104    
105    2005-4-10 1:57:45
106            bugfix: correct max bitrate display for slider (suxen_drol)
107            layout: "(kbps)" added to avgerage bitrate labels within calculator dialog (suxen_drol)
108    
109    2005-4-10 0:27:25
110            improved profile/level id auto-detection (suxen_drol)
111    
112    
113    #########################################################################
114    
115    
116  # Ed.Gomez: This ChangeLog is generated from a personal tree maintained  # Ed.Gomez: This ChangeLog is generated from a personal tree maintained
117  # under the arch revision control tool. That's why dates may be skewed. I  # under the arch revision control tool. That's why dates may be skewed. I
118  # also removed all my email adresses from the output because they are not  # also removed all my email adresses from the output because they are not

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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