Package fixes:
mencoder now installs a correct man page link on MANZ=1 systems.
Added a patch so this might compile on amd64 systems, addresses
PR 23727.
Changes:
MPlayer 1.0pre3: "The Real Counter"
DOCS:
* all MPlayer and MEncoder options documented
* all FFmpeg/libavcodec options documented
* Support for building incomplete XML documentation
* Support for building all-in-one HTML docs
* HTML documentation obsoleted
* English, Polish and French HTML documentation removed
* Spanish documentation translation finished
* Macedonian runtime output translation added
* small improvements and bug fixes all over the place
Ports:
* fixed compilation of Matroska on MinGW32/Cygwin
* support for detecting non-Intel CPUs under Cygwin
* sub autoloading under Windows
* removed pthread dependency (compiles out of the box on a default NetBSD install)
* more 64 bit fixes
* a lot of Mac OS X fixes
* prefer TOOLS/cpuinfo over linuxemu's /proc/cpuinfo under FreeBSD/x86
* Darwin XMMS libs supported
* support newer Darwin versions in Altivec detection code
* support for newer Apple GCCs
Codecs and demuxers:
* better support for (buggy) MEncoder created streams in libmpeg2
* MPEG-TS demuxer updates
* fixed the MPEG muxer
* fixed tons of bugs in MMS streaming
* user settable http user-agent field
* improved (now working) seeking with support for growing files in Realmedia format
* saveable and loadable index files (workaround for formats not supporting files over 2GB)
* Ultimotion VfW decoder
* support for MMS streams with UTF urls
* big DVB demuxer update
* fixed MOV demuxer to always read ImageDesc (fixes ffsvq3 bugs)
* fixed an old bug in AVI/Waveformatex size calculation
* XviD API-4 (1.0 beta2) support
* improved FLAC-in-Ogg support
* Matroska: better AC3 detection
* Matroska: VobSubs, MP2, FLAC, AAC and HE-AAC support
* improved detection of Real RTSP through URL analysis
* fixed stereo 16 bit TWOS
* fixed MPNG when using BGR24 images
* control functions in OGG demuxer
* http cookies support
* LML-M4 MPEG4 capture card raw stream format support
Filters:
* some fixes in the delogo filter
* optimized eq2 filter
* weighted gamma support in the eq2 filter
* new filters: hue, spp, fil, yuvcsp
* alternative postprocessing filter (spp)
* big scale filter updates
* zrmjpeg filter, a kick-ass mjpeg encoder using FFmpeg/libavcodec
* filmdint: new inverse telecine filter, heavily mmx and 3dnow optimized
FFmpeg/libavcodec:
* Lagrange multipliers instead of qscale, encoding quality much improved
* fixed an old bug in MPlayer's support code
* support wider range of VOLs in H263
* direct rendering support in MJPEG
* massive MLib optimizations
* more VQA files supported
* Theora support
* Sunplus JPEG (SP5X) support
* H.263 GOB fixes
* massive cleanups
* reduced memory footprint (!)
* fixed decoding if aspect ratio changes
* MMX2 optimizations in HuffYUV
* lots of bugs squashed in HuffYUV
* long standing decoding errors after 'first frame is not keyframe' fixed
* CRI ADX support
* XA ADPCM support
* fixed files with odd dimensions on PPC
* optimized MPEG2 bitstream parsing
* better interlacing framework
* support for IBM's XLC compiler
* support for SAR (sample aspect ratio)
* floating point AAN DCT
* dynamically alloc big data fields (lower memory usage in most cases!)
* fixed stereo IMA-ADPCM encoding
* inline vs always_inline - some speedups
* MMX2 optimized FDCT
* accurate 2-4-8 DCT
* much faster DV encoding (it beats libdv)
* support Cinepak files with funky (not divisible by 4) resolutions
* Altivec optimized FDCT
* XvMC speedups
* initial ZyGoVideo decoding
* RGB support in FFV1
* new Palette API, all codecs updated
* Noise reduction of DCT coefficients
* "av_log" logging API
* support for buffer hints from codecs
* BGR24, RGB555 and PAL8 image formats
* 8BPS, MS RLE, MS Video1, QT RPZA, QT SMC, FLIC and TrueMotion1 decoders
* 16x8 MV visualisation support
* H.263 overlapped block motion compensation (OBMC), 4MV support
* H.263 alternative inter vlc support
* H.263 deblocking filter (MMX optimized)
* H.263 modified quantization support
* H.263 slice structured mode support
* Real RV20 decoder (with B-frame support)
Drivers:
* VIDIX equalizer support in fbdev, svga and vesa
* VIDIX colorkeying support in fbdev, svga and vesa
* obsoleted option: -fb
* new SiS 650/651/740/etc VIDIX driver
* safer vo_directx direct rendering
* massive nvidia_vid updates
* gl2 updates
* ggi now supports non-directbuffer rendering and slices
* tdfxfb fixed on gcc 3.x
* dfbmga updated, G200 support
* colorkeying can be disabled
* Radeon 9800 (R350) support in VIDIX
* proper fix for buffer size workarounds in vo_zr
* new vo_zr2 driver, which uses the advantages of the filter layer
* fixed vesa when used together with pthread
* runtime stay-on-top functionality (in almost all output drivers)
* ALSA 1.x support
SWScaler:
* updated MLib (Sun VIS) support
* more accurate filters (rounding fixes)
* MMX optimized UYVY output
* eliminated chroma scaling bugs
Others:
* fixed aspect and geometry
* fixed compilation when libavcodec is missing (although it's a bad idea)
* MTRR detection added to TOOLS/cpuinfo
* FAAD detection in configure fixed/improved
* improved FLAC configure detection
* GUI file selector updated for newer formats
* Fontconfig support
* proper VobSub seeking support
* removed oldskool libcss support (nobody uses it and has drawbacks)
MEncoder:
* FFmpeg/libavcodec audio encoding support
* exit if there's no video stream (avoids unexpected segfaults)
* huge bug fixed (missing InitTimer call), screwed up timers in some cases
* rawyuv (i420) 'encoder'
Changes:
DOCS:
* Spanish and Russian translations almost finished
* French, Hungarian, Polish translations updated
* New Romanian translation started
* numerous sections updated
Ports:
* initial Amiga/MorphOS (through GeekGadgets) support
* FreeBSD 5.x (libkse/libthr) support in win32 DLL loader
* finally fixed the compilation on non-mvi capable alpha CPUs
* OSD menu now works on MinGW
* slave mode, vobsub and MEncoder support on Windows
* MinGW 3.1.0 supports MPlayer out of the box!
Codecs and demuxers:
* support for QuickTime version 6.3 DLLs
* fixed some bugs in imported FAAD
* disabled internal FAAD when using buggy GCC
* --enable-externalfaad option to force using external FAAD library
* imaadpcm bug fixed
* ViVD v2 codec support (DLL only)
* QuickTime codecs support inside Matroska
* improved seeking inside Matroska
* some bugs with DMO codecs have been fixed
* fix for MOV files with bogus user data length
* fixed some demuxers which read after the EOF
* better RTP synchronisation
* FLAC support through imported libmpflac
Filters:
* new delogo filter (for removing TV channel logos)
* presets support in swscaler filter
* new audio filter export, for supporting visual effect applications
* correct select handling in bmovl filter
FFmpeg/libavcodec:
* better divx/xvid bug detection code
* Id RoQ decoder
* Interplay MVE decoder
* WC3/Xan video decoder
* Xan DPCM, DK3 & DK4 ADPCM audio decoders
* detect old xvid with fourcc=DIVX
* vp3 decoder fixes
* improved the Alpha optimizations
* x86 optimizations are threadsafe now
* settable scene change threshold
* better MPEG1/MPEG2 conformance encoder
* quality improvement for high bitrate videos with trellis quantization
* indeo3 decoder fixed
* new options: mv0, cbp
* DV video encoder
* MPEG1 now works with Trellis quantization
Faad2:
* synced to latest CVS
* HE_AAC profile added
* SBR QMF improvements
* DRM updates
* Covariance speedup
* reduced memory usage
* overall cleanups and fixes
Drivers:
* VIDIX driver for nVidia cards
* VIDIX and libdha ported to Windows
* SDL on IRIX support
* directfb2 fixed for latest directfb
* opengl video output for Windows
* smoother audio playback with alsa9
* fullscreen and geometry support in directx
* fullscreen support with opengl drivers
* OSD fixed with svga
* new cvidix and winvidix drivers
* user settable colorkey
Others:
* several leak fixes
* selecting optimizations for PPC 7455 CPU
* CPU detection code now measures speed on x86
* unrarlib cleaned up a bit
* updated the list of known x86 CPUs (including Opteron!)
* alignment and smart line splitting option on subtitles
Fix remotely exploitable buffer overflow vulnerability.
A malicious host can craft a harmful ASX header, and trick MPlayer into
executing arbitrary code upon parsing that header.
http://www.mplayerhq.hu/homepage/design6/news.html
mplayer (1.0)
pre1: "Development" on the beach
NOTE: the mplayer 'main' branch was forked at the time of 0.90-rc4, so
0.90-rc5 (and later 0.90 releases) changes are independent!
(it also means that there are main-only and 0_90-only changes)
DOCS:
* DOCS/Language/ dirs renamed to DOCS/id, English files moved to DOCS/en
* HTML --> XML format conversion (English, Russian and French for now)
* new Spanish DOCS translation
* man page restructured, options ordered
* Finally merged libavc-option.txt into the man page.
* slave mode commands moved from the man page to DOCS/tech/
* traditional Chinese help file added
* massive help file updates, most languages are up to date now
* new and improved Windows port section with Cygwin and MinGW subsections
* almost all options documented
* fixes and small updates all over the place
Big/Structural changes:
* linux/ dir renamed to osdep/
* postproc/postproc* files moved to libavcodec
* old libmpeg2 replaced with patched version of the 0.3.1 release
* docs priority & installation (--language=ab,cd,ef,all and so on)
* yuv2rgb conversion removed from most vo drivers (like fbdev, gif89 etc)
* -vop option obsoleted by reverse-order -vf, big config layer changes
* stream layer "cleanup", -dvd -> dvd:// etc
* autosub fuzziness, it tries to load all subs with similar filenames
* removed the whole old config reader, leaving only the newer one
(no backward compatibilty!)
Ports:
* HP-UX fixes
* Ported to Darwin / Mac OS X (with extra accurate Darwin timers)
* Ported to Win32/MinGW (including network, timers, getch etc)
* win32 codecs DLL support on Win32/Cygwin (and MinGW too!)
* Lots of PPC (including Altivec) optimizations
* Some ARM fixes
* Alpha fixes (especially non-gcc3 support)
* Initial Hitachi SuperH support (SH3/SH4)
Codecs/demuxers support:
* realaudio win32 DLLs support
* various realaudio/realvideo fixes, including WxH bugs, Sipr etc
* various realmedia a-v sync fixes
* realaudio v4 demuxer
* realaudio 14_4 and 28_8 codecs support (both binary DLLs and native code)
* realmedia rtsp:// support (independent from the live.com rtsp stuff!)
* Matroska demuxer
* demuxer: enabling mpeg4-es autodetection, h264-es support
* .wav extradata parsing (for truespeech, atrac3 etc)
* MPEG-TS (Transport Stream) and TIVO demuxers
* DVB (Digital Video Broadcasting) input driver
* hwac3: DTS passthru support
* new filters: down3dright, detc, telecine, tfields, ilpack, ivtc, dsize,
tinterlace, pullup (mmx optimized!), framestep, tile
* vf layer: slices support (crop, expand, swscale only)
* vf scale aspect fixes
* swscaler: cleanup & API change, yv12 -> yuy2 in alpha asm, -fPIC
compileable
* swscaler: brightness/cont/sat. and different YUV matrices support
* NUV encoding
* SGI image files decoding (-mf)
* Theora video (using libtheora/libogg) support
* DivX.com 5.0.5 libs support
* support for latest XviD en/decoder features
* decoder for Hauppauge PVR 250/350 MB-YUV format (fourcc HM12)
* support for Vanguard's win32 h264 etc codecs
* Video for Linux 1: various bugfixes, video eq support
* Video for Linux 2 support
* TV support: kick-ass image format handling
* mp3lib: moved the assembly sources into gcc inline assembly (c)
* mp3lib: sync with mpg123 0.59s-pre
* mp3lib: final layer-1 support
* mp3lib: skip trashed first mp3 frame, fixes lot of buggy/misdetected
files
* imported a working FAAD version
* 8BPS (Planar RGB) support
* working DVD (libmpdvdkit) support for Cygwin/MinGW
FFmpeg/libavcodec:
* libavcodec: static,const,compiler warning cleanup, UINTX -> uintx_t
* old HuffYUV v1 support
* PAL 4:1:1 SMPTE 314M DV streams support, NTSC DV last MB column fix
* fixing padding bug autodetection for some rare files
* DspContext.(i)dct_* bitexact cleanup
* user settable quantizer bias
* MPEG1 slice encoding support
* MSMPEG4 2-pass support
* H264 video decoding
* Indeo 3 video decoding
* VP3 video decoder (buggy somtimes)
* Sorenson 3 (SVQ3) video decoder (it's actually a h264 variant)
* 3IV1 (3ivx v1) decoding
* ASV1 (ASUS Video v1) and ASV2 (ASUS Video v2) en/decoding
* Improved SVQ1 decoding (using FFmpeg VLC functions)
* truncated unary binarization, unary k-th order exp golomb binarization :)
* FFV1: lossless YUV codec, compresses a lot better than huffyuv, but
slower
* lossless MJPEG en/decoding, pegasus "pseudo yuv" (=RCT) decoding
* ATI VCR1 and VCR2 decoding
* full featured SH4 optimizations
* ARM optimized simple_idct
* MPEG2 encoding
* PSX MDEC decoder
* user settable quantization matrices
Drivers:
* x11_common: fix detection of metacity
* x11_common: 10l fix in original layer detection code
* x11_common: extended fstype config options
* x11_common: smooth window moving
* tdfx_vid driver (3dfx cards overlay with AGP support)
* vo_xover: general x11 overlay driver, currently only tdfx_vid uses it
* mga_vid: various fixes, 16MB G400 detection, support for multiple cards
* new svgalib vo driver
* vo_directfb2: triple buffering support, configuration sys changed, fixes
* OpenGL driver cleanups/fixes (both vo_gl and vo_gl2)
* vo_fbdev cleanup/partial rewrite, now with real direct rendering
* vo_xvmc: new driver featuring XvMC (HW MC/IDCT) acceleration
* new TGA output driver
* new vo_fbdev2 (written from scratch)
Others:
* gcc can now detect badly called mp_msg()s
* a lot of config/cmdline parsing fixes (some of them were at least 100000l
bugs)
* configure: enable VIDIX for PPC
* configure: full featured PPC optimizations and rewritten architecture
handling
* spudec.c: Fix "invalid fragment" handling, Improved subtitle queueing
* network streaming layer: IPv6 support
* FTP support
* playtree parsing speedup :)
* various URL parsing fixes
* crashing on broken config files finally fixed!
* GUI: PPC (reverse byteorder) fixes
* GUI: revert to 'default' skin if configured skin failed
* TOOLS/plotpsnr.pl: PSNR plotting tool using gnuplot
* DOCS/tech/mpcf.txt: MPCF/NUT draft/specification
* TVout/matroxtv: various improvements
* spelling/grammar fixes in numerous files
Changes:
DOCS:
* French, Hungarian, Chinese translation updated
* console output translations updated
* numerous fixes in HTML documentation
* fixes, clarifications in the man page
* wishlist updated :)
* Polish documentation removed (outdated)
* Norwegian, Romanian, and Turkish help files removed (outdated)
Fixes:
* small fix for sp5x video codec
* menu pause bug fixed
* detc video filter improved
* fixes in video output driver zr
* fixes in video output driver directx
* fixes in video output driver sdl
* fixes in video output driver vesa
(multiple init support)
* midentify works again
* TOOLS/matroxtv enhanced and fixed
* now every binary codec is searched in $PREFIX/codecs directory
(--with-codecsdir)
* K6/2+ and K6/3+ detection support
* Mono PCM streamcopy fixed in MEncoder
* bigendian OSD fix
* SIGBUS error fixed on HPUX 11.00
* default fps fixed in NTSC v4l
* definition fix ported from libdvdread main branch
* configure option --enable-qtx-codecs renamed to --enable-qtx
* a crash fixed in command line parser
* fix in MMS streaming
* crash with invalid config file fixed
* metacity support
Porting:
* QT audio decoder now compiles on MacOSX
* compile and crash fixes in MOV demuxer, for Cygwin
* some Cygwin compilation fixes
* OpenBSD support in RealVideo and RealAudio
that are not wanted in the binary program. It is empty by default, so that all
drivers are linked in to get a full featured binary package. Packages using
this variable include mplayer and gmplayer. While building mencoder, disable
all of these drivers, as they are not needed. Bump PKGREVISION.
arts is now a enabled if not present in the variable. This detail closes
PR pkg/21775 by Marc Recht.
(missed in previous commit...)
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.
XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio. I've left the
multiplication in the patch, commented out. The present patch works just fine,
so probably my calculations are wrong.
This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
they even forgot to update the version string)
-make sure libfreetype is found by "configure"
-we don't really need GNU libintl - this avoids a conflict with libmad
changse from rc4: "FlameCounter"
DOCS:
* some clarification and updates in the English DOCS
* massive translation and help-file updates
Fixes:
* -ac hwac3 fixed (was broken in rc3)
* vo_svga: 4bp & 8bpp fixes
* various GUI fixes, including some critical bugs
* rage128 VIDIX PPC fixes
* libmenu: one crash fixed, some cleanup
* fixed ./configure --cc="ccache gcc"
* -loop fixes, now -loop 2 plays it twice :)
* the volume symbol of OSD fixed (|\ -> /|)
* 32bpp QT-RLE support
* Altivec on non-Darwin systems support
* QuickTime reference file support fixes
* mp3lib: layer-2 decoding fixes
* updates to extension->demuxer mapping table
* libavcodec: DivX 5.03 decoding fix
* ao_oss: limited channels handling fixed
* fixed OGM subtitles and iconv
* fixed -subcp option with unicode truetype fonts
* -mf: type detection (based on extension), better defaults
* vo_xv: -fixed-vo support fixed (fullscreen switching)
* ogg-in-avi (audio format 0xFFFE) demuxing fixed
* vorbis decoding fixed (outer loop cleanup)
* swscaler: 4bpp depth 1 pixel/byte format support for -vo svga
* missing error message in command line parser for missing parameters
* swscaler: YVU9->YV12 fixes
* -ao mpegpes + -ac hwac3 fixed
* -ao pcm bogus wav header fixed
* -vo x11 + -wid fixed
* auto-insert the 'palette' filter if needed, support fixed in filters
* the sig11 when playing second audio-only file fixed
* configure: detection of cdda, nas, i18n, svgalib, faad2, lame fixed
* -af/-af-adv support in mencoder fixed
* libmpdvdkit2: upgraded to use libdvdcss 1.2.5
Features:
* raw video support (-rawvideo, similar to -rawaudio)
* experimental mpeg4-ES support (enable with -demuxer 27 -fps xxx)
* new video filter: field (cheap deinterlacer)
* dvd/vobsub improvements: positioning, optional gaussian blur scaler
* vf_bmovl: 400% speedup :)
* libavcodec: native DV audio decoder
* GIF demuxer (for animated GIFs)
* new noise removal filter: -vop denoise3d
* per-channel gamma and MMX-opt'ed bri/cont/saturation support in -vop eq2
* live.com lib support cleanup, support for more stream types
* importing the playtree into the Gui instead of gui's own playlist hack
* support for the xvid and divx4/5linux libraries at the same time
* -fstype option: override priority/layer of the fullscreen switch methods
* libavcodec: some B-frames related encoding failures/crashes fixed
to deal with a bunch of broken packages on ftp.netbsd.org and on the
CD-ROMS, as one of the dependencies, faad2, gets automatically removed
by virtue of the properly noted patent restriction. That'll make any
mplayer binaries on the ftp server or on the 1.6.1 CD's impossible for
a user to install.
- - Actually set NO_SRC_ON_FTP to something, rather than the undefined
variable ${RESTRICTED}.
bsd.pkg.mk, to completely master all CFLAGS settings. This fixes the build
in the MPLAYER_ENABLE_RUNTIME_CPU_DETECTION=NO case (PR pkg/19946).
This isn't the only way this package wantonly disregards buildlink's rule.
In any case, binary packages are still problematic, even with the runtime
detection, as one of the dependencies (audio/faad2) may not be distributed
as a binary.
and new features. From the ChangeLog: [Go to end for package changes.]
DOCS:
* english man page & HTML docs updates
* audio filter documentation
* help_diff.sh doesn't depend on BASH any more
* Hungarian, French, Italian, German, Polish(?) docs synced
Important fixes:
* X11 fullscreen switching (yes, again...) rewritten, some x11 code cleanup
* Voxware and Quicktime DLLs finally work (was broken in some contexts)
* VIDIX Radeon support cleanup, should really solve the pink screen bugs
* Cygwin: -vo directx crashes and garbled picture with some files fixed
* OGM/Ogg seeking (broken frames) fixed, subtitle fixes, XCD support
* libaf: big (audio filter layer) updates, floating point support, speedup
* ffwma2 fixed (better error resilience)
* SPU queueing - fixes missing or early disappearing DVD subtitles
* the mysterious DVD audio delay (150-300ms) fixed
* extension-based fileformat detection fixed the .mp3 vs. mpeg-ps conflict
* cache2 keeps buffer for non-seekable media, fixes quicktime streaming
Fixes:
* mp3lib CPU detection part cleanup, 'decwin' linker problem fixed
* various cddb:// fixes, support of netbsd-1.6
* libmpdvdkit2: Fix DVD authentication on Solaris 9
* libmpdvdkit2: libdvdcss upgraded to 1.2.4 (keeping the key cache patch)
* libmpdvdkit2: fixed decryption from multiple VOB files (hdd or darwin)
* -ao arts, -ao oss: Fix 8-bit sound support
* -vop expand + ffmpeg codecs conflicts solved, some other -vop bugs fixed
* -ac ffmp2 with MPEG files (sig11) fixed
* QT Qclp audio codec initialization fixed
* mplayer exit codes cleanup (0 for quit/eof, 1 for error)
* -ao win32 sync problems solved, -autosync 100 is still recommended
* -vo gif89a uninit sig11 fixed
* the usual compiler warning fixes :)
* use -pphelp instead of -vop pp=help
* various bigendian fixes
* 16bpp packed yuv fixes in crop, mirror, rotate filters
* some -fixed-vo and vo_preinit fixes, -vo sdl,xmga,mga should work...
* various Solaris compatibility fixes (should work out of the box)
* mms:// port fixes, tries 1755 if 80 failed
* libavcodec: various ME fixes, B frames fixes, WMV2 slice decoding fixes
* -ao alsa9 audio-file playback high cpu usage fixed
* libaf updates, 2-pass initialization to get better filter path
* better detection of playlists, support for [Reference]-style format
* handle quicktime reference media files as playlist
* cddb:// & cdda:// cdrom device name fixes on linux and *BSD
Features:
* -ao esd: new EsounD audio driver
* -vo dxr3: new NORM option
* Xanim & RealPlayer binary Codecs working on PPC
* Radeon 9000 support in VIDIX, colorkey restoring for all Radeons
* Initial PPC (Big-Endian) support in VIDIX Rage128 driver
* PNM:// streaming support (ported from xine)
* Muxer layer: mencoder can now write MPEG-PS format, too (EXPERIMENTAL!)
* libavcodec: wmv2 decoder (buggy/untested)
* DVB "HEAD" (aka. NEWSTRUCT) drivers support
* Subtitles background bounding-box support (optional grey-level & opacity)
* libaf: 3 new filters: panning, compressor/limiter and a noise gate
* per-mediafile config file support (for file-specific options)
* iconv (codepage conversion) support for OGM (Ogg) subtitles
* v4l: user friendly channel tuning
* Freetype & old-style RAW font support usable (compilable) at the same time
* vo_directfb2, vo_dfbmga: DirectFB 0.9.16 support
* libavcodec: motion estimation pre pass, qpel encoding, trellis quantization
* libavcodec, liba52, mp3lib: Altivec optimizations
* keep window's aspect ratio at resizing (x11, xv), requires WM support
* -geometry option, also accepts X11 syntax
* real .bin+.cue (S)VCD images support (-vcd 2 -cuefile xxx.cue)
* postprocess: YUV 411/422/444 support, stride fixes
* jumping of overlapping subs fixed, sorting is automatical, iconv fixes
* mpeg2 telecine detection and automatic inverse telecine (mplayer only)
Gui:
* correct GTK widget destroy event handler
* fullscreen switching fixed (sync with x11_common)
* fix gtk submenu
* new font render engine
* added persistant history patch
* SDL Audio configure window
* add overlapping to preferences
* add play bar for subwindow
* add vertical potmeter for skin
* fixed 'single pixel bug'
* fixed some possible crashes
NetBSD package changes:
-- Add cdparanoia support. You can play an Audio CD with
mplayer -cache 1024 cdda://
-- Remove commented out "--enable-dvdread" hook, as, in jurisdictions were
permitted, it would make more sense to comment out "--disable-mpdvdkit".
-- Add "Makefile.cflags" with some reasonable optimizations.
This version contains mainly code cleanups (including rewritten
gif89 & svgalib output), warning fixes, and DOCS updates. Several
small bugs were fixed and a possible 20% slowdown of libavcodec
was solved. The VIDIX part improved a bit, a new driver for the
Trident Cyberblade chip was added, and bugs in the Radeon driver
were fixed. Vidix now can use svgalib's kernel helper instead of
the buggy dha module, and is usable together with the SVGAlib. This
version introduces experimental support for XMMS input (demuxer+codecs)
plugins too, and support for mp3lame presets has been added.
Package change: Install arial-18-iso-8859-1 as default font,
overridable by user (with ~/.mplayer/font), as requested by veego.
the runtime CPU checks; it defaults to YES, which makes the binary package
usable on more machines; setting it to NO might make mplayer a bit faster.
Suggested by veego.
Docs:
* new French translation
* Irix section
* various updates (both English & Hungarian)
Codecs:
* New codec pack download page (there are several packs for various IFs)
* Win32/Quicktime codec plugin DLL support -> SVQ3 + QDMC/QDM2/Qclp !!!
* Win32/DMO codec DLL interface support -> Windows Media Audio/Video 9!!!
* MJPEG 2000 support (using Morgan & Imagepower VfW DLLs)
* libavcodec: optimized HuffYUV en/decoder, with experimental YV12 support
* libavcodec: mjpeg-b support (need more samples)
* more xvidencopts
* VorbisGain tag support, tremor (fast vorbis decoder lib) support
* BIG libavcodec messups & codmetics & cleanups & API changes & fixes
* dynamic plugin support for libmpcodecs (for future binary codec releases)
GUI:
* general code cleanup, more robust gtk code
* preferences: Screensaver, Autosync settings
* cache=4 fixed (caused jerky/lagging/slow playback with gmplayer)
Others:
* new config/cmdline parser code (optional)
* OSD menu system (preferences, shell, file selector etc)
* libaf: runtime cpudetection, volume, equalizer, better format
conversion
* subtitle overlapping can be disabled, added subtitle sorting
* subtitle dump to JACOsub and SAMI formats
* displays URLs from 'Reference Media' type .mov files, dump generic
data
* get position/length function in demuxers - for slavemode & -indentify
* -ao alsa9 surround fixes, 8-bit PCM fixed
* -vo dfbmga: -dr support, fixed OSD flickering
* -stop-xscreensaver fixed, support for KDE screensaver too
* More compiler warning fixes
* Altivec (G4) support