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