missing dot
[mplayer/greg.git] / ChangeLog
blob867ba79fdc85ffd1576382adb64e4a93f5dea0be
1 MPlayer (1.0)
3   pre8:
5     DOCS:
6     * interactive control fully documented
7     * improved encoding guide
8     * new technical encoding guide in DOCS/tech/encoding-guide.txt
9       which is to be merged into the existing guide
10     * encoding tips for x264 and XviD
11     * how to set up MEncoder for x264 support
12     * new advanced audio usage guide with surround sound instructions
13     * French documentation synced
14     * Hungarian XML documentation translation finished
15     * Czech documentation translation finished
16     * Italian man page synced
17     * misc improvements all over the place
19     Drivers:
20     * JACK audio output rewritten without bio2jack
21     * OpenGL video output modules support -geometry and -wid options
22     * for -vo gl manyfmts is now default (since it is a lot faster), use
23       -vo gl:nomanyfmts if it does not work for you
24     * streaming textures for -vo gl, much faster if supported (use -dr)
25     * hardware YUV to RGB conversion for -vo gl and -vo gl2, see yuv suboption
26     * support for custom fragment programs for -vo gl (see TOOLS/*.fp)
27     * use libvbe from vesautils as VESA video driver
28     * several fixes for the GGI video output driver
30     Decoders:
31     * Indeo2 (RT21) support via lavc
32     * Fraps video decoder via binary DLL
33     * support for 8-bit PNGs with palette
34     * support for dmb1 MJPEG files with ffmjpeg
35     * support for musepack audio (WARNING: when muxing into e.g. AVI you will
36       be able to seek, but you might get ear- and speaker-breaking noises)
37     * experimental speex support via libspeex
38     * On2 VP7 video decoder via binary DLL
39     * Duck/On2 TrueMotion2 (TM20) support via lavc
40     * support FLX and DTA extensions for flic files
41     * QDM2 audio decoding via lavc
43     Demuxers:
44     * simultaneous audio capture/playback (-tv immediatemode=0) fixed in v4l2
45     * PVR support
46     * AAC ADTS demuxer
47     * libdvdread updated to v0.9.4
48     * support for some more MythTV NUV files
49     * modularization of demuxer code
50     * MPEG in GXF container support with extension-based detection
51     * faster MPEG and much faster GFX demuxing
52     * more user-friendly demuxer forcing
54     Streaming:
55     * fix streaming of RealAudio files over HTTP
56     * show SHOUT/Icecast metadata while playing
57     * ultravox (unsv://) streaming support
58     * stream code ported to new modular api, massive code cleanup
60     FFmpeg/libavcodec:
61     * Snow bug fixes and speedup
62     * MPEG-1/2 decoder speedup
63     * Indeo2 video decoder
64     * Fraps video decoder (v0 & v1)
65     * Vorbis audio decoder
66     * RV20 fixes
67     * VP3 decoder fixes and speedup
68     * countless bug fixes all over the place
69     * vstrict=-1 is default, Snow, ffv1 etc. need vstrict=-2
70     * skiploopfilter decoder option for very fast H.264 decoding
71     * D-Cinema audio demuxer and decoder support
72     * Indeo2 (RT21) decoder
73     * Duck/On2 TrueMotion2 (TM20) decoder
74     * FLX and DTA extensions for flic
75     * QDM2 audio decoder
77     GUI:
78     * ported to GTK2
80     Filters:
81     * much faster version of spp filter (-vf fspp), and pp7 ("fast spp=6")
82     * remove_logo filter
83     * lavcresample now used by default (-af-adv force=0 gives old behavior)
84     * vf_expand and vf_dsize now support aspect and round parameters
85     * screenshot filter
86     * -af pan command line fix, now outputs the right number of channels
87       and accepts values < 0 or > 1. Channel order had to be changed.
89     MEncoder:
90     * audio encoding modularized
91     * AAC (FAAC) audio encoding
92     * border processing adaptive quantization in libavcodec
93     * encoding zones, DivX profiles support and luminance masking for XviD
94     * raw audio muxer
95     * fixed various bugs in the EDL code
96     * x264 "turbo mode" to speed up first pass of multi-pass encoding
97     * x264 custom quantization matrices
98     * -delay allows real audio delay instead of just a delay in the header
99     * search for (deprecated!) frameno.avi is now disabled by default (use
100       -frameno-file frameno.avi to enable)
102     Ports:
103     * improved timer function on Mac OS X
104     * New Mac OS X "macosx" video output driver. Supported on OS X 10.4
105       and 10.3 with QuickTime 7 (requires QuickTime 7 SDK to build on 10.3)
106     * Mac OS X 10.4 (Tiger) fixes
107     * macosx audio output driver fixes
108     * support for playing DVDs copied to harddisk on Cygwin
109     * DragonFly BSD support
110     * liba52 asm optimizations ported to amd64
111     * -(no)border option to get a bordered/borderless window on Windows
113     Others:
114     * enabled hinting for TrueType fonts
115     * support for file:// syntax
116     * -fb option removed, use the device suboption of -vo fbdev/fbdev2 instead
117     * full gcc 4 support
118     * TOOLS/vobshift.py: vobsub time-adjust tool
119     * TOOLS/psnr-video.sh: computes PSNR between two existing video files
120     * fixed auto-insertion of lavc encoder (for DXR2/3 and DVB)
121     * new option: -idle, to make MPlayer wait for input commands when
122       done playing all files
123     * lots of new slave commands (check DOCS/tech/slave.txt)
124     * lots of new information provided by the -identify option
125     * fixed ugly looking OSD with -vo gl2 and MMX
126     * added support for OSD localization
127     * -rawaudio/-rawvideo requires -demuxer rawaudio/-demuxer rawvideo
128     * libdvdcss updated to 1.2.9
129     * ~/.dvdcss is used instead of ~/.mplayer/DVDKeys for cached CSS keys
130     * configure check and compiler optimizations for VIA C3, C3-2 and Pentium-M
131     * configure check and compiler optimizations for AMD-64 extended
132     * configure can now run with cross compiling, new configure option
133       --enable-cross-compile
134     * libcdio support for cd playback
137   pre7try2: August 26, 2005
139     Security:
140     * heap overflow in PCM audio decoder fixed
143   pre7: "PatentCounter" April 16, 2005
145     Security:
146     * heap overflow in Real RTSP streaming code fixed
147     * buffer overflow in MMST streaming code fixed
150     DOCS:
151     * Czech documentation translation in progress
152     * German man page almost synced
153     * slave mode command documentation finished
154     * TOOLS documented in TOOLS/README
155     * audio filter documentation moved to the man page and updated
156     * all audio filters documented
157     * improved encoding guide
158     * preliminary documentation for Snow codec in DOCS/tech/snow.txt
159     * misc updates and fixes all over the place
161     Ports:
162     * DirectX video output fixed on Windows95
163     * DirectX video output now supports 256 color mode
164     * audio device selection support for dsound audio output driver
165     * --enable-macosx-bundle, use config directory in the appwrapper on OS X
166     * Sun audio output cleanup
167     * x86_64 support fixes
168     * OpenBSD support in libdha
169     * VIDIX support for more Radeon 9200 models
171     Drivers:
172     * fixed ontop event for some window managers
173     * audio output layer cleanup
174     * unified colorkey handling code
175     * vo_xvmc panscan fix
176     * fixed some X11 crashes
177     * OSD fixes in various video output drivers
179     Decoders:
180     * TWinVQ decoder via binary DLL
181     * integrated Tremor decoder for Ogg/Vorbis
182     * fixed decoding of stereo alaw files
183     * preload QT DLLs to work around problems with their hardcoded paths
184     * support for Real 10 RV30/40 Linux binary codec (fixes some RV40 files)
185     * expose support for 422P and 444P raw formats
186     * 32 bit RGB support in binary TSCC decoder
187     * dropped support of old FAAD2 versions (<= 1.1)
188     * support for Real 10 cook Linux binary codec (decodes cook5.1)
189     * improved NV12/NV21 support
190     * support for 32 bit float and extended WAV files
191     * prefer native RealAudio 1.0 / 2.0 decoder over binary decoders
192     * support for multichannel WAV files
193     * ALAC (QuickTime lossless audio) support via lavc
194     * WNV1 support via lavc
195     * AASC (Autoderk RLE video) support via lavc
196     * LOCO video support via lavc
197     * fixed Layer 1 stereo playback via mp3lib
198     * VMnc (VMware video) decoder via binary DLL
199     * AMR NB/WB support via libavcodec and external reference decoders
200     * ADTS AAC support
202     Demuxers:
203     * vqf demuxer
204     * seeking in MPEG-ES fixed
205     * support for Real multirate files
206     * framerate autodetection for MPEG-4 and H.264 video in ES and TS streams
207     * MP3 in Real files
208     * more user-friendly info about audio and subtitle tracks in Ogg files
209     * avisynth demuxer
210     * Multichannel MP3 in MP4 files support (MP3on4)
211     * some classes of nonworking 14.4/28.8 RealAudio files fixed
212     * added code to autodetect and demux MPEG audio layers 1 and 2
213     * demux AC3 audio files using libavformat by default
214     * online audio stream switching in the MPEG and Matroska demuxers
215     * 3GP demuxing support
216     * DVB updates and ATSC tuner support
217     * AVC in Matroska support
218     * SWF and FLV support via libavformat
219     * use proper Vorbis fourcc
221     Streaming:
222     * stream selection and bandwidth support for MMS over HTTP
223     * fallback to HTTP if connection refused on pnm://
224     * support for UDP streaming (udp://)
225     * support for vstream TiVo streams (tivo://)
226     * EOF detect and bugfixes in pnm:// streams
228     FFmpeg/libavcodec:
229     * RV20 fixes
230     * many H.264 fixes
231     * B-frames in H.264, H.264 weighted prediction support
232     * a lot of integer overflow and pointer fixes
233     * 32 bit RGB support in TSCC
234     * multichannel MP3 decoder (MP3on4)
235     * 3g2 support
236     * ALAC audio decoder
237     * LOCO video decoder
238     * WNV1 video decoder
239     * shorten audio decoder and demuxer
240     * AASC video decoder
241     * AMR NB/WB support via external reference decoders
242     * significantly faster Snow decoding
243     * experimental ratecontrol for Snow
244     * countless bug fixes all over the place
246     GUI:
247     * half size event implemented and added to the menu
248     * ESD configuration dialog and software volume control option
249     * memleaks fixed
251     Filters:
252     * big cleanup of audio filter layer
253     * faster af_format for most common cases
254     * float handling in the audio filter layer finally fixed
255     * obsolete audio plugins finally removed
256     * updated HRTF filter
257     * center channel adding filter
258     * soft-telecined input support in pullup improved
260     MEncoder:
261     * new experimental MPEG muxer, compatible with DVD and (S)VCD
262     * multiple file support
263     * -speed support (framerate conversion with speedup/slowdown)
264     * EDL support
265     * low bitrate mp3lame encoding fix
266     * MJPEG encoding fix
267     * NUV endianness fix (makes old NUV files unplayable)
268     * experimental libavformat muxer
269     * mp3lame CBR encoding fix
270     * 35% faster turbo mode for 1st pass
272     Others:
273     * -z option replaced by -vo png suboption
274     * icc fix in the Win32 loader
275     * crash with Turkish locale fixed
276     * several memleak fixes
277     * -aa* options are replaced by -vo aa suboptions
278     * excessive verbosity reduced
279     * RTC support for *BSD
280     * non-UTF-8 external subtitles with Matroska fixed
281     * gcc 4 fixes
282     * partial NX (noexec bit) support
283     * support libsmbclient with SSL
284     * put changed notices into all imported files for GPL 2a compliance
287   pre6: "X-mas present" December 23, 2004
289     DOCS:
290     * finally all options are documented
291     * man page completely reviewed for spelling, wording and clarity
292     * all audio output driver suboptions documented
293     * all video output driver suboptions documented
294     * audio filters section added to the man page
295     * XviD documentation completed
296     * French man page in sync again
297     * German man page updated
298     * new Czech (complete) and Swedish man page translations
299     * fixes and updates in various places
301     Ports:
302     * full x86_64 support
303     * -rootwin, -panscan support in the quartz video output driver
304     * key repetition and aspect fixed in the quartz video output driver
305     * "Movie" menu for quartz video output driver with zoom options & preset
306     * fs_res quartz video output driver suboption chooses fullscreen resolution
307     * VCD support for Darwin (Mac OS X)
308     * Mac OS X Finder startup argument support
309     * support for Real (Helix) codecs on Mac OS X (working this time)
310     * fix for stdin input and slave mode on MinGW
311     * support for -rootwin, -colorkey, -wid in the DirectX video output driver
312     * improved monitor selection in the DirectX video output driver
313     * new DirectSound audio output driver
314     * mouse support in Windows
315     * support for ZetaOS (mostly working)
317     Drivers:
318     * fixes in the VESA and GGI video output drivers
319     * -jpeg removed in favor of -vo jpeg suboptions
320     * jpeg video output driver now supports output to multiple directories
321     * improvements for the Blinkenlights video output driver ;-)
322     * OpenGL video output driver colorformat fixes (with manyfmts suboption)
323     * aspect, panscan, hardware OSD support in the OpenGL video output driver
324     * new pnm and md5sum video output drivers, replacing pgm and md5
325     * yuv4mpeg video output now has a file= suboption, can be used with
326       -fixed-vo to concatenate files having same width, height and fps
327     * JACK audio output driver updated to bio2jack API changes
328     * alsa9 and alsa1x replaced by alsa audio output driver
329     * ALSA audio output driver always uses specified device, even for hwac3
330     * support for mixer channel selection in the ALSA audio output driver
331     * audio output driver for the polypaudio sound server
332     * VIDIX Cyberblade TV-out fixed
333     * VIDIX I420 support for Cyberblade and mga
334     * VIDIX Radeon support on big-endian systems, other Radeon fixes
335     * VIDIX Radeon R200 QM (Radeon 9100) support
336     * CLE266 VIDIX driver
337     * experimental SAVAGE VIDIX driver
339     Decoders:
340     * "experimental" support for 20 and 24 bit LPCM (DVD-Audio)
341     * libmpeg2 updated to 0.4.0b
342     * libfaad2 updated to 2.1beta CVS snapshot
343     * DTS decoding via libavcodec
344     * Windows Media Audio 9 Voice support via binary DLL
345     * Windows Media Video 9 Advanced support via binary DLL
346     * Windows Media Screen Codec 2 support via binary DLL
347     * Windows Media Image Codec support via binary DLL
348     * Windows Media Image 2 Codec support via binary DLL
349     * VDOWave video support via binary DLL
350     * Miro VideoXL video support via libavcodec
351     * Creative ADPCM audio support via libavcodec or binary DLL
352     * IBM Ultimotion video support via libavcodec
353     * Micronas Speech codec support via binary DLL
354     * H.261 video codec support via libavcodec
355     * TechSmith Camtasia video codec support via libavcodec
356     * sonic audio codec support via libavcodec
357     * Snow video codec support via libavcodec
358     * QuickDraw video support via libavcodec
359     * Cinepak, CYUV and RoQ audio/video moved to FFmpeg
360     * Vianet Lsvx video support via binary DLL
362     Demuxers:
363     * fix -nosound and -novideo for NSV
364     * subtitle switching and language code displaying for Matroska
365     * support for the .vp5 file format (AVI variant)
366     * seeking in audio-only ASF files fixed
367     * improved MP3 detection
368     * support for AVC in .mp4 files
369     * support for raw H.261 files via libavformat
370     * improved seeking precision in MPEG files
371     * better subtitle language code handling for MKV files
372     * support DVHS files and H.264 over MPEG-TS
373     * display length and position (in the seekbar) for MOV files
374     * raw video in MOV files playback improved
376     Streaming:
377     * -cache-min and -cache-prefill options added
378     * compilation fix for newer LIVE.COM versions
379     * make ASF without ECC work
380     * support for MMS on non-standard port
381     * EOF detected in Real RTSP streams
383     FFmpeg/libavcodec:
384     * reduced resolution decoding with the lowres option
385     * new experimental wavelet-based Snow video codec
386     * new sonic audio codec
387     * TechSmith Camtasia video decoder
388     * IBM Ultimotion video decoder
389     * QuickDraw video decoder
390     * Creative ADPCM decoder
391     * Miro VideoXL decoder
392     * Sierra online audio files demuxer and decoder
393     * QPEG video decoder
394     * Electronic Arts Game Multimedia format demuxer
395     * H.261 fixes, H.261 encoder
396     * fix VIS accelerated code
397     * DTS support via libdts
398     * many DV fixes, seek in raw DV files
399     * support AAC in MOV files
400     * RV10, RV20 fixes
401     * RV20 encoding
402     * AVI demuxer cleanup, palette change support
403     * iTunes metadata support
404     * HuffYUV fixes (endianness, RGB32 predictor, median encoding, interlacing)
405     * ffvhuff (enhanced HuffYUV codec)
406     * SSE optimizations for 4x4 compare function
407     * epzs motion search enhancements
408     * quad tree based motion compensation
409     * MPEG-4 qpel MMX2/3DNow! optimizations
410     * H.264: lot of fixes and MMX2/3DNow! optimizations
411     * AVC1 (H.264 without sync word in .mp4 files) support
412     * H.264 qpel motion compensation
413     * Indeo3 grayscale decoding
414     * preliminary Truemotion 24 bit decoder
415     * avizlib encoder fixed
416     * trellis quantization support in H.263
417     * DCT optimizations
418     * AltiVec support on AmigaOS4
419     * adapt MMX/MMX2/SSE/3DNow! optimizations to work on x86_64
420     * seeking fixes
421     * better and faster audio resampler
422     * New dc1394 grabbing interface
423     * preliminary decoding support for H.264 with CABAC and B-frames
424     * dvr-ms support in ASF demuxer
425     * NSV demuxer
426     * DVD compatible MPEG muxer
427     * MJPEG-B fixes
428     * range coder (arithmetic entropy coder) used by Snow and ffv1
429     * ffv1 enhancements: signed golomb, range codes
430     * multi slice support for main profile H.264 streams
431     * as usual, lots of bug fixes and optimizations
433     Filters:
434     * software volume control when no hardware support available, can be
435       controlled with the -softvol and -softvol-max parameters
436     * high-quality audio resampling with -af lavcresample
437     * cropdetect rounding parameter
438     * MPlayer -af help
439     * missing audio plugins (extrastereo, volnorm) converted to audio filters
440     * sine sweep generator audio filter
441     * hrtf audio filter to convert multichannel audio to 2 channel output
442       for headphones, preserving the spatiality of the sound
443     * big-endian fixes in rgb2rgb converter
444     * yuv2rgb Altivec optimization fixes
445     * support for LADSPA plugins
447     GUI:
448     * unified audio options dialog, also for ALSA
449     * redrawing limited, decreases CPU usage in audio-only case
450     * icons for the context menu
451     * doublesize bug fixed
452     * slowdown after opening the preferences panel bug fixed
453     * remaining messages moved to help file for translation
454     * slowdown after using the preferences panel fixed
456     Encoding:
457     * x264 encoder support
458     * support for MP2 encoding with libtoolame
459     * libavcodec "turbo mode" to speed up 2-pass encoding
460     * support for 3-pass encode for libavcodec and x264
461     * XviD encoder and decoder modules updated to API-4.1 (XviD-1.1.x)
462     * flush remaining frames at end of encoding process
464     Others:
465     * -loop and -shuffle now work together
466     * better EDL support
467     * some --disable configure options finally work (mp3lib, liba52, libmpeg2)
468     * framestepping
469     * change playback speed during playback
470     * some crashes with binary codecs fixed
471     * subtitle alignment support for SAMI files
472     * also support Windows path separator '\'
473     * FriBiDi fixes for comma handling in Hebrew subtitles
474     * -crash-debug option to attach gdb automatically after crashes
475     * gcc 4 compilation fixes
476     * compilation fixes for many files in the TOOLS directory
477     * infamous "stuck mouse button" bug fixed, new -key-fifo-size option
478     * reduced verbosity of MPlayer's output somewhat
479     * -identify now prints some information about available languages
480     * double buffering (-double) is now default
481     * many memleaks fixed
484   pre5try2: December 15, 2004
486     Security:
487     * buffer overflow in mp3lib fixed
488     * heap overflow in Real RTSP streaming code fixed
489     * stack overflow in MMST streaming code fixed
490     * unnecessary BMP demuxer removed because of buffer overflows
491     * heap overflow in pnm streaming code fixed
494   pre5: "LinuxTag release" July 15, 2004
496     Name:
497     * It's "MPlayer - The Movie Player" instead of
498       "MPlayer - The Movie Player for Linux" now.
500     Security:
501     * complete review of string operations, buffer overflows fixed
503     DOCS:
504     * small additions, corrections, updates all over the place
505     * audio output driver section added to the man page
506     * several bug fixes and improvements in the MEncoder documentation
507     * DVD ripping guide extended and improved
508     * AUTHORS file massively extended
509     * German man page partially updated
510     * Hungarian XML documentation translation started
512     Ports:
513     * encrypted DVD playback on Windows fixed (again)
514     * Cygwin and MinGW now accept the same -dvd-device syntax
515     * LIVE.COM now works under MinGW
516     * foundations for MinGW crosscompilation
517     * disabled SSE on MinGW as it caused crashes
518     * AC3 passthrough for ao_win32
519     * improved vo_quartz (YUV, multiple screens support)
520     * vo_quartz made default on Mac OS X
521     * ao_macosx fixed and made default again on Mac OS X
522     * RealVideo binary codecs support on Mac OS X (still buggy)
523     * big-endian fixes in vf.c, vo_tga
524     * OpenBSD portability fixes
525     * OpenBSD/VAX support
526     * AMD64 support
528     Drivers:
529     * support for more Radeons (9800 XT among them) in VIDIX
530     * Radeon related bug fixes in VIDIX
531     * vo_gl2 now supports GUI, fix for flickering borders in fullscreen
532     * support 24 and 32 bit PCM files, big-endian fixes
533     * ao_sdl now converts unsupported formats instead of quitting
534     * ENCA support
535     * merged ao_alsa9 and ao_alsa1x drivers into ao_alsa
536     * NeoMagic TV-out support through VESA
537     * JACK audio output driver
538     * vo_sdl fixes (wrong flags and screensaver disabling)
539     * vo_directx fixes
541     Decoders:
542     * MSZH/ZLIB, FLI, QTRLE, RoQ video and RoQ audio support moved to FFmpeg
543     * FFmpeg Cinepak and CYUV decoders preferred
544     * audio format 0xff support (is AAC)
545     * "raw" audio in MOV supported
546     * Indeo audio (iac25) support via binary codec
547     * upgrade libfaad2 to the FAAD 2.0 release
548     * MPEG-2 chroma422/444 support
549     * Winnov WINX and WNV1 support via binary codec
551     Demuxers:
552     * Ogg subtitle handling and other bug fixes
553     * Matroska improvements
554     * support seeking in Real files without -idx
555     * support seeking in Real files without index with -forceidx
557     Streaming:
558     * ASF, MMST streaming fixes
559     * URL escaping fixed
560     * NSA (Nullsoft audio) streaming support
561     * embedded RAM playlist support
562     * multibyte URL support
563     * rtp:// now supported even with LIVE.COM compiled in
564     * miscellaneous bug fixes
566     Filters:
567     * vf_softskip: frame skipping filter for MEncoder
568     * vf_harddup: frame duplication filter for MEncoder
569     * vf_pullup minor fixes and improvements
570     * AltiVec-optimized YUV to RGB converter
571     * vf_spp memory corruption fix on reallocation
573     FFmpeg/libavcodec:
574     * MPEG-2 encoding with 8, 9, 10, 11 bit intra DC precision
575     * DC clipping fix, intra_dc_precision > 0 support
576     * Cinepak fixes and palette support
577     * support skipping of MB rows during decoding
578     * Vorbis in NUT fixed
579     * NUT updated to latest specification
580     * segfault and artifact fixes in SVQ3 decoder
581     * motion estimation code: overflow and chroma fixes
582     * change qscale -> lambda for the motion estimation
583     * noise preserving sum of squares comparison function in ME code
584     * fixed memory overwrite in truemotion decoder
585     * clip input motion vectors, better error tolerance on bad vectors
586     * FLAC decoder cleanup (partial demuxer/decoder separation)
587     * memalign hack for SSE/SSE2 on that alternative OS :)
588     * lots of AltiVec optimizations
589     * qscale + qprd fix
590     * QTrle4 support
591     * H.261 decoder
592     * coefficient saturation fix in H.263
593     * H.263 MCBPC fix
594     * per line lowpass filter in MMX and faster C lowpass filter
595     * SVQ1 encoder
596     * as usual, lots of bug fixes and optimizations
598     Others:
599     * fullscreen fixes for many window managers
600     * fix crash on original Pentiums and older
601     * dvd://start-end support
602     * netstream (mpst://) support fixed
603     * support comments in plaintext playlists
604     * loader/ dependency removed
605     * keepaspect option extended to all video output drivers
606     * WMA to Ogg conversion and simple subtitle editing script added to TOOLS
607     * support for more lame options
608     * new set of GUI icons
609     * memory conserving implementation of GUI potmeters
610     * X11 code reindented
611     * further gcc 3.4 support fixes
612     * mixer API written for changing volume through libaf
613     * -rtc-device option for specifying the RTC device
614     * desktop/menu icon added
615     * miscellaneous bug fixes and cleanups
616     * multi-threaded encoding with libavcodec
617     * fixed a bug with Real files introduced in pre4
618     * -use-stdin renamed to -noconsolecontrols
621   pre4: "YAML Counter" Apr 28, 2004
623     Security:
624     * HTTP parser remote heap overflow vulnerability fixed (from 1.0pre3try2)
625     * Real RTSP remote buffer overflow vulnerability fixed
626     * buffer overflow in the Matroska demuxer
627     * potentially exploitable buffer overflow in CDDB TOC code
629     DOCS:
630     * new Copyright file covers files from other projects and their licenses
631     * new DOCS/tech/translations.txt explains how to properly translate MPlayer
632     * new Japanese console message translation
633     * Polish translation finished
634     * Italian man page translation
635     * DVD ripping guide
636     * telecine/interlacing guide
637     * video output driver section added to the man page
638     * XML build system rewritten - now supports building individual languages
639     * miscellaneous updates all over the place
641     Ports:
642     * better PA-RISC detection
643     * support for VAX (tested on VAXstation 4000/VLC) -- really, believe me!
644     * optimizing for specific MIPS CPUs under IRIX
645     * AMD64 detection under BSDs
646     * fbdev driver updated for Linux 2.6
647     * support for ELF only OpenBSD
648     * optimizing for PPC 970 (aka G5)
649     * SDL support fixed on MinGW
650     * VIDIX working under Windows XP/2000 (native dhahelper)
651     * builds out of the box under GNU Hurd
652     * SSE optimizations enabled under MinGW
653     * SSE support under OpenBSD
654     * AltiVec support under NetBSD
655     * GCC 3.4 support (due to changed behaviour in ASM code snippets)
657     Demuxers:
658     * Matroska containing RealVideo works better
659     * fixed random segfaults in VIVO
660     * endianness fixes in CDDA
661     * UYVY support in tvi/v4l2
662     * tvi/bsdbt848 now working under FreeBSD 5.2-CURRENT
663     * tvi/bsdbt848 audio part working under NetBSD
664     * LIVE.COM demuxer updated to conform with latest libraries
665     * new, independent, C implementation of the Matroska demuxer
666     * fix for rare Real files
667     * more robust Real demuxer (can resync after errors)
668     * support for AAC inside Real
669     * MPEG Aspect code 4 fixed
670     * wrapper demuxer for FFMpeg's libavformat (Nut is playable this way)
671     * support for selecting subtitle streams with -slang inside Ogg
672     * much improved seeking in Ogg
673     * -sid/-aid/-vid start from zero in Ogg demuxer just like other demuxers
674     * Nullsoft streaming video (NSV) demuxer
675     * AVI OpenDML read and write support
677     Streaming:
678     * SMIL playlist parser
679     * support for URL redirection
680     * support for seeking in HTTP streams
681     * updated LIVE.COM streaming code
682     * fallback to live.com RTSP after Real RTSP
683     * suggests -playlist if normal streaming fails
684     * many improvements and bug fixes in the streaming code
686     Decoders:
687     * compilation failure without zlib in vd/lcl fixed
688     * removed obsoleted decoders (which were moved to libavcodec), affected:
689       vd/8bps, vd/msrle, vd/msvideo1, vd/rpza, vd/smc
690     * workaround for buggy codecs in ad/acm (support for Sharp G.726)
691     * fixed chroma-swapping in Hauppauge Macroblock decoder
692     * AltiVec-optimized resampler in liba52
693     * support for VP5 and VP6 DLL decoders
694     * support for Alparysoft lossless video codec (through DLLs)
695     * support for Lead MCMW wavelet video codec (through DLLs)
696     * HE-AAC working through libfaad
697     * removed libmpflac in favor of FFmpeg's FLAC implementation
698     * liba52 dynamic range compression support
700     Filters:
701     * vf_bmovl bugfixes
702     * vf_filmdint now handles 15fps NTSC input
703     * huge updates and speedup on vf_pullup
704     * big updates to vf_ilpack (proper interpolation and MMX optimizations)
705     * vf_zrmjpeg: fast MJPEG encoder using libavcodec for Zoran
706     * interlaced scaling support in vf_scale
707     * vf_kerndeint: adaptive deinterlacer
708     * vf_rgbtest: rgb test pattern generator for developers
709     * vf_qp: qp change filter
710     * vf_noformat: the same as vf_format but with reversed meaning
711     * AltiVec-optimized SWScaler
712     * vf_phase: phase shift fields
713     * vf_divtc: duplicate frame removal from deinterlaced telecined video
715     Drivers:
716     * ao/esd behaves better over network now
717     * support for Radeon 9200/9600/9600 Pro/9700 in VIDIX
718     * -mixer support for alsa9
719     * fixed OSS audio grabber module with hardware not supporting 44khz
720     * native ALSA 1.x support (not through 0.9 emulation)
721     * better multibuffer support in VIDIX nVidia driver
722     * pan & scan support in VIDIX nVidia driver
723     * support for more cards in VIDIX nVidia driver
724     * vo_libcaca: color ASCII art output driver
725     * vo_quartz: native MacOS X/Quartz video output
726     * support for VIDIX when ATI FireGLX drivers are used
728     FFmpeg/libavcodec:
729     * H.263 AIC and MQ encoding support
730     * fixed low delay decoding
731     * fixed H.263+ encoding without UMV
732     * lots of CBR improvements
733     * MB type and QP visualization
734     * lots of code cleanup
735     * intra & inter dequantization split -> speedup
736     * fixed stereo IMA ADPCM encoding
737     * VBV delay setting support (MPEG-2 CBR)
738     * improved RV20 decoder (most known errors eliminated)
739     * interlaced DCT
740     * interlaced motion estimation
741     * interlaced MPEG-2 encoding
742     * 4MV encoding fixes
743     * initial interlaced MPEG-4 encoding
744     * improved visual quality in SVQ3 decoder
745     * fixed never-before-tested embedded string decoder in SVQ1
746     * optimized quantization (including the trellis way)
747     * Sierra VMD video decoder
748     * MMX- and SSE2-optimized H.263 denoiser
749     * better SVCD compliance (encoder side)
750     * MMX- and MMX2-optimized interlaced DCT decision
751     * various cleanup, memleak and segfault fixes
752     * optimized (2x faster) the MPEG layer 3 decoder
753     * grayscale coded MJPEG decoding support
754     * avimszh and avizlib decoders
755     * "packed" XviD decoding
756     * fixed some bugs in RV20 B-frames decoding
757     * closed GOP encoding
758     * SSE2-optimized FDCT
759     * support for quantizer noise shaping
760     * support for EA ADPCM and SMJPEG IMA ADPCM
761     * QT RLE decoder
762     * OBMC fixes
763     * FLAC decoder
764     * better support for DivX5
765     * MMX- and SSE2-optimized VP3/Theora decoding
766     * support for Theora alpha3
767     * many H.264 improvements
768     * more robust MJPEG startcode search mechanism
769     * better WMV8 decoding
770     * native SPARC VIS optimizations
771     * native G.726 codec
773     Others:
774     * -codecs-file option for specifying alternative codecs.conf file
775     * fixed some minor bugs in the GUI
776     * prevent sig11 when $HOME is not set
777     * fix some command line handling corruptions
778     * Swedish and Polish yes/no options in config files
779     * support binding F11 and F12 keys
780     * TOOLS/divx2svcd updated
781     * stricter thread code in Win32 loader (works under NetBSD)
782     * PJS subtitle support (was: dunnowhat)
783     * TOOLS/avifix: simple tool to fix chunk sizes in AVI files
784     * proper extraheader handling when libavcodec is used in MEncoder
785     * AVI OpenDML read and write support
786     * AVI VPRP (video property) read and write support
787     * fixed long standing lame quality option off-by-one bug in MEncoder
788     * MPL2 subtitle support
789     * less verbosity in Win32 loader and other places
792   pre3try2: security fix release Mar 3, 2004
794     Security:
795     * HTTP parser remote heap overflow vulnerability fixed
798   pre3: "The Real Counter" Dec 9, 2003
800     DOCS:
801     * all MPlayer and MEncoder options documented
802     * all FFmpeg/libavcodec options documented
803     * Support for building incomplete XML documentation
804     * Support for building all-in-one HTML docs
805     * HTML documentation obsoleted
806     * English, Polish and French HTML documentation removed
807     * Spanish documentation translation finished
808     * Macedonian runtime output translation added
809     * small improvements and bug fixes all over the place
811     Ports:
812     * fixed compilation of Matroska on MinGW/Cygwin
813     * support for detecting non-Intel CPUs under Cygwin
814     * sub autoloading under Windows
815     * removed pthread dependency (out of the box compilation on NetBSD)
816     * more 64 bit fixes
817     * a lot of Mac OS X fixes
818     * prefer TOOLS/cpuinfo over linuxemu's /proc/cpuinfo under FreeBSD/x86
819     * Darwin XMMS libs supported
820     * support newer Darwin versions in AltiVec detection code
821     * support for newer Apple GCCs
823     Codecs and demuxers:
824     * better support for (buggy) MEncoder created streams in libmpeg2
825     * MPEG-TS demuxer updates
826     * fixed the MPEG muxer
827     * fixed tons of bugs in MMS streaming
828     * user settable HTTP user-agent field
829     * improved (now working) seeking with support for growing RealMedia files
830     * saveable and loadable index files (workaround for formats not
831       supporting files over 2GB)
832     * Ultimotion VfW decoder
833     * support for MMS streams with UTF urls
834     * big DVB demuxer update
835     * fixed MOV demuxer to always read ImageDesc (fixes ffsvq3 bugs)
836     * fixed an old bug in AVI/Waveformatex size calculation
837     * XviD API-4 (1.0 beta2) support
838     * improved FLAC-in-Ogg support
839     * Matroska: better AC3 detection
840     * Matroska: VOBsubs, MP2, FLAC, AAC and HE-AAC support
841     * improved detection of Real RTSP through URL analysis
842     * fixed stereo 16 bit TWOS
843     * fixed MPNG when using BGR24 images
844     * control functions in Ogg demuxer
845     * HTTP cookies support
846     * LML-M4 MPEG-4 capture card raw stream format support
848     Filters:
849     * some fixes in the delogo filter
850     * optimized eq2 filter
851     * weighted gamma support in the eq2 filter
852     * new filters: hue, spp, fil, yuvcsp
853     * alternative postprocessing filter (spp)
854     * big scale filter updates
855     * zrmjpeg filter, a kick-ass MJPEG encoder using FFmpeg/libavcodec
856     * filmdint: new inverse telecine filter, heavily MMX- and 3DNow!-optimized
858     FFmpeg/libavcodec:
859     * Lagrange multipliers instead of qscale, encoding quality much improved
860     * fixed an old bug in MPlayer's support code
861     * support wider range of VOLs in H.263
862     * direct rendering support in MJPEG
863     * massive MLib optimizations
864     * more VQA files supported
865     * Theora support
866     * Sunplus JPEG (SP5X) support
867     * H.263 GOB fixes
868     * massive cleanups
869     * reduced memory footprint (!)
870     * fixed decoding if aspect ratio changes
871     * MMX2 optimizations in HuffYUV
872     * lots of bugs squashed in HuffYUV
873     * long standing decoding errors after 'first frame is not keyframe' fixed
874     * CRI ADX support
875     * XA ADPCM support
876     * fixed files with odd dimensions on PPC
877     * optimized MPEG-2 bitstream parsing
878     * better interlacing framework
879     * support for IBM's XLC compiler
880     * support for SAR (sample aspect ratio)
881     * floating point AAN DCT
882     * dynamically alloc big data fields (lower memory usage in most cases!)
883     * fixed stereo IMA-ADPCM encoding
884     * inline vs always_inline - some speedups
885     * MMX2-optimized FDCT
886     * accurate 2-4-8 DCT
887     * much faster DV encoding (beats libdv)
888     * support Cinepak files with funky (not divisible by 4) resolutions
889     * AltiVec-optimized FDCT
890     * XvMC speedups
891     * initial ZyGoVideo decoding
892     * RGB support in FFV1
893     * new Palette API, all codecs updated
894     * Noise reduction of DCT coefficients
895     * "av_log" logging API
896     * support for buffer hints from codecs
897     * BGR24, RGB555 and PAL8 image formats
898     * 8BPS, MS RLE, MS Video1, QT RPZA, QT SMC, FLIC and TrueMotion1 decoders
899     * 16x8 MV visualisation support
900     * H.263 overlapped block motion compensation (OBMC), 4MV support
901     * H.263 alternative inter vlc support
902     * H.263 deblocking filter (MMX-optimized)
903     * H.263 modified quantization support
904     * H.263 slice structured mode support
905     * Real RV20 decoder (with B-frame support)
907     Drivers:
908     * VIDIX equalizer support in fbdev, svga and vesa
909     * VIDIX colorkeying support in fbdev, svga and vesa
910     * obsoleted option: -fb
911     * new SiS 650/651/740/etc VIDIX driver
912     * safer vo_directx direct rendering
913     * massive nvidia_vid updates
914     * gl2 updates
915     * ggi now supports non-directbuffer rendering and slices
916     * tdfxfb fixed on gcc 3.x
917     * dfbmga updated, G200 support
918     * colorkeying can be disabled
919     * Radeon 9800 (R350) support in VIDIX
920     * proper fix for buffer size workarounds in vo_zr
921     * new vo_zr2 driver, which uses the advantages of the filter layer
922     * fixed vo_vesa when used together with pthread
923     * runtime stay-on-top functionality (in almost all output drivers)
924     * ALSA 1.x support
926     SWScaler:
927     * updated MLib (Sun VIS) support
928     * more accurate filters (rounding fixes)
929     * MMX-optimized UYVY output
930     * eliminated chroma scaling bugs
932     Others:
933     * fixed aspect and geometry
934     * fixed compilation when libavcodec is missing (although it's a bad idea)
935     * MTRR detection added to TOOLS/cpuinfo
936     * FAAD detection in configure fixed/improved
937     * improved FLAC configure detection
938     * GUI file selector updated for newer formats
939     * Fontconfig support
940     * proper VOBsub seeking support
941     * removed oldskool libcss support (nobody uses it, it has drawbacks and
942       possible security implications)
944     MEncoder:
945     * FFmpeg/libavcodec audio encoding support
946     * exit if there's no video stream (avoids unexpected segfaults)
947     * huge bug fixed (missing InitTimer call), screwed up timers in some cases
948     * rawyuv (i420) 'encoder'
951   pre2: Oct 5, 2003
953     Security:
954     * remotely exploitable buffer overflow in the ASF streaming code fixed
956     DOCS:
957     * Spanish and Russian translations almost finished
958     * French, Hungarian, Polish translations updated
959     * New Romanian translation started
960     * numerous sections updated
962     Ports:
963     * initial Amiga/MorphOS (through GeekGadgets) support
964     * FreeBSD 5.x (libkse/libthr) support in Win32 DLL loader
965     * finally fixed the compilation on non-MVI capable Alpha CPUs
966     * better AltiVec detection in configure
967     * OSD menu now works on MinGW
968     * slave mode, VOBsub and MEncoder support on Windows
969     * MinGW 3.1.0 supports MPlayer out of the box!
970     * VIDIX and libdha ported to Windows
971     * SDL on IRIX support
972     * vo_gl2 video output ported to Windows
974     Codecs and demuxers:
975     * support for QuickTime version 6.3 DLLs
976     * fixed some bugs in imported FAAD
977     * disabled internal FAAD when using buggy GCC
978     * --enable-externalfaad option to force using external FAAD library
979     * imaadpcm bug fixed
980     * ViVD v2 codec support (DLL only)
981     * QuickTime codecs support inside Matroska
982     * improved seeking inside Matroska
983     * some bugs with DMO codecs have been fixed
984     * fix for MOV files with bogus user data length
985     * fixed some demuxers which read after EOF
986     * better RTP synchronisation
987     * FLAC support through imported libmpflac
989     Filters:
990     * new delogo filter (for removing TV channel logos)
991     * presets support in swscaler filter
992     * new audio filter export, for supporting visual effect applications
993     * correct select handling in bmovl filter
995     FFmpeg/libavcodec:
996     * better DivX/XviD bug detection code
997     * Id RoQ decoder
998     * Interplay MVE decoder
999     * WC3/Xan video decoder
1000     * Xan DPCM, DK3 & DK4 ADPCM audio decoders
1001     * detect old XviD with fourcc=DIVX
1002     * vp3 decoder fixes
1003     * improved the Alpha optimizations
1004     * x86 optimizations are threadsafe now
1005     * settable scene change threshold
1006     * better MPEG-1/MPEG-2 conformance encoder
1007     * quality improvement for high bitrate videos with trellis quantization
1008     * indeo3 decoder fixed
1009     * new options: mv0, cbp
1010     * DV video encoder
1011     * MPEG-1 now works with Trellis quantization
1013     Faad2:
1014     * synced to latest CVS
1015     * HE_AAC profile added
1016     * SBR QMF improvements
1017     * DRM updates
1018     * Covariance speedup
1019     * reduced memory usage
1020     * overall cleanups and fixes
1022     Drivers:
1023     * VIDIX driver for nVidia cards
1024     * directfb2 fixed for latest directfb
1025     * smoother audio playback with alsa9
1026     * fullscreen and geometry support in directx
1027     * fullscreen support with OpenGL drivers
1028     * OSD fixed with svga
1029     * new cvidix and winvidix drivers
1030     * user settable colorkey
1032     Others:
1033     * several leak fixes
1034     * selecting optimizations for PPC 7455 CPU
1035     * CPU detection code now measures speed on x86
1036     * unrarlib cleaned up a bit
1037     * updated the list of known x86 CPUs (including Opteron!)
1038     * subtitle alignment and smart line splitting options
1041   pre1:  "Development" on the beach Sept 1, 2003
1042     NOTE: the MPlayer 'main' branch was forked at the time of 0.90-rc4, so
1043     0.90-rc5 (and later 0.90 releases) changes are independent!
1044     (it also means that there are main-only and 0_90-only changes)
1046     DOCS:
1047     * DOCS/Language/ dirs renamed to DOCS/id, English files moved to DOCS/en
1048     * HTML --> XML format conversion (English, Russian and French for now)
1049     * new Spanish DOCS translation
1050     * man page restructured, options ordered
1051     * Finally merged libavc-option.txt into the man page.
1052     * slave mode commands moved from the man page to DOCS/tech/
1053     * traditional Chinese help file added
1054     * massive help file updates, most languages are up to date now
1055     * new and improved Windows port section with Cygwin and MinGW subsections
1056     * almost all options documented
1057     * fixes and small updates all over the place
1059     Big/Structural changes:
1060     * linux/ dir renamed to osdep/
1061     * postproc/postproc* files moved to libavcodec
1062     * old libmpeg2 replaced with patched version of the 0.3.1 release
1063     * docs priority & installation (--language=ab,cd,ef,all and so on)
1064     * yuv2rgb conversion removed from most vo drivers (like fbdev, gif89, etc)
1065     * reverse-order -vop option obsoleted by -vf, big config layer changes
1066     * stream layer "cleanup", -dvd -> dvd:// etc
1067     * autosub fuzziness, it tries to load all subs with similar filenames
1068     * removed the whole old config reader, leaving only the newer one
1069       (no backward compatibilty!)
1071     Ports:
1072     * HP-UX fixes
1073     * Ported to Darwin / Mac OS X (with extra accurate Darwin timers)
1074     * Ported to Win32/MinGW (including network, timers, getch, etc)
1075     * Win32 codecs DLL support on Win32 (Cygwin and MinGW)
1076     * fixed mpdvdkit on Cygwin and MinGW
1077     * Lots of PPC (including AltiVec) optimizations
1078     * Some ARM fixes
1079     * Alpha fixes (especially non-gcc3 support)
1080     * Initial Hitachi SuperH support (SH3/SH4)
1082     Codecs/demuxers support:
1083     * RealAudio Win32 DLLs support
1084     * various RealAudio/RealVideo fixes, including WxH bugs, Sipr, etc
1085     * various RealMedia a-v sync fixes
1086     * RealAudio V4 demuxer
1087     * RealAudio 14_4 and 28_8 codecs support (both binary DLLs and native code)
1088     * RealMedia rtsp:// support (independent from the live.com RTSP stuff!)
1089     * Matroska demuxer (C++ version)
1090     * demuxer: enabling MPEG-4-ES autodetection, H.264-ES support
1091     * WAV extradata parsing (for truespeech, atrac3, etc)
1092     * MPEG-TS (Transport Stream) and TIVO demuxers
1093     * DVB (Digital Video Broadcasting) input driver
1094     * hwac3: DTS passthru support
1095     * new filters: down3dright, detc, telecine, tfields, ilpack, ivtc, dsize,
1096       tinterlace, pullup (MMX-optimized!), framestep, tile
1097     * vf layer: slices support (crop, expand, swscale only)
1098     * vf scale aspect fixes
1099     * swscaler: cleanup & API change, yv12 -> yuy2 in alpha asm,
1100       -fPIC compileable
1101     * swscaler: brightness/cont/sat. and different YUV matrices support
1102     * NUV encoding
1103     * SGI image files decoding (-mf)
1104     * Theora video (using libtheora/libogg) support
1105     * DivX.com 5.0.5 libs support
1106     * support for latest XviD en/decoder features
1107     * decoder for Hauppauge PVR 250/350 MB-YUV format (fourcc HM12)
1108     * support for Vanguard's Win32 H.264 etc codecs
1109     * Video for Linux 1: various bugfixes, video eq support
1110     * Video for Linux 2 support
1111     * TV support: kick-ass image format handling
1112     * mp3lib: moved the assembly sources into gcc inline assembly (c)
1113     * mp3lib: sync with mpg123 0.59s-pre
1114     * mp3lib: final layer-1 support
1115     * mp3lib: skip trashed first MP3 frame, fixes many buggy/misdetected files
1116     * imported a working FAAD version
1117     * 8BPS (Planar RGB) support
1118     * working DVD (libmpdvdkit) support for Cygwin/MinGW
1120     FFmpeg/libavcodec:
1121     * libavcodec: static,const,compiler warning cleanup, UINTX -> uintx_t
1122     * old HuffYUV v1 support
1123     * PAL 4:1:1 SMPTE 314M DV streams support, NTSC DV last MB column fix
1124     * fixing padding bug autodetection for some rare files
1125     * DspContext.(i)dct_* bitexact cleanup
1126     * user settable quantizer bias
1127     * MPEG-1 slice encoding support
1128     * MSMPEG4 2-pass support
1129     * H.264 video decoding
1130     * Indeo 3 video decoding
1131     * VP3 video decoder (buggy somtimes)
1132     * Sorenson 3 (SVQ3) video decoder (it's actually a H.264 variant)
1133     * 3IV1 (3ivx v1) decoding
1134     * ASV1 (ASUS Video v1) and ASV2 (ASUS Video v2) en/decoding
1135     * Improved SVQ1 decoding (using FFmpeg VLC functions)
1136     * truncated unary binarization, unary k-th order exp golomb binarization :)
1137     * FFV1: lossless YUV codec, compresses a lot better than huffyuv, but slower
1138     * lossless MJPEG en/decoding, pegasus "pseudo yuv" (=RCT) decoding
1139     * ATI VCR1 and VCR2 decoding
1140     * full featured SH4 optimizations
1141     * ARM-optimized simple_idct
1142     * MPEG-2 encoding
1143     * PSX MDEC decoder
1144     * user settable quantization matrices
1146     Drivers:
1147     * x11_common: fix detection of metacity
1148     * x11_common: 10l fix in original layer detection code
1149     * x11_common: extended fstype config options
1150     * x11_common: smooth window moving
1151     * tdfx_vid driver (3dfx cards overlay with AGP support)
1152     * vo_xover: general X11 overlay driver, currently only tdfx_vid uses it
1153     * mga_vid: various fixes, 16MB G400 detection, support for multiple cards
1154     * new svgalib vo driver
1155     * vo_directfb2: triple buffering support, configuration sys changed, fixes
1156     * OpenGL driver cleanups/fixes (both vo_gl and vo_gl2)
1157     * vo_fbdev cleanup/partial rewrite, now with real direct rendering
1158     * vo_xvmc: new driver featuring XvMC (HW MC/IDCT) acceleration
1159     * new TGA output driver
1160     * new vo_fbdev2 (written from scratch)
1162     Others:
1163     * gcc can now detect badly called mp_msg()s
1164     * many config/cmdline parsing fixes (some of them were at least 100000l bugs)
1165     * configure: enable VIDIX for PPC
1166     * configure: full featured PPC optimizations, rewritten architecture handling
1167     * spudec.c: Fix "invalid fragment" handling, Improved subtitle queueing
1168     * network streaming layer: IPv6 support
1169     * FTP support
1170     * playtree parsing speedup :)
1171     * various URL parsing fixes
1172     * Crash on broken config files finally fixed!
1173     * GUI: PPC (reverse byteorder) fixes
1174     * GUI: revert to 'default' skin if configured skin failed
1175     * TOOLS/plotpsnr.pl: PSNR plotting tool using gnuplot
1176     * DOCS/tech/mpcf.txt: MPCF/NUT draft/specification
1177     * TVout/matroxtv: various improvements
1178     * spelling/grammar fixes in numerous files
1181 MPlayer (0.90)
1183   rc4:  "FlameCounter" Feb 9, 2003
1185     DOCS:
1186     * some clarifications and updates in the English DOCS
1187     * massive translation and help-file updates
1189     Fixes:
1190     * -ac hwac3 fixed (was broken in rc3)
1191     * vo_svga: 4bp & 8bpp fixes
1192     * various GUI fixes, including some critical bugs
1193     * rage128 VIDIX PPC fixes
1194     * libmenu: one crash fixed, some cleanup
1195     * fixed ./configure --cc="ccache gcc"
1196     * -loop fixes, now -loop 2 plays a file twice :)
1197     * (mirrored) OSD volume symbol fixed (|\ -> /|)
1198     * 32bpp QT-RLE support
1199     * AltiVec on non-Darwin systems support
1200     * QuickTime reference file support fixes
1201     * mp3lib: layer-2 decoding fixes
1202     * updates to extension->demuxer mapping table
1203     * libavcodec: DivX 5.03 decoding fix
1204     * ao_oss: limited channels handling fixed
1205     * fixed OGM subtitles and iconv
1206     * fixed -subcp option with unicode truetype fonts
1207     * -mf: type detection (based on extension), better defaults
1208     * vo_xv: -fixed-vo support fixed (fullscreen switching)
1209     * Ogg-in-AVI (audio format 0xFFFE) demuxing fixed
1210     * vorbis decoding fixed (outer loop cleanup)
1211     * swscaler: 4bpp depth 1 pixel/byte format support for -vo svga
1212     * missing error message in command line parser for missing parameters
1213     * swscaler: YVU9->YV12 fixes
1214     * -ao mpegpes + -ac hwac3 fixed
1215     * -ao pcm bogus WAV header fixed
1216     * -vo x11 + -wid fixed
1217     * auto-insert the 'palette' filter if needed, support fixed in filters
1218     * sig11 when playing second audio-only file fixed
1219     * configure: detection of CDDA, nas, i18n, svgalib, FAAD2, lame fixed
1220     * -af/-af-adv support in MEncoder fixed
1221     * libmpdvdkit2: upgraded to use libdvdcss 1.2.5
1223     Features:
1224     * raw video support (-rawvideo, similar to -rawaudio)
1225     * experimental MPEG-4-ES support (enable with -demuxer 27 -fps xxx)
1226     * new video filter: field (cheap deinterlacer)
1227     * DVD/VOBsub improvements: positioning, optional gaussian blur scaler
1228     * vf_bmovl: 400% speedup :)
1229     * libavcodec: native DV audio decoder
1230     * GIF demuxer (for animated GIFs)
1231     * new noise removal filter: -vop denoise3d
1232     * per-channel gamma and MMX-opt'ed bri/cont/saturation support in -vop eq2
1233     * live.com lib support cleanup, support for more stream types
1234     * playtree imported into the GUI instead of the GUI's own playlist hack
1235     * support for the XviD and DivX4/5Linux libraries at the same time
1236     * -fstype option: override priority/layer of the fullscreen switch methods
1237     * libavcodec: some B-frame related encoding failures/crashes fixed
1240   rc3:  "BugfixCounter" Jan 19, 2003
1242     DOCS:
1243     * English man page & HTML docs updates
1244     * audio filter documentation
1245     * help_diff.sh doesn't depend on bash any more
1246     * Hungarian, French, Italian, German, Polish(?) docs synced
1248     Important fixes:
1249     * X11 fullscreen switching (yes, again...) rewritten, some X11 code cleanup
1250     * Voxware and QuickTime DLLs finally work (was broken in some contexts)
1251     * VIDIX Radeon support cleanup, should really solve the pink screen bugs
1252     * Cygwin: -vo directx crashes and garbled picture with some files fixed
1253     * OGM/Ogg seeking (broken frames) fixed, subtitle fixes, XCD support
1254     * libaf: big (audio filter layer) updates, floating point support, speedup
1255     * ffwma2 fixed (better error resilience)
1256     * SPU queueing - fixes missing or early disappearing DVD subtitles
1257     * the mysterious DVD audio delay (150-300ms) fixed
1258     * extension-based file format detection fixed the MP3 vs. MPEG-PS conflict
1259     * cache2 keeps buffer for non-seekable media, fixes QuickTime streaming
1261     Fixes:
1262     * mp3lib CPU detection part cleanup, 'decwin' linker problem fixed
1263     * various cddb:// fixes, support of NetBSD 1.6
1264     * libmpdvdkit2: Fix DVD authentication on Solaris 9
1265     * libmpdvdkit2: libdvdcss upgraded to 1.2.4 (keeping the key cache patch)
1266     * libmpdvdkit2: fixed decryption from multiple VOB files (hdd or Darwin)
1267     * -ao arts, -ao oss: Fix 8-bit sound support
1268     * -vop expand + FFmpeg codecs conflicts solved, some other -vop bugs fixed
1269     * -ac ffmp2 with MPEG files (sig11) fixed
1270     * QT Qclp audio codec initialization fixed
1271     * exit codes cleanup (0 for quit/eof, 1 for error)
1272     * -ao win32 sync problems solved, -autosync 100 is still recommended
1273     * -vo gif89a uninit sig11 fixed
1274     * the usual compiler warning fixes :)
1275     * use -pphelp instead of -vop pp=help
1276     * various big-endian fixes
1277     * 16bpp packed YUV fixes in crop, mirror, rotate filters
1278     * some -fixed-vo and vo_preinit fixes, -vo sdl, xmga, mga should work...
1279     * various Solaris compatibility fixes (should work out of the box)
1280     * mms:// port fixes, tries 1755 if 80 failed
1281     * libavcodec: various ME fixes, B-frames fixes, WMV2 slice decoding fixes
1282     * -ao alsa9 audio-file playback high CPU usage fixed
1283     * libaf updates, 2-pass initialization to get better filter path
1284     * better detection of playlists, support for [Reference]-style format
1285     * handle QuickTime reference media files as playlist
1286     * cddb:// & cdda:// CD-ROM device name fixes on Linux and *BSD
1288     Features:
1289     * -ao esd: new EsounD audio driver
1290     * -vo dxr3: new NORM option
1291     * XAnim & RealPlayer binary Codecs working on PPC
1292     * Radeon 9000 support in VIDIX, colorkey restoring for all Radeons
1293     * initial PPC (big-endian) support in VIDIX Rage128 driver
1294     * pnm:// streaming support (ported from xine)
1295     * muxer layer: MEncoder can now write MPEG-PS format, too (EXPERIMENTAL!)
1296     * libavcodec: WMV2 decoder (buggy/untested)
1297     * DVB "HEAD" (aka. NEWSTRUCT) drivers support
1298     * subtitle background bounding-box support (optional grey-level & opacity)
1299     * libaf: 3 new filters: panning, compressor/limiter and a noise gate
1300     * per-mediafile config file support (for file-specific options)
1301     * iconv (codepage conversion) support for OGM (Ogg) subtitles
1302     * v4l: user friendly channel tuning
1303     * freetype & old-style RAW font support usable (compilable) at the same time
1304     * vo_directfb2, vo_dfbmga: DirectFB 0.9.16 support
1305     * libavcodec: motion estimation pre pass, qpel encoding, trellis quantization
1306     * libavcodec, liba52, mp3lib: AltiVec optimizations
1307     * keep window aspect ratio at resizing (x11, xv), requires WM support
1308     * -geometry option, also accepts X11 syntax
1309     * real .bin+.cue (S)VCD images support (-vcd 2 -cuefile xxx.cue)
1310     * postprocess: YUV 411/422/444 support, stride fixes
1311     * jumping of overlapping subs fixed, sorting is automatic, iconv fixes
1312     * MPEG-2 telecine detection and automatic inverse telecine (MPlayer only)
1314     GUI:
1315     * correct GTK widget destroy event handler
1316     * fullscreen switching fixed (sync with x11_common)
1317     * fix GTK submenu
1318     * new font render engine
1319     * added persistant history patch
1320     * SDL Audio configure window
1321     * add overlapping to preferences
1322     * add playbar for subwindow
1323     * add vertical potmeter for skin
1324     * fixed 'single pixel bug'
1325     * fixed some possible crashes
1328   rc2: Dec 24, 2002
1329     General:
1330     * DOCS/tech/encoding-tips.txt and tech/directfb.txt
1331     * some DOCS corrections/updates/sync/HTML fixes
1332     * GUI: fixed three submenu bugs and several other problems
1333     * more compiler warning fixes
1334     * NetBSD: CPU SSE/SSE2 detection & VCD reading fixes
1335     * fixed possible v4l capturing crash
1336     * merged the EDL 0.5 patch - using & creating edit-lists (runtime cut&skip)
1337     * subtitle alignment changeable: top/bottom/middle (key 'i')
1338     * -slang support for VOBsub files
1340     VO:
1341     * X11 fullscreen switching code changed again (esp. for GNOME2/KDE 3.1)
1342     * VIDIX: svgalib kernelhelper support (as libdha alternative)
1343     * VIDIX driver for trident cyberblade card
1344     * VIDIX: 8 pixel shift & pink window bugs fixed in the RADEON driver
1345     * new, rewritten version of vo_svga (VIDIX support etc) and vo_gif89
1346     * yuv4mpeg vs. framedrop/frameskip fixed
1348     Codecs:
1349     * libavcodec: fixed possible 20% speedloss bug
1350     * support for the experimental (and buggy) dev-api-3 XviD CVS branch
1351     * fallback to built-in codecs.conf if no compatible external file found
1352     * experimental Sorenson 1/3 encoding (using QuickTime DLLs)
1353     * more accurate video bitrate calculation for AVI files
1354     * presets support for libmp3lame encoding
1355     * CDDA seeking fixed
1356     * Win32/RealPlayer codecs DLL & 64bit Alpha Linux RealPlayer codecs support
1357     * XMMS Input plugins (demuxer & codec) support
1358     * Fixed a bug in MMX-optimized mp3lib (triggered by OpenBSD).
1361   rc1:  "CodecCounter" Dec 7, 2002
1362     Docs:
1363     * new French translation
1364     * IRIX section
1365     * various updates (both English & Hungarian)
1367     Codecs:
1368     * new codec pack download page (there are several packs for various IFs)
1369     * Win32/QuickTime codec plugin DLL support -> SVQ3 + QDMC/QDM2/Qclp !!!
1370     * Win32/DMO codec DLL interface support -> Windows Media Audio/Video 9 !!!
1371     * MJPEG 2000 support (using Morgan & Imagepower VfW DLLs)
1372     * libavcodec: optimized HuffYUV en/decoder, with experimental YV12 support
1373     * libavcodec: MJPEG-B support (need more samples)
1374     * more xvidencopts
1375     * VorbisGain tag support, tremor (fast vorbis decoder lib) support
1376     * BIG libavcodec messups & codmetics & cleanups & API changes & fixes
1377     * dynamic plugin support for libmpcodecs (for future binary codec releases)
1379     GUI:
1380     * general code cleanup, more robust GTK code
1381     * preferences: screensaver, Autosync settings
1382     * cache=4 fixed (caused jerky/lagging/slow playback with gmplayer)
1384     Others:
1385     * new config/cmdline parser code (optional)
1386     * OSD menu system (preferences, shell, file selector, etc)
1387     * libaf: runtime cpudetection, volume, equalizer, better format conversion
1388     * subtitle overlapping can be disabled, added subtitle sorting
1389     * subtitle dump to JACOsub and SAMI formats
1390     * displays URLs from 'Reference Media' type MOV files, dump generic data
1391     * find best (longest) streams in MOV files (twotowers...)
1392     * get position/length function in demuxers - for slavemode & -identify
1393     * -ao alsa9 surround fixes, 8-bit PCM fixed
1394     * -vo dfbmga: -dr support, fixed OSD flickering
1395     * -stop-xscreensaver fixed, support for KDE screensaver, too
1396     * More compiler warning fixes
1397     * AltiVec (G4) support
1400   pre10:  "BirthdayCounter" Nov 11, 2002
1401     Docs:
1402     * DVD auth, VCD sections extended (DOCS/cd-dvd.html)
1403     * unified *BSD sections, extended Cygwin
1405     Fixes:
1406     * LIRC error message (Error while reading cmd fd X : Success) fixed
1407     * playback of some (streamed?) DivX files starting with non-I-frames fixed
1408     * -vo png fixed (removed builtin YV12 support, removed OSD)
1409     * some MP3 playback/seek segfaults fixed
1410     * VIDIX Mach64 colorkey on PPC fixed
1411     * -ao sdl now handles "featureless" soundcards
1412     * -vo zr fixes
1413     * fixed sig11 if vo init failed
1414     * various DXR2 and DXR3 fixes
1415     * v4l buffering fixed
1416     * fixed multiple reads caused by byteswapping macro (mjpeg.c, mach64_vid.c)
1417     * cleanup of postprocessing code - now it's threadsafe and can be shared
1418     * ported to GNU/Hurd
1419     * cleanup of AVI pts (timestamp) handling - no more BPS hack in mplayer.c
1420     * small cleanup of A-V sync code - using relative instead of absolute timers
1421     * GUI code cleanup, obsolete files/dirs removed
1422     * various small bug fixes, endianness fixes
1423     * MEncoder: -pass option removed, use -divx4opts pass=N / -lavcopts vpass=N
1424     * MEncoder: "ff_rate_estimate_qscale: Assertion `q>0.0' failed" fixed!
1425     * MEncoder: -ovc xvid fixes, cleanup, enhancements
1426     * screensaver/dpms re-enabling fixed
1427     * RealVideo demuxer fixes - ASF-style stream detection method
1429     Features:
1430     * -ao win32 (for Windows port)
1431     * libavcodec: native WMA v1/v2 (aka DivX audio) decoder
1432     * hw-accelerated video eq for -vo x11 and gl2, using DirectColor colormap
1433     * overlapping subtitles support, jacosub (*.js) format support
1434     * -vo dxr3 got a new syncengine, ':sync', also added native overlay support,
1435       activate with ':overlay', read the manual for more info on how to set up
1436     * QDMC/QDM2/MACE audio codec support, using QuickTime 5 Win32 DLLs (libwine!)
1437     * libavcodec: various MJPEG decoding fixes - now it decodes all sample files!
1438     * mencvcd updates, sox/toolame support, etc
1439     * -vo dfbmga - play video on Matrox G400's second head using directfb 0.9.14
1440     * RealAudio ATRC (sony atrac3) audio support (using binary plugin)
1442     Filters:
1443     * -af/-af-adv options cleanup
1444     * now auto-inserting -vop lavc for MPEG-only vo's
1445     * video filter API documented :)
1446     * better deblocking filter (-vop pp), pp/npp syntax changed!
1447     * -vop 2xsai - 2x scaler for drawn images (low-color cartoon animations)
1448     * -vop unsharp - a sharp/blur filter, nice, but very slow
1449     * -vop il - (de)interleave fields
1450     * -vop swapuv - guess what :)
1451     * -vop boxblur - box blur...
1452     * -vop perpective
1453     * -vop sab
1454     * -vop smartblur
1457   pre9: Oct 24, 2002
1458     Docs:
1459     * man page rewritten again :)))
1460     * man page updated to latest options, including lavc options
1461     * Chinese docs translation added
1462     * Hungarian translation is (was? :)) up-to-date again
1464     Cleanup:
1465     * divx4_vbr.c is now really GPL - with the permission of the DivX.com guys!
1466     * cyuv decoder restructuring, now supports planar YUV formats, too
1467     * removed obsolete variables, like has_audio, has_video, allow_dshow, fifo
1468     * help_mp-XX.h files moved to help/ subdirectory, removed obsolete entries
1469     * the obsolete 0x1ff eof hack removed from MPEG-ES demuxer and decoders
1470     * stheaders.h cleanup, removed unneeded wine includes from MPlayer core
1471     * tons of compiler warning fixes, including some 10l ones
1472     * mga/xmga vo shared code, vesa and svga drivers cleanup
1473     * major vo drivers are now -fixed-vo compliant: x11, xv, xvidix, xmga, gl2
1474     * libmpdemux option handling cleanup - now it's MPlayer-independent again
1475     * removed fork() from LIRC input module
1476     * libfame removed from main tree/release - libavcodec is faster, better etc.
1478     Fixes:
1479     * Some fullscreen switching fixes, including Metacity vs KDE 3.1
1480     * Many GUI bug fixes
1481     * -vo DGA fixes, cleanup
1482     * -dvdkey sig11 fixed
1483     * K6-III's 3dnowex vs mmxext sigill fixed in mp3lib
1484     * -vo gif89, jpeg U-V swapping fixed
1485     * RTC setup fixes, more verbose messages, hints
1486     * MEncoder: demuxer/codec uninit order fixed (solves some sig11)
1487     * various v4l and ALSA capturing fixes
1488     * demux_mov: fixed crash with MPEG-4 on SPARC, decoding on big-endian
1489     * various NAS ao fixes
1490     * libvo: optional stride support for packed YUV / RGB formats
1491     * MEncoder: set keyframe flag on audio packets, fixes Windows seeking
1492     * loader: fixed 2 10l bugs, ATI VCR2 DLL now works. using new style CS code.
1493     * demux_avi: always use block counter even if dwSampleSize!=0, fixes samples
1494     * SPU decoder (DVD/VOBsubs): fixed 2 major bugs causing lost subtitles
1495     * various memory leak fixes (valgrind rulez :)
1496     * fixed RealAudio SIPR(O) codec (the wrapper didn't find the dspr.so.6)
1497     * mms:// audio (radio) streaming fixed
1498     * DVB: -vop lavc=bitrate is working again
1499     * various big-endian fixes
1501     Features:
1502     * new audio filter layer (libaf) - automatic samplerate conversion
1503     * experimental -vo directx driver for Cygwin build
1504     * unrarlib included for rar'ed VOBsubs
1505     * native XviD encoding (-ovc xvid) interface for MEncoder
1506     * new softeq filter with gamma support: -vop eq2
1507     * -ao/-vo accepts list of drivers and can fall back to one, like -ac/-vc
1508     * audio/video codec selection (-ac/-afm) rewritten, now uses codec/fm list
1509     * get_delay() smoothing (-autosync) - should help buggy sound drivers
1510     * smb:// URL support (disabled by default, ./configure part not yet done!)
1511     * support for 1/4/8bpp raw video (requires -vop palette / -vop 1bpp)
1512     * support for QuickTime alaw/agsm audio codecs, 3IV2, 3VID video codecs
1513     * swscale can now output YUY2 format, upscaled (default), unscaled (-sws 0)
1514     * VIDIX with LinuxPPC support (Mach64 is confirmed to work)
1515     * GUI: cache, autoq settings, start in fullscreen, toggle button in menu
1516     * New video filter to overlay images over video: -vop bmovl
1518     Libavcodec:
1519     * RV10 codec cleanup (2nd level demuxer moved to demuxer layer)
1520     * MPEG-4 interlaced DCT _en_coding support
1521     * luma masking support (encoding)
1522     * runtime selectable IDCT algo
1523     * faster MPEG-1/2 decoder
1524     * DV decoding (both PAL and NTSC)
1525     * MPEG-1 2-pass encoding support
1526     * better/cleaner error resilience (done in a 2nd pass after decoding)
1527     * H.263/MPEG-4 out of order slice decoding
1528     * -lavdopts bug= reworked, now uses flags, autodetects most of them
1529     * complete MPEG-4 GMC decoding support
1532   pre8: Sep 18, 2002
1533     Docs:
1534     * man page rewritten, now has better indenting, and can be converted to HTML
1535     * AUTHORS, MAINTAINERS converted back to separate text files, and updated.
1536     * ChangeLog file is included again (was removed after 0.18)
1537     * some new tech docs on libmpcodecs, updates/fixes in others, manpage.txt
1538     * more updates in translation files (help_mp-XX.h)
1539     * removed obsolete/unused entries from help_mp-en.h
1541     Cleanup:
1542     * XAnim interface merged & fixed, now uses mpi and supports direct rendering
1543     * cleanup of libmpdemux stream layer, especially of TV and MF parts
1544     * more unused files removed: vo_fsdga, vo_odivx, vd_rle, timer.c, ttf_load
1546     Fixes:
1547     * the http:// infinite memleak bug has been fixed, some WMS9 mms:// fixes
1548     * various SPARC/Sun, HP-UX and NetBSD/OpenBSD portability fixes
1549     * -vop palette fixes, CRAM and QPEG colors are OK now
1550     * demuxer fixed for >2GB nuppelvideo files
1551     * MEncoder: -ss fixed for 3-pass encoding
1552     * gui.conf locale bug fixed (again... hope this time it's OK)
1553     * X11 fullscreen switching fixed, when d_width == screenwidth
1554     * MOV files edit-list handling fixed - solved 'short read' issue
1556     Features:
1557     * new demuxer for .PVA files (file format of TV/DVB apps on Win32)
1558     * -mf now supports TGA (24/32bpp uncompressed/rle) images
1559     * libavcodec: support for interlaced MPEG-4 _de_coding
1560     * libavcodec: aspect ratio encoding support (MPEG-4, MJPEG, H.263?)
1561     * Win32 DLL loader merged/synced with avifile CVS
1564   pre7: Sep 5, 2002
1565     Cleanup:
1566     * libvo2, old input code & sis_vid removed, other code cleanups
1567     * tons of compiler warning fixes, some configure/Makefile improvements
1568     * more messages are translated, many translations updated
1569     * docs review continued, HTML cleanups
1570     * option -vfm/-afm now uses names instead of numbers, driver IDs removed
1572     Code:
1573     * vfw/vfwex cleanup, support for runtime csp queries, 8bpp support
1574     * new native mszh/zlib codec
1575     * libavcodec: 2-pass control code rewritten, now everything is customizable
1576     * libavcodec: MPEG-4/XviD en/decoding support improved, rv10 decoding fixes
1577     * various RealVideo demuxer and video codec fixes, sipr audio support
1578     * new video filters: soft eq (brightness), halfpack (deinterlacer), film noise
1579     * OGM subtitles support
1580     * optional freetype 2.1+ support for runtime-scalable .ttf font rendering
1581     * various networking and mms:// fixes, live.com support improved
1582     * various v4l video capturing and audio capturing fixes, audio input layer
1583     * libmpdvdkit2 - based on libdvdcss 1.2.2 + libdvdread 0.9.3 + key cache
1584     * alsa: iec958-init completely rewritten - better SP/DIF AC3 support
1586     GUI:
1587     * gui.conf locale bug fixed (hopefully)
1588     * preferences menu extended, runtime subtitle loading support
1589     * drag'n'drop support
1592   pre6: Aug 6, 2002
1593     * WMV1, Sorenson v1 (SVQ1) and RealPlayer 8.0 (RV20/30, Cook) codecs support
1594     * libavcodec M1 direct rendering
1595     * IPB support with Xv
1596     * libavcodec improvements, bugfixes (encoder and decoder side)
1597     * Raw DV demuxer
1598     * libdv-based DV audio/video decoder
1599     * Various MOV/MP4, RM and ASF/WMV demuxer bugfixes, improvements
1600     * Detection of AVI files which needs -ni
1601     * workaround for some Nandub bugs
1602     * Support for live.com RTP/RTSP streaming libraries
1603     * Support to rip DVD subs in VOBsub format
1604     * bug fixes of mpsub/srt converter
1605     * Closed Captioning (ASCII subs on RC1 DVDs) support
1606     * Massive directfb updates
1607     * VIDIX fixes/updates, including fixes of all known Radeon bugs
1608     * dithered 1/4/8 bpp support with -vo svga (EGA rulez:))
1609     * alsa9 fixes/improvements
1610     * native ARTS driver
1611     * various endianness and 64-bit fixes (including MEncoder and -ao pcm)
1612     * many small compatibility/portability fixes (better Cygwin, Darwin support)
1613     * GUI fixes (playlist, audio/video equalizer, preferences)
1614     * Skins (fixed many small glitches, a few new skins)
1615     * 'mencvcd' script (creating VCD/SVCD with MEncoder)
1616     * HTML DOCS updates
1617     * man page & README restructured (again :))
1620   pre5: Jun 8, 2002
1621     Documentation:
1622     * a lot of fixes, updates, cleanups
1623     * new README containing quick install guide
1624     * tech level docs on libavcodec encoding options
1625     * HTML doc is now IE 6.0.2600 compatible! :)))
1627     Code changes:
1628     * subreader (ASCII subtitle file parser) fixes
1629     * spudec (VOBsub) cleanup/fixes
1630     * new (faster, better) scaler
1631     * bbox support
1632     * mmst:// streaming support
1633     * OGM (Ogg) audio/video stream selection
1634     * native Micro$oft MPEG4v1 (MPG4) codec, error concealement for all MPEG-4s
1635     * various libavcodec encoding improvements
1636     * MPEG-1 && -vo x11 crash fixed when movie's height%16!=0
1637     * raw (uncompressed) video fixed (AVI & MOV)
1638     * flickering/blocking fixed for old VfW codecs (indeo3, cinepak etc)
1639     * introduced codecs.conf versioning to avoid problems caused by too old conf
1641     Display:
1642     * some more X11 cleanup, icewm fullscreen fixes, -vo gl/gl2 fixed
1643     * xscreensaver disabling support (optional, disabled by default)
1644     * pan&scan support in xv, xmga, xvidix
1645     * Xv YV12 stride problems fixed when width%8!=0
1646     * VIDIX Rage128/Radeon driver synced with MPlayerXP, various xvidix fixes
1647     * DVB A/V sync fixes, libfame updated to 0.9.0
1648     * native -ao arts driver
1649     * AC3 passthrough support for -ao alsa9
1650     * -ao nas fixed
1652     Miscellaneous fixes:
1653     * GUI: VCD and URL support, some bugs fixed
1654     * some cleanup of messages (less debug stuff) printed by MPlayer
1655     * gcc 3.1 support
1656     * various portability fixes (Cygwin, Darwin, 64bit SPARC/Alpha)
1659   pre4: May 13, 2002
1660     * X11 fullscreen toggle fixes with many window managers, multifile playback
1661     * DXR2 support
1662     * Output into animated GIF
1663     * "cropdetect" video filter to autodetect necessary cropsize
1664     * libavcodec marked as default encoder for MEncoder
1665     * man page rewrite
1666     * a lot of other fixes
1669   pre3: May 3, 2002
1670     * 3DNow! optimization of AC3 4ch downmix fixed, optimizations re-enabled
1671     * DGA error/fail after 1 second of playing fixed
1672     * big A-V desync for some AVI files fixed
1673     * image distortions when seeking in some MPEG files fixed
1674     * libmpdvdkit + gcc 3.x issue solved (our CFLAGS triggered a gcc3 bug...)
1675     * GUI aspect ratio and fullscreen switch fixes, cleanups
1676     * low-PS WMV playback fixed
1677     * Mac OS X (Darwin) port?
1678     * buggy v4l audio grabbing disabled, we cannot fix, but patches are welcomed!
1679     * various MJPEG improvements in libavcodec
1682   pre2: Apr 30, 2002
1683     * hwac3 fixes (try AFMT_AC3 first), big-endian fixes for PCM audio
1684     * 2-pass encoding with libavcodec (-lavcopts vpass=x), B-frames support
1685     * faster Ogg seeking (use -forceidx for slow but accurate one)
1686     * audio-only with GUI fixed
1687     * -rootwin fixed for x11, xv, xmga, xvidix
1688     * aspect ratio fix for ffmpeg12
1689     * MPEG-ES detection fixed
1690     * runtime cpudetect disabled by default
1691     * support for many new Win32 codecs, including mss1, tm20, ucod, truespeech
1692     * DivX audio dll sig11 with glibc 2.1.(2|3) fixed
1693     * libmpdvdkit - patched kit of DVD libraries (enabled for Linux+FreeBSD)
1694     * man pages updated
1695     * 'f' (fullscreen switch) fixed for some WMs, still has problems
1696     * various FreeBSD and OpenBSD portability patches
1697     * options -xy,-zoom,-flip usable with MEncoder, too, -xy keeps aspect
1698     * -vop lavc, using new fast best libavcodec for realtime MPEG-1 transcoding
1699     * fixed GTK GUI crash with --disable-mencoder
1700     * no more black VOBsub subtitles :)
1703   pre1: Apr 21, 2002
1704     * 100% GPL - yeah, so what?
1705     * runtime CPU detection - x86 MPlayer binary can run on "any" other x86 CPU
1706     * video filter layer - with numerous plugins (crop, expand, etc)
1707     * view or encode DVD/VOBsub and/or text subtitles into the output AVI
1708     * preliminary dvdnav support (experimental)
1709     * direct rendering - can't be used with libavcodec yet, sorry
1710     * display subtitles under the image, on black bands
1711     * FFmpeg (included) now supports decoding MPEG4v2 (MP42) and DivX 5.0 files
1712     * greatly enhanced MPEG-4 encoder (libavcodec)
1713     * audio-only (WAV/MP3/WMA/Ogg) file playback (console only)
1714     * playing/encoding audio from separate WAV/MP3 file
1715     * support for more file formats, including the new and very popular Ogg
1716     * multiple file playback from console, including various playlist formats
1717     * and of course, faster than ever... :)
1720 MPlayer (0.60) "The RTFMCounter": Jan 2, 2002
1722   release:
1723     * minor bug fixes for RealMedia/nuppelvideo demuxers
1724     * docs updates
1725     * help file translation updates
1728   pre2: Dec 29, 2002
1729     * build fixes (install codecs.conf)
1730     * DVD subtitles improved (stability and pts fixes)
1731     * new options: -alang, -vlang, -rootwin, -npp ... (rtfm)
1732     * DXR3 fixes
1733     * AC3 passthrough fix
1734     * docs updates
1735     * make install
1738   pre1: Dec 25, 2002
1739     * new file formats (MOV, FLI/FLC, VIVO, RealMedia, NuppelVideo, yuv4mpeg,
1740       yuv4mpeg2)
1741     * more native codecs (CRAM, CVID, FLI, generic ADPCM (and IMA) decoder,
1742       g723, XAnim)
1743     * MEncoder (a tool for encoding video to DivX4+MP3)
1744     * rewritten configure script (better autodetection, cleaner messages)
1745     * MMX/SSE optimizations
1746     * faster postprocessing filter, syntax change (deinterlacing support)
1747     * DirectShow code in C
1748     * software YV12 scaling
1749     * aspect ratio fixes
1750     * input cache for smoother network/DVD playback
1751     * GUI fixes and new skins
1752     * DVD subtitles
1753     * playing in root window (-rootwin)
1754     * liba52
1755     * audio filters (surround, 5.1, up/downsample, etc)
1756     * new homepage design
1757     * grabbing from TV through v4l
1758     * hardware MPEG decoder support (DXR3, Siemens DVB)
1762 MPlayer (0.50) "The Faszom(C)ounter": Oct 8, 2001
1764   release:
1765     * documentation updates
1766     * non-Linux build fixes
1769   prex 1-3: Sep 28 2001 - Oct 5 2001
1770     * some pre-beta nationalization support
1771     * HTMLized documentation, split in sections
1772     * a lot of bug fixing
1773     * new AAlib driver (independent of SDL, SUB/OSD support)
1774     * DivX DirectShow equalizer over keyboard
1775     * dynamic setting of DivX postprocessing quality (-autoq)
1776     * updated FAQ section on the homepage
1780 MPlayer (0.18) "The BugCounter": (0.18 only consisted of prereleases)
1782   pre 1-5: Jun 26 2001 - Jul 9 2001
1783     * mp3lib even more optimized for 3DNow!/MMX
1784     * GGI driver
1785     * ICCCM patch
1787     * skin support
1788     * GUI support
1790     * libao2 (null, oss, alsa, sdl) introduced
1791     * ASF seeking fixed
1792     * option to force audio playback samplerate (-srate)
1793     * framedropping for MPEG files as well
1794     * X11 driver works on remote display (without SHM)
1795     * A-V sync for AVI files fixed (both -bps and -nobps)
1799 MPlayer v0.17a "IdegCounter++": Apr 27  2001
1800   - first 0.17 release failed - buggy files outdated docs etc :(
1801     it's (hopefully) fixed now.
1805 MPlayer v0.17 "IdegCounter": Apr 27, 2001
1806   * DVD playing (libcss)
1807   * OSD and subtitles with antialiased fonts
1808   * new Win32 codecs (WMV1,AP42,ASV2 etc)
1809   * new VO drivers (SVGAlib,fbdev,DGA,SDL etc)
1810   * source cleanup, most part of the code rewritten
1812 * jumped to 0.17 * (why 17? oh. chass just got a new 17" monitor :))
1814   - faster memcpy() routine (MMX/3DNow!/SSE-optimized)
1815   - new stream selection code (autodetected)
1816   - pre-devel-alpha DVD code (libcss)
1817   - subtitle code 100% (perfected timing code)
1818   - new output drivers (SVGAlib, FBdev)
1822 MPlayer v0.11-pre27-CVS:
1823   - updated libmpeg2 source to libmpeg2-0.2.1-CVS version
1824   - updated OpenDivX encore/decore to 4.0 alpha48
1825   - cmdline/configfile handler by szabi
1826   - added DirectShow support (now DivX-only)
1827   - bugfix: stream.c/stream_new() uninitialized variables
1831 MPlayer v0.11-pre26-CVS:
1832   - updated libmpeg2 source to libmpeg2-0.2.0 version
1833   - small fixes
1837 MPlayer v0.11-pre25-CVS:  yeah, we moved to SourceForge CVS!
1838   - DOCS updated (email address changed from arpi@* -> maillist)
1839   - LIRC fix, mplayer_lirc changed back to mplayer [Andreas Ackermann]
1840   - stream.c: unsigned int fixes, required for some strange ASF files
1841   - asfheader.c: using w=h=b=1 for audio_concealment_none
1842   - VCD-related stuff moved from stream.c to vcd_read.c
1843   - added DGA driver by Andreas Ackermann
1844   - added debian/ subdir for the Debian package makers... see DOCS/DEBIAN
1845   - new Makefile/dependency system
1846   - added check_events() to libvo, X11 stuff moved to x11_common.c
1850 MPlayer v0.11-pre24: Feb 19, 2001
1851   small fixes again :(
1852   - DOCS/LIRC changed: users *must* enable lirc support manually, it is
1853     not autodetected yet.  (./configure --enable-lirc)
1854   - the {prefix} bug fixed by Gabucino
1855   - added man page by Gabucino
1856   - man page -vo fixes by A'rpi
1860 MPlayer v0.11-pre23: Feb 18, 2001
1861   lirc support, text updates, mailinglists
1862   - added "-ni" option to force usage of the non-interleaved AVI parser
1863   - DOCS/* updated by Gabucino
1864   - new homepage by Gabucino
1865   - MPlayer-users & announce mailing lists by Dariusz Pietrzak (see README)
1866   - LIRC support by Andreas Ackermann (see DOCS/LIRC)
1867     enable with ./configure --enable-lirc
1868     TODO: ./configure should detect LIRC installed and better Makefile handling
1869   - added AVI_NINI parser for broken (no index) non-interleaved files
1873 MPlayer v0.11-pre22: Feb 16, 2001
1874   last fixes, release is coming soon!
1875   - non-interleaved AVI EOF bug fixed  [thanks to DC-1 for help]
1876   - "You" strings in Makefile after make dep bug fixed...  [thx to DC-1]
1877   - SDL disabled by default. You have to ./configure --enable-sdl to enable.
1878   - homepage updated by Gabucino
1879   - homepage updated by A'rpi
1880   - FAQ updated by A'rpi
1882 fork()  -> 0.12pre1
1886 MPlayer v0.11-pre21: Feb 12, 2001
1887   MPEG-1 pp, stereo fix
1888   - "Skip chunk xxxx" messages moved from -v to -v -v -v debug level...
1889     [thanks to Christoph H. Lampert]
1890   - DivX postprocess filter works for MPEG-1 files, too! (-divxq 1/3/7/31)
1891   - MPEG layer-2 audio fixed - it's stereo again!!!
1892   - audio select() detection: if detected audio buffer size == 0, then
1893     exit with message "Recompile mplayer with #undef HAVE_AUDIO_SELECT !"...
1894   - syncfb driver added to the source tree, under drivers/
1895     (it's very similar to mga_vid, but has syncronization to screen and
1896      de-interlace features)
1897   - draw_slice in syncfb finished for G400 cards (plays MPEG-1/2, OpenDivX)
1898     (de-interlacing has been disabled, because it's buggy now)
1901 MPlayer v0.11-pre20: Feb 11, 2001
1902   NI-AVI support, small fixes & patches...
1903   - ASF parser: flag 0x40 (explicit packet size) implemented [Marvin]
1904   - new option to select DSP device:  -dsp   (default: /dev/dsp) [Pontscho]
1905   - option -o changed to -vo
1906   - ./configure: applied patches  [LGB,Ian Kumlien,Magnus Pfeffer]
1907   - AVI chunk_id->ds mapper moved to demux_avi_select_stream()
1908   - added non-interleaved AVI parser
1909   - added non-interleaved AVI detection (if a_pos-v_pos distance > 1MB)
1913 MPlayer v0.11-pre19: Feb 9, 2001
1914   small fixes...
1915   - vo_xmga.c: G200 draw_slice fixed
1916     xmga + mga: common part (draw_frame & draw_slice) moved to mga_common.c
1917   - some independent code (asfinfo.c and GL-test) moved to the new TOOLS subdir
1918   - movinfo.c added to TOOLS (small util to dump MOV file structure)
1919   - AVI & ASF stream id detection changed: now using IDs from the header
1920     (but still can be overriden by -aid or -vid)     [Christoph H. Lampert]
1921   - native MS-GSM audio codec ported from avifile source  (-afm 6)
1922     [thanks for the testfile to Christoph H. Lampert]
1923   - README updated (input & codec lists)
1924   - implemented ASF audio descrambling  [Dirk Vornheder & Einon]
1925     -> that weird_al_yankovic ASF is not so weird now :)
1926   - AUTHORS file changed
1930 MPlayer v0.11-pre18: Feb 7, 2001
1931   patch release :)
1932   - skip broken ASF fragments (for better seeking)
1933   - seeking code cleanup in sources (now it's in a switch(){})
1934   - opendivx encoding bitrate option changed from -divxq to -br
1935     (for the DivX -> DivX re-encoding)
1936   - TO DO section moved to file TODO
1937   - applied ./configure and Makefile changes patch from LGB
1938   - libvo function changes by Pontscho: x11 (with -fs), xmga (bugfixed!)
1939   - libvo: driver sources renamed from video_out_*.c -> vo_*.c
1940   - libvo: added uninit() function to drivers
1941   - libvo: fork()'ed X11 eventhandler for x11 and xmga drivers  [me & Pontscho]
1942      (gl and xv version is coming soon!)
1943   - libvo: sdl driver now closes SDL at QUIT...
1944   - small English fixes (docs & messages)   [Balazs Tibor]
1948 MPlayer v0.11-pre17: Feb 4, 2001
1949   fixes
1950   - ASF "missing video stream" fixed (stream id & 0x7F)  [Christoph H. Lampert]
1951   - added GL-test directory, it contains source and compiler script of a
1952     very simple open-gl texture updating (glTexSubImage) test program.
1953     if it runs well, then mplayer -o gl should work, too.
1954     it works on G400+Utah-GLX, but segfaults in the G400 driver of X 4.0.2/DRI.
1955     try it with different cards/drivers, and please report me the results.
1956   - benchmarking in gltest.c: calculate fps and process times
1957   - ASF seeking v0.01-pre0.1 :)
1961 MPlayer v0.11-pre16: Feb 4, 2001
1962   ACM fixed
1963   - Win32/ACM audio codec fixed (most important for ASF with DivX audio):
1964     There was an output buffer size problem with the Win32/ACM audio codec
1965     at low bitrates (usually used for ASF files with DivX audio)
1966     Input and output buffer sizes are now queryed, problem solved :)
1967   - SDL support compiling hint by Michael Durller added to the FAQ
1968   - opendivx support in ASF files   [Gérard Lantau]
1969   - ./configure & Makefiles patch by Aaron Hope applied.
1970     (adds --with-win32libdir and fixes --with-x11libdir)
1971   - ./configure fixed, now it defaults to /usr/lib/win32 if detection failed
1975 MPlayer v0.11-pre15: Feb 2, 2001
1976   ASF sync fixed
1977   - ASF parser: now supports other than 0x5D segments  [Dirk Vornheder]
1978   - new ASF PTS reading: sync works now, including fps...
1979     (-fps no longer required!)  [thanks again to Eugene Kuznetsov for docs!]
1983 MPlayer v0.11-pre14: Feb 1, 2001
1984   small fixes, ASF sync v0.1 :)
1985   - version number incremented :)))
1986   - libvo / Xv driver swapped red-blue fixed
1987   - ASF timestamps implemented - now ASF A-V should be in sync if you
1988     specify the correct fps at commandline (-fps), +-1 fps allowed...
1989     [i haven't yet found method to get fps out from ASF headers :(((]
1990   - some error and consistency checking into demux_asf
1991     if you see many warning! messages playing an ASF file, then contact
1992     me and upload the file (first 1MB is enough if it represents the problem)
1993     Don't forget: there is no public doc about the ASF file format, so
1994     everything we know is suspected and can be wrong... without your help
1995     we will never have a working ASF player...
1996   - ASF fragment offset checks disabled for grouping...
2000 MPlayer v0.11-pre13: Jan 31, 2001
2001   libvo changes, MPEG bitrate, VCD fix, ASF grouping
2002   - libvo: draw_slice() interface changed, now it has src stride[3] and
2003     destination rect dimension (w,h,x,y)
2004     It's able to blit whole frames, not only 16-pixel slices...
2005   - libmpeg2 and opendivx codec changed to use new draw_slice()
2006     -> opendivx extra 64-pixel width band at right disappeared!
2007   - MPEG bitrate fix: if picture->bitrate==0x3FFFF (means "unspecified" ?)
2008     then using standard VCD bitrate (75*2324 bytes/sec)
2009     -> fixed seeking for those MPEGs with "16MBit/s" bitrate...
2010   - drivers/sis_vid: video4linux interface disabled
2011   - broken VCD playing fixed: stream_reset shouldn't seek to 0x0...
2012     [bugreport: Kang Sun]
2013   - asf_parser: grouping implemented!  [test file provided by Gabucino :))]
2017 MPlayer v0.11-pre12: Jan 30, 2001
2018   ./configure fixes, improved odivx-encoding, streaming fixes
2019   - ./configure: use /tmp/main$$.c instead of /tmp.main.c, and
2020     remove file after tests  [SaPe]
2021   - ./configure: trying the gcc optimize options and fallback to 'pentium'
2022     if it fails (useful for people with old gcc and new CPU :))
2023   - removed -fomit-frame-pointer from OPTFLAGS at config.mak
2024   - version number incremented [Gabucino]
2025   - odivx encoder fix: allow long (longer than xxxx.avi) destination filenames
2026     (sizeof() changed to strlen()...)  [Gabucino]
2027   - AVI writer - overwrite disabled (exits with error message if destination
2028     file already exists...)  [Gabucino]
2029   - use -divxq to set encoding bitrate (in bits (not kbits!) default: 780000)
2030   - no audio decoding if -encode option is used
2031   - audio streaming disabled if -nosound specified (setting audio_id to -2)
2032   - fast MPEG-ES detection (doesn't read the whole MPEG-PS file)
2033   - compile-time option to disable using soundcard driver's select()
2034     (required for some people with buggy/pre-alpha/etc sound driver...)
2038 MPlayer v0.11-pre11: Jan 29, 2001
2039   streaming fixes, ASF support pre, indeo5 fix
2040   - asf/asfinfo.c improved: now dumps streams to files - needs testing!
2041     (it's ready to be converted to ASF demuxer and integrated into MPlayer)
2042   - stream.c / stream_reset() fix: now really seeks back to position 0!
2043   - ASF file format detection added (no ASF reading yet!!!)
2044   - ASF demultiplexer added, changes in demuxer.c to handle fragmented packets
2045   > it plays ASF video well, but still has problems with DivX/WMA audio. :(((
2046   - indeo 5 playing fixed (removed ICDECOMPRESS_UPDATE from flags)
2047   - xmga resizing problems with some window managers, so default order is
2048     changed xmga,xma... to mga,xmga,...
2049   - found gcc bug: compiling MPlayer with flags
2050     OPTFLAGS=-O -g -march=i686 -mcpu=i686 -pipe -fomit-frame-pointer -ffast-math
2051     causes image sizes negating -> mga_vid kernel driver Oops... :(((
2052   - runaway.bride.sample.avi seeking segfault discovered: AC3 resync fails :(
2053   - improved signal handling: module name is now printed. audio_resync added.
2054   - RGB opendivx encoding implemented, now AVI->opendivx is possible.
2057 MPlayer v0.11-pre10: Jan 22, 2001
2058   OpenDivX encoding, streaming fixes, AVI seek fixes
2059   - new libvo driver: odivx  (OpenDivX File Writer)
2060   - AVI file writing support, new option:  -encode filename
2061     to encode an MPEG/VOB/VCD to opendivx:
2062       mplayer file1.mpg -encode file2.avi -o odivx -nosound
2063     (sound encoding/copying is not yet supported)
2064   - libvo: default driver priority changed to: xmga,mga,syncfb,3dfx,xv,x11,gl
2065   - AVI writer: index support
2066   - small fixes in AVI writer to be compliant (adjusted chunk/list lengths)
2067   - demuxer.c: stream buffering fixes:
2068     - missing {} in mplayer.c occurring audio reads when has_audio=0
2069     - reordered packet reader and pack count checks -> no more unwanted EOF
2070     - added 4MB buffer memory usage limit to demuxed streams
2071   - CPU flags in ./configure changed:
2072       k7 -> k6  (current stable gcc doesn't support k7)
2073       386,486 -> i386,i486    [Balazs Tibor]
2074   - demux_avi: index check now accepts (raw.len+1)==idx.len  [Balazs Tibor]
2075   - FAQ added
2077     **  Now we are done with planned features & urgent fixes,   **
2078     **  it's time for final testing and then the 0.11 release!! **
2082 MPlayer v0.11-pre9: Jan 18, 2001
2083   OpenDivX fixes,speedup
2084   - solved OpenDivX width problem (stride=width+(Quality?0:64))
2085     now -divxq 0 works, and 0 is the default
2086   - libvo call moved out from my_convert_yuv() so it can be measured (CPU %)
2087   - IDCT code ported from libmpeg2 -> much faster OpenDivX decoding
2091 MPlayer v0.11-pre8: Jan 18, 2001
2092   SDL fixes, OpenDivX support
2093   - added -I/usr/X11R6/include to libvo CFLAGS
2094   - (removed later: applied libvo SDL driver fixes by Jeffrey Boser)
2095   - OpenDivX support, initial hack, maybe not working for you...
2096     (I need testfiles, I have only one)
2097     use -divxq option to adjust quality (1..29 works), 1=default
2101 MPlayer v0.11-pre7: Jan 14, 2001
2102   SDL support
2103   - ported SDL driver from mpeg2dec/libvo (current CVS)
2104     (it's slower than internal X11 driver, but supports software scaling!)
2105   - fixed SDL driver to support -fs and pass keyboard events
2106   - SDL driver changed to support YV12 and YUY2 formats instead of IYUV
2107     (now works with DivX files, too)
2108   - 'q' (Quit) disabled in SDL fullscreen mode (because it's impossible
2109     to restore screen before exiting so it gets into an unusable state now)
2113 MPlayer v0.11-pre6: Jan 14, 2001
2114   audio fix
2115   - fixed video_out_xv.c compilation problems [bugreport: Kalle Mellerup]
2116   - modified audio playing: always keep buffer (both internal and card's)
2117     filled using select() -> -alsa audio delays should be fixed.
2118   - updated DOCS/AUTHORS and DOCS/README
2122 MPlayer v0.11-pre5: Jan 12, 2001
2123   xmmp audio support, applied Pontscho's libvo patch
2124   - xmmp audio driver support by Arthur Kleer
2125   - new video_out driver by Pontscho: xmga  (Matrox G200/G400 only!)
2126     It does same under X 3.3.x what Xv extension does under X 4.0.x!
2127     (you will have a moveable/resizeable window but see a YUV video
2128      overlay in it using color keying)
2129   - added keyboard event support in X11 windows    [Pontscho]
2130     (using mplayer_[put|get]_key() in codecctrl.c)
2134 MPlayer v0.11-pre4: Jan 6, 2001
2135   x11 driver fixes, 15/16bpp support
2136   - version in version.h fixed :))) [Pontscho]
2137   - inttypes.h moved to DOCS/ (copy back to the root if you need it)
2138   - depth calculation in vo_init() changed (Pontscho's version couldn't
2139     differenciate between 15 and 16bpp)
2140   - x11 driver now uses vo_init() instead of get_depth()
2141   - yuv2mmx: 15bpp not really supported -> removed from list, now
2142     conversion is done (well) by the C code -> MPEG play in 15bpp works!
2143   - AVI playing support added in 15bpp (memcpy)
2144   - AVI playing support added in 16bpp (C 15->16 converter by me)
2145   - AVI playing support added in 16bpp (MMX 15->16 converter by Strepto)
2146   - libvo/x11: yuv2rgb used MMX code on non-MMX CPUs, too!!! fixed...
2147   - all x11 modes tested (and MPEG/24bpp byteorder fixed):
2148                   MPEG:            AVI/VfW:
2149         15bpp    C convert        memcpy
2150         16bpp    MMX/C convert    MMX/C convert
2151         24bpp    C convert        memcpy
2152         32bpp    MMX/C convert    memcpy / C conv.
2153     => now all the movie types are viewable using the -o x11 driver!
2157 MPlayer v0.11-pre3: Jan 5, 2001
2158   MPEG fixes, fullscreen support
2159   - vertical.mpg serious libvo (x11,gl) segfaults fixed:
2160     yuv2rgb_mmx requires one more lines that vertical image size...
2161     fixed (allocating memory for width*(height+1)).   [bug report: Gabucino]
2162   - Pontscho's fullscreen patch applied!
2163     Using option -fs will maximize window size (for all resizeable drivers
2164     including mga!) and disable window decorations (x11,Xv,gl only)
2165   - simple inttypes.h included for libc5 (and glibc2.0, too?) users
2166   - homepage updates (links changed ftp->http)
2170 MPlayer v0.11-pre2: Jan 4, 2001
2171   better user messages, MP3 codec selection, demuxer changes
2172   - w32codec.zip restored at the FTP site (somehow it got damaged...)
2173   - added version.h, and used its content everywhere
2174   - 'premature end-of-file' problem fixed: freeing audio buffers and
2175     setting d_audio->id=-2 if has_audio==0  [bugreport by Dmitri Pogosyan]
2176   - some more messages added if verbose>=1
2177   - demuxer.c: error message printed if A or V chunk buffer is full
2178     'mplayer test.avi -aid -2' still not works without option '-nosound'
2179   - adding new config.h option to set default MP3 audio codec (mpg123/l3codeca)
2180     ./configure selects mp3lib only if you have 3DNow!   [idea: Gabucino]
2181   - automatic fallback to mp3lib/mpg123 if l3codeca.acm can't be loaded/inited
2185 MPlayer v0.11-pre1:
2186   AVI sync fixes
2187   - AVI audio seeking improvements: now using nBlockAlign value to seek
2188     inside the chunk, so DivX audio works without big delays!!!
2189   - AVI PTS calculation modified: counting video PTS when skip_video_frames>0
2190     so new audio PTS values will be correct. Solved many sync probs!
2191   - A-V sync with AVI files fixed!
2192     Now only the Desperado-trailer has 1.0 sec delay after seeking.
2193   - fixed AVI sync in -bps mode, too! :)  (perfect except that Desperado AVI)
2197 MPlayer v0.10: Jan 1, 2001  "The new year" release!
2198   - testing
2199   - docs changed
2200   - it's time to release and remove the old buggy 0.09 version...
2201   - release!!!
2205 MPlayer v0.10-pre8:  libvo/x11 changes
2206   - libvo: x11/xv driver split into x11 and xv drivers
2207   - libvo: DUMMY_VO_FUNC removed from driver sources
2208   - libvo: default driver order changed, because some users with software-only
2209            OpenGL thought that this 'slow' player can only play at 1-3fps :)
2213 MPlayer v0.10-pre7: Dec 31, 2000
2214   libmpeg2 interface changes, display size/area changes, AVI fixes
2215   - libmpeg2/decode.c modified:
2216     - removed unused OMS and mpeg2dec stuff
2217     - decode_data rewritten, now works like parse_es.c
2218       => doesn't copy any data -> faster and less memory usage
2219   - mplayer.c sends code 0x1FF after every frame, so libmpeg2 knows
2220     when to display it
2221   - mplayer.c: in_frame flag fixes, didn't work well with MPEG-2 streams
2222     (because there is a 0x1B2 chunk between 0x100 and 0x101)
2223   - 'picture' changed from static to shmem-allocated
2224     -> better picture after codec restart (tested with JapAd.mpg)
2225     -> keep information of the header changes (after init)
2226   - MPEG image size changed, now only the real part of frame is displayed
2227     (no more green stripe at the bottom)
2228     - picture struct: new fields: display_picture_width/height
2229     - image buffer allocation (shmem) is done by decode.c instead of libvo
2230   - new option:  -xy <value>  (resize both x/y direction)
2231     if value<=8  ->  x_scale = y_scale = value
2232     else         ->  x_size=value  y_size=aspectratio*x_size
2233   - mplayer.c: video output moved out from AVI/MPG init sections and
2234     now it's common code (added movie_size_x/y variables and out_fmt global)
2235   - new keys:
2236     ESC       => quit
2237     + and -   => adjust audio delay +- 0.1 second
2238     k         => kill/restart the MPEG codec process (for testing)
2239   - codec control interface changed: wait for syncword after (re)start
2240     to avoid receiving old frames => it's stable again!
2241   - removed (now unused) allocate/free image buffer code from libvo
2242   - mplayer: new internal variable for video format: has_video
2243        0 = none (unused yet)
2244        1 = MPEG-1/2 video
2245        2 = Win32/VfW video codec
2246   - config.h has defaults for bps-based AVI sync and ALSA timer code options:
2247      #undef AVI_SYNC_BPS  => now it's disabled by default!!! use -bps to enable
2248      #define ALSA_TIMER   => now it's enabled by default!!! use -noalsa to dis.
2249   - help updated
2250   - prints max compressed framesize at exit (both AVI & MPEG)
2251   - AVI audio seeking fixed: some ACM codecs (DivX audio and ms-adpcm)
2252     can't seek inside a chunk, they are only able to play whole chunks.
2253     Current audio seeking has changed to seek inside the chunk only if the
2254     codec supports it (only internal codecs and ACM/MP3 allows it).
2255   - AVI: audio delay correction if seeking inside the chunk is not possible
2259 MPlayer v0.10-pre6: Dec 24, 2000 "Xmas edition"
2260   MPEG signal & EOF fixes
2261   - ./configure: k6_mtrr (2.4.test11+) added [Pontscho]
2262   - `term destroys if mplayer (MPG) called from mc.ext` bug fixed:
2263     added sighandler to the 3rd process (MPEG codec) to avoid sig. recursion
2264   - better output at exit (handled now by exit_player())
2265   - MPEG EOF problem (codec restart) fixed: added EOF detection to parse_es.c
2266   - internal flag 'current_module' added to get more info at segfaults
2267     (contains module number where the segfault occurred)
2268   - audio detection changed: using afm=4 (Win32/ACM) for MP3 audio (AVI files)
2269     (you MUST have l3codeca.acm at /usr/lib/win32, or you have to use '-afm 1')
2273 MPlayer v0.10-pre5: Dec 22, 2000
2274   flipping fixed
2275   - AVI image flipping reworked:
2276     - new flag: avi_header.flipped, TRUE if upside-down
2277     - image flipping code removed/disabled from libvo modules
2278     - duplicate flip_page() calls removed (overload with x11 and mga)
2279   - aLaw audio codec (AVI id 0x06) added (uses code from XAnim source)
2283 MPlayer v0.10-pre4:
2284   test release, small fixes
2285   - video_out driver <-> codec incompatibility message changed
2286   - fixed the config.format bug in drivers/mga_vid_test, so it works again!
2287     [thanks to David Whysong]
2288   - libmpeg2 upgraded
2292 MPlayer v0.10-pre3: Dec 10, 2000
2293   test release, verbose mode, new docs
2294   - new option:  -v  =  increment verbosity level
2295     (debug printf's changed to verbose level-dependent)
2296     - default level: 0, only some informal output
2297     - init debug:    1, some basic debug infos, AVI header, function values
2298     - player debug:  2, print AVI indexes, chunk inputs, more debug infos
2299     - parser debug:  3, prints everything related to input parsers
2300     to increment verbose level, use multiple -v options (-v -v -v for level 3)
2301   - bitrate calculation for AVI files
2302   - README rewritten, added Troubleshooting and Bugreports sections
2303   - TVout directory added (only the scripts)
2307 MPlayer v0.10-pre2: Dec 8, 2000
2308   bugfix test release, bps-sync enabled
2309   - AVI: supporting both 0-based and movi-based index types (autodetect)
2310   - AVI: tested with VBR audio: plays well with -mc 0 option, seek doesn't
2311     work yet   [thanks to Alan Chen for testfile]
2312   - AVI: A-V sync to avg. byte/sec implemented (again) and enabled by default
2313     (disable with -nobps if you want)
2314   - ./configire: 3rd name ('kni') of the P3 added. Where is the compatibility?
2315   - useless '\' removed from libac3/Makefile  [Otvos Ferenc]
2319 MPlayer v0.10-pre1: Dec 5, 2000
2320   test release, players merged!!!
2321   - avip and mpegp have been merged to a single binary called 'mplayer'
2322     - file type detection (AVI/MPEG-PS/MPEG-ES/Other)
2323     - no redundant code (common code for common jobs)
2324     - big format-dependent codes moved to functions (separated files)
2325     - better error messages, removed some debug stuff, code cleanups
2326   - old libmpeg2 version removed from source tree
2327   - help texts merged (help_avi+help_mpg -> help_mp)
2328   - new options:  -x <x> -y <y>     = scale image (if selected driver supports)
2329     if value<=8 then image size will be multiplied by value, otherwise
2330     image size will be scaled to <value> pixels.
2331     For example:
2332       2x ZOOM:  mplayer -x 2 -y 2 test.mpg
2333       800x600:  mplayer -x 800 -y 600 test.mpg
2334     [default values are still configurable at compile-time, see config.h]
2335   - TV project (not finished) codebase added (see tvision.c, or: make tvision)
2339 MPlayer v0.09: Dec 5, 2000
2340   Beta release [same as 0.09-pre3]
2341   - version changed in the files
2342   - docs updated
2346 MPlayer v0.09-pre3: Dec 3, 2000
2347   bugfix test-release, X11 support testing
2348   - fixed the  if [ -z $pparam ]  bug in ./configure  [Christian Birchinger]
2349   - many changes in AVI seek code, resulting in near-perfect seeking now!
2350     current method calculates absolute audio position, so with VBR audio it
2351     doesn't work yet...
2352   - avip: Xv support (YUY2 image format)
2353   - avip: X11 support (24 & 32 bpp only, BGR format)
2354     I need a very fast 15->16bpp converter for 16bpp support... anyone helps?
2358 MPlayer v0.09-pre2:
2359   bugfix test-release
2360   - removed unnecessary code from libmpeg2/header.c
2361     Walken told me that standard MPG/VOB streams must NOT use framerate
2362     and bitrate extension... and the ext. id check is done by the caller.
2363   - CRC support to mp3lib's MPEG audio layer-2 decoder
2364     thanks for bug report & test file to Samson
2368 MPlayer v0.09-pre1: Dec 1, 2000
2369   bugfix test-release
2370   - imported new libmpeg2 files (under testing...)
2371   - GL renderer flickering bug fixed (MMX missing emms() between yuv2rgb and
2372     glTexSubImage(), bug triggered by new Utah-GLX code)
2373     [thanks to Christian Birchinger]
2377 MPlayer v0.08: Nov 27, 2000
2378   Index support, AVI seeking, DLL loader fix, compilation fixes
2379   - Added support for chunk index usage (disable with -noidx option)
2380   - Removed code optimization flags from loader/Makefile because
2381     it segfaults if compiled optimized (it does some hacks with
2382     pointers, maybe the reordered code confuses it)
2383   - added new tool called aviparse  (read and check AVI file structure)
2384   - indexed and raw chunk info comparing, bad chunks dropped
2385   - termcap usage is optional (for those Debian users without termcap)
2386   - #if HAVE_* fixed (to #ifdef HAVE_*)
2387   - ./configure supports new /proc/cpuinfo (2.4.0-test11)
2388       - sse is called 'sse' again
2389       - 'flags' field renamed to 'features'
2390   - Xv benchmark results added to DOCS/SPEED
2391   - AVI seeking (and other goodies, pause etc) implemented
2392     no PTS resync after seek yet.
2393   - default video_out driver changed from 'mga' to the first available driver
2394     new driver priority:  mga_vid, opengl, x11
2398 MPlayer v0.07: Nov 21, 2000
2399   Easier compile
2400   - Added Pontscho's ./configure script (it's modified a lot)
2401   - Updated makefiles, and tested a lot :)
2402   - Updated DOCS/INSTALL
2406 MPlayer v0.06: Nov 20, 2000
2407   Better codec selection
2408   - AVI audio&video codec selection moved to new codecs.c file,
2409     loader/driver.c and loader/afl.c modified for this
2410   - YUV support fixed, codecs.c setup flags to handle YUV properly
2411     YUV works fine with DivX, MPEG-4, cvid, and upside-down iv50
2412   - DOCS/INSTALL updated
2413   - DOCS/SPEED updated, DivX benchmarks added
2417 MPlayer v0.05: Nov 18, 2000
2418   Merged with MPEGplayer 0.90pre6, first public release of AVI player
2419   - code merged with mpegplayer, new Makefile, some small modifications
2420   - docs updated and moved to DOCS
2424 MPlayer v0.04: Nov 17, 2000
2425   YUV (YUY2) support with DivX 3.11 DLL, some code cleanup, preview-release
2429 MPlayer v0.03: Nov 14, 2000
2433 MPlayer v0.01: Nov 11, 2000
2434   first preview version based on new MPEGplayer's codebase.
2435   it contains the Win32 loader from avifile, and can decode DivX 3.11 video.
2439 mpg12play v0.9-v0.95pre5: Oct 21-Nov 2, 2000
2440        MPEG codec was libmpeg2 (mpeg2dec) by Aaron Holtzman & Michel
2441        Lespinasse. It's great, optimized very fast C code with perfect
2442        image quality and 100% MPEG standard conformance.
2446 mpg12play v0.5-v0.87: Sep 28-Oct 20, 2000
2447        MPEG codec replaced with DVDview by Dirk Farin, it was great
2448        stuff, but it was slow and was written in C++ (I hate C++!!!)
2452 mpg12play v0.1-v0.3: Sep 22-25, 2000
2453        The first try, hacked together in half an hour! I've used libmpeg3
2454        from www.heroinewarrior.com up to the version 0.3, but there were
2455        image quality and speed problems with it.