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