[Mplayer-cvslog] CVS: main AUTHORS,1.11,1.12 ChangeLog,1.20,1.21
Arpi of Ize
arpi at mplayerhq.hu
Fri Nov 1 02:09:28 CET 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv3892
Modified Files:
AUTHORS ChangeLog
Log Message:
updated
Index: AUTHORS
===================================================================
RCS file: /cvsroot/mplayer/main/AUTHORS,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- AUTHORS 28 Oct 2002 00:36:27 -0000 1.11
+++ AUTHORS 1 Nov 2002 01:09:06 -0000 1.12
@@ -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 at jausoft.com>
* libvo driver: vo_gl2
@@ -313,7 +314,8 @@
Sascha Sommer <saschasommer at freenet.de>
* directx VO driver
- * windows waveout AO driver
+ * windows waveout AO driver
+ * quicktime audio decoding (using win32 DLLs) support
Sidik Isani <lksi at cfht.hawaii.edu>
* get_delay() smoothing code (-autosync)
@@ -329,6 +331,7 @@
Hampa Hug <hhug at student.ethz.ch>
* LUT-based soft eq video filter (-vop eq2)
+ * .ogm demuxer endianess fixes
Uwe Reder <Uwe.Reder at 3SOFT.de>
* various x11/vm/fs fixes
@@ -372,6 +375,26 @@
* GUI drag&drop support
* GUI DVD fixes
* various small bugfixes in ASX/URL parser
+
+Rémi Guyomarch <rguyom at pobox.com>
+ * various fixes
+ * 'unsharp' video filter
+
+Salvatore Falco <sfalco at studenti.ing.uniroma1.it>
+ * jacosub support
+ * overlapping subtitles supoprt
+
+Ville Syrjälä <syrjala at sci.fi>
+ * -vo dfbmga driver (G400 DVDMax-like feature using dfb 0.9.14)
+
+Björn Sandell <biorn at dce.chalmers.se>
+ * various *BSD fixes
+
+lucho <lucho at haemimont.bg>
+ * hw-accelerated video eq support into x11, gl2 (using DirectColor cmap)
+
+Per Wigren <wigren at home.se>
+ * bmovl - Bitmap Overlay video filter
NOTE: If you feel you were missed here, feel free to send a patch.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mplayer/main/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 30 Oct 2002 22:49:39 -0000 1.20
+++ ChangeLog 1 Nov 2002 01:09:06 -0000 1.21
@@ -16,19 +16,29 @@
* -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:
More information about the MPlayer-cvslog
mailing list