comparison ChangeLog @ 7371:d364fd4065a0

hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
author arpi
date Tue, 10 Sep 2002 23:47:56 +0000
parents a832c0b2e1ac
children 2afbd3ffe08c
comparison
equal deleted inserted replaced
7370:8e07aeda7344 7371:d364fd4065a0
1 TODO: collect old version changelogs from freshmeat.net, news/maillist archive... 1 TODO: collect old version changelogs from freshmeat.net, news/maillist archive...
2 -> both was included, freshmeat somehow deleted all logs before 0.50 :((((
3
4 TODO: cleanup old (<=0.17a) versions, find the place for these:
5 * new stream selection code (autodetected)
6 * pre-devel-alpha DVD code (libcss)
7 * subtitle code 100% (perfected timing code)
8 * new output drivers (SVGAlib, FBdev)
9 * faster memcpy() routine (MMX/3DNow!/SSE optimized)
10
2 11
3 mplayer (0.90) 12 mplayer (0.90)
4 13
5 release: 14 release:
6 15
222 * Framedropping for MPEG files as well 231 * Framedropping for MPEG files as well
223 * X11 driver works on remote display (without SHM) 232 * X11 driver works on remote display (without SHM)
224 * A-V sync for AVI files fixed (both -bps and -nobps) 233 * A-V sync for AVI files fixed (both -bps and -nobps)
225 234
226 235
227 mplayer (0.17a) "The IdegCounter" 236 mplayer v0.17a "IdegCounter++" : Apr 27 2001
228 237 - first 0.17 release failed - buggy files outdated docs etc :(
238 it's (hopefully) fixed now.
239
240 mplayer v0.17 "IdegCounter" : Apr 27 2001
229 * DVD playing (libcss) 241 * DVD playing (libcss)
230 * OSD and subtitles with antialiased fonts 242 * OSD and subtitles with antialiased fonts
231 * new Win32 codecs (WMV1,AP42,ASV2 etc) 243 * new Win32 codecs (WMV1,AP42,ASV2 etc)
232 * new VO drivers (SVGAlib,fbdev,DGA,SDL etc) 244 * new VO drivers (SVGAlib,fbdev,DGA,SDL etc)
233 * source cleanup, most part of the code rewritten 245 * source cleanup, most part of the code rewritten
234 246
235 mplayer (0.11pre 1-24) 247 * jumped to 0.17 * (why 17? oh. chass just got a new 17" monitor :))
236 mplayer (0.10) 248
237 mplayer (0.10 pre 1-7) 249 mplayer v0.11-pre27-CVS:
238 mplayer (0.3-0.9) 250 - updated libmpeg2 source to libmpeg2-0.2.1-CVS version
239 251 - updated OpenDivX encore/decore to 4.0 alpha48
240 * new stream selection code (autodetected) 252 - cmdline/configfile handler by szabi
241 * pre-devel-alpha DVD code (libcss) 253 - added DirectShow support (now DivX-only)
242 * subtitle code 100% (perfected timing code) 254 - bugfix: stream.c/stream_new() uninitialized variables
243 * new output drivers (SVGAlib, FBdev) 255
244 * faster memcpy() routine (MMX/3DNow!/SSE optimized) 256 mplayer v0.11-pre26-CVS:
257 - updated libmpeg2 source to libmpeg2-0.2.0 version
258 - small fixes
259
260 mplayer v0.11-pre25-CVS: yeah, we moved to SourceForge CVS!
261 - DOCS updated (email address changed from arpi@* -> maillist)
262 - LIRC fix, mplayer_lirc changed back to mplayer [Andreas Ackermann]
263 - stream.c: unsigned int fixes, required for some strange .asf files
264 - asfheader.c: using w=h=b=1 for audio_concealment_none
265 - VCD-related stuff moved from stream.c to vcd_read.c
266 - added DGA driver by Andreas Ackermann
267 - added debian/ subdir for the debian package makers... see DOCS/DEBIAN
268 - new Makefile/dependency system
269 - added check_events() to libvo, x11 stuff moved to x11_common.c
270
271 mplayer v0.11-pre24: Feb 19 2001
272 small fixes again :(
273 - DOCS/LIRC changed: users *must* enable lirc support manually, it is
274 not autodetected yet. (./configure --enable-lirc)
275 - the {prefix} bug fixed by Gabucino
276 - added manpage by Gabucino
277 - manpage -vo fixes by A'rpi
278
279 mplayer v0.11-pre23: Feb 18 2001
280 lirc support, text updates, mailinglists
281 - added "-ni" option to force usage of the non-interleaved AVI parser
282 - DOCS/* updated by Gabucino
283 - new homepage by Gabucino
284 - mplayer users & announce mailing lists by Dariusz Pietrzak (see README)
285 - LIRC support by Andreas Ackermann (see DOCS/LIRC)
286 enable with ./configure --enable-lirc
287 TODO: ./configure should detect LIRC installed and better Makefile handling
288 - added AVI_NINI parser for broken (no index) non-interleaved files
289
290 mplayer v0.11-pre22: Feb 16 2001
291 last fixes, release is coming soon!
292 - non-interleaved avi EOF bug fixed [thanks to DC-1 for help]
293 - "You" strings in Makefile after make dep bug fixed... [thx to DC-1]
294 - SDL disabled by default. You have to ./configure --enable-sdl to enable.
295 - homepage updated by Gabucino
296 - homepage updated by A'rpi
297 - FAQ updated by A'rpi
298
299 fork() -> 0.12pre1
300
301 mplayer v0.11-pre21: Feb 12 2001
302 mpeg1 pp, stereo fix
303 - "Skip chunk xxxx" messages moved from -v to -v -v -v debug level...
304 [thanks to Christoph H. Lampert]
305 - divx postprocess filter works for mpeg1 files too! (-divxq 1/3/7/31)
306 - mpeg layer-2 audio fixed - it's stereo again!!!
307 - audio select() detection: if detected audio buffer size == 0, then
308 exit with message "recompile mplayer with #undef HAVE_AUDIO_SELECT"...
309 - syncfb driver added to the source tree, under drivers/
310 (it's very similar to mga_vid, but has syncronization to screen and
311 de-interlace features)
312 - draw_slice in syncfb finished for G400 cards (plays mpeg 1/2, opendivx)
313 (de-interlacing has been disabled, because it's buggy now)
314
315 mplayer v0.11-pre20: Feb 11 2001
316 NI-AVI support, small fixes & patches...
317 - asf parser: flag 0x40 (explicit packet size) implemented [Marvin]
318 - new option to select DSP device: -dsp (default: /dev/dsp) [Pontscho]
319 - option -o changed to -vo
320 - ./configure: applied patches [LGB,Ian Kumlien,Magnus Pfeffer]
321 - avi chunk_id->ds mapper moved to demux_avi_select_stream()
322 - added non-interleaved .AVI parser
323 - added non-interleaved .AVI detection (if a_pos-v_pos distance > 1MB)
324
325 mplayer v0.11-pre19: Feb 9 2001
326 small fixes...
327 - vo_xmga.c: G200 draw_slice fixed
328 xmga + mga: common part (draw_frame & draw_slice) moved to mga_common.c
329 - some independent code (asfinfo.c and GL-test) moved to the new TOOLS subdir
330 - movinfo.c added to TOOLS (small util to dump .mov file structure)
331 - AVI & ASF stream id detection changed: now using IDs from the header
332 (but still can be overriden by -aid or -vid) [Christoph H. Lampert]
333 - native MS-GSM audio codec ported from avifile source (-afm 6)
334 [thanks for the testfile to Christoph H. Lampert]
335 - README updated (input & codec lists)
336 - implemented .asf audio descrambling [Dirk Vornheder & Einon]
337 -> that weird_al_yankovic asf is not so weird now :)
338 - AUTHORS file changed
339
340 mplayer v0.11-pre18: Feb 7 2001
341 patch release :)
342 - skip broken .asf fragments (for better seeking)
343 - seeking code cleanup in sources (now it's in a switch(){})
344 - opendivx encoding bitrate option changed from -divxq to -br
345 (for the divx -> divx re-encoding)
346 - TO DO section moved to file TODO
347 - applied ./configure and Makefile changes patch from LGB
348 - libvo function changes by Pontscho: x11 (with -fs), xmga (bugfixed!)
349 - libvo: driver sources renamed from video_out_*.c -> vo_*.c
350 - libvo: added uninit() function to drivers
351 - libvo: fork()'ed X11 eventhandler for x11 and xmga drivers [me & Pontscho]
352 (gl and xv version is coming soon!)
353 - libvo: sdl driver now closes SDL at QUIT...
354 - small english fixes (docs & messages) [Balazs Tibor]
355
356 mplayer v0.11-pre17: Feb 4 2001
357 fixes
358 - asf "missing video stream" fixed (stream id & 0x7F) [Christoph H. Lampert]
359 - added GL-test directory, it contains source and compiler script of a
360 very simple open-gl texture updating (glTexSubImage) test program.
361 if it runs well, then mplayer -o gl should work too.
362 it works on G400+Utah-GLX, but segfaults in the G400 driver of X 4.0.2/DRI.
363 try it with different cards/drivers, and please report me the results.
364 - benchmarking in gltest.c: calculate fps and process times
365 - .asf seeking v0.01-pre0.1 :)
366
367 mplayer v0.11-pre16: Feb 4 2001
368 ACM fixed
369 - Win32/ACM audio codec fixed (most important for asf with divx audio):
370 There was an output buffer size problem with the Win32/ACM audio codec
371 at low bitrates (usually used for .asf files with divx audio)
372 Input and output buffer sizes are now queryed, problem solved :)
373 - SDL support compiling hint by Michael Durller added to the FAQ
374 - opendivx support in .asf files [Gérard Lantau]
375 - ./configure & Makefiles patch by Aaron Hope applied.
376 (adds --with-win32libdir and fixes --with-x11libdir)
377 - ./configure fixed, now it defaults to /usr/lib/win32 if detection failed
378
379 mplayer v0.11-pre15: Feb 2 2001
380 asf sync fixed
381 - asf parser: now supports other than 0x5D segments [Dirk Vornheder]
382 - new asf PTS reading: sync works now, including fps...
383 (-fps no longer required!) [thanks again to Eugene Kuznetsov for docs!]
384
385 mplayer v0.11-pre14: Feb 1 2001
386 small fixes, asf sync v0.1 :)
387 - version number incremented :)))
388 - libvo / Xv driver swapped Red-Blue fixed
389 - asf timestamps implemented - now asf A-V should be in sync if you
390 specify the correct fps at commandline (-fps), +-1 fps allowed...
391 [i haven't yet found method to get fps out from asf headers :(((]
392 - some error and consistency checking into demux_asf
393 if you see many warning! messages playing an .asf file, then contact
394 me and upload the file (first 1MB is enough if it represents the problem)
395 Don't forget: there is no public doc about the .asf file format, so
396 everything we know is suspected and can be wrong... without your help
397 we never will have working .asf player...
398 - asf fragment offset checks disabled for grouping...
399
400 mplayer v0.11-pre13: Jan 31 2001
401 libvo changes, mpeg bitrate, vcd fix, asf grouping
402 - libvo: draw_slice() interface changed, now it has src stride[3] and
403 destination rect dimension (w,h,x,y)
404 It's able to blit whole frames, not only 16-pixel slices...
405 - libmpeg2 and opendivx codec changed to use new draw_slice()
406 -> opendivx extra 64-pixel width band at right disappeared!
407 - mpeg bitrate fix: if picture->bitrate==0x3FFFF (means "unspecified" ?)
408 then using standard VCD bitrate (75*2324 bytes/sec)
409 -> fixed seeking for those mpegs with "16MBit/s" bitrate...
410 - drivers/sis_vid: video4linux interface disabled
411 - broken VCD playing fixed: stream_reset shouldn't seek to 0x0...
412 [bugreport: Kang Sun]
413 - asf_parser: grouping implemented! [test file provided by Gabucino :))]
414
415 mplayer v0.11-pre12: Jan 30 2001
416 ./configure fixes, improved odivx-encoding, streaming fixes
417 - ./configure: using /tmp/main$$.c instead /tmp.main.c, and
418 remove file after tests [SaPe]
419 - ./configure: trying the gcc optimize options and fallback to 'pentium'
420 if fails (useful for people with old gcc and new cpu :))
421 - removed -fomit-frame-pointer from OPTFLAGS at config.mak
422 - version number incremented [Gabucino]
423 - odivx encoder fix: allow long (longer than xxxx.avi) destination filenames
424 (sizeof() changed to strlen()...) [Gabucino]
425 - avi writer - overwrite disabled (exits with error message if destination
426 file already exists...) [Gabucino]
427 - use -divxq to set encoding bitrate (in bits (no kbits!) default: 780000)
428 - no audio decoding if -encode option is used
429 - audio streaming disabled if -nosound specified (setting audio_id to -2)
430 - fast Mpeg-ES detection (doesn't read the whole Mpeg-PS file)
431 - compile-time option to disable using soundcard driver's select()
432 (requires for some people with buggy/pre-alpha/etc sound driver...)
433
434 mplayer v0.11-pre11: Jan 29 2001
435 streaming fixes, asf support pre, indeo5 fix
436 - asf/asfinfo.c improved: now it dumps streams to files - need testing!
437 (it's ready to be converted to asf demuxer and intergated into MPlayer)
438 - stream.c / stream_reset() fix: now it really seek back to 0 position!
439 - .asf file format detection added (no .asf reading yet!!!)
440 - .asf demultiplexer added, changes in demuxer.c to handle fragmented packets
441 > it plays .asf video well, but still has problems with divx/wma audio. :(((
442 - indeo 5 playing fixed (removed ICDECOMPRESS_UPDATE from flags)
443 - xmga resizing problems with some window managers, so default order is
444 changed xmga,xma... to mga,xmga,...
445 - found gcc bug: compiling MPlayer with flags
446 OPTFLAGS=-O -g -march=i686 -mcpu=i686 -pipe -fomit-frame-pointer -ffast-math
447 cause image sizes negating -> mga_vid kernel driver Oops... :(((
448 - runaway.bride.sample.avi seeking segfault discovered: AC3 resync fails :(
449 - improved signal handling: module name is now printed. audio_resync added.
450 - RGB opendivx encoding implemented, now AVI->opendivx is possible.
451
452 mplayer v0.11-pre10: Jan 22 2001
453 OpenDivX encoding, streaming fixes, avi seek fixes
454 - new libvo driver: odivx (OpenDivX File Writer)
455 - AVI file writting support, new option: -encode filename
456 to encode an mpeg/vob/vcd to opendivx:
457 mplayer file1.mpg -encode file2.avi -o odivx -nosound
458 (sound encoding/copy is not yet supported)
459 - libvo: default driver priority changed to: xmga,mga,syncfb,3dfx,xv,x11,gl
460 - avi writer: index support
461 - small fixes in avi writer to be compliant (adjusted chunk/list lengths)
462 - demuxer.c: stream buffering fixes:
463 - missing {} in mplayer.c occuring audio reads when has_audio=0
464 - reordered packet reader and pack count checks -> no more unwanted EOF
465 - added 4MB buffer memory usage limit to demuxed streams
466 - CPU flags in ./configure changed:
467 k7 -> k6 (current stable gcc doesn't supports k7)
468 386,486 -> i386,i486 [Balazs Tibor]
469 - demux_avi: index check now accepts (raw.len+1)==idx.len [Balazs Tibor]
470 - FAQ added
471
472 ** Now we are ready with planned features & urgent fixes, **
473 ** it's time to final testing and then the 0.11 release!! **
474
475 mplayer v0.11-pre9: Jan 18 2001
476 OpenDivX fixes,speedup
477 - solved OpenDivX width problem (stride=width+(Quality?0:64))
478 now -divxq 0 works, and 0 is the default
479 - libvo call moved out from my_convert_yuv() so it can be measured (cpu %)
480 - IDCT code ported from libmpeg2 -> much faster OpenDivX decoding
481
482 mplayer v0.11-pre8: Jan 18 2001
483 SDL fixes, OpenDivX support
484 - added -I/usr/X11R6/include to libvo CFLAGS
485 - (removed later: applied libvo SDL driver fixes by Jeffrey Boser)
486 - OpenDivX support, initial hack, maybe not work for you...
487 (I need testfiles, I have just only one)
488 use -divxq option to adjust quality (1..29 works), 1=default
489
490 mplayer v0.11-pre7: Jan 14 2001
491 SDL support
492 - ported SDL driver from mpeg2dec/libvo (currect CVS)
493 (it's slower than internal X11 driver, but supports software scaling!)
494 - fixed SDL driver to support -fs and pass keyboard events
495 - SDL driver changed to support YV12 and YUY2 formats instead of IYUV
496 (now works with DivX files too)
497 - 'q' (Quit) disabled in SDL fullscreen mode (because it's impossible
498 to restore screen before exiting so it gets unusable state now)
499
500 mplayer v0.11-pre6: Jan 14 2001
501 audio fix
502 - fixed video_out_xv.c compiling problems [bugreport: Kalle Mellerup]
503 - modified audio playing: always keep buffer (both internal and card's)
504 filled using select() -> -alsa audio delays should be fixed.
505 - updated DOCS/AUTHORS and DOCS/README
506
507 mplayer v0.11-pre5: Jan 12 2001
508 xmmp audio support, applied Pontscho's libvo patch
509 - xmmp audio driver support by Arthur Kleer
510 - new video_out driver by Pontscho: xmga (Matrox G200/G400 only!)
511 It does same under X 3.3.x what Xv extension does under X 4.0.x!
512 (you will have a moveable/resizeable window but see an YUV video
513 overlay in it using color keying)
514 - added keyboard event support in X11 windows [Pontscho]
515 (using mplayer_[put|get]_key() in codecctrl.c)
516
517 mplayer v0.11-pre4: Jan 6 2001
518 x11 driver fixes, 15/16bpp support
519 - version in version.h fixed :))) [Pontscho]
520 - inttypes.h moved to DOCS/ (copy back to the root if you need it)
521 - depth calculation in vo_init() changed (Pontscho's version couldn't
522 make difference between 15 and 16bpp)
523 - x11 driver now uses vo_init() instead of get_depth()
524 - yuv2mmx: 15bpp not really supported -> removed from list, now
525 conversion is done (well) by the C code -> MPEG play in 15bpp works!
526 - avi playing support added in 15bpp (memcpy)
527 - avi playing support added in 16bpp (C 15->16 converter by me)
528 - avi playing support added in 16bpp (MMX 15->16 converter by Strepto)
529 - libvo/x11: yuv2rgb used MMX code on non-MMX CPUs too!!! fixed...
530 - all x11 modes tested (and mpeg/24bpp byteorder fixed):
531 MPEG: AVI/VfW:
532 15bpp C convert memcpy
533 16bpp MMX/C convert MMX/C convert
534 24bpp C convert memcpy
535 32bpp MMX/C convert memcpy / C conv.
536 => now all the movie types are viewable using the -o x11 driver!
537
538 mplayer v0.11-pre3: Jan 5 2001
539 mpeg fixes, fullscreen support
540 - vertical.mpg serious libvo (x11,gl) segfaults fixed:
541 yuv2rgb_mmx requires one more lines that vertical image size...
542 fixed (allocating memory for width*(height+1)). [bugreport: Gabucino]
543 - Pontscho's fullscreen patch applied!
544 Using option -fs will maximize window size (for all resizeable drivers
545 including mga!) and disable window decorations (x11,Xv,gl only)
546 - simple inttypes.h included for libc5 (and glibc2.0 too?) users
547 - homepage updates (links changed ftp->http)
548
549 mplayer v0.11-pre2: Jan 4 2001
550 better user messages, mp3 codec selection, demuxer changes
551 - w32codec.zip restored at the FTP site (somehow it damaged...)
552 - added version.h, and used its content everywhere
553 - 'premature end-of-file' problem fixed: freeing audio buffers and
554 setting d_audio->id=-2 if has_audio==0 [bugreport by Dmitri Pogosyan]
555 - some more messages added if verbose>=1
556 - demuxer.c: error message printed if A or V chunk buffer is full
557 'mplayer test.avi -aid -2' still not works without option '-nosound'
558 - adding new config.h option to set default MP3 audio codec (mpg123/l3codeca)
559 ./configure selects mp3lib only if you have 3Dnow [idea: Gabucino]
560 - automatic fallback to mp3lib/mpg123 if l3codeca.acm can't be loaded/inited
561
562 mplayer v0.11-pre1:
563 AVI sync fixes
564 - AVI audio seeking improvements: now using nBlockAlign value to seek
565 inside the chunk, so divx audio works without big delays!!!
566 - AVI PTS calculation modified: counting video PTS when skip_video_frames>0
567 so new audio PTS values will be correct. Solved many sync probs!
568 - A-V sync with AVI files fixed!
569 Now only the Desperado-trailer has 1.0 sec delay after seeking.
570 - fixed AVI sync in -bps mode too! :) (perfect except that Desperado avi)
571
572 mplayer v0.10: Jan 1 2001 "The new year" release!
573 - testing
574 - docs changed
575 - it's time to release and remove the old buggy 0.09 version...
576 - release!!!
245 577
578 mplayer v0.10-pre8: libvo/x11 changes
579 - libvo: x11/xv driver separated to x11 and xv drivers
580 - libvo: DUMMY_VO_FUNC removed from driver sources
581 - libvo: default driver order changed, because some users with software-only
582 opengl though that this 'slow' player can only play at 1-3fps :)
583
584 mplayer v0.10-pre7: Dec 31 2000
585 libmpeg2 interface changes, display size/area changes, AVI fixes
586 - libmpeg2/decode.c modified:
587 - removed unused OMS and mpeg2dec stuff
588 - decode_data rewritten, now works like parse_es.c
589 => doesn't copy any data -> faster and less memory usage
590 - mplayer.c sends code 0x1FF after every frame, so libmpeg2 knows
591 when has to display it
592 - mplayer.c: in_frame flag fixes, didn't work well with mpeg2 streams
593 (because there is a 0x1B2 chunk between 0x100 and 0x101)
594 - 'picture' changed from static to shmem-allocated
595 -> better picture after codec restart (tested with JapAd.mpg)
596 -> keep information of the header changes (after init)
597 - mpeg image size changed, now only the real part of frame is displayed
598 (no more green strip at the bottom)
599 - picture struct: new fields: display_picture_width/height
600 - image buffer allocation (shmem) is done by decode.c instead of libvo
601 - new option: -xy <value> (resize both x/y direction)
602 if value<=8 -> x_scale = y_scale = value
603 else -> x_size=value y_size=aspectratio*x_size
604 - mplayer.c: video output moved out from avi/mpg init sections and
605 now it's common code (added movie_size_x/y variables and out_fmt global)
606 - new keys:
607 ESC => quit
608 + and - => adjust audio delay +- 0.1 second
609 k => kill/restart the mpeg codec process (for testing)
610 - codec control interface changed: wait for syncword after (re)start
611 to avoid receiving old frames => it's stable again!
612 - removed (now unused) allocate/free image buffer code from libvo
613 - mplayer: new internal variable for video format: has_video
614 0 = none (unused yet)
615 1 = mpeg 1/2 video
616 2 = win32/VfW video codec
617 - config.h has defaults for bps-based AVI sync and ALSA timer code options:
618 #undef AVI_SYNC_BPS => now it's disabled by default!!! use -bps to enable
619 #define ALSA_TIMER => now it's enabled by default!!! use -noalsa to dis.
620 - help updated
621 - prints max compressed framesize at exit (both avi & mpeg)
622 - AVI audio seeking fixed: some ACM codecs (divx audio and ms-adpcm)
623 can't seek inside a chunk, they are only able to play whole chunks.
624 Current audio seeking has changed to seek inside the chunk only if the
625 codec supports it (only internal codecs and ACM/mp3 allows it).
626 - AVI: audio delay correction if can't seek inside the chunk
627
628 mplayer v0.10-pre6: Dec 24 2000 "Xmas edition"
629 mpeg signal & EOF fixes
630 - ./configure: k6_mtrr (2.4.test11+) added [Pontscho]
631 - `term destroys if mplayer (mpg) called from mc.ext` bug fixed:
632 added sighandler to the 3rd process (mpeg codec) to avoid sig. recursion
633 - better output at exit (handled now by exit_player())
634 - mpeg EOF problem (codec restart) fixed: added EOF detection to parse_es.c
635 - internal flag 'current_module' added to get more info at segfaults
636 (contains module number where the segfault occured)
637 - audio detection changed: using afm=4 (Win32/ACM) for MP3 audio (AVI files)
638 (you MUST have l3codeca.acm at /usr/lib/win32, or you have to use '-afm 1')
639
640 mplayer v0.10-pre5: Dec 22 2000
641 flipping fixed
642 - AVI image flipping reworked:
643 - new flag: avi_header.flipped, TRUE if upside-down
644 - image flipping code removed/disabled from libvo modules
645 - duplicate flip_page() calls removed (overload with x11 and mga)
646 - aLaw audio codec (AVI id 0x06) added (uses code from xanim source)
647
648 mplayer v0.10-pre4: ???
649 test release, small fixes
650 - video_out driver <-> codec incompatibility message changed
651 - fixed the config.format bug in drivers/mga_vid_test, so it works again!
652 [thanks to David Whysong]
653 - libmpeg2 upgraded
654
655 mplayer v0.10-pre3: Dec 10 2000
656 test release, verbose mode, new docs
657 - new option: -v = increment verbose level
658 (debug printf's changed to verbose level-dependent)
659 - default level: 0, only some informal output
660 - init debug: 1, some basic debug infos, avi header, function values
661 - player debug: 2, print avi indexes, chunk inputs, more debug infos
662 - parser debug: 3, prints everything related to input parsers
663 to increment verbose level, use multiple -v options (-v -v -v for level-3)
664 - bitrate calculation for AVI files
665 - README rewritten, added Troubleshooting and Bugreports sections
666 - TVout directory added (only the scripts)
667
668 mplayer v0.10-pre2: Dec 8 2000
669 bugfix test release, bps-sync enabled
670 - avi: supporting both 0-based and movi-based index types (autodetect)
671 - avi: tested with VBR audio: plays well with -mc 0 option, seek doesn't
672 work yet [thanks to Alan Chen for testfile]
673 - avi: A-V sync to avg. byte/sec implemented (again) and enabled by default
674 (disable with -nobps if you want)
675 - ./configire: 3rd name ('kni') of the P3 added. Where is the compatibility?
676 - useless '\' removed from libac3/Makefile [Otvos Ferenc]
677
678 mplayer v0.10-pre1: Dec 5 2000
679 test release, players merged!!!
680 - avip and mpegp has been merged to a single binary called 'mplayer'
681 - file type detection (AVI/MPEG-PS/MPEG-ES/Other)
682 - no redundant code (common code for common jobs)
683 - big format-dependent codes moved to functions (separated files)
684 - better error messages, removed some debug stuff, code cleanups
685 - old libmpeg2 version removed from source tree
686 - help texts merged (help_avi+help_mpg -> help_mp)
687 - new options: -x <x> -y <y> = scale image (if selected driver supports)
688 if value<=8 then image size will be multiplied by value, otherwise
689 image size will be scaled to <value> pixels.
690 For example:
691 2x ZOOM: mplayer -x 2 -y 2 test.mpg
692 800x600: mplayer -x 800 -y 600 test.mpg
693 [default values are still configurable at compile-time, see config.h]
694 - TV project (not finished) codebase added (see tvision.c, or: make tvision)
695
696 mplayer v0.09: Dec 5 2000
697 Beta release [same as 0.09-pre3]
698 - version changed in the files
699 - docs updated
700
701 mplayer v0.09-pre3: bugfix test-release, X11 support testing
702 - fixed the if [ -z $pparam ] bug in ./configure [Christian Birchinger]
703 - many changes in AVI seek code, resulting near-perfect seeking now!
704 current method calc absolute audio position, so with VBR audio it
705 doesn't work yet...
706 - avip: Xv support (YUY2 image format)
707 - avip: X11 support (24 & 32 bpp only, BGR format)
708 I need a very fast 15->16bpp converter for 16bpp support... anyone helps?
709
710 mplayer v0.09-pre2: bugfix test-release
711 - removed unnecessary code from libmpeg2/header.c
712 Walken told me that standard mpg/vob streams must NOT use framerate
713 and bitrate extension... and the ext. id check is done by the caller.
714 - CRC support to mp3lib's mpeg audio layer-2 decoder
715 thanks for bugreport & testfile to Samson
716
717 mplayer v0.09-pre1: bugfix test-release
718 - imported new libmpeg2 files (under testing...)
719 - GL renderer flickering bug fixed (MMX missing emms() between yuv2rgb and
720 glTexSubImage(), bug triggered by new Utah-GLX code)
721 [thanks for Christian Birchinger]
722
723 mplayer v0.08: Nov 27 2000
724 Index support, avi seeking, DLL loader fix, compilation fixes
725 - Added support for chunk index usage (disable with -noidx option)
726 - Removed code optimization flags from loader/Makefile because
727 it segfaults if compile optimized code (it does some hacks with
728 pointers, maybe the reordered code confuses it)
729 - added new tool called aviparse (read and check avi file structure)
730 - indexed and raw chunk info comparing, bad chunks dropped
731 - termcap usage is optional (for those debian users without termcap)
732 - #if HAVE_* fixed (to #ifdef HAVE_*)
733 - ./configure supports new /proc/cpuinfo (2.4.0-test11)
734 - sse is called 'sse' again
735 - 'flags' field renamed to 'features'
736 - Xv benchmark results added to DOCS/SPEED
737 - avi seeking (and other goodies, pause etc) implemented
738 no PTS resync after seek yet.
739 - default video_out driver changed from 'mga' to the first available driver
740 new driver priority: mga_vid, opengl, x11
741
742 mplayer v0.07: Nov 21 2000
743 Easier compile
744 - Added Pontscho's ./configure script (it's modified a lot)
745 - Updated makefiles, and tested a lot :)
746 - Updated DOCS/INSTALL
747
748 mplayer v0.06: Nov 20 2000
749 Better codec selection
750 - avi audio&video codec selection moved to new codecs.c file,
751 loader/driver.c and loader/afl.c modified for this
752 - yuv support fixed, codecs.c setup flags to handle yuv properly
753 yuv works fine with divx, mpeg4, cvid, and upside-down iv50
754 - DOCS/INSTALL updated
755 - DOCS/SPEED updated, DivX benchmarks added
756
757 mplayer v0.05: Nov 18 2000
758 Merged with MPEGplayer 0.90pre6, first public release of AVI player
759 - code merged with mpegplayer, new Makefile, some small modifications
760 - docs updated and moved to DOCS
761
762 mplayer v0.04: YUV support, some code cleanup, preview-release
763
764 mplayer v0.01: first version based on new MPEGplayer's codebase.
765
766 mpg12play v0.9-v0.95pre5: Oct 21-Nov 2, 2000
767 Mpeg codec was libmpeg2 (mpeg2dec) by Aaron Holtzman & Michel
768 Lespinasse. It's great, optimized very fast C code with perfect
769 image quality and 100% MPEG standard conformance.
770
771 mpg12play v0.5-v0.87: Sep 28-Oct 20, 2000
772 Mpeg codec replaced with DVDview by Dirk Farin, it was a great
773 stuff, but it was slow and was written in C++ (I hate C++!!!)
774
775 mpg12play v0.1-v0.3: Sep 22-25, 2000
776 The first try, hacked together in a half hour! I've used libmpeg3
777 from www.heroinewarrior.com up to the version 0.3, but there were
778 image quality and speed problems with it.