summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS25
-rw-r--r--ChangeLog20
2 files changed, 39 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index cad1cc9c42..ac36ae2c06 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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.
=====
diff --git a/ChangeLog b/ChangeLog
index 13de9e9a3b..8b032fdc4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: