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