Mercurial > mplayer.hg
changeset 8018:099ca89fbadb
updated
author | arpi |
---|---|
date | Fri, 01 Nov 2002 01:09:06 +0000 |
parents | a57aac3a927a |
children | ad8d6f993c81 |
files | AUTHORS ChangeLog |
diffstat | 2 files changed, 39 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/AUTHORS Fri Nov 01 00:21:45 2002 +0000 +++ b/AUTHORS Fri Nov 01 01:09:06 2002 +0000 @@ -199,6 +199,7 @@ * 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 @@ 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 @@ 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 @@ * 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. =====
--- a/ChangeLog Fri Nov 01 00:21:45 2002 +0000 +++ b/ChangeLog Fri Nov 01 01:09:06 2002 +0000 @@ -16,19 +16,29 @@ * -vo zr fixes * fixed sig11 if vo init failed * various dxr2 and dxr3 fixes + * v4l buffering fixed + * fixed multiple reads caused by byteswapping macro (mjpeg.c, mach64_vid.c) * 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 + * 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: