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