1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 09:02:38 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8019 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-11-01 01:09:06 +00:00
parent 0cc738f936
commit 50c0a8084e
2 changed files with 39 additions and 6 deletions

25
AUTHORS
View File

@ -199,6 +199,7 @@ Michael Niedermayer <michaelni@gmx.at>
* runtime CPU detection
* SSE optimization of liba52
* various encoder/decoder fixes, improvements in libavcodec, DR support
* various video filters, like il, swapuv, boxblur
Sven Goethel <sgoethel@jausoft.com>
* libvo driver: vo_gl2
@ -313,7 +314,8 @@ Diego Biurrun <diego@biurrun.de>
Sascha Sommer <saschasommer@freenet.de>
* directx VO driver
* windows waveout AO driver
* windows waveout AO driver
* quicktime audio decoding (using win32 DLLs) support
Sidik Isani <lksi@cfht.hawaii.edu>
* get_delay() smoothing code (-autosync)
@ -329,6 +331,7 @@ Kees Cook <mplayer@outflux.net>
Hampa Hug <hhug@student.ethz.ch>
* LUT-based soft eq video filter (-vop eq2)
* .ogm demuxer endianess fixes
Uwe Reder <Uwe.Reder@3SOFT.de>
* various x11/vm/fs fixes
@ -373,6 +376,26 @@ Gregory Kovriga <gkovriga@techunix.technion.ac.il>
* GUI DVD fixes
* various small bugfixes in ASX/URL parser
Rémi Guyomarch <rguyom@pobox.com>
* various fixes
* 'unsharp' video filter
Salvatore Falco <sfalco@studenti.ing.uniroma1.it>
* jacosub support
* overlapping subtitles supoprt
Ville Syrjälä <syrjala@sci.fi>
* -vo dfbmga driver (G400 DVDMax-like feature using dfb 0.9.14)
Björn Sandell <biorn@dce.chalmers.se>
* various *BSD fixes
lucho <lucho@haemimont.bg>
* hw-accelerated video eq support into x11, gl2 (using DirectColor cmap)
Per Wigren <wigren@home.se>
* bmovl - Bitmap Overlay video filter
NOTE: If you feel you were missed here, feel free to send a patch.
=====

View File

@ -16,19 +16,29 @@ mplayer (0.90)
* -vo zr fixes
* fixed sig11 if vo init failed
* various dxr2 and dxr3 fixes
* cleanup of postprocessing code - now it's threadsafe and can be shared
* v4l buffering fixed
* now auto-inserting -vop lavc for mpeg-only vo's
* fixed multiple reads caused by byteswapping macro (mjpeg.c, mach64_vid.c)
* cleanup of postprocessing code - now it's threadsafe and can be shared
* ported to GNU/Hurd
Features:
* -ao win32 (for windows port)
* -vop 2xsai - 2x scaler for drawn images (low color cartoon anims)
* libavcodec: native WMA v1/v2 (aka. DivX audio) decoder
* better deblocking filter (-vop pp), pp/npp syntax changed!
* hw-accelerated video eq for -vo x11 and gl2, using DirectColor colormap
* -vop unsharp - an sharp/blur filter, nice, but very slow
* overlapping subtitles support, jacosub (*.js) format support
* dxr3 got a new syncengine, ':sync', read the manual for more info
* QDMC/QDM2 audio codec support, using quicktime 5 win32 DLLs (libwine!)
Filters:
* -af/-af-adv options cleanup
* now auto-inserting -vop lavc for mpeg-only vo's
* video filter API documented :)
* better deblocking filter (-vop pp), pp/npp syntax changed!
* -vop 2xsai - 2x scaler for drawn images (low color cartoon anims)
* -vop unsharp - an sharp/blur filter, nice, but very slow
* -vop il - (de)interleave fields
* -vop swapuv - guess what :)
* -vop boxblur - box blur...
pre9:
Docs: