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