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