xawdecode-plugin-1.3.2 (29/12/01)
----------------------

- adaptation to xawdecode 1.6.0beta interface, however the plugin is still not
  compatible with the the new DivX recording feature of xawdecode 1.6.0beta
  *** But you need to have 1.6.0beta installed to compile the plugin **
- segfault corrected in PAL + Xvideo + HW scaling activated
  Are there any further bugs with PAL descrambling? I look forward for your
  feedback!
- Non active blueline filter parameters are now grayed
- the shared library is now versioned by the build process

xawdecode-plugin-1.3.1 (22/12/01)
----------------------

- removal of MMX detection and fast_memcpy code as it is now part of xawdecode
  because of the use of the deinterlacing functions.
- fix a segfault in PAL when image was not scrambled.
  Are there any further bugs with PAL descrambling? I look forward for your
  feedback!

xawdecode-plugin-1.3.0 (02/12/01)
----------------------

- fixed bug of scrambled images in the Channel Window when they shouldn't
- added automatic detection of black borders (2 new parameters in the config
  file: blackborder = auto | off, blackborder_tolerance = n)
- add a HighQuality entry in the plugin menu
- add hw_scaling = on | off option in the config file (on is the default value).
  This option is only relevant when Xivideo is used. If set to on: uses Xvideo
  to scale the image, if set to off: do a software scaling like in -noxv mode.
- update of the man page (highquality, blackborder, blackborder_tolerance,
  hw_scaling paramaters)
- fixed display bug in the "Sound Decoder" sub-menu of the plugin menu when
  "Auto" is selected

xawdecode-plugin-1.2.1 (25/11/01)
----------------------

- fixed bug in Window Channel display after rework of black border mangament

xawdecode-plugin-1.2.0 (25/11/01)
----------------------

- bug fix in configuration file writing
- (final ?) fix of black borders management
- cleaning of nagra rendering code: decode_half(full)frame declined in:
  + decode_half(full)frame_RGB
  + decode_half(full)frame_YUV
  and putline(dup) in:
  + putline(dup)_PAL_RGB16
  + putline(dup)_SECAM_RGB16
  + putline(dup)_PAL_RGB32
  + putline(dup)_SECAM_RGB32
  which should give a small performances gain.
  Hoppefully, the PAL rendering hasn't been broken.
- added a sample .lircrc configuration file for a Miro remote control

xawdecode-plugin-1.1.1 (11/11/01)
----------------------

- take into account ybar (black borders) for snapshots
- possibility to display available options

xawdecode-plugin-1.1.0 (05/11/01)
----------------------

- for the RPM build, there was a mismatch with the default prefix used by
  xawdecode RPM build
- segfault fix when in 32 bpp mode and without Xvideo
- "Channel Window" and jpeg/ppm grabs are now working correctly wether Xvideo
  mode is use or not and what ever the X server's depth is.
- selection at launch time of the fatest memcpy between: the glibc memcpy, the
  linux kernel memcpy, a MMX optimized memcpy, an extended MMX optimized memcpy
- added couples selection in the plugin menu

xawdecode-plugin-1.0.1 (30/10/01)
----------------------

- had forgotten to add the debian directory to the package

xawdecode-plugin-1.0.0 (28/10/01)
----------------------

- migration of all xawdecode code related to descrambling to build a nice
  plugin.
- fixed the segfault which was floating around the kizkool/snabrab filter.
- display of the FPS only when this makes sense: in Grabdisplay mode.
- reintroduced the -a switch which has been lost at some point. As a reminder
  the -a switch deactivates the automatic detection of scrambled channels and
  therefore switches xawdecode descrambling mode to OFF.
- take into account new syncing algorithm of blue line filter proposed by
  Fasouil and implemented by E-nek (19/10/01).
- same enhancement put into Fasouil filter.
