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