comparison DOCS/ChangeLog @ 1:3b5f5d1c5041

Initial revision
author arpi_esp
date Sat, 24 Feb 2001 20:28:24 +0000
parents
children 9373c2abe9c3
comparison
equal deleted inserted replaced
0:c1bb2c071d63 1:3b5f5d1c5041
1 ChangeLog:
2 ~~~~~~~~~~
3
4 v0.12-pre1: [ not yet released ]
5 - ffmpeg included into source tree
6
7 ===========================================================================
8 Note: If you've sent patches not applied in pre22, please send them again!
9 /|\ (I've got tons of mails last weeks, and can't re-read all of them)
10 /~\ Please include in the Subject: MPLAYER-PATCH
11 ===========================================================================
12
13 *** 0.11 release is coming SOON!!! ***
14
15 v0.11-pre25: small fixes again :(
16 - DOCS updated (email address changed from arpi@* -> maillist)
17 - LIRC fix, mplayer_lirc changed back to mplayer [Andreas Ackermann]
18 - stream.c: unsigned int fixes, required for some strange .asf files
19 - asfheader.c: using w=h=b=1 for audio_concealment_none
20 - VCD-related stuff moved from stream.c to vcd_read.c
21
22 v0.11-pre24: small fixes again :(
23 - DOCS/LIRC changed: users *must* enable lirc support manually, it is
24 not autodetected yet. (./configure --enable-lirc)
25 - the {prefix} bug fixed by Gabucino
26 - added manpage by Gabucino
27 - manpage -vo fixes by A'rpi
28
29 v0.11-pre23: lirc support, text updates, mailinglists
30 - added "-ni" option to force usage of the non-interleaved AVI parser
31 - DOCS/* updated by Gabucino
32 - new homepage by Gabucino
33 - mplayer users & announce mailing lists by Dariusz Pietrzak (see README)
34 - LIRC support by Andreas Ackermann (see DOCS/LIRC)
35 enable with ./configure --enable-lirc
36 TODO: ./configure should detect LIRC installed and better Makefile handling
37 - added AVI_NINI parser for broken (no index) non-interleaved files
38
39 v0.11-pre22: last fixes, release is coming soon!
40 - non-interleaved avi EOF bug fixed [thanks to DC-1 for help]
41 - "You" strings in Makefile after make dep bug fixed... [thx to DC-1]
42 - SDL disabled by default. You have to ./configure --enable-sdl to enable.
43 - homepage updated by Gabucino
44 - homepage updated by A'rpi
45 - FAQ updated by A'rpi
46
47 fork() -> 0.12pre1
48
49 v0.11-pre21: mpeg1 pp, stereo fix
50 - "Skip chunk xxxx" messages moved from -v to -v -v -v debug level...
51 [thanks to Christoph H. Lampert]
52 - divx postprocess filter works for mpeg1 files too! (-divxq 1/3/7/31)
53 - mpeg layer-2 audio fixed - it's stereo again!!!
54 - audio select() detection: if detected audio buffer size == 0, then
55 exit with message "recompile mplayer with #undef HAVE_AUDIO_SELECT"...
56 - syncfb driver added to the source tree, under drivers/
57 (it's very similar to mga_vid, but has syncronization to screen and
58 de-interlace features)
59 - draw_slice in syncfb finished for G400 cards (plays mpeg 1/2, opendivx)
60 (de-interlacing has been disabled, because it's buggy now)
61
62 v0.11-pre20: NI-AVI support, small fixes & patches...
63 - asf parser: flag 0x40 (explicit packet size) implemented [Marvin]
64 - new option to select DSP device: -dsp (default: /dev/dsp) [Pontscho]
65 - option -o changed to -vo
66 - ./configure: applied patches [LGB,Ian Kumlien,Magnus Pfeffer]
67 - avi chunk_id->ds mapper moved to demux_avi_select_stream()
68 - added non-interleaved .AVI parser
69 - added non-interleaved .AVI detection (if a_pos-v_pos distance > 1MB)
70
71 v0.11-pre19: small fixes...
72 - vo_xmga.c: G200 draw_slice fixed
73 xmga + mga: common part (draw_frame & draw_slice) moved to mga_common.c
74 - some independent code (asfinfo.c and GL-test) moved to the new TOOLS subdir
75 - movinfo.c added to TOOLS (small util to dump .mov file structure)
76 - AVI & ASF stream id detection changed: now using IDs from the header
77 (but still can be overriden by -aid or -vid) [Christoph H. Lampert]
78 - native MS-GSM audio codec ported from avifile source (-afm 6)
79 [thanks for the testfile to Christoph H. Lampert]
80 - README updated (input & codec lists)
81 - implemented .asf audio descrambling [Dirk Vornheder & Einon]
82 -> that weird_al_yankovic asf is not so weird now :)
83 - AUTHORS file changed
84
85 v0.11-pre18: patch release :)
86 - skip broken .asf fragments (for better seeking)
87 - seeking code cleanup in sources (now it's in a switch(){})
88 - opendivx encoding bitrate option changed from -divxq to -br
89 (for the divx -> divx re-encoding)
90 - TO DO section moved to file TODO
91 - applied ./configure and Makefile changes patch from LGB
92 - libvo function changes by Pontscho: x11 (with -fs), xmga (bugfixed!)
93 - libvo: driver sources renamed from video_out_*.c -> vo_*.c
94 - libvo: added uninit() function to drivers
95 - libvo: fork()'ed X11 eventhandler for x11 and xmga drivers [me & Pontscho]
96 (gl and xv version is coming soon!)
97 - libvo: sdl driver now closes SDL at QUIT...
98 - small english fixes (docs & messages) [Balazs Tibor]
99
100 v0.11-pre17: fixes
101 - asf "missing video stream" fixed (stream id & 0x7F) [Christoph H. Lampert]
102 - added GL-test directory, it contains source and compiler script of a
103 very simple open-gl texture updating (glTexSubImage) test program.
104 if it runs well, then mplayer -o gl should work too.
105 it works on G400+Utah-GLX, but segfaults in the G400 driver of X 4.0.2/DRI.
106 try it with different cards/drivers, and please report me the results.
107 - benchmarking in gltest.c: calculate fps and process times
108 - .asf seeking v0.01-pre0.1 :)
109
110 v0.11-pre16: ACM fixed
111 - Win32/ACM audio codec fixed (most important for asf with divx audio):
112 There was an output buffer size problem with the Win32/ACM audio codec
113 at low bitrates (usually used for .asf files with divx audio)
114 Input and output buffer sizes are now queryed, problem solved :)
115 - SDL support compiling hint by Michael Durller added to the FAQ
116 - opendivx support in .asf files [Gérard Lantau]
117 - ./configure & Makefiles patch by Aaron Hope applied.
118 (adds --with-win32libdir and fixes --with-x11libdir)
119 - ./configure fixed, now it defaults to /usr/lib/win32 if detection failed
120
121 v0.11-pre15: asf sync fixed
122 - asf parser: now supports other than 0x5D segments [Dirk Vornheder]
123 - new asf PTS reading: sync works now, including fps...
124 (-fps no longer required!) [thanks again to Eugene Kuznetsov for docs!]
125
126 v0.11-pre14: small fixes, asf sync v0.1 :)
127 - version number incremented :)))
128 - libvo / Xv driver swapped Red-Blue fixed
129 - asf timestamps implemented - now asf A-V should be in sync if you
130 specify the correct fps at commandline (-fps), +-1 fps allowed...
131 [i haven't yet found method to get fps out from asf headers :(((]
132 - some error and consistency checking into demux_asf
133 if you see many warning! messages playing an .asf file, then contact
134 me and upload the file (first 1MB is enough if it represents the problem)
135 Don't forget: there is no public doc about the .asf file format, so
136 everything we know is suspected and can be wrong... without your help
137 we never will have working .asf player...
138 - asf fragment offset checks disabled for grouping...
139
140 v0.11-pre13: libvo changes, mpeg bitrate, vcd fix, asf grouping
141 - libvo: draw_slice() interface changed, now it has src stride[3] and
142 destination rect dimension (w,h,x,y)
143 It's able to blit whole frames, not only 16-pixel slices...
144 - libmpeg2 and opendivx codec changed to use new draw_slice()
145 -> opendivx extra 64-pixel width band at right disappeared!
146 - mpeg bitrate fix: if picture->bitrate==0x3FFFF (means "unspecified" ?)
147 then using standard VCD bitrate (75*2324 bytes/sec)
148 -> fixed seeking for those mpegs with "16MBit/s" bitrate...
149 - drivers/sis_vid: video4linux interface disabled
150 - broken VCD playing fixed: stream_reset shouldn't seek to 0x0...
151 [bugreport: Kang Sun]
152 - asf_parser: grouping implemented! [test file provided by Gabucino :))]
153
154 v0.11-pre12: ./configure fixes, improved odivx-encoding, streaming fixes
155 - ./configure: using /tmp/main$$.c instead /tmp.main.c, and
156 remove file after tests [SaPe]
157 - ./configure: trying the gcc optimize options and fallback to 'pentium'
158 if fails (useful for people with old gcc and new cpu :))
159 - removed -fomit-frame-pointer from OPTFLAGS at config.mak
160 - version number incremented [Gabucino]
161 - odivx encoder fix: allow long (longer than xxxx.avi) destination filenames
162 (sizeof() changed to strlen()...) [Gabucino]
163 - avi writer - overwrite disabled (exits with error message if destination
164 file already exists...) [Gabucino]
165 - use -divxq to set encoding bitrate (in bits (no kbits!) default: 780000)
166 - no audio decoding if -encode option is used
167 - audio streaming disabled if -nosound specified (setting audio_id to -2)
168 - fast Mpeg-ES detection (doesn't read the whole Mpeg-PS file)
169 - compile-time option to disable using soundcard driver's select()
170 (requires for some people with buggy/pre-alpha/etc sound driver...)
171
172 v0.11-pre11: streaming fixes, asf support pre, indeo5 fix
173 - asf/asfinfo.c improved: now it dumps streams to files - need testing!
174 (it's ready to be converted to asf demuxer and intergated into MPlayer)
175 - stream.c / stream_reset() fix: now it really seek back to 0 position!
176 - .asf file format detection added (no .asf reading yet!!!)
177 - .asf demultiplexer added, changes in demuxer.c to handle fragmented packets
178 > it plays .asf video well, but still has problems with divx/wma audio. :(((
179 - indeo 5 playing fixed (removed ICDECOMPRESS_UPDATE from flags)
180 - xmga resizing problems with some window managers, so default order is
181 changed xmga,xma... to mga,xmga,...
182 - found gcc bug: compiling MPlayer with flags
183 OPTFLAGS=-O -g -march=i686 -mcpu=i686 -pipe -fomit-frame-pointer -ffast-math
184 cause image sizes negating -> mga_vid kernel driver Oops... :(((
185 - runaway.bride.sample.avi seeking segfault discovered: AC3 resync fails :(
186 - improved signal handling: module name is now printed. audio_resync added.
187 - RGB opendivx encoding implemented, now AVI->opendivx is possible.
188
189 v0.11-pre10: OpenDivX encoding, streaming fixes, avi seek fixes
190 - new libvo driver: odivx (OpenDivX File Writer)
191 - AVI file writting support, new option: -encode filename
192 to encode an mpeg/vob/vcd to opendivx:
193 mplayer file1.mpg -encode file2.avi -o odivx -nosound
194 (sound encoding/copy is not yet supported)
195 - libvo: default driver priority changed to: xmga,mga,syncfb,3dfx,xv,x11,gl
196 - avi writer: index support
197 - small fixes in avi writer to be compliant (adjusted chunk/list lengths)
198 - demuxer.c: stream buffering fixes:
199 - missing {} in mplayer.c occuring audio reads when has_audio=0
200 - reordered packet reader and pack count checks -> no more unwanted EOF
201 - added 4MB buffer memory usage limit to demuxed streams
202 - CPU flags in ./configure changed:
203 k7 -> k6 (current stable gcc doesn't supports k7)
204 386,486 -> i386,i486 [Balazs Tibor]
205 - demux_avi: index check now accepts (raw.len+1)==idx.len [Balazs Tibor]
206 - FAQ added
207
208 ** Now we are ready with planned features & urgent fixes, **
209 ** it's time to final testing and then the 0.11 release!! **
210
211 v0.11-pre9: OpenDivX fixes,speedup
212 - solved OpenDivX width problem (stride=width+(Quality?0:64))
213 now -divxq 0 works, and 0 is the default
214 - libvo call moved out from my_convert_yuv() so it can be measured (cpu %)
215 - IDCT code ported from libmpeg2 -> much faster OpenDivX decoding
216
217 v0.11-pre8: SDL fixes, OpenDivX support
218 - added -I/usr/X11R6/include to libvo CFLAGS
219 - (removed later: applied libvo SDL driver fixes by Jeffrey Boser)
220 - OpenDivX support, initial hack, maybe not work for you...
221 (I need testfiles, I have just only one)
222 use -divxq option to adjust quality (1..29 works), 1=default
223
224 v0.11-pre7: SDL support
225 - ported SDL driver from mpeg2dec/libvo (currect CVS)
226 (it's slower than internal X11 driver, but supports software scaling!)
227 - fixed SDL driver to support -fs and pass keyboard events
228 - SDL driver changed to support YV12 and YUY2 formats instead of IYUV
229 (now works with DivX files too)
230 - 'q' (Quit) disabled in SDL fullscreen mode (because it's impossible
231 to restore screen before exiting so it gets unusable state now)
232
233 v0.11-pre6: audio fix
234 - fixed video_out_xv.c compiling problems [bugreport: Kalle Mellerup]
235 - modified audio playing: always keep buffer (both internal and card's)
236 filled using select() -> -alsa audio delays should be fixed.
237 - updated DOCS/AUTHORS and DOCS/README
238
239 v0.11-pre5: xmmp audio support, applied Pontscho's libvo patch
240 - xmmp audio driver support by Arthur Kleer
241 - new video_out driver by Pontscho: xmga (Matrox G200/G400 only!)
242 It does same under X 3.3.x what Xv extension does under X 4.0.x!
243 (you will have a moveable/resizeable window but see an YUV video
244 overlay in it using color keying)
245 - added keyboard event support in X11 windows [Pontscho]
246 (using mplayer_[put|get]_key() in codecctrl.c)
247
248 v0.11-pre4: x11 driver fixes, 15/16bpp support
249 - version in version.h fixed :))) [Pontscho]
250 - inttypes.h moved to DOCS/ (copy back to the root if you need it)
251 - depth calculation in vo_init() changed (Pontscho's version couldn't
252 make difference between 15 and 16bpp)
253 - x11 driver now uses vo_init() instead of get_depth()
254 - yuv2mmx: 15bpp not really supported -> removed from list, now
255 conversion is done (well) by the C code -> MPEG play in 15bpp works!
256 - avi playing support added in 15bpp (memcpy)
257 - avi playing support added in 16bpp (C 15->16 converter by me)
258 - avi playing support added in 16bpp (MMX 15->16 converter by Strepto)
259 - libvo/x11: yuv2rgb used MMX code on non-MMX CPUs too!!! fixed...
260 - all x11 modes tested (and mpeg/24bpp byteorder fixed):
261 MPEG: AVI/VfW:
262 15bpp C convert memcpy
263 16bpp MMX/C convert MMX/C convert
264 24bpp C convert memcpy
265 32bpp MMX/C convert memcpy / C conv.
266 => now all the movie types are viewable using the -o x11 driver!
267
268 v0.11-pre3: mpeg fixes, fullscreen support
269 - vertical.mpg serious libvo (x11,gl) segfaults fixed:
270 yuv2rgb_mmx requires one more lines that vertical image size...
271 fixed (allocating memory for width*(height+1)). [bugreport: Gabucino]
272 - Pontscho's fullscreen patch applied!
273 Using option -fs will maximize window size (for all resizeable drivers
274 including mga!) and disable window decorations (x11,Xv,gl only)
275 - simple inttypes.h included for libc5 (and glibc2.0 too?) users
276 - homepage updates (links changed ftp->http)
277
278 v0.11-pre2: better user messages, mp3 codec selection, demuxer changes
279 - w32codec.zip restored at the FTP site (somehow it damaged...)
280 - added version.h, and used its content everywhere
281 - 'premature end-of-file' problem fixed: freeing audio buffers and
282 setting d_audio->id=-2 if has_audio==0 [bugreport by Dmitri Pogosyan]
283 - some more messages added if verbose>=1
284 - demuxer.c: error message printed if A or V chunk buffer is full
285 'mplayer test.avi -aid -2' still not works without option '-nosound'
286 - adding new config.h option to set default MP3 audio codec (mpg123/l3codeca)
287 ./configure selects mp3lib only if you have 3Dnow [idea: Gabucino]
288 - automatic fallback to mp3lib/mpg123 if l3codeca.acm can't be loaded/inited
289
290 v0.11-pre1: AVI sync fixes
291 - AVI audio seeking improvements: now using nBlockAlign value to seek
292 inside the chunk, so divx audio works without big delays!!!
293 - AVI PTS calculation modified: counting video PTS when skip_video_frames>0
294 so new audio PTS values will be correct. Solved many sync probs!
295 - A-V sync with AVI files fixed!
296 Now only the Desperado-trailer has 1.0 sec delay after seeking.
297 - fixed AVI sync in -bps mode too! :) (perfect except that Desperado avi)
298
299 v0.10: The new year release!
300 - testing
301 - docs changed
302 - it's time to release and remove the old buggy 0.09 version...
303 - release!!!
304
305 v0.10-pre8: libvo/x11 changes
306 - libvo: x11/xv driver separated to x11 and xv drivers
307 - libvo: DUMMY_VO_FUNC removed from driver sources
308 - libvo: default driver order changed, because some users with software-only
309 opengl though that this 'slow' player can only play at 1-3fps :)
310
311 v0.10-pre7: libmpeg2 interface changes, display size/area changes, AVI fixes
312 - libmpeg2/decode.c modified:
313 - removed unused OMS and mpeg2dec stuff
314 - decode_data rewritten, now works like parse_es.c
315 => doesn't copy any data -> faster and less memory usage
316 - mplayer.c sends code 0x1FF after every frame, so libmpeg2 knows
317 when has to display it
318 - mplayer.c: in_frame flag fixes, didn't work well with mpeg2 streams
319 (because there is a 0x1B2 chunk between 0x100 and 0x101)
320 - 'picture' changed from static to shmem-allocated
321 -> better picture after codec restart (tested with JapAd.mpg)
322 -> keep information of the header changes (after init)
323 - mpeg image size changed, now only the real part of frame is displayed
324 (no more green strip at the bottom)
325 - picture struct: new fields: display_picture_width/height
326 - image buffer allocation (shmem) is done by decode.c instead of libvo
327 - new option: -xy <value> (resize both x/y direction)
328 if value<=8 -> x_scale = y_scale = value
329 else -> x_size=value y_size=aspectratio*x_size
330 - mplayer.c: video output moved out from avi/mpg init sections and
331 now it's common code (added movie_size_x/y variables and out_fmt global)
332 - new keys:
333 ESC => quit
334 + and - => adjust audio delay +- 0.1 second
335 k => kill/restart the mpeg codec process (for testing)
336 - codec control interface changed: wait for syncword after (re)start
337 to avoid receiving old frames => it's stable again!
338 - removed (now unused) allocate/free image buffer code from libvo
339 - mplayer: new internal variable for video format: has_video
340 0 = none (unused yet)
341 1 = mpeg 1/2 video
342 2 = win32/VfW video codec
343 - config.h has defaults for bps-based AVI sync and ALSA timer code options:
344 #undef AVI_SYNC_BPS => now it's disabled by default!!! use -bps to enable
345 #define ALSA_TIMER => now it's enabled by default!!! use -noalsa to dis.
346 - help updated
347 - prints max compressed framesize at exit (both avi & mpeg)
348 - AVI audio seeking fixed: some ACM codecs (divx audio and ms-adpcm)
349 can't seek inside a chunk, they are only able to play whole chunks.
350 Current audio seeking has changed to seek inside the chunk only if the
351 codec supports it (only internal codecs and ACM/mp3 allows it).
352 - AVI: audio delay correction if can't seek inside the chunk
353
354 v0.10-pre6: mpeg signal & EOF fixes
355 - ./configure: k6_mtrr (2.4.test11+) added [Pontscho]
356 - `term destroys if mplayer (mpg) called from mc.ext` bug fixed:
357 added sighandler to the 3rd process (mpeg codec) to avoid sig. recursion
358 - better output at exit (handled now by exit_player())
359 - mpeg EOF problem (codec restart) fixed: added EOF detection to parse_es.c
360 - internal flag 'current_module' added to get more info at segfaults
361 (contains module number where the segfault occured)
362 - audio detection changed: using afm=4 (Win32/ACM) for MP3 audio (AVI files)
363 (you MUST have l3codeca.acm at /usr/lib/win32, or you have to use '-afm 1')
364
365 v0.10-pre5: flipping fixed
366 - AVI image flipping reworked:
367 - new flag: avi_header.flipped, TRUE if upside-down
368 - image flipping code removed/disabled from libvo modules
369 - duplicate flip_page() calls removed (overload with x11 and mga)
370 - aLaw audio codec (AVI id 0x06) added (uses code from xanim source)
371
372 v0.10-pre4: test release, small fixes
373 - video_out driver <-> codec incompatibility message changed
374 - fixed the config.format bug in drivers/mga_vid_test, so it works again!
375 [thanks to David Whysong]
376 - libmpeg2 upgraded
377
378 v0.10-pre3: test release, verbose mode, new docs
379 - new option: -v = increment verbose level
380 (debug printf's changed to verbose level-dependent)
381 - default level: 0, only some informal output
382 - init debug: 1, some basic debug infos, avi header, function values
383 - player debug: 2, print avi indexes, chunk inputs, more debug infos
384 - parser debug: 3, prints everything related to input parsers
385 to increment verbose level, use multiple -v options (-v -v -v for level-3)
386 - bitrate calculation for AVI files
387 - README rewritten, added Troubleshooting and Bugreports sections
388 - TVout directory added (only the scripts)
389
390 v0.10-pre2: bugfix test release, bps-sync enabled
391 - avi: supporting both 0-based and movi-based index types (autodetect)
392 - avi: tested with VBR audio: plays well with -mc 0 option, seek doesn't
393 work yet [thanks to Alan Chen for testfile]
394 - avi: A-V sync to avg. byte/sec implemented (again) and enabled by default
395 (disable with -nobps if you want)
396 - ./configire: 3rd name ('kni') of the P3 added. Where is the compatibility?
397 - useless '\' removed from libac3/Makefile [Otvos Ferenc]
398
399 v0.10-pre1: test release, players merged!!!
400 - avip and mpegp has been merged to a single binary called 'mplayer'
401 - file type detection (AVI/MPEG-PS/MPEG-ES/Other)
402 - no redundant code (common code for common jobs)
403 - big format-dependent codes moved to functions (separated files)
404 - better error messages, removed some debug stuff, code cleanups
405 - old libmpeg2 version removed from source tree
406 - help texts merged (help_avi+help_mpg -> help_mp)
407 - new options: -x <x> -y <y> = scale image (if selected driver supports)
408 if value<=8 then image size will be multiplied by value, otherwise
409 image size will be scaled to <value> pixels.
410 For example:
411 2x ZOOM: mplayer -x 2 -y 2 test.mpg
412 800x600: mplayer -x 800 -y 600 test.mpg
413 [default values are still configurable at compile-time, see config.h]
414 - TV project (not finished) codebase added (see tvision.c, or: make tvision)
415
416 v0.09: Beta release [same as 0.09-pre3]
417 - version changed in the files
418 - docs updated
419
420 v0.09-pre3: bugfix test-release, X11 support testing
421 - fixed the if [ -z $pparam ] bug in ./configure [Christian Birchinger]
422 - many changes in AVI seek code, resulting near-perfect seeking now!
423 current method calc absolute audio position, so with VBR audio it
424 doesn't work yet...
425 - avip: Xv support (YUY2 image format)
426 - avip: X11 support (24 & 32 bpp only, BGR format)
427 I need a very fast 15->16bpp converter for 16bpp support... anyone helps?
428
429 v0.09-pre2: bugfix test-release
430 - removed unnecessary code from libmpeg2/header.c
431 Walken told me that standard mpg/vob streams must NOT use framerate
432 and bitrate extension... and the ext. id check is done by the caller.
433 - CRC support to mp3lib's mpeg audio layer-2 decoder
434 thanks for bugreport & testfile to Samson
435
436 v0.09-pre1: bugfix test-release
437 - imported new libmpeg2 files (under testing...)
438 - GL renderer flickering bug fixed (MMX missing emms() between yuv2rgb and
439 glTexSubImage(), bug triggered by new Utah-GLX code)
440 [thanks for Christian Birchinger]
441
442 v0.08: Index support, avi seeking, DLL loader fix, compilation fixes
443 - Added support for chunk index usage (disable with -noidx option)
444 - Removed code optimization flags from loader/Makefile because
445 it segfaults if compile optimized code (it does some hacks with
446 pointers, maybe the reordered code confuses it)
447 - added new tool called aviparse (read and check avi file structure)
448 - indexed and raw chunk info comparing, bad chunks dropped
449 - termcap usage is optional (for those debian users without termcap)
450 - #if HAVE_* fixed (to #ifdef HAVE_*)
451 - ./configure supports new /proc/cpuinfo (2.4.0-test11)
452 - sse is called 'sse' again
453 - 'flags' field renamed to 'features'
454 - Xv benchmark results added to DOCS/SPEED
455 - avi seeking (and other goodies, pause etc) implemented
456 no PTS resync after seek yet.
457 - default video_out driver changed from 'mga' to the first available driver
458 new driver priority: mga_vid, opengl, x11
459
460 v0.07: Easier compile
461 - Added Pontscho's ./configure script (it's modified a lot)
462 - Updated makefiles, and tested a lot :)
463 - Updated DOCS/INSTALL
464
465 v0.06: Better codec selection
466 - avi audio&video codec selection moved to new codecs.c file,
467 loader/driver.c and loader/afl.c modified for this
468 - yuv support fixed, codecs.c setup flags to handle yuv properly
469 yuv works fine with divx, mpeg4, cvid, and upside-down iv50
470 - DOCS/INSTALL updated
471 - DOCS/SPEED updated, DivX benchmarks added
472
473 v0.05: Merged with MPEGplayer 0.90pre6, first public release of AVI player
474 - code merged with mpegplayer, new Makefile, some small modifications
475 - docs updated and moved to DOCS
476
477 v0.04: YUV support, some code cleanup, preview-release
478
479 v0.01: first version based on new MPEGplayer's codebase.