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