VDR Plugin 'avards' Revision History
------------------------------------

2007-05-20: Version 0.1.0

- Initial revision, based on standalone avards 0.0.6.

2007-07-08: Version 0.1.1

- implemented Service Interface for querying the OSD-size (experimental) and
  current WSS mode
- implemented SVDR Interface (suggested by  Viking@vdrportal.de)
- re-built detection routine, made internal infos available for queries
- added setup option to manually choose between automatic and 'forced' WSS mode
  (force-mode should no longer occupy the /dev/video device!)
- write WSS Data to device only if changed
- implemented a different selection of WSS mode (currently not active but gives
  log messages for verification in case of difference)

2007-11-25: Version 0.1.2
- added dutch translation texts (thanks to Johan Schuring)
- added support for new i18n system of vdr-1.5.9, but keep full backwards compatibility.
  (works partitially with 1.5.7/1.5.8 as the core vdr i18n part has changed a lot)
- added mode string to main menu entry for start and stop

2008-03-20 Version 0.1.3
- added suppport for resizing the OSD for non-PAL resolutions
- WSS is now only set for PAL resoultions as the firmware currently only supports PAL
- added an option to display a message whenever WSS is changed (disabled by default)
  (suggested by xpix@vdrportal.de)
- added an option to select the algorithm for the calculation of the zoom mode:
  "best possible aspect ratio" and "display all lines" (has only in rare circumstances
  an effect)
- clarified current mode description in main menu
- some additions to the README to clarify prerequisites for avards
- major code restructuring for easier maintenance
- added an additional check to pass through correct OSD size from VDR setup if avards
  is loaded but not active
- added mode definitions to avards_service.h to have also the definitions available
  for other plugins
- fixed incorrect picture size returned from GetVideoFormat()
- added dutch translation for new phrases (thanks to Johan Schuring)
- replaced asprintf with cString::sprintf

2008-03-21 Version 0.1.4
- clarified license (thanks to Tobias Grimm)
